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

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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.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/protocol.json
diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json
index 0ab4bca05dfe074f08a652bae1a8c0514a7c13a6..eeb952ac59829e09dc70a43d31c8bae64e20fbc9 100644
--- a/third_party/WebKit/Source/devtools/protocol.json
+++ b/third_party/WebKit/Source/devtools/protocol.json
@@ -3948,6 +3948,16 @@
],
"hidden": true,
"description": "Removes AsyncOperation breakpoint."
+ },
+ {
+ "name": "setSourceMapContent",
+ "parameters": [
+ { "name": "scriptId", "$ref": "ScriptId", "description": "Identifier of the script." },
+ { "name": "sourceMapURL", "type": "string", "description": "Source map's url." },
+ { "name": "content", "type": "string", "description": "Source map's content." }
+ ],
+ "hidden": true,
+ "description": "Set source map's content on backend."
}
],
"events": [
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/SourceMap.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698