Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
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
Side by Side Diff: LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic.html
Issue
11970041
:
Merge 139461 (Closed)
Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set:
Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic.html
LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt
LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html
LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic-expected.txt
Source/WebCore/page/scrolling/ScrollingCoordinator.h
Source/WebCore/page/scrolling/ScrollingCoordinator.cpp
Source/WebCore/page/scrolling/mac/ScrollingCoordinatorMac.h
Source/WebCore/page/scrolling/mac/ScrollingTreeScrollingNodeMac.mm
Source/WebCore/rendering/RenderLayer.h
Source/WebCore/rendering/RenderLayer.cpp
Source/WebCore/rendering/RenderLayerCompositor.h
Source/WebCore/rendering/RenderLayerCompositor.cpp
View unified diff
|
« no previous file with comments
|
« no previous file
|
LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 <!DOCTYPE html>
1 <!DOCTYPE html>
2
2
3 <html>
3 <html>
4 <head>
4 <head>
5 <style>
5 <style>
6 .fixed {
6 .fixed {
7 position: fixed;
7 position: fixed;
8 width: 10px;
8 width: 10px;
9 height: 10px;
9 height: 10px;
10 top: 100px;
10 top: 100px;
(...skipping
16
matching lines...)
Loading...
27 }, false);
27 }, false);
28 }
28 }
29 </script>
29 </script>
30 </head>
30 </head>
31
31
32 <body>
32 <body>
33 <pre id="result"></pre>
33 <pre id="result"></pre>
34 </body>
34 </body>
35 </html>
35 </html>
36
36
OLD
NEW
« no previous file with comments
|
« no previous file
|
LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic-expected.txt »
('j') |
no next file with comments »
Issue 11970041: Merge 139461 (Closed)
Created 7 years, 11 months ago by Xianzhu
Modified 7 years, 11 months ago
Reviewers: Xianzhu
Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Comments: 0