Chromium Code Reviews| 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", |
|
pfeldman
2017/01/26 18:10:20
Did it not compiler without these because of the i
horo
2017/01/26 22:53:19
We need this.
It is because
- requestWillBeSent r
|
| + "include_types": ["StackTrace", "CallFrame", "RemoteObject", "ObjectPreview", "PropertyPreview", "EntryPreview", "CallArgument", "ExceptionDetails", "CustomPreview", "PropertyDescriptor", "InternalPropertyDescriptor", "ExecutionContextDescription", "ExecutionContextDestroyedNotification", "ExecutionContextCreatedNotification", "ExceptionThrownNotification", "ExceptionRevokedNotification", "ConsoleAPICalledNotification", "InspectRequestedNotification"] |
| + }, |
| + { |
| "domain": "Schema" |
| }, |
| { |