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
(207)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: Source/devtools/front_end/host/module.json
Issue
710033003
:
[DevTools] Extract part of DevTools into inspector app. (Closed)
Base URL: svn://svn.chromium.org/blink/trunk
Patch Set:
Created 6 years, 1 month 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:
Source/devtools/BUILD.gn
Source/devtools/devtools.gyp
Source/devtools/devtools.gypi
Source/devtools/front_end/devtools.css
Source/devtools/front_end/devtools.json
Source/devtools/front_end/devtools_bootstrap/DevToolsApp.js
Source/devtools/front_end/devtools_bootstrap/module.json
Source/devtools/front_end/host/InspectorAppHost.js
Source/devtools/front_end/host/InspectorFrontendHost.js
Source/devtools/front_end/host/module.json
Source/devtools/front_end/inspector.css
Source/devtools/front_end/inspector.html
Source/devtools/front_end/inspector.js
Source/devtools/front_end/inspector.json
Source/devtools/front_end/inspectorStyle.css
Source/devtools/front_end/main/AdvancedApp.js
Source/devtools/front_end/main/Main.js
Source/devtools/front_end/platform/utilities.js
Source/devtools/front_end/toolbox_bootstrap/Toolbox.js
Source/devtools/scripts/compile_frontend.py
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« Source/devtools/front_end/devtools_bootstrap/DevToolsApp.js
('K') |
« Source/devtools/front_end/host/InspectorFrontendHost.js
('k') |
Source/devtools/front_end/inspector.css »
('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 "dependencies": [
2 "dependencies": [
3 "common",
3 "common",
4 "platform"
4 "platform"
5 ],
5 ],
6 "scripts": [
6 "scripts": [
7 "InspectorFrontendHost.js",
7 "InspectorFrontendHost.js",
8 "Platform.js",
8 "Platform.js",
9
"UserMetrics.js"
9
"UserMetrics.js"
,
10
"InspectorAppHost.js"
10 ]
11 ]
11 }
12 }
OLD
NEW
« Source/devtools/front_end/devtools_bootstrap/DevToolsApp.js
('K') |
« Source/devtools/front_end/host/InspectorFrontendHost.js
('k') |
Source/devtools/front_end/inspector.css »
('j') |
no next file with comments »
Issue 710033003: [DevTools] Extract part of DevTools into inspector app. (Closed)
Created 6 years, 1 month ago by dgozman
Modified 6 years, 1 month ago
Reviewers: pfeldman, apavlov
Base URL: svn://svn.chromium.org/blink/trunk
Comments: 2
This is Rietveld
408576698