| 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": {
|
|
|