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
(374)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: fuzzer/templates/titlebar.html
Issue
1144163010
:
Getting started on the fuzzer web front end. (Closed)
Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Update startsWith polyfill
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:
fuzzer/elements.html
fuzzer/fuzzer.toml
fuzzer/go/config/config.go
fuzzer/go/frontend/main.go
fuzzer/res/css/main.css
fuzzer/res/img/favicon.ico
fuzzer/res/img/skia_fuzz.png
fuzzer/res/imp/fuzzsummary.html
fuzzer/templates/header.html
fuzzer/templates/index.html
fuzzer/templates/titlebar.html
res/js/common.js
webtry/templates/titlebar.html
View unified diff
|
Download patch
« no previous file with comments
|
« fuzzer/templates/index.html
('k') |
res/js/common.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
<core-header-panel navigation flex mode=seamed >
2
<core-toolbar><img id="logo" src="/res/img/skia_fuzz.png"></core-toolbar>
3
<core-menu theme="core-light-theme">
4
<core-item icon="error" label="Failed"><a href="/"></a></core-item>
5
<core-item icon="check" label="Passed"><a href="/passed"></a></core-item >
6
<core-item icon="help" label="Help"><a href="/help"></a></core-item>
7
<core-item icon="folder" label="Code"><a href="https://github.com/google /skia-buildbot/tree/master/fuzzer"></a></core-item>
8
</core-menu>
9
</core-header-panel>
10
<div id=title tool flex horizontal layout>
11
<login-sk></login-sk>
12
</div>
OLD
NEW
« no previous file with comments
|
« fuzzer/templates/index.html
('k') |
res/js/common.js »
('j') |
no next file with comments »
Issue 1144163010: Getting started on the fuzzer web front end. (Closed)
Created 5 years, 6 months ago by humper
Modified 5 years, 6 months ago
Reviewers: jcgregorio
Base URL: https://skia.googlesource.com/buildbot@master
Comments: 5
This is Rietveld
408576698