| OLD | NEW |
| 1 { | 1 { |
| 2 "use_snake_file_names": true, | 2 "use_snake_file_names": true, |
| 3 "use_title_case_methods": true, | 3 "use_title_case_methods": true, |
| 4 | 4 |
| 5 "protocol": { | 5 "protocol": { |
| 6 "package": "content/browser/devtools/protocol", | 6 "package": "content/browser/devtools/protocol", |
| 7 "output": "protocol", | 7 "output": "protocol", |
| 8 "namespace": ["content", "protocol"], | 8 "namespace": ["content", "protocol"], |
| 9 "export_macro": "CONTENT_EXPORT", | 9 "export_macro": "CONTENT_EXPORT", |
| 10 "export_header": "content/common/content_export.h", | 10 "export_header": "content/common/content_export.h", |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 "domain": "IO", | 31 "domain": "IO", |
| 32 "async": ["read"] | 32 "async": ["read"] |
| 33 }, | 33 }, |
| 34 { | 34 { |
| 35 "domain": "Memory", | 35 "domain": "Memory", |
| 36 "include": ["setPressureNotificationsSuppressed", "simulatePress
ureNotification"] | 36 "include": ["setPressureNotificationsSuppressed", "simulatePress
ureNotification"] |
| 37 }, | 37 }, |
| 38 { | 38 { |
| 39 "domain": "Network", | 39 "domain": "Network", |
| 40 "include": ["enable", "disable", "clearBrowserCache", "clearBrow
serCookies", "getCookies", "getAllCookies", "deleteCookie", "setCookie", "setUse
rAgentOverride", "canEmulateNetworkConditions"], | 40 "include": ["enable", "disable", "clearBrowserCache", "clearBrow
serCookies", "getCookies", "getAllCookies", "deleteCookie", "setCookie", "setUse
rAgentOverride", "canEmulateNetworkConditions"], |
| 41 "include_types": ["CookieSameSite", "Cookie"], | 41 "include_types": ["CookieSameSite", "Cookie", "Response", "Heade
rs", "Request", "ResourceTiming", "SecurityDetails", "SignedCertificateTimestamp
", "Initiator", "ResourcePriority", "RequestWillBeSentNotification", "ResponseRe
ceivedNotification", "LoadingFinishedNotification", "LoadingFailedNotification",
"RequestWillBeSentNotification"], |
| 42 "include_events": [], | 42 "include_events": ["requestWillBeSent", "responseReceived", "loa
dingFinished", "loadingFailed"], |
| 43 "async": ["getCookies", "getAllCookies", "deleteCookie", "setCoo
kie"] | 43 "async": ["getCookies", "getAllCookies", "deleteCookie", "setCoo
kie"] |
| 44 }, | 44 }, |
| 45 { | 45 { |
| 46 "domain": "Page", | 46 "domain": "Page", |
| 47 "include": ["enable", "disable", "reload", "navigate", "stopLoad
ing", "getNavigationHistory", "navigateToHistoryEntry", "captureScreenshot", | 47 "include": ["enable", "disable", "reload", "navigate", "stopLoad
ing", "getNavigationHistory", "navigateToHistoryEntry", "captureScreenshot", |
| 48 "startScreencast", "stopScreencast", "screencastFrameAck", "
handleJavaScriptDialog", "setColorPickerEnabled", "requestAppBanner", | 48 "startScreencast", "stopScreencast", "screencastFrameAck", "
handleJavaScriptDialog", "setColorPickerEnabled", "requestAppBanner", |
| 49 "setControlNavigations", "processNavigation"], | 49 "setControlNavigations", "processNavigation"], |
| 50 "include_events": ["interstitialShown", "interstitialHidden", "n
avigationRequested", "screencastVisibilityChanged", "screencastFrame", "colorPic
ked"], | 50 "include_events": ["interstitialShown", "interstitialHidden", "n
avigationRequested", "screencastVisibilityChanged", "screencastFrame", "colorPic
ked"], |
| 51 "async": ["captureScreenshot"] | 51 "async": ["captureScreenshot"] |
| 52 }, | 52 }, |
| 53 { | 53 { |
| 54 "domain": "Runtime", |
| 55 "include_types": ["StackTrace", "CallFrame", "RemoteObject", "Ob
jectPreview", "PropertyPreview", "EntryPreview", "CallArgument", "ExceptionDetai
ls", "CustomPreview", "PropertyDescriptor", "InternalPropertyDescriptor", "Execu
tionContextDescription", "ExecutionContextDestroyedNotification", "ExecutionCont
extCreatedNotification", "ExceptionThrownNotification", "ExceptionRevokedNotific
ation", "ConsoleAPICalledNotification", "InspectRequestedNotification"] |
| 56 }, |
| 57 { |
| 54 "domain": "Schema" | 58 "domain": "Schema" |
| 55 }, | 59 }, |
| 56 { | 60 { |
| 57 "domain": "Security" | 61 "domain": "Security" |
| 58 }, | 62 }, |
| 59 { | 63 { |
| 60 "domain": "ServiceWorker" | 64 "domain": "ServiceWorker" |
| 61 }, | 65 }, |
| 62 { | 66 { |
| 63 "domain": "Storage" | 67 "domain": "Storage" |
| (...skipping 17 matching lines...) Expand all Loading... |
| 81 }, | 85 }, |
| 82 | 86 |
| 83 "lib": { | 87 "lib": { |
| 84 "package": "content/browser/devtools/protocol", | 88 "package": "content/browser/devtools/protocol", |
| 85 "output": "protocol", | 89 "output": "protocol", |
| 86 "string_header": "content/browser/devtools/protocol_string.h", | 90 "string_header": "content/browser/devtools/protocol_string.h", |
| 87 "export_macro": "CONTENT_EXPORT", | 91 "export_macro": "CONTENT_EXPORT", |
| 88 "export_header": "content/common/content_export.h" | 92 "export_header": "content/common/content_export.h" |
| 89 } | 93 } |
| 90 } | 94 } |
| OLD | NEW |