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

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

Issue 1582093002: [DevTools] Turn NetworkConditionsSettingsTab into web component, move to network module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 8fb44c6f13855a9cf0f90d87987dc4cbe1243e27..8310cd78222bdf87fc1bfab371898deb3d5ee58c 100644
--- a/third_party/WebKit/Source/devtools/front_end/components/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/components/module.json
@@ -14,22 +14,6 @@
"marker": "breakpoint-marker",
"title": "DOM Breakpoint",
"color": "rgb(105, 140, 254)"
- },
- {
- "type": "setting",
- "settingName": "networkConditionsCustomProfiles",
- "settingType": "array",
- "defaultValue": []
- },
- {
- "type": "settings-view",
- "name": "network-conditions",
- "title": "Throttling",
- "order": "35",
- "className": "WebInspector.NetworkConditionsSettingsTab",
- "settings": [
- "networkConditionsCustomProfiles"
- ]
}
],
"dependencies": [
@@ -51,7 +35,6 @@
"HandlerRegistry.js",
"InspectorView.js",
"Linkifier.js",
- "NetworkConditionsSelector.js",
"ObjectPopoverHelper.js",
"ObjectPropertiesSection.js",
"RemoteObjectPreviewFormatter.js",
@@ -66,7 +49,6 @@
"eventListenersView.css",
"domUtils.css",
"inspectorViewTabbedPane.css",
- "networkConditionsSettingsTab.css",
"objectPropertiesSection.css",
"objectValue.css"
]

Powered by Google App Engine
This is Rietveld 408576698