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

Unified Diff: third_party/WebKit/Source/devtools/front_end/network/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/network/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/network/module.json b/third_party/WebKit/Source/devtools/front_end/network/module.json
index f7db8b4e63a3ae287e87e9b7a16ee3bd5bb4e889..cb648194144d77d1e5b7e2446adfa33e37202fc6 100644
--- a/third_party/WebKit/Source/devtools/front_end/network/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/network/module.json
@@ -86,6 +86,22 @@
"persistence": "closeable",
"order": 40,
"className": "WebInspector.NetworkConfigView"
+ },
+ {
+ "type": "setting",
+ "settingName": "networkConditionsCustomProfiles",
+ "settingType": "array",
+ "defaultValue": []
+ },
+ {
+ "type": "settings-view",
+ "name": "network-conditions",
+ "title": "Throttling",
+ "order": "35",
+ "className": "WebInspector.NetworkConditionsSettingsTab",
+ "settings": [
+ "networkConditionsCustomProfiles"
+ ]
}
],
"dependencies": [
@@ -101,6 +117,7 @@
"HARWriter.js",
"JSONView.js",
"RequestView.js",
+ "NetworkConditionsSelector.js",
"NetworkConfigView.js",
"NetworkDataGridNode.js",
"NetworkItemView.js",
@@ -120,6 +137,7 @@
"resources": [
"blockedURLsPane.css",
"eventSourceMessagesView.css",
+ "networkConditionsSettingsTab.css",
"networkConfigView.css",
"networkLogView.css",
"networkPanel.css",

Powered by Google App Engine
This is Rietveld 408576698