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

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

Issue 2223123003: DevTools: Add custom CPU throttling option to timeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing caseq comments. Created 4 years, 4 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/ui_lazy/dialog.css ('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": "@WebInspector.ActionDelegate", 4 "type": "@WebInspector.ActionDelegate",
5 "actionId": "commandMenu.show", 5 "actionId": "commandMenu.show",
6 "className": "WebInspector.CommandMenu.ShowActionDelegate", 6 "className": "WebInspector.CommandMenu.ShowActionDelegate",
7 "bindings": [ 7 "bindings": [
8 { 8 {
9 "platform": "windows,linux", 9 "platform": "windows,linux",
10 "shortcut": "Ctrl+Shift+P" 10 "shortcut": "Ctrl+Shift+P"
(...skipping 20 matching lines...) Expand all
31 "FilteredListWidget.js", 31 "FilteredListWidget.js",
32 "CommandMenu.js", 32 "CommandMenu.js",
33 "FlameChart.js", 33 "FlameChart.js",
34 "OverviewGrid.js", 34 "OverviewGrid.js",
35 "PieChart.js", 35 "PieChart.js",
36 "TimelineGrid.js", 36 "TimelineGrid.js",
37 "TimelineOverviewPane.js" 37 "TimelineOverviewPane.js"
38 ], 38 ],
39 "resources": [ 39 "resources": [
40 "dataGrid.css", 40 "dataGrid.css",
41 "dialog.css",
41 "filteredListWidget.css", 42 "filteredListWidget.css",
42 "flameChart.css", 43 "flameChart.css",
43 "overviewGrid.css", 44 "overviewGrid.css",
44 "pieChart.css", 45 "pieChart.css",
45 "timelineGrid.css" 46 "timelineGrid.css"
46 ] 47 ]
47 } 48 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui_lazy/dialog.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698