Open per-file diff browser window/tab for each file.

Some Gerrit users find it convenient to open every file
in a separate per-file diff browser window or tab. This
should reduce a possibility to forget to review some
file(s).

Bug: issue 395
Signed-off-by: Sasa Zivkov <sasa.zivkov@sap.com>
Change-Id: Ie4138df0080fc92b7a451426f5dc1176283a6f55
This commit is contained in:
Sasa Zivkov
2010-07-12 08:50:59 +02:00
committed by Shawn O. Pearce
parent 3f9c9f928f
commit 43b13c1ae0
3 changed files with 36 additions and 0 deletions

View File

@@ -112,4 +112,7 @@ public interface ChangeConstants extends Constants {
String reviewed();
String submitFailed();
String buttonClose();
String buttonDiffAllSideBySide();
String buttonDiffAllUnified();
}