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
(649)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/test/data/chromeos/virtual_keyboard/inputs.html
Issue
2702933002
:
Add an end to end test: virtual keyboard opens on click of text input (Closed)
Patch Set: Updated the test so to simulate user's click.
Created 3 years, 9 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:
chrome/browser/ui/ash/keyboard_end_to_end_browsertest.cc
chrome/test/BUILD.gn
chrome/test/data/chromeos/virtual_keyboard/inputs.html
ui/keyboard/BUILD.gn
ui/keyboard/keyboard_controller.h
ui/keyboard/keyboard_controller.cc
ui/keyboard/keyboard_test_util.h
ui/keyboard/keyboard_test_util.cc
View unified diff
|
Download patch
« no previous file with comments
|
« chrome/test/BUILD.gn
('k') |
ui/keyboard/BUILD.gn »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<meta name="viewport" content="width-device-width">
6
<title>Virtual Keyboard test page</title>
7
</head>
8
<body>
9
<p>
10
<label id="blur">blur</label>
11
<input id="text" type="text" placeholder="type=text"></input>
12
</p>
13
</body>
14
</html>
OLD
NEW
« no previous file with comments
|
« chrome/test/BUILD.gn
('k') |
ui/keyboard/BUILD.gn »
('j') |
no next file with comments »
Issue 2702933002: Add an end to end test: virtual keyboard opens on click of text input (Closed)
Created 3 years, 10 months ago by oka
Modified 3 years, 9 months ago
Reviewers: jochen (gone - plz use gerrit), bshe, oshima
Base URL:
Comments: 4
This is Rietveld
408576698