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
(348)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: appengine/isolate/ui/package.json
Issue
2991153002
:
Add stub for new polymer-based Isolate UI (Closed)
Patch Set: fix common.js
Created 3 years, 4 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:
appengine/isolate/app.yaml
appengine/isolate/handlers_frontend.py
appengine/isolate/templates/public_isolate_index.html
appengine/isolate/ui/.bowerrc
appengine/isolate/ui/.gitignore
appengine/isolate/ui/Makefile
appengine/isolate/ui/README.md
appengine/isolate/ui/bower.json
appengine/isolate/ui/build/elements.html
appengine/isolate/ui/build/js/js.js
appengine/isolate/ui/elements.html
appengine/isolate/ui/package.json
appengine/isolate/ui/res/imp/index/isolate-index.html
appengine/isolate/ui/res/imp/index/isolate-index-demo.html
appengine/isolate/ui/res/js/common.js
View unified diff
|
Download patch
« appengine/isolate/ui/elements.html
('K') |
« appengine/isolate/ui/elements.html
('k') |
appengine/isolate/ui/res/imp/index/isolate-index.html »
('j') |
appengine/isolate/ui/res/imp/index/isolate-index.html »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
{
2
"name": "luci-isolate",
3
"version": "0.0.0",
4
"private": true,
5
"description": "Luci Isolate",
6
"author": "",
7
"license": "LICENSE",
8
"devDependencies": {
9
"html-minifier": "~3.0.0",
10
"http-server": "~0.9.0",
11
"sinon": "1.17.5",
12
"skia-common-js": "^1.3.1",
13
"uglify-js": "^2.7.0",
14
"vulcanize": "~1.14.8"
15
}
16
}
OLD
NEW
« appengine/isolate/ui/elements.html
('K') |
« appengine/isolate/ui/elements.html
('k') |
appengine/isolate/ui/res/imp/index/isolate-index.html »
('j') |
appengine/isolate/ui/res/imp/index/isolate-index.html »
('J')
Issue 2991153002: Add stub for new polymer-based Isolate UI (Closed)
Created 3 years, 4 months ago by kjlubick
Modified 3 years, 4 months ago
Reviewers: M-A Ruel
Base URL:
Comments: 10
This is Rietveld
408576698