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

Unified Diff: content/browser/devtools/protocol_config.json

Issue 2654993006: Show service worker navigation preload requests in DevTools Network tab. (Closed)
Patch Set: incorporated pfeldman's comment Created 3 years, 11 months 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: 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"
},
{
« no previous file with comments | « content/browser/devtools/protocol/network_handler.cc ('k') | content/browser/devtools/service_worker_devtools_agent_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698