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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sdk/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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sdk/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/module.json b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
index 6ae9fb82cec31ef2ab8b5587d3207c5a855c431f..1965218d7f4f917eda882402cdd05489ec74d60c 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
@@ -62,6 +62,26 @@
{
"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": "Debugger",
"title": "Disable async stack traces",
"settingName": "disableAsyncStackTraces",
"settingType": "boolean",
@@ -162,6 +182,7 @@
"DOMDebuggerModel.js",
"DOMModel.js",
"DebuggerModel.js",
+ "EmulationModel.js",
"LayerTreeBase.js",
"LogModel.js",
"ServiceWorkerManager.js",
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698