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
(176)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/test/data/predictors/html_subresources.html
Issue
2449323005
:
predictors: Basic browsertest checks predictor learning. (Closed)
Patch Set: Get rid of mime type.
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:
chrome/browser/predictors/resource_prefetch_predictor_browsertest.cc
chrome/browser/predictors/resource_prefetch_predictor_test_util.h
chrome/browser/predictors/resource_prefetch_predictor_test_util.cc
chrome/browser/predictors/resource_prefetch_predictor_unittest.cc
chrome/test/BUILD.gn
chrome/test/data/predictors/html_subresources.html
testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter
View unified diff
|
Download patch
« no previous file with comments
|
« chrome/test/BUILD.gn
('k') |
testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter »
('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
<meta charset="utf-8">
3
<title>Subresources collection</title>
4
<html>
5
<head>
6
<link rel="stylesheet" href="style.css">
7
<style type="text/css">
8
@font-face {
9
font-family: "Whatever";
10
src: url(font.ttf) format("truetype");
11
}
12
p.customfont {
13
font-family: "Whatever", Verdana;
14
}
15
</style>
16
</head>
17
<script src="script.js"></script>
18
<body>
19
<img src="image.png">
20
<p class="customfont">Hello world!</p>
21
</body>
22
</html>
OLD
NEW
« no previous file with comments
|
« chrome/test/BUILD.gn
('k') |
testing/buildbot/filters/browser-side-navigation.linux.browser_tests.filter »
('j') |
no next file with comments »
Issue 2449323005: predictors: Basic browsertest checks predictor learning. (Closed)
Created 4 years, 1 month ago by alexilin
Modified 4 years, 1 month ago
Reviewers: pasko, Benoit L
Base URL:
Comments: 58
This is Rietveld
408576698