Keyboard navigation from change screen into diffs

The support for keyboard navigation in the change screen allows
the user to start reviewing the files that were changed within the
different patch sets by just using keys.

Bug: issue 498
Change-Id: I577f0a2d5b6da20d48b5cf80035c2571ee903ebb
Signed-off-by: Edwin Kempin <edwin.kempin@gmail.com>
This commit is contained in:
Edwin Kempin
2010-07-08 08:34:06 +02:00
committed by Shawn O. Pearce
parent cf19531ad9
commit 785a9090cd
7 changed files with 378 additions and 54 deletions

View File

@@ -47,6 +47,9 @@ public interface ChangeConstants extends Constants {
String changeTablePagePrev();
String changeTablePageNext();
String upToDashboard();
String expandCollapseDependencies();
String previousPatchSet();
String nextPatchSet();
String keyPublishComments();
String patchTableColumnName();
@@ -59,7 +62,8 @@ public interface ChangeConstants extends Constants {
String patchTablePrev();
String patchTableNext();
String patchTableOpen();
String patchTableOpenDiff();
String patchTableOpenUnifiedDiff();
String upToChangeIconLink();
String prevPatchLinkIcon();
String nextPatchLinkIcon();