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
(769)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: chrome/test/data/chromeos/app_mode/kiosk_test_app/src/manifest.json
Issue
191183002
:
Test files for https://codereview.chromium.org/181233007/ (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missed app_main.html
Created 6 years, 9 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:
chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.html
chrome/test/data/chromeos/app_mode/kiosk_test_app/src/manifest.json
chrome/test/data/chromeos/app_mode/webstore/downloads/ggbflgnkafappblpkiflbgpmkfdpnhhe.crx
chrome/test/data/chromeos/app_mode/webstore/inlineinstall/detail/ggbflgnkafappblpkiflbgpmkfdpnhhe
chrome/test/data/extensions/manifest_tests/offline_default_platform_app_with_webview.json
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.html
('k') |
chrome/test/data/chromeos/app_mode/webstore/downloads/ggbflgnkafappblpkiflbgpmkfdpnhhe.crx »
('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 "manifest_version": 2,
2 "manifest_version": 2,
3 "name": "Test Kiosk App",
3 "name": "Test Kiosk App",
4
"minimum_chrome_version": "24.0.1307.0",
5 "version": "1.0.0",
4 "version": "1.0.0",
6 "icons": {
5 "icons": {
7 "128": "icon-128.png",
6 "128": "icon-128.png",
8 "16": "icon-16.png"
7 "16": "icon-16.png"
9 },
8 },
10 "app": {
9 "app": {
11 "background": {
10 "background": {
12 "scripts": ["main.js"]
11 "scripts": ["main.js"]
13 }
12 }
14 },
13 },
15 "kiosk_enabled": true,
14 "kiosk_enabled": true,
16 "permissions": [
15 "permissions": [
17
"power"
16
"power"
,
17
"webview"
18 ]
18 ]
19 }
19 }
OLD
NEW
« no previous file with comments
|
« chrome/test/data/chromeos/app_mode/kiosk_test_app/src/app_main.html
('k') |
chrome/test/data/chromeos/app_mode/webstore/downloads/ggbflgnkafappblpkiflbgpmkfdpnhhe.crx »
('j') |
no next file with comments »
Issue 191183002: Test files for https://codereview.chromium.org/181233007/ (Closed)
Created 6 years, 9 months ago by xiyuan
Modified 6 years, 9 months ago
Reviewers: xiyuan
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 0
This is Rietveld
408576698