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

Unified Diff: third_party/WebKit/Source/core/inspector/browser_protocol.json

Issue 2383743003: [DevTools] Auto-attach to cross-process subframes under experiment. (Closed)
Patch Set: some ui Created 4 years, 3 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/core/inspector/browser_protocol.json
diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
index 5931848bd7140cda603874ca25227484101f527c..f5b55c98b63b044f61f6bf34ee1686d6d3e2a944 100644
--- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
+++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
@@ -3274,7 +3274,7 @@
{
"id": "TargetType",
"type": "string",
- "enum": ["page", "frame", "worker", "service_worker"]
+ "enum": ["page", "iframe", "worker", "service_worker"]
},
{
"id": "TargetInfo",
@@ -3306,6 +3306,13 @@
"handlers": ["browser"]
},
{
+ "name": "setAttachToFrames",
+ "parameters": [
+ { "name": "value", "type": "boolean", "description": "Whether to attach to frames." }
+ ],
+ "handlers": ["browser"]
+ },
+ {
"name": "sendMessageToTarget",
"parameters": [
{ "name": "targetId", "type": "string" },

Powered by Google App Engine
This is Rietveld 408576698