| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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", | 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"] | 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", "ScriptC
overage", "CoverageRange"] |
| 56 }, | 56 }, |
| 57 { | 57 { |
| 58 "domain": "Schema" | 58 "domain": "Schema" |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "domain": "Security" | 61 "domain": "Security" |
| 62 }, | 62 }, |
| 63 { | 63 { |
| 64 "domain": "ServiceWorker" | 64 "domain": "ServiceWorker" |
| 65 }, | 65 }, |
| (...skipping 19 matching lines...) Expand all Loading... |
| 85 }, | 85 }, |
| 86 | 86 |
| 87 "lib": { | 87 "lib": { |
| 88 "package": "content/browser/devtools/protocol", | 88 "package": "content/browser/devtools/protocol", |
| 89 "output": "protocol", | 89 "output": "protocol", |
| 90 "string_header": "content/browser/devtools/protocol_string.h", | 90 "string_header": "content/browser/devtools/protocol_string.h", |
| 91 "export_macro": "CONTENT_EXPORT", | 91 "export_macro": "CONTENT_EXPORT", |
| 92 "export_header": "content/common/content_export.h" | 92 "export_header": "content/common/content_export.h" |
| 93 } | 93 } |
| 94 } | 94 } |
| OLD | NEW |