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
(204)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/LayoutTests/fast/frames/viewsource/viewsource-8.html
Issue
2589123002
:
Fix links are not shown for srcset in view-source (Closed)
Patch Set: Fix links are not shown for srcset in view-source
Created 3 years, 12 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:
third_party/WebKit/LayoutTests/fast/frames/viewsource/viewsource-8.html
third_party/WebKit/LayoutTests/fast/frames/viewsource/viewsource-8-expected.txt
third_party/WebKit/Source/core/html/HTMLViewSourceDocument.h
third_party/WebKit/Source/core/html/HTMLViewSourceDocument.cpp
View unified diff
|
Download patch
« no previous file with comments
|
« no previous file
|
third_party/WebKit/LayoutTests/fast/frames/viewsource/viewsource-8-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
(Empty)
1
<!DOCTYPE html>
2
<html>
3
<body>
4
<img src="img.png" />
5
<img srcset="img.png, img2.png" />
6
<img src="img.png" srcset="img.png 1x, img2.png 2x, img3.png 3x" />
7
<img srcset="img.png 480w, img2.png 640w, img3.png 1024w" />
8
</body>
9
</html>
OLD
NEW
« no previous file with comments
|
« no previous file
|
third_party/WebKit/LayoutTests/fast/frames/viewsource/viewsource-8-expected.txt »
('j') |
no next file with comments »
Issue 2589123002: Fix links are not shown for srcset in view-source (Closed)
Created 3 years, 12 months ago by wanchang
Modified 3 years, 12 months ago
Reviewers: skobes, abarth-chromium, pfeldman
Base URL:
Comments: 1
This is Rietveld
408576698