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

Unified Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 1583383003: [DevTools] Send source map content from frontend to backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blackbox-inline-source-map
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/protocol.json
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
index bb97598aa6fdd216a6dd6de4c57a55c0794a6d3c..544696b725f7797d17a988934ce3a29744302712 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -3940,6 +3940,15 @@
],
"hidden": true,
"description": "Removes AsyncOperation breakpoint."
+ },
+ {
+ "name": "setSourceMapContent",
+ "parameters": [
+ { "name": "scriptId", "$ref": "ScriptId", "description": "Identifier of the script." },
+ { "name": "content", "type": "string", "description": "Source map's content."}
+ ],
+ "hidden": true,
+ "description": "Set source map's content on backend."
}
],
"events": [

Powered by Google App Engine
This is Rietveld 408576698