| Index: content/browser/devtools/protocol_config.json
|
| diff --git a/content/browser/devtools/protocol_config.json b/content/browser/devtools/protocol_config.json
|
| index 6dbb32de3d146a3696606663e0899e7055e9a3c4..40688eadb0c2df32d9f5a9cdc6a82af85447d5d4 100644
|
| --- a/content/browser/devtools/protocol_config.json
|
| +++ b/content/browser/devtools/protocol_config.json
|
| @@ -38,8 +38,8 @@
|
| {
|
| "domain": "Network",
|
| "include": ["enable", "disable", "clearBrowserCache", "clearBrowserCookies", "getCookies", "getAllCookies", "deleteCookie", "setCookie", "setUserAgentOverride", "canEmulateNetworkConditions"],
|
| - "include_types": ["CookieSameSite", "Cookie"],
|
| - "include_events": [],
|
| + "include_types": ["CookieSameSite", "Cookie", "Response", "Headers", "Request", "ResourceTiming", "SecurityDetails", "SignedCertificateTimestamp", "Initiator", "ResourcePriority", "RequestWillBeSentNotification", "ResponseReceivedNotification", "LoadingFinishedNotification", "LoadingFailedNotification", "RequestWillBeSentNotification"],
|
| + "include_events": ["requestWillBeSent", "responseReceived", "loadingFinished", "loadingFailed"],
|
| "async": ["getCookies", "getAllCookies", "deleteCookie", "setCookie"]
|
| },
|
| {
|
| @@ -51,6 +51,10 @@
|
| "async": ["captureScreenshot"]
|
| },
|
| {
|
| + "domain": "Runtime",
|
| + "include_types": ["StackTrace", "CallFrame", "RemoteObject", "ObjectPreview", "PropertyPreview", "EntryPreview", "CallArgument", "ExceptionDetails", "CustomPreview", "PropertyDescriptor", "InternalPropertyDescriptor", "ExecutionContextDescription", "ExecutionContextDestroyedNotification", "ExecutionContextCreatedNotification", "ExceptionThrownNotification", "ExceptionRevokedNotification", "ConsoleAPICalledNotification", "InspectRequestedNotification"]
|
| + },
|
| + {
|
| "domain": "Schema"
|
| },
|
| {
|
|
|