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

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

Issue 1922073002: DevTools: polish service worker inspector UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined test Created 4 years, 7 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": "setting", 4 "type": "setting",
5 "category": "Console", 5 "category": "Console",
6 "title": "Enable custom formatters", 6 "title": "Enable custom formatters",
7 "settingName": "customFormatters", 7 "settingName": "customFormatters",
8 "settingType": "boolean", 8 "settingType": "boolean",
9 "defaultValue": false 9 "defaultValue": false
10 }, 10 },
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "className": "WebInspector.NetworkConditionsSettingsTab", 45 "className": "WebInspector.NetworkConditionsSettingsTab",
46 "settings": [ 46 "settings": [
47 "customNetworkConditions" 47 "customNetworkConditions"
48 ] 48 ]
49 }, 49 },
50 { 50 {
51 "type": "@WebInspector.ActionDelegate", 51 "type": "@WebInspector.ActionDelegate",
52 "category": "Mobile", 52 "category": "Mobile",
53 "actionId": "components.request-app-banner", 53 "actionId": "components.request-app-banner",
54 "className": "WebInspector.RequestAppBannerActionDelegate", 54 "className": "WebInspector.RequestAppBannerActionDelegate",
55 "title": "Trigger add to homescreen" 55 "title": "Add to homescreen"
56 } 56 }
57 ], 57 ],
58 "dependencies": [ 58 "dependencies": [
59 "bindings", 59 "bindings",
60 "platform", 60 "platform",
61 "ui" 61 "ui"
62 ], 62 ],
63 "scripts": [ 63 "scripts": [
64 "BreakpointsSidebarPaneBase.js", 64 "BreakpointsSidebarPaneBase.js",
65 "CustomPreviewSection.js", 65 "CustomPreviewSection.js",
(...skipping 17 matching lines...) Expand all
83 "resources": [ 83 "resources": [
84 "breakpointsList.css", 84 "breakpointsList.css",
85 "customPreviewSection.css", 85 "customPreviewSection.css",
86 "eventListenersView.css", 86 "eventListenersView.css",
87 "domUtils.css", 87 "domUtils.css",
88 "networkConditionsSettingsTab.css", 88 "networkConditionsSettingsTab.css",
89 "objectPropertiesSection.css", 89 "objectPropertiesSection.css",
90 "objectValue.css" 90 "objectValue.css"
91 ] 91 ]
92 } 92 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698