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
(81)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/Source/devtools/scripts/chrome_debug_launcher/package.json
Issue
2337713002
:
DevTools: find and launch chrome in debug mode (Closed)
Patch Set: fix copyright year
Created 4 years, 3 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:
third_party/WebKit/Source/devtools/package.json
third_party/WebKit/Source/devtools/readme.md
third_party/WebKit/Source/devtools/scripts/chrome_debug_launcher/launch_chrome.js
third_party/WebKit/Source/devtools/scripts/chrome_debug_launcher/package.json
third_party/WebKit/Source/devtools/scripts/hosted_mode/server.js
third_party/WebKit/Source/devtools/scripts/start_chrome_and_server.js
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/WebKit/Source/devtools/scripts/chrome_debug_launcher/launch_chrome.js
('k') |
third_party/WebKit/Source/devtools/scripts/hosted_mode/server.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
{
2
"name": "chrome-debug-launcher",
3
"description": "Finds Chrome Canary and launches it in debug mode",
4
"version": "0.1.0",
5
"keywords": [
6
"devtools",
7
"chrome",
8
"chromium"
9
],
10
"author": "The Chromium Authors",
11
"license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE",
12
"bugs": {
13
"url": "https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component:P latform%3EDevTools%20&sort=-opened&colspec=ID%20Stars%20Owner%20Summary%20Modifi ed%20Opened"
14
}
15
}
OLD
NEW
« no previous file with comments
|
« third_party/WebKit/Source/devtools/scripts/chrome_debug_launcher/launch_chrome.js
('k') |
third_party/WebKit/Source/devtools/scripts/hosted_mode/server.js »
('j') |
no next file with comments »
Issue 2337713002: DevTools: find and launch chrome in debug mode (Closed)
Created 4 years, 3 months ago by chenwilliam
Modified 4 years, 3 months ago
Reviewers: pfeldman, dgozman, paulirish
Base URL:
Comments: 2
This is Rietveld
408576698