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
(179)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/test/data/extensions/app_dot_com_app/manifest.json
Issue
8834002
:
Add manifest_version 2 to yet more extension tests. (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set:
Created 9 years 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/test/data/extensions/api_test/bindings/exception_in_handler_should_not_crash/manifest.json
chrome/test/data/extensions/api_test/bindings/exception_in_handler_should_not_crash/page.html
chrome/test/data/extensions/api_test/bindings/exception_in_handler_should_not_crash/page.js
chrome/test/data/extensions/app_dot_com_app/manifest.json
chrome/test/data/extensions/install/install/bg.html
chrome/test/data/extensions/install/install/bg.js
chrome/test/data/extensions/install/install/manifest.json
chrome/test/data/extensions/uitest/window_open/manifest.json
chrome/test/data/extensions/uitest/window_open/newtab.html
chrome/test/data/extensions/uitest/window_open/newtab.js
chrome/test/data/extensions/uitest/window_open/test.html
chrome/test/data/extensions/uitest/window_open/test.js
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« chrome/test/data/extensions/api_test/bindings/exception_in_handler_should_not_crash/page.js
('k') |
chrome/test/data/extensions/install/install/bg.html »
('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 {
1 {
2 "name": "App Dot Com: The App",
2 "name": "App Dot Com: The App",
3 "version": "0.1",
3 "version": "0.1",
4
"manifest_version": 2,
4 "app": {
5 "app": {
5 "launch": {
6 "launch": {
6 "container": "tab",
7 "container": "tab",
7 "web_url": "http://app.com/"
8 "web_url": "http://app.com/"
8 },
9 },
9 "urls": [ "http://app.com/" ]
10 "urls": [ "http://app.com/" ]
10 }
11 }
11 }
12 }
OLD
NEW
« no previous file with comments
|
« chrome/test/data/extensions/api_test/bindings/exception_in_handler_should_not_crash/page.js
('k') |
chrome/test/data/extensions/install/install/bg.html »
('j') |
no next file with comments »
Issue 8834002: Add manifest_version 2 to yet more extension tests. (Closed)
Created 9 years ago by abarth-chromium
Modified 9 years ago
Reviewers:
Base URL: svn://svn.chromium.org/chrome/trunk/src/
Comments: 0
This is Rietveld
408576698