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

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

Issue 2657893002: DevTools: temporarily revert Timeline->Performance rename. (Closed)
Patch Set: Introduce progress monitor 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
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "view", 4 "type": "view",
5 "location": "panel", 5 "location": "panel",
6 "id": "timeline", 6 "id": "timeline",
7 "title": "Performance", 7 "title": "Timeline",
8 "order": 50, 8 "order": 50,
9 "className": "Timeline.TimelinePanel" 9 "className": "Timeline.TimelinePanel"
10 }, 10 },
11 { 11 {
12 "type": "setting", 12 "type": "setting",
13 "category": "Profiler", 13 "category": "Profiler",
14 "title": "Hide chrome frame in Layers view", 14 "title": "Hide chrome frame in Layers view",
15 "settingName": "frameViewerHideChromeWindow", 15 "settingName": "frameViewerHideChromeWindow",
16 "settingType": "boolean", 16 "settingType": "boolean",
17 "defaultValue": false 17 "defaultValue": false
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "TimelinePanel.js" 156 "TimelinePanel.js"
157 ], 157 ],
158 "resources": [ 158 "resources": [
159 "invalidationsTree.css", 159 "invalidationsTree.css",
160 "timelineFlamechartPopover.css", 160 "timelineFlamechartPopover.css",
161 "timelinePanel.css", 161 "timelinePanel.css",
162 "timelinePaintProfiler.css", 162 "timelinePaintProfiler.css",
163 "timelineStatusDialog.css" 163 "timelineStatusDialog.css"
164 ] 164 ]
165 } 165 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698