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

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

Issue 1843053002: Devtools: Add trigger add to homescreen to command menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | 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": "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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "name": "network-conditions", 42 "name": "network-conditions",
43 "title": "Throttling", 43 "title": "Throttling",
44 "order": "35", 44 "order": "35",
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 "actionId": "components.request-app-banner", 53 "actionId": "components.request-app-banner",
53 "className": "WebInspector.RequestAppBannerActionDelegate", 54 "className": "WebInspector.RequestAppBannerActionDelegate",
54 "title": "Trigger add to homescreen" 55 "title": "Trigger add to homescreen"
55 } 56 }
56 ], 57 ],
57 "dependencies": [ 58 "dependencies": [
58 "bindings", 59 "bindings",
59 "platform", 60 "platform",
60 "ui" 61 "ui"
61 ], 62 ],
(...skipping 21 matching lines...) Expand all
83 "resources": [ 84 "resources": [
84 "breakpointsList.css", 85 "breakpointsList.css",
85 "customPreviewSection.css", 86 "customPreviewSection.css",
86 "eventListenersView.css", 87 "eventListenersView.css",
87 "domUtils.css", 88 "domUtils.css",
88 "networkConditionsSettingsTab.css", 89 "networkConditionsSettingsTab.css",
89 "objectPropertiesSection.css", 90 "objectPropertiesSection.css",
90 "objectValue.css" 91 "objectValue.css"
91 ] 92 ]
92 } 93 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698