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
(112)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/fast/events/uievent-with-inputdevice-expected.txt
Issue
1160753005
:
Implement UIEvent.sourceDevice (Closed)
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change unittest
Created 5 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:
LayoutTests/fast/events/uievent-with-inputdevice.html
LayoutTests/fast/events/uievent-with-inputdevice-expected.txt
Source/core/events/InputDevice.h
Source/core/events/InputDevice.cpp
Source/core/events/UIEvent.h
Source/core/events/UIEvent.cpp
Source/core/events/UIEvent.idl
Source/core/events/UIEventInit.idl
Source/core/testing/Internals.h
Source/core/testing/Internals.cpp
Source/core/testing/Internals.idl
View unified diff
|
Download patch
« LayoutTests/fast/events/uievent-with-inputdevice.html
('K') |
« LayoutTests/fast/events/uievent-with-inputdevice.html
('k') |
Source/core/events/InputDevice.h »
('j') |
Source/core/events/UIEvent.h »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
This tests that all the subclasses of UIEvent will have sourceDevice set to be n ull by default, and it can also be passed when initialization.
2
3
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6
PASS firesTouchEvents is false
7
PASS firesTouchEvents is true
8
PASS successfullyParsed is true
9
10
TEST COMPLETE
11
OLD
NEW
« LayoutTests/fast/events/uievent-with-inputdevice.html
('K') |
« LayoutTests/fast/events/uievent-with-inputdevice.html
('k') |
Source/core/events/InputDevice.h »
('j') |
Source/core/events/UIEvent.h »
('J')
Issue 1160753005: Implement UIEvent.sourceDevice (Closed)
Created 5 years, 7 months ago by lanwei
Modified 5 years, 6 months ago
Reviewers: Rick Byers, tdresser
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 19
This is Rietveld
408576698