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

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

Issue 2668413003: DevTools: extract NetworkConditionsSelector into its own module (Closed)
Patch Set: rebaseline 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/components/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/components/module.json b/third_party/WebKit/Source/devtools/front_end/components/module.json
index 23882e4b61f70b6dc18d65f0409df1e5d2286124..ee71bc638958e4b513fd9ea575b868eb349833d7 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/components/module.json
@@ -6,39 +6,6 @@
"marker": "breakpoint-marker",
"title": "DOM Breakpoint",
"color": "rgb(105, 140, 254)"
- },
- {
- "type": "setting",
- "settingName": "customNetworkConditions",
- "settingType": "array",
- "defaultValue": []
- },
- {
- "type": "@UI.ActionDelegate",
- "actionId": "components.network-offline",
- "category": "Network",
- "title": "Go offline",
- "className": "Components.NetworkConditionsActionDelegate",
- "tags": "device"
- },
- {
- "type": "@UI.ActionDelegate",
- "actionId": "components.network-online",
- "category": "Network",
- "title": "Go online",
- "className": "Components.NetworkConditionsActionDelegate",
- "tags": "device"
- },
- {
- "type": "view",
- "location": "settings-view",
- "id": "network-conditions",
- "title": "Throttling",
- "order": "35",
- "className": "Components.NetworkConditionsSettingsTab",
- "settings": [
- "customNetworkConditions"
- ]
}
],
"dependencies": [
@@ -56,7 +23,6 @@
"DockController.js",
"JavaScriptAutocomplete.js",
"Linkifier.js",
- "NetworkConditionsSelector.js",
"ObjectPopoverHelper.js",
"ObjectPropertiesSection.js",
"RemoteObjectPreviewFormatter.js",
@@ -69,7 +35,6 @@
"customPreviewComponent.css",
"eventListenersView.css",
"domUtils.css",
- "networkConditionsSettingsTab.css",
"objectPropertiesSection.css",
"objectValue.css"
]

Powered by Google App Engine
This is Rietveld 408576698