Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/css_tracker/module.json

Issue 2698623008: DevTools: extract a list view out of CSSTrackerView (Closed)
Patch Set: review comments + rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/css_tracker/CSSTrackerView.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "view", 4 "type": "view",
5 "location": "drawer-view", 5 "location": "drawer-view",
6 "id": "css_tracker", 6 "id": "css_tracker",
7 "title": "CSS Tracker", 7 "title": "CSS Tracker",
8 "persistence": "closeable", 8 "persistence": "closeable",
9 "order": 0, 9 "order": 0,
10 "className": "CSSTracker.CSSTrackerView", 10 "className": "CSSTracker.CSSTrackerView",
11 "experiment": "cssTrackerPanel" 11 "experiment": "cssTrackerPanel"
12 }, 12 },
13 { 13 {
14 "type": "@SourceFrame.UISourceCodeFrame.LineDecorator", 14 "type": "@SourceFrame.UISourceCodeFrame.LineDecorator",
15 "className": "CSSTracker.CSSTrackerView.LineDecorator", 15 "className": "CSSTracker.CSSTrackerView.LineDecorator",
16 "decoratorType": "coverage" 16 "decoratorType": "coverage"
17 } 17 }
18 ], 18 ],
19 "dependencies": [ 19 "dependencies": [
20 "sdk", 20 "sdk",
21 "ui", 21 "ui",
22 "source_frame" 22 "source_frame"
23 ], 23 ],
24 "scripts": [ 24 "scripts": [
25 "CSSTrackerListView.js",
25 "CSSTrackerView.js" 26 "CSSTrackerView.js"
26 ], 27 ],
27 "resources": [ 28 "resources": [
28 "cssTrackerView.css", 29 "cssTrackerView.css",
29 "unusedRulesTree.css" 30 "unusedRulesTree.css"
30 ] 31 ]
31 } 32 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/css_tracker/CSSTrackerView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698