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

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

Issue 2843763004: [DevTools] Introduce EmulationModel which will encapsulate emulation (Closed)
Patch Set: +throttling Created 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/main/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/main/module.json b/third_party/WebKit/Source/devtools/front_end/main/module.json
index c07180d67ffec482f85193e0450cd0cf6674bf9c..40cee054fadf46adc5e9e21f975977ad65c2d70d 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
@@ -247,26 +247,6 @@
},
{
"type": "setting",
- "category": "Debugger",
- "title": "Disable JavaScript",
- "settingName": "javaScriptDisabled",
- "settingType": "boolean",
- "storageType": "session",
- "order": 1,
- "defaultValue": false,
- "options": [
- {
- "value": true,
- "title": "Disable JavaScript"
- },
- {
- "value": false,
- "title": "Enable JavaScript"
- }
- ]
- },
- {
- "type": "setting",
"category": "DevTools",
"title": "Auto-open DevTools for popups",
"settingName": "autoAttachToCreatedPages",

Powered by Google App Engine
This is Rietveld 408576698