Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(977)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: views/DEPS
Issue
8391010
:
Improve omnibox accessibility on Windows. (Closed)
Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: ''
Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
chrome/browser/autocomplete/autocomplete_accessibility.h
chrome/browser/autocomplete/autocomplete_accessibility.cc
chrome/browser/autocomplete/autocomplete_edit_unittest.cc
chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h
chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm
chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h
chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc
chrome/browser/ui/omnibox/omnibox_view.h
chrome/browser/ui/views/omnibox/omnibox_view_views.h
chrome/browser/ui/views/omnibox/omnibox_view_views.cc
chrome/browser/ui/views/omnibox/omnibox_view_win.h
chrome/browser/ui/views/omnibox/omnibox_view_win.cc
chrome/chrome_browser.gypi
ui/base/accessibility/accessibility_types.h
views/DEPS
views/accessibility/native_view_accessibility_win.h
views/accessibility/native_view_accessibility_win.cc
views/view.h
views/views.gyp
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« ui/base/accessibility/accessibility_types.h
('k') |
views/accessibility/native_view_accessibility_win.h »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 include_rules = [
1 include_rules = [
2 "+grit/ui_resources.h",
2 "+grit/ui_resources.h",
3 "+grit/ui_resources_standard.h",
3 "+grit/ui_resources_standard.h",
4 "+grit/ui_resources_large.h",
4 "+grit/ui_resources_large.h",
5 "+grit/ui_strings.h",
5 "+grit/ui_strings.h",
6 "+skia/ext",
6 "+skia/ext",
7 "+net",
7 "+net",
8
"+third_party/iaccessible2",
8 "+ui",
9 "+ui",
9 ]
10 ]
OLD
NEW
« no previous file with comments
|
« ui/base/accessibility/accessibility_types.h
('k') |
views/accessibility/native_view_accessibility_win.h »
('j') |
no next file with comments »
Issue 8391010: Improve omnibox accessibility on Windows. (Closed)
Created 9 years, 1 month ago by dmazzoni
Modified 9 years, 1 month ago
Reviewers: sky, David Tseng
Base URL: svn://chrome-svn/chrome/trunk/src/
Comments: 26
This is Rietveld
408576698