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

Unified Diff: src/inspector/inspector_protocol_config.json

Issue 2553513002: [inspector] Roll inspector_protocol to c65b17da8a32bc6ab25b4ebbef1008f23c69e7d1. (Closed)
Patch Set: Created 4 years 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 | « no previous file | src/inspector/js_protocol.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/inspector_protocol_config.json
diff --git a/src/inspector/inspector_protocol_config.json b/src/inspector/inspector_protocol_config.json
index cca93af27f37d70e5371447af3e31cbad60f2212..22e2cf5636df25d62e3aef10eb074e8003080ad3 100644
--- a/src/inspector/inspector_protocol_config.json
+++ b/src/inspector/inspector_protocol_config.json
@@ -6,14 +6,17 @@
"namespace": ["v8_inspector", "protocol"],
"options": [
{
- "domain": "Schema"
+ "domain": "Schema",
+ "exported": ["Domain"]
},
{
"domain": "Runtime",
- "async": ["evaluate", "awaitPromise", "callFunctionOn", "runScript"]
+ "async": ["evaluate", "awaitPromise", "callFunctionOn", "runScript"],
+ "exported": ["StackTrace", "RemoteObject"]
},
{
- "domain": "Debugger"
+ "domain": "Debugger",
+ "exported": ["SearchMatch", "paused.reason"]
},
{
"domain": "Console"
« no previous file with comments | « no previous file | src/inspector/js_protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698