| Index: content/browser/devtools/protocol_config.json
|
| diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json
|
| index ef70f5e055b8191ed92be9bce5de892782d8cd85..57d7f223c714ad88fe088e98a9e6bdb11ee3548b 100644
|
| --- a/content/browser/devtools/protocol_config.json
|
| +++ b/content/browser/devtools/protocol_config.json
|
| @@ -10,6 +10,19 @@
|
| "export_header": "content/common/content_export.h",
|
| "options": [
|
| {
|
| + "domain": "DOM",
|
| + "include": ["setFileInputFiles"],
|
| + "include_events": [],
|
| + "include_types": ["NodeId", "RGBA"]
|
| + },
|
| + {
|
| + "domain": "Emulation",
|
| + "include": ["setGeolocationOverride", "clearGeolocationOverride", "setTouchEmulationEnabled", "canEmulate", "setDeviceMetricsOverride", "clearDeviceMetricsOverride", "setVisibleSize"]
|
| + },
|
| + {
|
| + "domain": "Inspector"
|
| + },
|
| + {
|
| "domain": "IO",
|
| "async": ["read"]
|
| },
|
| @@ -18,6 +31,24 @@
|
| "include": ["setPressureNotificationsSuppressed", "simulatePressureNotification"]
|
| },
|
| {
|
| + "domain": "Network",
|
| + "include": ["enable", "disable", "clearBrowserCache", "clearBrowserCookies", "getCookies", "deleteCookie", "setCookie", "canEmulateNetworkConditions"],
|
| + "include_types": ["CookieSameSite", "Cookie"],
|
| + "include_events": [],
|
| + "async": ["getCookies", "deleteCookie", "setCookie"]
|
| + },
|
| + {
|
| + "domain": "Page",
|
| + "include": ["enable", "disable", "reload", "navigate", "stopLoading", "getNavigationHistory", "navigateToHistoryEntry", "captureScreenshot",
|
| + "startScreencast", "stopScreencast", "screencastFrameAck", "handleJavaScriptDialog", "setColorPickerEnabled", "requestAppBanner",
|
| + "setControlNavigations", "processNavigation"],
|
| + "include_events": ["interstitialShown", "interstitialHidden", "navigationRequested", "screencastVisibilityChanged", "screencastFrame", "colorPicked"],
|
| + "async": ["captureScreenshot"]
|
| + },
|
| + {
|
| + "domain": "Schema"
|
| + },
|
| + {
|
| "domain": "SystemInfo",
|
| "async": ["getInfo"]
|
| },
|
|
|