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

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

Issue 2146163002: [DevTools] Remove Console.messagesCleared event. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2139543002
Patch Set: rebased on ToT Created 4 years, 5 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/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 cb90918b15a6751231caa9597d301815e96c0477..633ec024a45562e5186afc3800d0dfd09c7709b2 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
@@ -25,6 +25,18 @@
},
{
"type": "setting",
+ "category": "Console",
+ "title": "Preserve log upon navigation",
+ "settingName": "preserveConsoleLog",
+ "settingType": "boolean",
+ "defaultValue": false,
+ "options": [
+ { "value": true, "title": "Preserve log upon navigation" },
+ { "value": false, "title": "Do not preserve log upon navigation" }
+ ]
+ },
+ {
+ "type": "setting",
"category": "Debugger",
"settingName": "pauseOnExceptionEnabled",
"settingType": "boolean",

Powered by Google App Engine
This is Rietveld 408576698