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
(841)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/fast/dnd/resources/event-mouse-coordinates.css
Issue
2469863003
:
Delegate dragend to the correct frame's EventHandler. (Closed)
Patch Set: Applied dcheng's advice.
Created 4 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:
third_party/WebKit/LayoutTests/fast/dnd/event-mouse-coordinates.html
third_party/WebKit/LayoutTests/fast/dnd/event-mouse-coordinates-iframe.html
third_party/WebKit/LayoutTests/fast/dnd/resources/event-mouse-coordinates.css
third_party/WebKit/LayoutTests/fast/dnd/resources/event-mouse-coordinates.js
third_party/WebKit/Source/core/input/EventHandler.cpp
third_party/WebKit/Source/core/input/MouseEventManager.cpp
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/WebKit/LayoutTests/fast/dnd/event-mouse-coordinates-iframe.html
('k') |
third_party/WebKit/LayoutTests/fast/dnd/resources/event-mouse-coordinates.js »
('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
html, body {
2
margin: 0;
3
padding: 0;
4
display: block;
5
min-height: 400px;
6
}
7
.box {
8
display: block;
9
border: 1px solid black;
10
width: 100px;
11
height: 100px;
12
}
13
.dragged {
14
position: absolute;
15
left: 199px; /* Get the box's client area at 200,100. */
16
top: 99px;
17
cursor: pointer;
18
}
19
.dropzone {
20
position: absolute;
21
left: 399px; /* Get the box's client area at 400,300. */
22
top: 299px;
23
border-style: dashed;
24
}
OLD
NEW
« no previous file with comments
|
« third_party/WebKit/LayoutTests/fast/dnd/event-mouse-coordinates-iframe.html
('k') |
third_party/WebKit/LayoutTests/fast/dnd/resources/event-mouse-coordinates.js »
('j') |
no next file with comments »
Issue 2469863003: Delegate dragend to the correct frame's EventHandler. (Closed)
Created 4 years, 1 month ago by pwnall
Modified 4 years, 1 month ago
Reviewers: dcheng
Base URL:
Comments: 1
This is Rietveld
408576698