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
(134)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: third_party/WebKit/Source/devtools/front_end/audits/module.json
Issue
2714833002
:
DevTools: use interface for ObjectUI and make it a non-autostart module (Closed)
Patch Set: cl fb
Created 3 years, 8 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/LayoutTests/inspector/initial-modules-load-expected.txt
third_party/WebKit/LayoutTests/inspector/local-object-properties-section.html
third_party/WebKit/Source/devtools/BUILD.gn
third_party/WebKit/Source/devtools/front_end/audits/module.json
third_party/WebKit/Source/devtools/front_end/common/ModuleExtensionInterfaces.js
third_party/WebKit/Source/devtools/front_end/elements/ElementsTreeOutline.js
third_party/WebKit/Source/devtools/front_end/extensions/ExtensionPanel.js
third_party/WebKit/Source/devtools/front_end/extensions/module.json
third_party/WebKit/Source/devtools/front_end/inspector.json
third_party/WebKit/Source/devtools/front_end/object_ui/ObjectPropertiesSection.js
third_party/WebKit/Source/devtools/front_end/object_ui/module.json
View unified diff
|
Download patch
« no previous file with comments
|
« third_party/WebKit/Source/devtools/BUILD.gn
('k') |
third_party/WebKit/Source/devtools/front_end/common/ModuleExtensionInterfaces.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
1 {
1 {
2 "extensions": [
2 "extensions": [
3 {
3 {
4 "type": "view",
4 "type": "view",
5 "location": "panel",
5 "location": "panel",
6 "id": "audits",
6 "id": "audits",
7 "title": "Audits",
7 "title": "Audits",
8 "order": 90,
8 "order": 90,
9 "className": "Audits.AuditsPanel"
9 "className": "Audits.AuditsPanel"
10 }
10 }
11 ],
11 ],
12 "dependencies": [
12 "dependencies": [
13 "components",
13 "components",
14 "extensions",
14 "extensions",
15
"network_log"
15
"network_log"
,
16
"object_ui"
16 ],
17 ],
17 "scripts": [
18 "scripts": [
18 "AuditsPanel.js",
19 "AuditsPanel.js",
19 "AuditCategory.js",
20 "AuditCategory.js",
20 "AuditCategories.js",
21 "AuditCategories.js",
21 "AuditController.js",
22 "AuditController.js",
22 "AuditFormatters.js",
23 "AuditFormatters.js",
23 "AuditLauncherView.js",
24 "AuditLauncherView.js",
24 "AuditResultView.js",
25 "AuditResultView.js",
25 "AuditRules.js",
26 "AuditRules.js",
26 "AuditExtensionCategory.js"
27 "AuditExtensionCategory.js"
27 ],
28 ],
28 "resources": [
29 "resources": [
29 "auditsPanel.css",
30 "auditsPanel.css",
30 "auditsSidebarTree.css",
31 "auditsSidebarTree.css",
31 "auditResultTree.css"
32 "auditResultTree.css"
32 ]
33 ]
33 }
34 }
OLD
NEW
« no previous file with comments
|
« third_party/WebKit/Source/devtools/BUILD.gn
('k') |
third_party/WebKit/Source/devtools/front_end/common/ModuleExtensionInterfaces.js »
('j') |
no next file with comments »
Issue 2714833002: DevTools: use interface for ObjectUI and make it a non-autostart module (Closed)
Created 3 years, 10 months ago by chenwilliam
Modified 3 years, 8 months ago
Reviewers: pfeldman, dgozman
Base URL:
Comments: 15
This is Rietveld
408576698