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
(727)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: ui/accessibility/DEPS
Issue
2852763002
:
Added a system caret used for accessibility on Windows. (Closed)
Patch Set: Added a fake caret for accessibility.
Created 3 years, 6 months 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:
ui/accessibility/BUILD.gn
ui/accessibility/DEPS
ui/accessibility/platform/ax_fake_caret_win.cc
ui/accessibility/platform/ax_fake_caret_win_interactive_uitest.cc
ui/base/ime/input_method_observer.h
ui/base/ime/input_method_win.cc
ui/views/controls/textfield/textfield.cc
ui/views/widget/desktop_aura/desktop_window_tree_host_win.h
ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc
ui/views/win/hwnd_message_handler.h
ui/views/win/hwnd_message_handler.cc
ui/views/win/hwnd_message_handler_delegate.h
View unified diff
|
Download patch
« no previous file with comments
|
« ui/accessibility/BUILD.gn
('k') |
ui/accessibility/platform/ax_fake_caret_win.cc »
('j') |
ui/accessibility/platform/ax_fake_caret_win_interactive_uitest.cc »
('J')
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 "+third_party/iaccessible2",
2 "+third_party/iaccessible2",
3 "+ui/aura",
3 "+ui/aura",
4 "+ui/base",
4 "+ui/base",
5 "+ui/base/l10n",
5 "+ui/base/l10n",
6 "+ui/base/win",
6 "+ui/base/win",
7 "+ui/gfx",
7 "+ui/gfx",
8
"+ui/gl/test/gl_surface_test_support.h",
8 "+ui/strings/grit/ui_strings.h",
9 "+ui/strings/grit/ui_strings.h",
10
"+ui/views/aura",
11
"+ui/views/controls/textfield",
12
"+ui/views/test",
13
"+ui/views/widget",
9 ]
14 ]
OLD
NEW
« no previous file with comments
|
« ui/accessibility/BUILD.gn
('k') |
ui/accessibility/platform/ax_fake_caret_win.cc »
('j') |
ui/accessibility/platform/ax_fake_caret_win_interactive_uitest.cc »
('J')
Issue 2852763002: Added a system caret used for accessibility on Windows. (Closed)
Created 3 years, 7 months ago by nektarios
Modified 3 years, 5 months ago
Reviewers: ananta, dmazzoni, Elly Fong-Jones, sadrul, Shu Chen, sky
Base URL:
Comments: 24
This is Rietveld
408576698