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

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

Issue 2475663004: [DevTools] Roll third_party/inspector_protocol to 3c6f5ff8ab6653b47cf226233d488701a527d761. (Closed)
Patch Set: Created 4 years, 1 month 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/inspector_protocol_config.json
diff --git a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
index 47ef64f3c46e4619fb1312096fb13a7b7e27a610..82e323bef54215b5c1f6409ee06d98a202b28b97 100644
--- a/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
+++ b/third_party/WebKit/Source/core/inspector/inspector_protocol_config.json
@@ -5,7 +5,78 @@
"output": "inspector/protocol",
"namespace": ["blink", "protocol"],
"export_macro": "CORE_EXPORT",
- "export_header": "core/CoreExport.h"
+ "export_header": "core/CoreExport.h",
+ "options": [
+ { "domain": "+Accessibility" },
+ { "domain": "+Animation" },
+ { "domain": "+ApplicationCache" },
+ { "domain": "+CacheStorage", "async": true },
+ { "domain": "+CSS" },
+ { "domain": "+Database" },
+ { "domain": "+DeviceOrientation" },
+ { "domain": "+DOM" },
+ { "domain": "+DOMDebugger" },
+ { "domain": "+DOMStorage" },
+ { "domain": "+IndexedDB", "async": true },
+ { "domain": "+LayerTree" },
+ { "domain": "+Log" },
+ { "domain": "+Rendering" },
+
+ { "command": "+CSS.enable", "async": true },
+ { "command": "+Database.executeSQL", "async": true },
+ { "command": "+IndexedDB.enable", "async": false },
+ { "command": "+IndexedDB.disable", "async": false },
+ { "command": "+Input.dispatchTouchEvent" },
+ { "command": "+Memory.getDOMCounters" },
+ { "command": "+Tracing.start", "async": true },
+ { "command": "+Tracing.end", "async": true },
+
+ { "domain": "+Page" },
+ { "command": "+Page.getResourceContent", "async": true },
caseq 2016/11/05 01:32:25 I find this config format rather difficult to read
dgozman 2016/11/07 17:27:22 Done.
+ { "command": "+Page.searchInResource", "async": true },
+ { "command": "-Page.getNavigationHistory" },
+ { "command": "-Page.navigateToHistoryEntry" },
+ { "command": "-Page.captureScreenshot" },
+ { "command": "-Page.screencastFrameAck" },
+ { "command": "-Page.handleJavaScriptDialog" },
+ { "command": "-Page.setColorPickerEnabled" },
+ { "command": "-Page.getAppManifest" },
+ { "command": "-Page.requestAppBanner" },
+ { "command": "-Page.setControlNavigations" },
+ { "command": "-Page.processNavigation" },
+ { "event": "-Page.screencastFrame" },
+ { "event": "-Page.screencastVisibilityChanged" },
+ { "event": "-Page.colorPicked" },
+ { "event": "-Page.interstitialShown" },
+ { "event": "-Page.interstitialHidden" },
+ { "event": "-Page.navigationRequested" },
+
+ { "command": "+Emulation.forceViewport" },
+ { "command": "+Emulation.resetViewport" },
+ { "command": "+Emulation.resetPageScaleFactor" },
+ { "command": "+Emulation.setPageScaleFactor" },
+ { "command": "+Emulation.setScriptExecutionDisabled" },
+ { "command": "+Emulation.setTouchEmulationEnabled" },
+ { "command": "+Emulation.setEmulatedMedia" },
+ { "command": "+Emulation.setCPUThrottlingRate" },
+ { "command": "+Emulation.setVirtualTimePolicy" },
+ { "event": "+Emulation.virtualTimeBudgetExpired" },
+
+ { "domain": "+Network" },
+ { "command": "+Network.getResponseBody", "async": true },
+ { "command": "-Network.clearBrowserCache" },
+ { "command": "-Network.clearBrowserCookies" },
+ { "command": "-Network.getCookies" },
+ { "command": "-Network.deleteCookie" },
+ { "command": "-Network.setCookie" },
+ { "command": "-Network.canEmulateNetworkConditions" },
+
+ { "command": "+Target.setAutoAttach" },
+ { "command": "+Target.sendMessageToTarget" },
+ { "event": "+Target.attachedToTarget" },
+ { "event": "+Target.detachedFromTarget" },
+ { "event": "+Target.receivedMessageFromTarget" }
+ ]
},
"imported": {

Powered by Google App Engine
This is Rietveld 408576698