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
(564)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: LayoutTests/editing/shadow/selection-shadow-mouse-drag-expected.html
Issue
1202153004
:
Enable selection for the composed tree (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename the flag
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/editing/shadow/selection-shadow-mouse-drag.html
LayoutTests/editing/shadow/selection-shadow-mouse-drag-expected.html
Source/core/editing/FrameSelection.cpp
Source/core/editing/SelectionController.cpp
Source/core/editing/VisibleSelection.h
Source/core/editing/VisibleSelection.cpp
Source/core/layout/LayoutView.cpp
Source/core/layout/PendingSelection.cpp
Source/platform/RuntimeEnabledFeatures.in
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« LayoutTests/editing/shadow/selection-shadow-mouse-drag.html
('k') |
Source/core/editing/FrameSelection.cpp »
('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
<style>* { font-family: monospace; }</style>
3
<div id="host">[<span id="two">Two</span> <span id="one">One</span>]</div>
4
<script>
5
function doDrag(start, end) {
6
if (!window.eventSender)
7
return;
8
eventSender.mouseMoveTo(start.offsetLeft + (start.offsetWidth / 2), start.of fsetTop + 3);
9
eventSender.mouseDown();
10
eventSender.mouseMoveTo(end.offsetLeft + (end.offsetWidth / 2), end.offsetTo p + 3);
11
eventSender.mouseUp();
12
}
13
doDrag(two, one);
14
</script>
OLD
NEW
« no previous file with comments
|
« LayoutTests/editing/shadow/selection-shadow-mouse-drag.html
('k') |
Source/core/editing/FrameSelection.cpp »
('j') |
no next file with comments »
Issue 1202153004: Enable selection for the composed tree (Closed)
Created 5 years, 6 months ago by hajimehoshi
Modified 5 years, 6 months ago
Reviewers: tkent, yosin_UTC9
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 7
This is Rietveld
408576698