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

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: roll 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..3048e5262d52bfe5eec7918559039d0b17a527e2 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,91 @@
"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": ["requestCacheNames", "requestEntries", "deleteCache", "deleteEntry"]
+ },
+ {
+ "domain": "CSS",
+ "async": ["enable"]
+ },
+ {
+ "domain": "Database",
+ "async": ["executeSQL"]
+ },
+ {
+ "domain": "DeviceOrientation"
+ },
+ {
+ "domain": "DOM"
+ },
+ {
+ "domain": "DOMDebugger"
+ },
+ {
+ "domain": "DOMStorage"
+ },
+ {
+ "domain": "IndexedDB",
+ "async": ["requestDatabaseNames", "requestDatabase", "requestData", "clearObjectStore"]
+ },
+ {
+ "domain": "LayerTree"
+ },
+ {
+ "domain": "Log"
+ },
+ {
+ "domain": "Rendering"
+ },
+ {
+ "domain": "Input",
+ "include": ["dispatchTouchEvent"]
+ },
+ {
+ "domain": "Memory",
+ "include": "getDOMCounters"
+ },
+ {
+ "domain": "Tracing",
+ "include": ["start", "end"],
+ "async": ["start", "end"]
+ },
+ {
+ "domain": "Page",
+ "exclude": ["getNavigationHistory", "navigateToHistoryEntry", "captureScreenshot", "screencastFrameAck", "handleJavaScriptDialog", "setColorPickerEnabled",
+ "getAppManifest", "requestAppBanner", "setControlNavigations", "processNavigation"],
+ "async": ["getResourceContent", "searchInResource"],
+ "exclude_events": ["screencastFrame", "screencastVisibilityChanged", "colorPicked", "interstitialShown", "interstitialHidden", "navigationRequested"]
+ },
+ {
+ "domain": "Emulation",
+ "include": ["forceViewport", "resetViewport", "resetPageScaleFactor", "setPageScaleFactor", "setScriptExecutionDisabled", "setTouchEmulationEnabled",
+ "setEmulatedMedia", "setCPUThrottlingRate", "setVirtualTimePolicy"],
+ "include_events": ["virtualTimeBudgetExpired"]
+ },
+ {
+ "domain": "Network",
+ "exclude": ["clearBrowserCache", "clearBrowserCookies", "getCookies", "deleteCookie", "setCookie", "canEmulateNetworkConditions"],
+ "async": ["getResponseBody"]
+ },
+ {
+ "domain": "Target",
+ "include": ["setAutoAttach", "sendMessageToTarget"],
+ "include_events": ["attachedToTarget", "detachedFromTarget", "receivedMessageFromTarget"]
+ }
+ ]
},
"imported": {
« no previous file with comments | « third_party/WebKit/Source/core/inspector/browser_protocol.json ('k') | third_party/inspector_protocol/CodeGenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698