<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[174892] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/174892">174892</a></dd>
<dt>Author</dt> <dd>joepeck@webkit.org</dd>
<dt>Date</dt> <dd>2014-10-20 10:59:24 -0700 (Mon, 20 Oct 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Web Inspector: Generate all Inspector domains together in JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=137748

Reviewed by Brian Burg.

* Source/PlatformEfl.cmake:

Source/JavaScriptCore:

* inspector/protocol/ApplicationCache.json: Renamed from Source/WebCore/inspector/protocol/ApplicationCache.json.
* inspector/protocol/CSS.json: Renamed from Source/WebCore/inspector/protocol/CSS.json.
* inspector/protocol/DOM.json: Renamed from Source/WebCore/inspector/protocol/DOM.json.
* inspector/protocol/DOMDebugger.json: Renamed from Source/WebCore/inspector/protocol/DOMDebugger.json.
* inspector/protocol/DOMStorage.json: Renamed from Source/WebCore/inspector/protocol/DOMStorage.json.
* inspector/protocol/Database.json: Renamed from Source/WebCore/inspector/protocol/Database.json.
* inspector/protocol/IndexedDB.json: Renamed from Source/WebCore/inspector/protocol/IndexedDB.json.
* inspector/protocol/LayerTree.json: Renamed from Source/WebCore/inspector/protocol/LayerTree.json.
* inspector/protocol/Network.json: Renamed from Source/WebCore/inspector/protocol/Network.json.
* inspector/protocol/Page.json: Renamed from Source/WebCore/inspector/protocol/Page.json.
* inspector/protocol/Replay.json: Renamed from Source/WebCore/inspector/protocol/Replay.json.
* inspector/protocol/Timeline.json: Renamed from Source/WebCore/inspector/protocol/Timeline.json.
* inspector/protocol/Worker.json: Renamed from Source/WebCore/inspector/protocol/Worker.json.
Move all protocol files into this directory.

* inspector/InspectorProtocolTypesBase.h: Renamed from Source/JavaScriptCore/inspector/InspectorProtocolTypes.h.
Renamed the base types file to not clash with the generated types file.

* CMakeLists.txt:
* DerivedSources.make:
* JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
* JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters:
* JavaScriptCore.vcxproj/copy-files.cmd:
* JavaScriptCore.xcodeproj/project.pbxproj:
Update build phases for new JSON files and new filenames.

* inspector/scripts/tests/expected/commands-with-async-attribute.json-result:
* inspector/scripts/tests/expected/commands-with-optional-call-return-parameters.json-result:
* inspector/scripts/tests/expected/domains-with-varying-command-sizes.json-result:
* inspector/scripts/tests/expected/events-with-optional-parameters.json-result:
* inspector/scripts/tests/expected/generate-domains-with-feature-guards.json-result:
* inspector/scripts/tests/expected/same-type-id-different-domain.json-result:
* inspector/scripts/tests/expected/shadowed-optional-type-setters.json-result:
* inspector/scripts/tests/expected/type-declaration-aliased-primitive-type.json-result:
* inspector/scripts/tests/expected/type-declaration-array-type.json-result:
* inspector/scripts/tests/expected/type-declaration-enum-type.json-result:
* inspector/scripts/tests/expected/type-declaration-object-type.json-result:
* inspector/scripts/tests/expected/type-requiring-runtime-casts.json-result:
Updated names of things now that prefixes are no longer needed.

* inspector/ConsoleMessage.h:
* inspector/ContentSearchUtilities.cpp:
* inspector/ContentSearchUtilities.h:
* inspector/InjectedScript.h:
* inspector/InjectedScriptBase.h:
* inspector/ScriptCallFrame.h:
* inspector/ScriptCallStack.h:
* inspector/agents/InspectorAgent.h:
* inspector/agents/InspectorConsoleAgent.h:
* inspector/agents/InspectorDebuggerAgent.cpp:
(Inspector::breakpointActionTypeForString):
* inspector/agents/InspectorDebuggerAgent.h:
* inspector/agents/InspectorRuntimeAgent.h:
* runtime/TypeProfiler.cpp:
* runtime/TypeSet.cpp:
Update includes and update a few function names that are generated.

* inspector/scripts/codegen/generate_protocol_types_header.py:
(ProtocolTypesHeaderGenerator.output_filename):
(ProtocolTypesHeaderGenerator.generate_output):
Include an export macro for type string constants defined in the implementation file.

* inspector/scripts/codegen/generate_backend_commands.py:
(BackendCommandsGenerator.output_filename):
* inspector/scripts/codegen/generate_backend_dispatcher_header.py:
(BackendDispatcherHeaderGenerator.output_filename):
(BackendDispatcherHeaderGenerator.generate_output):
* inspector/scripts/codegen/generate_backend_dispatcher_implementation.py:
(BackendDispatcherImplementationGenerator.output_filename):
(BackendDispatcherImplementationGenerator.generate_output):
(BackendDispatcherImplementationGenerator._generate_async_dispatcher_class_for_domain):
(BackendDispatcherImplementationGenerator._generate_dispatcher_implementation_for_command):
* inspector/scripts/codegen/generate_frontend_dispatcher_header.py:
(FrontendDispatcherHeaderGenerator.output_filename):
(FrontendDispatcherHeaderGenerator.generate_output):
* inspector/scripts/codegen/generate_frontend_dispatcher_implementation.py:
(FrontendDispatcherImplementationGenerator.output_filename):
(FrontendDispatcherImplementationGenerator.generate_output):
(FrontendDispatcherImplementationGenerator._generate_dispatcher_implementation_for_event):
(_generate_class_for_object_declaration):
(_generate_builder_setter_for_member):
(_generate_unchecked_setter_for_member):
* inspector/scripts/codegen/generate_protocol_types_implementation.py:
(ProtocolTypesImplementationGenerator.output_filename):
(ProtocolTypesImplementationGenerator.generate_output):
(ProtocolTypesImplementationGenerator._generate_enum_mapping):
* inspector/scripts/codegen/models.py:
(Framework.fromString):
(Frameworks):
* inspector/scripts/generate-inspector-protocol-bindings.py:
Simplify generator now that prefixes are no longer needed. This updates
filenames, includes, and the list of supported directories.

Source/WebCore:

After moving the json files into JavaScriptCore update the includes,
and names of functions that were previously prefixed.

* CMakeLists.txt:
* DerivedSources.make:
* ForwardingHeaders/inspector/InspectorBackendDispatchers.h: Added.
* ForwardingHeaders/inspector/InspectorFrontendDispatchers.h: Added.
* ForwardingHeaders/inspector/InspectorJSBackendDispatchers.h: Removed.
* ForwardingHeaders/inspector/InspectorJSFrontendDispatchers.h: Removed.
* ForwardingHeaders/inspector/InspectorJSProtocolTypes.h: Removed.
* ForwardingHeaders/inspector/InspectorProtocolTypesBase.h: Added.
* WebCore.vcxproj/WebCore.vcxproj:
* WebCore.vcxproj/WebCore.vcxproj.filters:
* WebCore.vcxproj/copyForwardingHeaders.cmd:
* WebCore.xcodeproj/project.pbxproj:
* inspector/CommandLineAPIHost.cpp:
* inspector/InspectorApplicationCacheAgent.cpp:
* inspector/InspectorApplicationCacheAgent.h:
* inspector/InspectorCSSAgent.cpp:
* inspector/InspectorCSSAgent.h:
* inspector/InspectorController.cpp:
* inspector/InspectorDOMAgent.cpp:
(WebCore::InspectorDOMAgent::buildObjectForAccessibilityProperties):
* inspector/InspectorDOMAgent.h:
* inspector/InspectorDOMDebuggerAgent.cpp:
* inspector/InspectorDOMDebuggerAgent.h:
* inspector/InspectorDOMStorageAgent.cpp:
* inspector/InspectorDOMStorageAgent.h:
* inspector/InspectorDatabaseAgent.cpp:
* inspector/InspectorDatabaseAgent.h:
* inspector/InspectorDatabaseResource.cpp:
* inspector/InspectorDatabaseResource.h:
* inspector/InspectorFrontendClientLocal.cpp:
* inspector/InspectorIndexedDBAgent.cpp:
* inspector/InspectorIndexedDBAgent.h:
* inspector/InspectorLayerTreeAgent.cpp:
* inspector/InspectorLayerTreeAgent.h:
* inspector/InspectorPageAgent.cpp:
* inspector/InspectorPageAgent.h:
* inspector/InspectorReplayAgent.cpp:
* inspector/InspectorReplayAgent.h:
* inspector/InspectorResourceAgent.cpp:
* inspector/InspectorResourceAgent.h:
* inspector/InspectorStyleSheet.cpp:
* inspector/InspectorStyleSheet.h:
* inspector/InspectorTimelineAgent.cpp:
(WebCore::InspectorTimelineAgent::addRecordToTimeline):
* inspector/InspectorTimelineAgent.h:
* inspector/InspectorWorkerAgent.cpp:
* inspector/InspectorWorkerAgent.h:
* inspector/PageRuntimeAgent.h:
* inspector/TimelineRecordFactory.cpp:
* inspector/WorkerInspectorController.cpp:

Source/WebInspectorUI:

Change the frontend to always load all agents, but only activate a subset
of the agents depending on the type of the backend.

* UserInterface/Base/Main.js:
(WebInspector.loaded):
* UserInterface/Protocol/InspectorBackend.js:
(InspectorBackendClass.prototype.activateDomains):
(InspectorBackendClass.prototype.activateAllDomains):
(InspectorBackendClass.prototype._agentForDomain):
(InspectorBackendClass.prototype._dispatchEvent):
(InspectorBackend.Agent):
(InspectorBackend.Agent.prototype.get active):
(InspectorBackend.Agent.prototype.activate):
* UserInterface/Base/Test.js:
Only expose &quot;window.FooAgent&quot; or allow dispatches in the &quot;Foo&quot; domain
when that particular agent is activated. Currently we hardcode the list
of agents to activate for a debuggable type. This should be generated.

* UserInterface/Protocol/LoadInspectorBackendCommands.js:
Now there should always be a single &quot;InspectorBackendCommands.js&quot; file to load.
We may want to change the RWI path to return a single file instead of an array.

* Scripts/update-LegacyInspectorBackendCommands.rb:
* UserInterface/Protocol/Legacy/6.0/InspectorBackendCommands.js: Renamed from Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js.
* UserInterface/Protocol/Legacy/7.0/InspectorBackendCommands.js: Renamed from Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js.
* UserInterface/Protocol/Legacy/8.0/InspectorBackendCommands.js: Renamed from Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorWebBackendCommands.js.
* UserInterface/Protocol/Legacy/8.0/InspectorJSBackendCommands.js: Removed.
* Versions/Inspector-iOS-8.0.json: Renamed from Source/WebInspectorUI/Versions/InspectorWeb-iOS-8.0.json.
* Versions/InspectorJS-iOS-8.0.json: Removed.
Update Legacy versions to output a single InspectorBackendCommands.js file.
Do a straightforward merge of the iOS 8 JS/Web inputs to a single json file.

* Configurations/Base.xcconfig:
* Configurations/DebugRelease.xcconfig:
* Configurations/WebInspectorUIFramework.xcconfig:
* Scripts/copy-user-interface-resources-dryrun.rb:
* Scripts/copy-user-interface-resources.pl:
* WebInspectorUI.vcxproj/WebInspectorUI.vcxproj:
* WebInspectorUI.vcxproj/WebInspectorUI.vcxproj.filters:
* WebInspectorUI.vcxproj/build-webinspectorui.pl:
We no longer needed WebCore's Private Headers, so simplify build files
and update file names where appropriate.

Source/WebKit2:

* PlatformGTK.cmake:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkChangeLog">trunk/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreCMakeListstxt">trunk/Source/JavaScriptCore/CMakeLists.txt</a></li>
<li><a href="#trunkSourceJavaScriptCoreChangeLog">trunk/Source/JavaScriptCore/ChangeLog</a></li>
<li><a href="#trunkSourceJavaScriptCoreDerivedSourcesmake">trunk/Source/JavaScriptCore/DerivedSources.make</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojJavaScriptCorevcxproj">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojJavaScriptCorevcxprojfilters">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorevcxprojcopyfilescmd">trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/copy-files.cmd</a></li>
<li><a href="#trunkSourceJavaScriptCoreJavaScriptCorexcodeprojprojectpbxproj">trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorConsoleMessageh">trunk/Source/JavaScriptCore/inspector/ConsoleMessage.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorContentSearchUtilitiescpp">trunk/Source/JavaScriptCore/inspector/ContentSearchUtilities.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorContentSearchUtilitiesh">trunk/Source/JavaScriptCore/inspector/ContentSearchUtilities.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorInjectedScripth">trunk/Source/JavaScriptCore/inspector/InjectedScript.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorInjectedScriptBaseh">trunk/Source/JavaScriptCore/inspector/InjectedScriptBase.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorScriptCallFrameh">trunk/Source/JavaScriptCore/inspector/ScriptCallFrame.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorScriptCallStackh">trunk/Source/JavaScriptCore/inspector/ScriptCallStack.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectoragentsInspectorAgenth">trunk/Source/JavaScriptCore/inspector/agents/InspectorAgent.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectoragentsInspectorConsoleAgenth">trunk/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectoragentsInspectorDebuggerAgentcpp">trunk/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectoragentsInspectorDebuggerAgenth">trunk/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectoragentsInspectorRuntimeAgenth">trunk/Source/JavaScriptCore/inspector/agents/InspectorRuntimeAgent.h</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_backend_commandspy">trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_commands.py</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_backend_dispatcher_headerpy">trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_dispatcher_header.py</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_backend_dispatcher_implementationpy">trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_dispatcher_implementation.py</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_frontend_dispatcher_headerpy">trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_frontend_dispatcher_header.py</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_frontend_dispatcher_implementationpy">trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_frontend_dispatcher_implementation.py</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_protocol_types_headerpy">trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_protocol_types_header.py</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_protocol_types_implementationpy">trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_protocol_types_implementation.py</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptscodegenmodelspy">trunk/Source/JavaScriptCore/inspector/scripts/codegen/models.py</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptsgenerateinspectorprotocolbindingspy">trunk/Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptstestsexpectedcommandswithasyncattributejsonresult">trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/commands-with-async-attribute.json-result</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptstestsexpectedcommandswithoptionalcallreturnparametersjsonresult">trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/commands-with-optional-call-return-parameters.json-result</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptstestsexpecteddomainswithvaryingcommandsizesjsonresult">trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/domains-with-varying-command-sizes.json-result</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptstestsexpectedeventswithoptionalparametersjsonresult">trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/events-with-optional-parameters.json-result</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptstestsexpectedgeneratedomainswithfeatureguardsjsonresult">trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/generate-domains-with-feature-guards.json-result</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptstestsexpectedsametypeiddifferentdomainjsonresult">trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/same-type-id-different-domain.json-result</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptstestsexpectedshadowedoptionaltypesettersjsonresult">trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/shadowed-optional-type-setters.json-result</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptstestsexpectedtypedeclarationaliasedprimitivetypejsonresult">trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-aliased-primitive-type.json-result</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptstestsexpectedtypedeclarationarraytypejsonresult">trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-array-type.json-result</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptstestsexpectedtypedeclarationenumtypejsonresult">trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-enum-type.json-result</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptstestsexpectedtypedeclarationobjecttypejsonresult">trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-object-type.json-result</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptstestsexpectedtyperequiringruntimecastsjsonresult">trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-requiring-runtime-casts.json-result</a></li>
<li><a href="#trunkSourceJavaScriptCoreruntimeTypeProfilercpp">trunk/Source/JavaScriptCore/runtime/TypeProfiler.cpp</a></li>
<li><a href="#trunkSourceJavaScriptCoreruntimeTypeSetcpp">trunk/Source/JavaScriptCore/runtime/TypeSet.cpp</a></li>
<li><a href="#trunkSourcePlatformEflcmake">trunk/Source/PlatformEfl.cmake</a></li>
<li><a href="#trunkSourceWebCoreCMakeListstxt">trunk/Source/WebCore/CMakeLists.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreDerivedSourcesmake">trunk/Source/WebCore/DerivedSources.make</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojWebCorevcxproj">trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojWebCorevcxprojfilters">trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters</a></li>
<li><a href="#trunkSourceWebCoreWebCorevcxprojcopyForwardingHeaderscmd">trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd</a></li>
<li><a href="#trunkSourceWebCoreWebCorexcodeprojprojectpbxproj">trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj</a></li>
<li><a href="#trunkSourceWebCoreinspectorCommandLineAPIHostcpp">trunk/Source/WebCore/inspector/CommandLineAPIHost.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorApplicationCacheAgentcpp">trunk/Source/WebCore/inspector/InspectorApplicationCacheAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorApplicationCacheAgenth">trunk/Source/WebCore/inspector/InspectorApplicationCacheAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorCSSAgentcpp">trunk/Source/WebCore/inspector/InspectorCSSAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorCSSAgenth">trunk/Source/WebCore/inspector/InspectorCSSAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorControllercpp">trunk/Source/WebCore/inspector/InspectorController.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorDOMAgentcpp">trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorDOMAgenth">trunk/Source/WebCore/inspector/InspectorDOMAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorDOMDebuggerAgentcpp">trunk/Source/WebCore/inspector/InspectorDOMDebuggerAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorDOMDebuggerAgenth">trunk/Source/WebCore/inspector/InspectorDOMDebuggerAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorDOMStorageAgentcpp">trunk/Source/WebCore/inspector/InspectorDOMStorageAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorDOMStorageAgenth">trunk/Source/WebCore/inspector/InspectorDOMStorageAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorDatabaseAgentcpp">trunk/Source/WebCore/inspector/InspectorDatabaseAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorDatabaseAgenth">trunk/Source/WebCore/inspector/InspectorDatabaseAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorDatabaseResourcecpp">trunk/Source/WebCore/inspector/InspectorDatabaseResource.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorDatabaseResourceh">trunk/Source/WebCore/inspector/InspectorDatabaseResource.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorFrontendClientLocalcpp">trunk/Source/WebCore/inspector/InspectorFrontendClientLocal.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorIndexedDBAgentcpp">trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorIndexedDBAgenth">trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorLayerTreeAgentcpp">trunk/Source/WebCore/inspector/InspectorLayerTreeAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorLayerTreeAgenth">trunk/Source/WebCore/inspector/InspectorLayerTreeAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorPageAgentcpp">trunk/Source/WebCore/inspector/InspectorPageAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorPageAgenth">trunk/Source/WebCore/inspector/InspectorPageAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorReplayAgentcpp">trunk/Source/WebCore/inspector/InspectorReplayAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorReplayAgenth">trunk/Source/WebCore/inspector/InspectorReplayAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorResourceAgentcpp">trunk/Source/WebCore/inspector/InspectorResourceAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorResourceAgenth">trunk/Source/WebCore/inspector/InspectorResourceAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorStyleSheetcpp">trunk/Source/WebCore/inspector/InspectorStyleSheet.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorStyleSheeth">trunk/Source/WebCore/inspector/InspectorStyleSheet.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorTimelineAgentcpp">trunk/Source/WebCore/inspector/InspectorTimelineAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorTimelineAgenth">trunk/Source/WebCore/inspector/InspectorTimelineAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorWorkerAgentcpp">trunk/Source/WebCore/inspector/InspectorWorkerAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorWorkerAgenth">trunk/Source/WebCore/inspector/InspectorWorkerAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorPageRuntimeAgenth">trunk/Source/WebCore/inspector/PageRuntimeAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorTimelineRecordFactorycpp">trunk/Source/WebCore/inspector/TimelineRecordFactory.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorWorkerInspectorControllercpp">trunk/Source/WebCore/inspector/WorkerInspectorController.cpp</a></li>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIConfigurationsBasexcconfig">trunk/Source/WebInspectorUI/Configurations/Base.xcconfig</a></li>
<li><a href="#trunkSourceWebInspectorUIConfigurationsDebugReleasexcconfig">trunk/Source/WebInspectorUI/Configurations/DebugRelease.xcconfig</a></li>
<li><a href="#trunkSourceWebInspectorUIConfigurationsWebInspectorUIFrameworkxcconfig">trunk/Source/WebInspectorUI/Configurations/WebInspectorUIFramework.xcconfig</a></li>
<li><a href="#trunkSourceWebInspectorUIScriptscopyuserinterfaceresourcesdryrunrb">trunk/Source/WebInspectorUI/Scripts/copy-user-interface-resources-dryrun.rb</a></li>
<li><a href="#trunkSourceWebInspectorUIScriptscopyuserinterfaceresourcespl">trunk/Source/WebInspectorUI/Scripts/copy-user-interface-resources.pl</a></li>
<li><a href="#trunkSourceWebInspectorUIScriptsupdateLegacyInspectorBackendCommandsrb">trunk/Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceBaseMainjs">trunk/Source/WebInspectorUI/UserInterface/Base/Main.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceBaseTestjs">trunk/Source/WebInspectorUI/UserInterface/Base/Test.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolInspectorBackendjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/InspectorBackend.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolLoadInspectorBackendCommandsjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/LoadInspectorBackendCommands.js</a></li>
<li><a href="#trunkSourceWebInspectorUIWebInspectorUIvcxprojWebInspectorUIvcxproj">trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj</a></li>
<li><a href="#trunkSourceWebInspectorUIWebInspectorUIvcxprojWebInspectorUIvcxprojfilters">trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj.filters</a></li>
<li><a href="#trunkSourceWebInspectorUIWebInspectorUIvcxprojbuildwebinspectoruipl">trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/build-webinspectorui.pl</a></li>
<li><a href="#trunkSourceWebKit2ChangeLog">trunk/Source/WebKit2/ChangeLog</a></li>
<li><a href="#trunkSourceWebKit2PlatformGTKcmake">trunk/Source/WebKit2/PlatformGTK.cmake</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoreinspectorprotocolApplicationCachejson">trunk/Source/JavaScriptCore/inspector/protocol/ApplicationCache.json</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorprotocolCSSjson">trunk/Source/JavaScriptCore/inspector/protocol/CSS.json</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorprotocolDOMjson">trunk/Source/JavaScriptCore/inspector/protocol/DOM.json</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorprotocolDOMDebuggerjson">trunk/Source/JavaScriptCore/inspector/protocol/DOMDebugger.json</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorprotocolDOMStoragejson">trunk/Source/JavaScriptCore/inspector/protocol/DOMStorage.json</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorprotocolDatabasejson">trunk/Source/JavaScriptCore/inspector/protocol/Database.json</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorprotocolIndexedDBjson">trunk/Source/JavaScriptCore/inspector/protocol/IndexedDB.json</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorprotocolLayerTreejson">trunk/Source/JavaScriptCore/inspector/protocol/LayerTree.json</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorprotocolNetworkjson">trunk/Source/JavaScriptCore/inspector/protocol/Network.json</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorprotocolPagejson">trunk/Source/JavaScriptCore/inspector/protocol/Page.json</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorprotocolReplayjson">trunk/Source/JavaScriptCore/inspector/protocol/Replay.json</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorprotocolTimelinejson">trunk/Source/JavaScriptCore/inspector/protocol/Timeline.json</a></li>
<li><a href="#trunkSourceJavaScriptCoreinspectorprotocolWorkerjson">trunk/Source/JavaScriptCore/inspector/protocol/Worker.json</a></li>
<li><a href="#trunkSourceWebCoreForwardingHeadersinspectorInspectorBackendDispatchersh">trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorBackendDispatchers.h</a></li>
<li><a href="#trunkSourceWebCoreForwardingHeadersinspectorInspectorFrontendDispatchersh">trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorFrontendDispatchers.h</a></li>
<li><a href="#trunkSourceWebCoreForwardingHeadersinspectorInspectorProtocolObjectsh">trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorProtocolObjects.h</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolLegacy60InspectorBackendCommandsjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorBackendCommands.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolLegacy70InspectorBackendCommandsjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorBackendCommands.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolLegacy80InspectorBackendCommandsjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorBackendCommands.js</a></li>
<li><a href="#trunkSourceWebInspectorUIVersionsInspectoriOS80json">trunk/Source/WebInspectorUI/Versions/Inspector-iOS-8.0.json</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreForwardingHeadersinspectorInspectorJSBackendDispatchersh">trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorJSBackendDispatchers.h</a></li>
<li><a href="#trunkSourceWebCoreForwardingHeadersinspectorInspectorJSFrontendDispatchersh">trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorJSFrontendDispatchers.h</a></li>
<li><a href="#trunkSourceWebCoreForwardingHeadersinspectorInspectorJSProtocolTypesh">trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorJSProtocolTypes.h</a></li>
<li>trunk/Source/WebCore/inspector/protocol/</li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolLegacy60InspectorWebBackendCommandsjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolLegacy70InspectorWebBackendCommandsjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolLegacy80InspectorJSBackendCommandsjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorJSBackendCommands.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolLegacy80InspectorWebBackendCommandsjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorWebBackendCommands.js</a></li>
<li><a href="#trunkSourceWebInspectorUIVersionsInspectorJSiOS80json">trunk/Source/WebInspectorUI/Versions/InspectorJS-iOS-8.0.json</a></li>
<li><a href="#trunkSourceWebInspectorUIVersionsInspectorWebiOS80json">trunk/Source/WebInspectorUI/Versions/InspectorWeb-iOS-8.0.json</a></li>
</ul>

<h3>Property Changed</h3>
<ul>
<li><a href="#trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_backend_commandspy">trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_commands.py</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/ChangeLog (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/ChangeLog        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/ChangeLog        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-10-20  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Web Inspector: Generate all Inspector domains together in JavaScriptCore
+        https://bugs.webkit.org/show_bug.cgi?id=137748
+
+        Reviewed by Brian Burg.
+
+        * Source/PlatformEfl.cmake:
+
</ins><span class="cx"> 2014-10-20  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [GTK] Add initial gestures support
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreCMakeListstxt"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/CMakeLists.txt (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/CMakeLists.txt        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/CMakeLists.txt        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -963,32 +963,60 @@
</span><span class="cx"> )
</span><span class="cx"> 
</span><span class="cx"> set(JavaScriptCore_INSPECTOR_DOMAINS
</span><ins>+    ${JAVASCRIPTCORE_DIR}/inspector/protocol/ApplicationCache.json
+    ${JAVASCRIPTCORE_DIR}/inspector/protocol/CSS.json
</ins><span class="cx">     ${JAVASCRIPTCORE_DIR}/inspector/protocol/Console.json
</span><ins>+    ${JAVASCRIPTCORE_DIR}/inspector/protocol/DOM.json
+    ${JAVASCRIPTCORE_DIR}/inspector/protocol/DOMDebugger.json
+    ${JAVASCRIPTCORE_DIR}/inspector/protocol/DOMStorage.json
</ins><span class="cx">     ${JAVASCRIPTCORE_DIR}/inspector/protocol/Debugger.json
</span><span class="cx">     ${JAVASCRIPTCORE_DIR}/inspector/protocol/GenericTypes.json
</span><span class="cx">     ${JAVASCRIPTCORE_DIR}/inspector/protocol/InspectorDomain.json
</span><ins>+    ${JAVASCRIPTCORE_DIR}/inspector/protocol/LayerTree.json
+    ${JAVASCRIPTCORE_DIR}/inspector/protocol/Network.json
+    ${JAVASCRIPTCORE_DIR}/inspector/protocol/Page.json
</ins><span class="cx">     ${JAVASCRIPTCORE_DIR}/inspector/protocol/Runtime.json
</span><ins>+    ${JAVASCRIPTCORE_DIR}/inspector/protocol/Timeline.json
+    ${JAVASCRIPTCORE_DIR}/inspector/protocol/Worker.json
</ins><span class="cx"> )
</span><span class="cx"> 
</span><ins>+if (ENABLE_SQL_DATABASE)
+    list(APPEND JavaScriptCore_INSPECTOR_DOMAINS
+        ${JAVASCRIPTCORE_DIR}/inspector/protocol/Database.json
+    )
+endif ()
+
+if (ENABLE_INDEXED_DATABASE)
+    list(APPEND JavaScriptCore_INSPECTOR_DOMAINS
+        ${JAVASCRIPTCORE_DIR}/inspector/protocol/IndexedDB.json
+    )
+endif ()
+
+if (ENABLE_WEB_REPLAY)
+    list(APPEND JavaScriptCore_INSPECTOR_DOMAINS
+        ${JAVASCRIPTCORE_DIR}/inspector/protocol/Replay.json
+    )
+endif ()
+
</ins><span class="cx"> add_custom_command(
</span><del>-    OUTPUT ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJS.json
</del><ins>+    OUTPUT ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/Inspector.json
</ins><span class="cx">     MAIN_DEPENDENCY ${JavaScriptCore_INSPECTOR_SCRIPTS_DIR}/generate-combined-inspector-json.py
</span><span class="cx">     DEPENDS ${JavaScriptCore_INSPECTOR_DOMAINS}
</span><del>-    COMMAND ${PYTHON_EXECUTABLE} ${JavaScriptCore_INSPECTOR_SCRIPTS_DIR}/generate-combined-inspector-json.py ${JavaScriptCore_INSPECTOR_DOMAINS} &gt; ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJS.json
</del><ins>+    COMMAND ${PYTHON_EXECUTABLE} ${JavaScriptCore_INSPECTOR_SCRIPTS_DIR}/generate-combined-inspector-json.py ${JavaScriptCore_INSPECTOR_DOMAINS} &gt; ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/Inspector.json
</ins><span class="cx">     VERBATIM)
</span><span class="cx"> 
</span><span class="cx"> # Inspector Backend Dispatchers, Frontend Dispatchers, Type Builders
</span><span class="cx"> add_custom_command(
</span><del>-    OUTPUT ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorJSBackendDispatchers.cpp
-           ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorJSBackendDispatchers.h
-           ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorJSFrontendDispatchers.cpp
-           ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorJSFrontendDispatchers.h
-           ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorJSProtocolTypes.cpp
-           ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorJSProtocolTypes.h
-           ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorJSBackendCommands.js
-    MAIN_DEPENDENCY ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJS.json
</del><ins>+    OUTPUT ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorBackendDispatchers.cpp
+           ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorBackendDispatchers.h
+           ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorFrontendDispatchers.cpp
+           ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorFrontendDispatchers.h
+           ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorProtocolObjects.cpp
+           ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorProtocolObjects.h
+           ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorBackendCommands.js
+    MAIN_DEPENDENCY ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/Inspector.json
</ins><span class="cx">     DEPENDS ${JavaScriptCore_INSPECTOR_PROTOCOL_SCRIPTS}
</span><del>-    COMMAND ${PYTHON_EXECUTABLE} ${JavaScriptCore_INSPECTOR_SCRIPTS_DIR}/generate-inspector-protocol-bindings.py --outputDir &quot;${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}&quot; --framework JavaScriptCore ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJS.json &amp;&amp; mkdir -p ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector &amp;&amp; cp ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJSBackendDispatchers.h ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJSBackendDispatchers.cpp ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJSFrontendDispatchers.h ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJSFrontendDispatchers.cpp ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJSProtocolTypes.h ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJSProtocolTypes.cpp ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector &amp;&amp; mkdir -p ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol &amp;&amp; cp ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJSBackendCommands.js ${DERIVED
 _SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol
</del><ins>+    COMMAND ${PYTHON_EXECUTABLE} ${JavaScriptCore_INSPECTOR_SCRIPTS_DIR}/generate-inspector-protocol-bindings.py --outputDir &quot;${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}&quot; --framework JavaScriptCore ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/Inspector.json &amp;&amp; mkdir -p ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector &amp;&amp; cp ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorBackendDispatchers.h ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorBackendDispatchers.cpp ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorFrontendDispatchers.h ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorFrontendDispatchers.cpp ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorProtocolObjects.h ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorProtocolObjects.cpp ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector &amp;&amp; mkdir -p ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol &amp;&amp; cp ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorBackendCommands.js ${DERIVED_SOURCES_WEBI
 NSPECTORUI_DIR}/UserInterface/Protocol
</ins><span class="cx">     VERBATIM)
</span><span class="cx"> file(MAKE_DIRECTORY ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector)
</span><span class="cx"> 
</span><span class="lines">@@ -1002,16 +1030,16 @@
</span><span class="cx">    VERBATIM)
</span><span class="cx"> 
</span><span class="cx"> list(APPEND JavaScriptCore_SOURCES
</span><del>-    ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorJSBackendDispatchers.cpp
-    ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorJSFrontendDispatchers.cpp
-    ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorJSProtocolTypes.cpp
</del><ins>+    ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorBackendDispatchers.cpp
+    ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorFrontendDispatchers.cpp
+    ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorProtocolObjects.cpp
</ins><span class="cx">     ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/JSCBuiltins.cpp
</span><span class="cx"> )
</span><span class="cx"> 
</span><span class="cx"> list(APPEND JavaScriptCore_HEADERS
</span><del>-    ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorJSBackendDispatchers.h
-    ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorJSFrontendDispatchers.h
-    ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorJSProtocolTypes.h
</del><ins>+    ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorBackendDispatchers.h
+    ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorFrontendDispatchers.h
+    ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/inspector/InspectorProtocolObjects.h
</ins><span class="cx">     ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/JSCBuiltins.h
</span><span class="cx"> )
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/ChangeLog (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/ChangeLog        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/ChangeLog        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,3 +1,103 @@
</span><ins>+2014-10-20  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Web Inspector: Generate all Inspector domains together in JavaScriptCore
+        https://bugs.webkit.org/show_bug.cgi?id=137748
+
+        Reviewed by Brian Burg.
+
+        * inspector/protocol/ApplicationCache.json: Renamed from Source/WebCore/inspector/protocol/ApplicationCache.json.
+        * inspector/protocol/CSS.json: Renamed from Source/WebCore/inspector/protocol/CSS.json.
+        * inspector/protocol/DOM.json: Renamed from Source/WebCore/inspector/protocol/DOM.json.
+        * inspector/protocol/DOMDebugger.json: Renamed from Source/WebCore/inspector/protocol/DOMDebugger.json.
+        * inspector/protocol/DOMStorage.json: Renamed from Source/WebCore/inspector/protocol/DOMStorage.json.
+        * inspector/protocol/Database.json: Renamed from Source/WebCore/inspector/protocol/Database.json.
+        * inspector/protocol/IndexedDB.json: Renamed from Source/WebCore/inspector/protocol/IndexedDB.json.
+        * inspector/protocol/LayerTree.json: Renamed from Source/WebCore/inspector/protocol/LayerTree.json.
+        * inspector/protocol/Network.json: Renamed from Source/WebCore/inspector/protocol/Network.json.
+        * inspector/protocol/Page.json: Renamed from Source/WebCore/inspector/protocol/Page.json.
+        * inspector/protocol/Replay.json: Renamed from Source/WebCore/inspector/protocol/Replay.json.
+        * inspector/protocol/Timeline.json: Renamed from Source/WebCore/inspector/protocol/Timeline.json.
+        * inspector/protocol/Worker.json: Renamed from Source/WebCore/inspector/protocol/Worker.json.
+        Move all protocol files into this directory.
+
+        * inspector/InspectorProtocolTypesBase.h: Renamed from Source/JavaScriptCore/inspector/InspectorProtocolTypes.h.
+        Renamed the base types file to not clash with the generated types file.
+
+        * CMakeLists.txt:
+        * DerivedSources.make:
+        * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
+        * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters:
+        * JavaScriptCore.vcxproj/copy-files.cmd:
+        * JavaScriptCore.xcodeproj/project.pbxproj:
+        Update build phases for new JSON files and new filenames.
+
+        * inspector/scripts/tests/expected/commands-with-async-attribute.json-result:
+        * inspector/scripts/tests/expected/commands-with-optional-call-return-parameters.json-result:
+        * inspector/scripts/tests/expected/domains-with-varying-command-sizes.json-result:
+        * inspector/scripts/tests/expected/events-with-optional-parameters.json-result:
+        * inspector/scripts/tests/expected/generate-domains-with-feature-guards.json-result:
+        * inspector/scripts/tests/expected/same-type-id-different-domain.json-result:
+        * inspector/scripts/tests/expected/shadowed-optional-type-setters.json-result:
+        * inspector/scripts/tests/expected/type-declaration-aliased-primitive-type.json-result:
+        * inspector/scripts/tests/expected/type-declaration-array-type.json-result:
+        * inspector/scripts/tests/expected/type-declaration-enum-type.json-result:
+        * inspector/scripts/tests/expected/type-declaration-object-type.json-result:
+        * inspector/scripts/tests/expected/type-requiring-runtime-casts.json-result:
+        Updated names of things now that prefixes are no longer needed.
+
+        * inspector/ConsoleMessage.h:
+        * inspector/ContentSearchUtilities.cpp:
+        * inspector/ContentSearchUtilities.h:
+        * inspector/InjectedScript.h:
+        * inspector/InjectedScriptBase.h:
+        * inspector/ScriptCallFrame.h:
+        * inspector/ScriptCallStack.h:
+        * inspector/agents/InspectorAgent.h:
+        * inspector/agents/InspectorConsoleAgent.h:
+        * inspector/agents/InspectorDebuggerAgent.cpp:
+        (Inspector::breakpointActionTypeForString):
+        * inspector/agents/InspectorDebuggerAgent.h:
+        * inspector/agents/InspectorRuntimeAgent.h:
+        * runtime/TypeProfiler.cpp:
+        * runtime/TypeSet.cpp:
+        Update includes and update a few function names that are generated.
+
+        * inspector/scripts/codegen/generate_protocol_types_header.py:
+        (ProtocolTypesHeaderGenerator.output_filename):
+        (ProtocolTypesHeaderGenerator.generate_output):
+        Include an export macro for type string constants defined in the implementation file.
+
+        * inspector/scripts/codegen/generate_backend_commands.py:
+        (BackendCommandsGenerator.output_filename):
+        * inspector/scripts/codegen/generate_backend_dispatcher_header.py:
+        (BackendDispatcherHeaderGenerator.output_filename):
+        (BackendDispatcherHeaderGenerator.generate_output):
+        * inspector/scripts/codegen/generate_backend_dispatcher_implementation.py:
+        (BackendDispatcherImplementationGenerator.output_filename):
+        (BackendDispatcherImplementationGenerator.generate_output):
+        (BackendDispatcherImplementationGenerator._generate_async_dispatcher_class_for_domain):
+        (BackendDispatcherImplementationGenerator._generate_dispatcher_implementation_for_command):
+        * inspector/scripts/codegen/generate_frontend_dispatcher_header.py:
+        (FrontendDispatcherHeaderGenerator.output_filename):
+        (FrontendDispatcherHeaderGenerator.generate_output):
+        * inspector/scripts/codegen/generate_frontend_dispatcher_implementation.py:
+        (FrontendDispatcherImplementationGenerator.output_filename):
+        (FrontendDispatcherImplementationGenerator.generate_output):
+        (FrontendDispatcherImplementationGenerator._generate_dispatcher_implementation_for_event):
+        (_generate_class_for_object_declaration):
+        (_generate_builder_setter_for_member):
+        (_generate_unchecked_setter_for_member):
+        * inspector/scripts/codegen/generate_protocol_types_implementation.py:
+        (ProtocolTypesImplementationGenerator.output_filename):
+        (ProtocolTypesImplementationGenerator.generate_output):
+        (ProtocolTypesImplementationGenerator._generate_enum_mapping):
+        * inspector/scripts/codegen/models.py:
+        (Framework.fromString):
+        (Frameworks):
+        * inspector/scripts/generate-inspector-protocol-bindings.py:
+        Simplify generator now that prefixes are no longer needed. This updates
+        filenames, includes, and the list of supported directories.
+
</ins><span class="cx"> 2014-10-20  Csaba Osztrogonác  &lt;ossy@webkit.org&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove obsolete comments after r99798
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreDerivedSourcesmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/DerivedSources.make (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/DerivedSources.make        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/DerivedSources.make        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -113,13 +113,35 @@
</span><span class="cx"> # Inspector interfaces
</span><span class="cx"> 
</span><span class="cx"> INSPECTOR_DOMAINS = \
</span><ins>+    $(JavaScriptCore)/inspector/protocol/ApplicationCache.json \
+    $(JavaScriptCore)/inspector/protocol/CSS.json \
</ins><span class="cx">     $(JavaScriptCore)/inspector/protocol/Console.json \
</span><ins>+    $(JavaScriptCore)/inspector/protocol/DOM.json \
+    $(JavaScriptCore)/inspector/protocol/DOMDebugger.json \
+    $(JavaScriptCore)/inspector/protocol/DOMStorage.json \
</ins><span class="cx">     $(JavaScriptCore)/inspector/protocol/Debugger.json \
</span><span class="cx">     $(JavaScriptCore)/inspector/protocol/GenericTypes.json \
</span><span class="cx">     $(JavaScriptCore)/inspector/protocol/InspectorDomain.json \
</span><ins>+    $(JavaScriptCore)/inspector/protocol/LayerTree.json \
+    $(JavaScriptCore)/inspector/protocol/Network.json \
+    $(JavaScriptCore)/inspector/protocol/Page.json \
</ins><span class="cx">     $(JavaScriptCore)/inspector/protocol/Runtime.json \
</span><ins>+    $(JavaScriptCore)/inspector/protocol/Timeline.json \
+    $(JavaScriptCore)/inspector/protocol/Worker.json \
</ins><span class="cx"> #
</span><span class="cx"> 
</span><ins>+ifeq ($(findstring ENABLE_SQL_DATABASE,$(FEATURE_DEFINES)), ENABLE_SQL_DATABASE)
+    INSPECTOR_DOMAINS := $(INSPECTOR_DOMAINS) $(JavaScriptCore)/inspector/protocol/Database.json
+endif
+
+ifeq ($(findstring ENABLE_INDEXED_DATABASE,$(FEATURE_DEFINES)), ENABLE_INDEXED_DATABASE)
+    INSPECTOR_DOMAINS := $(INSPECTOR_DOMAINS) $(JavaScriptCore)/inspector/protocol/IndexedDB.json
+endif
+
+ifeq ($(findstring ENABLE_WEB_REPLAY,$(FEATURE_DEFINES)), ENABLE_WEB_REPLAY)
+    INSPECTOR_DOMAINS := $(INSPECTOR_DOMAINS) $(JavaScriptCore)/inspector/protocol/Replay.json
+endif
+
</ins><span class="cx"> INSPECTOR_GENERATOR_SCRIPTS = \
</span><span class="cx">         $(JavaScriptCore)/inspector/scripts/codegen/__init__.py \
</span><span class="cx">         $(JavaScriptCore)/inspector/scripts/codegen/generate_backend_commands.py \
</span><span class="lines">@@ -137,8 +159,8 @@
</span><span class="cx"> #
</span><span class="cx"> 
</span><span class="cx"> all : \
</span><del>-    InspectorJS.json \
-    InspectorJSFrontendDispatchers.h \
</del><ins>+    Inspector.json \
+    InspectorFrontendDispatchers.h \
</ins><span class="cx">     InjectedScriptSource.h \
</span><span class="cx"> #
</span><span class="cx"> 
</span><span class="lines">@@ -149,12 +171,12 @@
</span><span class="cx"> EnabledInspectorDomains : force
</span><span class="cx">         echo '$(INSPECTOR_DOMAINS)' | cmp -s - $@ || echo '$(INSPECTOR_DOMAINS)' &gt; $@
</span><span class="cx"> 
</span><del>-InspectorJS.json : inspector/scripts/generate-combined-inspector-json.py $(INSPECTOR_DOMAINS) EnabledInspectorDomains
-        $(PYTHON) $(JavaScriptCore)/inspector/scripts/generate-combined-inspector-json.py $(INSPECTOR_DOMAINS) &gt; ./InspectorJS.json
</del><ins>+Inspector.json : inspector/scripts/generate-combined-inspector-json.py $(INSPECTOR_DOMAINS) EnabledInspectorDomains
+        $(PYTHON) $(JavaScriptCore)/inspector/scripts/generate-combined-inspector-json.py $(INSPECTOR_DOMAINS) &gt; ./Inspector.json
</ins><span class="cx"> 
</span><span class="cx"> # Inspector Backend Dispatchers, Frontend Dispatchers, Type Builders
</span><del>-InspectorJSFrontendDispatchers.h : InspectorJS.json $(INSPECTOR_GENERATOR_SCRIPTS)
-        $(PYTHON) $(JavaScriptCore)/inspector/scripts/generate-inspector-protocol-bindings.py --framework JavaScriptCore --outputDir . ./InspectorJS.json
</del><ins>+InspectorFrontendDispatchers.h : Inspector.json $(INSPECTOR_GENERATOR_SCRIPTS)
+        $(PYTHON) $(JavaScriptCore)/inspector/scripts/generate-inspector-protocol-bindings.py --framework JavaScriptCore --outputDir . ./Inspector.json
</ins><span class="cx"> 
</span><span class="cx"> InjectedScriptSource.h : inspector/InjectedScriptSource.js $(JavaScriptCore)/inspector/scripts/jsmin.py $(JavaScriptCore)/inspector/scripts/xxd.pl
</span><span class="cx">         echo &quot;//# sourceURL=__WebInspectorInjectedScript__&quot; &gt; ./InjectedScriptSource.min.js
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojJavaScriptCorevcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -833,9 +833,9 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\yarr\YarrJIT.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\yarr\YarrPattern.cpp&quot; /&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\yarr\YarrSyntaxChecker.cpp&quot; /&gt;
</span><del>-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorJSBackendDispatchers.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorJSFrontendDispatchers.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorJSProtocolTypes.cpp&quot; /&gt;
</del><ins>+    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorBackendDispatchers.cpp&quot; /&gt;
+    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorFrontendDispatchers.cpp&quot; /&gt;
+    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorProtocolTypes.cpp&quot; /&gt;
</ins><span class="cx">     &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSCBuiltins.cpp&quot; /&gt;
</span><span class="cx">   &lt;/ItemGroup&gt;
</span><span class="cx">   &lt;ItemGroup&gt;
</span><span class="lines">@@ -847,9 +847,9 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\ErrorPrototype.lut.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\HeaderDetection.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InjectedScriptSource.h&quot; /&gt;
</span><del>-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorJSBackendDispatchers.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorJSFrontendDispatchers.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorJSProtocolTypes.h&quot; /&gt;
</del><ins>+    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorBackendDispatchers.h&quot; /&gt;
+    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorFrontendDispatchers.h&quot; /&gt;
+    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorProtocolObjects.h&quot; /&gt;
</ins><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSDataViewPrototype.lut.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSGlobalObject.lut.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSONObject.lut.h&quot; /&gt;
</span><span class="lines">@@ -1290,7 +1290,7 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\inspector\InspectorBackendDispatcher.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\inspector\InspectorEnvironment.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\inspector\InspectorFrontendChannel.h&quot; /&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\inspector\InspectorProtocolTypes.h&quot; /&gt;
</del><ins>+    &lt;ClInclude Include=&quot;..\inspector\InspectorProtocolObjects.h&quot; /&gt;
</ins><span class="cx">     &lt;ClInclude Include=&quot;..\inspector\InspectorValues.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\inspector\JSInjectedScriptHost.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\inspector\JSInjectedScriptHostPrototype.h&quot; /&gt;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojJavaScriptCorevcxprojfilters"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1383,13 +1383,13 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;..\runtime\ArrayBufferNeuteringWatchpoint.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;runtime&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorJSBackendDispatchers.cpp&quot;&gt;
</del><ins>+    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorBackendDispatchers.cpp&quot;&gt;
</ins><span class="cx">       &lt;Filter&gt;Derived Sources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorJSFrontendDispatchers.cpp&quot;&gt;
</del><ins>+    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorFrontendDispatchers.cpp&quot;&gt;
</ins><span class="cx">       &lt;Filter&gt;Derived Sources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorJSProtocolTypes.cpp&quot;&gt;
</del><ins>+    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorProtocolObjects.cpp&quot;&gt;
</ins><span class="cx">       &lt;Filter&gt;Derived Sources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;..\jit\ArityCheckFailReturnThunks.cpp&quot;&gt;
</span><span class="lines">@@ -2982,13 +2982,13 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\HeaderDetection.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Derived Sources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorJSBackendDispatchers.h&quot;&gt;
</del><ins>+    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorBackendDispatchers.h&quot;&gt;
</ins><span class="cx">       &lt;Filter&gt;Derived Sources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorJSFrontendDispatchers.h&quot;&gt;
</del><ins>+    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorFrontendDispatchers.h&quot;&gt;
</ins><span class="cx">       &lt;Filter&gt;Derived Sources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorJSProtocolTypes.h&quot;&gt;
</del><ins>+    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorProtocolObjects.h&quot;&gt;
</ins><span class="cx">       &lt;Filter&gt;Derived Sources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSGlobalObject.lut.h&quot;&gt;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorevcxprojcopyfilescmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/copy-files.cmd (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/copy-files.cmd        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.vcxproj/copy-files.cmd        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -70,11 +70,11 @@
</span><span class="cx"> )
</span><span class="cx"> 
</span><span class="cx"> echo Copying Inspector generated files as if they were private headers...
</span><del>-xcopy /y &quot;%DerivedSourcesDirectory%\InspectorJS.json&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
-xcopy /y &quot;%DerivedSourcesDirectory%\InspectorJSProtocolTypes.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
-xcopy /y &quot;%DerivedSourcesDirectory%\InspectorJSBackendDispatchers.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
-xcopy /y &quot;%DerivedSourcesDirectory%\InspectorJSFrontendDispatchers.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
-xcopy /y &quot;%DerivedSourcesDirectory%\InspectorJSBackendCommands.js&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</del><ins>+xcopy /y &quot;%DerivedSourcesDirectory%\Inspector.json&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
+xcopy /y &quot;%DerivedSourcesDirectory%\InspectorProtocolObjects.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
+xcopy /y &quot;%DerivedSourcesDirectory%\InspectorBackendDispatchers.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
+xcopy /y &quot;%DerivedSourcesDirectory%\InspectorFrontendDispatchers.h&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
+xcopy /y &quot;%DerivedSourcesDirectory%\InspectorBackendCommands.js&quot; &quot;%PrivateHeadersDirectory%&quot; &gt;NUL
</ins><span class="cx"> 
</span><span class="cx"> echo Copying Web Replay scripts as if they were private headers...
</span><span class="cx"> for %%d in (
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreJavaScriptCorexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1071,7 +1071,7 @@
</span><span class="cx">                 978801411471AD920041B016 /* JSDateMath.h in Headers */ = {isa = PBXBuildFile; fileRef = 9788FC231471AD0C0068CE2D /* JSDateMath.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 9928FF3B18AC4AEC00B8CF12 /* JSReplayInputs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9928FF3918AC4AEC00B8CF12 /* JSReplayInputs.cpp */; };
</span><span class="cx">                 9928FF3C18AC4AEC00B8CF12 /* JSReplayInputs.h in Headers */ = {isa = PBXBuildFile; fileRef = 9928FF3A18AC4AEC00B8CF12 /* JSReplayInputs.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                996231E918D1804200C03FDA /* InspectorJSBackendCommands.js in Headers */ = {isa = PBXBuildFile; fileRef = A53243961856A475002ED692 /* InspectorJSBackendCommands.js */; settings = {ATTRIBUTES = (Private, ); }; };
</del><ins>+                996231E918D1804200C03FDA /* InspectorBackendCommands.js in Headers */ = {isa = PBXBuildFile; fileRef = A53243961856A475002ED692 /* InspectorBackendCommands.js */; settings = {ATTRIBUTES = (Private, ); }; };
</ins><span class="cx">                 99CC0B6218BE9946006CEBCC /* CodeGeneratorReplayInputsTemplates.py in Headers */ = {isa = PBXBuildFile; fileRef = 99E45A1E18A1B1E70026D88F /* CodeGeneratorReplayInputsTemplates.py */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 99CC0B6318BE9950006CEBCC /* CodeGeneratorReplayInputs.py in Headers */ = {isa = PBXBuildFile; fileRef = 99E45A1D18A1B1E70026D88F /* CodeGeneratorReplayInputs.py */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 99E45A2418A1B2590026D88F /* EmptyInputCursor.h in Headers */ = {isa = PBXBuildFile; fileRef = 99E45A1F18A1B2590026D88F /* EmptyInputCursor.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="lines">@@ -1118,14 +1118,14 @@
</span><span class="cx">                 A513E5CB185F9624007E95AD /* InjectedScriptManager.h in Headers */ = {isa = PBXBuildFile; fileRef = A513E5C9185F9624007E95AD /* InjectedScriptManager.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 A514B2C2185A684400F3C7CB /* InjectedScriptBase.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A514B2C0185A684400F3C7CB /* InjectedScriptBase.cpp */; };
</span><span class="cx">                 A514B2C3185A684400F3C7CB /* InjectedScriptBase.h in Headers */ = {isa = PBXBuildFile; fileRef = A514B2C1185A684400F3C7CB /* InjectedScriptBase.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                A532438718568335002ED692 /* InspectorJSBackendDispatchers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A532438118568317002ED692 /* InspectorJSBackendDispatchers.cpp */; };
-                A532438818568335002ED692 /* InspectorJSBackendDispatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = A532438218568317002ED692 /* InspectorJSBackendDispatchers.h */; settings = {ATTRIBUTES = (Private, ); }; };
-                A532438918568335002ED692 /* InspectorJSFrontendDispatchers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A532438318568317002ED692 /* InspectorJSFrontendDispatchers.cpp */; };
-                A532438A18568335002ED692 /* InspectorJSFrontendDispatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = A532438418568317002ED692 /* InspectorJSFrontendDispatchers.h */; settings = {ATTRIBUTES = (Private, ); }; };
-                A532438B18568335002ED692 /* InspectorJSProtocolTypes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A532438518568317002ED692 /* InspectorJSProtocolTypes.cpp */; };
-                A532438C18568335002ED692 /* InspectorJSProtocolTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = A532438618568317002ED692 /* InspectorJSProtocolTypes.h */; settings = {ATTRIBUTES = (Private, ); }; };
</del><ins>+                A532438718568335002ED692 /* InspectorBackendDispatchers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A532438118568317002ED692 /* InspectorBackendDispatchers.cpp */; };
+                A532438818568335002ED692 /* InspectorBackendDispatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = A532438218568317002ED692 /* InspectorBackendDispatchers.h */; settings = {ATTRIBUTES = (Private, ); }; };
+                A532438918568335002ED692 /* InspectorFrontendDispatchers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A532438318568317002ED692 /* InspectorFrontendDispatchers.cpp */; };
+                A532438A18568335002ED692 /* InspectorFrontendDispatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = A532438418568317002ED692 /* InspectorFrontendDispatchers.h */; settings = {ATTRIBUTES = (Private, ); }; };
+                A532438B18568335002ED692 /* InspectorProtocolObjects.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A532438518568317002ED692 /* InspectorProtocolObjects.cpp */; };
+                A532438C18568335002ED692 /* InspectorProtocolObjects.h in Headers */ = {isa = PBXBuildFile; fileRef = A532438618568317002ED692 /* InspectorProtocolObjects.h */; settings = {ATTRIBUTES = (Private, ); }; };
</ins><span class="cx">                 A532439418569709002ED692 /* generate-combined-inspector-json.py in Headers */ = {isa = PBXBuildFile; fileRef = A5324391185696E6002ED692 /* generate-combined-inspector-json.py */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                A53243981856A489002ED692 /* InspectorJS.json in Headers */ = {isa = PBXBuildFile; fileRef = A53243951856A475002ED692 /* InspectorJS.json */; settings = {ATTRIBUTES = (Private, ); }; };
</del><ins>+                A53243981856A489002ED692 /* Inspector.json in Headers */ = {isa = PBXBuildFile; fileRef = A53243951856A475002ED692 /* Inspector.json */; settings = {ATTRIBUTES = (Private, ); }; };
</ins><span class="cx">                 A53CE08518BC1A5600BEDF76 /* ConsolePrototype.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A53CE08118BC1A5600BEDF76 /* ConsolePrototype.cpp */; };
</span><span class="cx">                 A53CE08618BC1A5600BEDF76 /* ConsolePrototype.h in Headers */ = {isa = PBXBuildFile; fileRef = A53CE08218BC1A5600BEDF76 /* ConsolePrototype.h */; };
</span><span class="cx">                 A53CE08718BC1A5600BEDF76 /* JSConsole.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A53CE08318BC1A5600BEDF76 /* JSConsole.cpp */; };
</span><span class="lines">@@ -2789,16 +2789,16 @@
</span><span class="cx">                 A513E5C9185F9624007E95AD /* InjectedScriptManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InjectedScriptManager.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A514B2C0185A684400F3C7CB /* InjectedScriptBase.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InjectedScriptBase.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A514B2C1185A684400F3C7CB /* InjectedScriptBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InjectedScriptBase.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                A532438118568317002ED692 /* InspectorJSBackendDispatchers.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorJSBackendDispatchers.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A532438218568317002ED692 /* InspectorJSBackendDispatchers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InspectorJSBackendDispatchers.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A532438318568317002ED692 /* InspectorJSFrontendDispatchers.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorJSFrontendDispatchers.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A532438418568317002ED692 /* InspectorJSFrontendDispatchers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InspectorJSFrontendDispatchers.h; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A532438518568317002ED692 /* InspectorJSProtocolTypes.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorJSProtocolTypes.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A532438618568317002ED692 /* InspectorJSProtocolTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InspectorJSProtocolTypes.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><ins>+                A532438118568317002ED692 /* InspectorBackendDispatchers.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorBackendDispatchers.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
+                A532438218568317002ED692 /* InspectorBackendDispatchers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InspectorBackendDispatchers.h; sourceTree = &quot;&lt;group&gt;&quot;; };
+                A532438318568317002ED692 /* InspectorFrontendDispatchers.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorFrontendDispatchers.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
+                A532438418568317002ED692 /* InspectorFrontendDispatchers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InspectorFrontendDispatchers.h; sourceTree = &quot;&lt;group&gt;&quot;; };
+                A532438518568317002ED692 /* InspectorProtocolObjects.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorProtocolObjects.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
+                A532438618568317002ED692 /* InspectorProtocolObjects.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InspectorProtocolObjects.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 A532438D185696CA002ED692 /* protocol */ = {isa = PBXFileReference; lastKnownFileType = folder; path = protocol; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A5324391185696E6002ED692 /* generate-combined-inspector-json.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = &quot;generate-combined-inspector-json.py&quot;; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                A53243951856A475002ED692 /* InspectorJS.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = InspectorJS.json; sourceTree = &quot;&lt;group&gt;&quot;; };
-                A53243961856A475002ED692 /* InspectorJSBackendCommands.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = InspectorJSBackendCommands.js; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><ins>+                A53243951856A475002ED692 /* Inspector.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Inspector.json; sourceTree = &quot;&lt;group&gt;&quot;; };
+                A53243961856A475002ED692 /* InspectorBackendCommands.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = InspectorBackendCommands.js; sourceTree = &quot;&lt;group&gt;&quot;; };
</ins><span class="cx">                 A53CE08118BC1A5600BEDF76 /* ConsolePrototype.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConsolePrototype.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A53CE08218BC1A5600BEDF76 /* ConsolePrototype.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConsolePrototype.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A53CE08318BC1A5600BEDF76 /* JSConsole.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSConsole.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -4010,14 +4010,14 @@
</span><span class="cx">                                 BCD203E70E1718F4002C7E82 /* DatePrototype.lut.h */,
</span><span class="cx">                                 6514F21818B3E1670098FF8B /* InitBytecodes.asm */,
</span><span class="cx">                                 A513E5C6185F9436007E95AD /* InjectedScriptSource.h */,
</span><del>-                                A53243951856A475002ED692 /* InspectorJS.json */,
-                                A53243961856A475002ED692 /* InspectorJSBackendCommands.js */,
-                                A532438118568317002ED692 /* InspectorJSBackendDispatchers.cpp */,
-                                A532438218568317002ED692 /* InspectorJSBackendDispatchers.h */,
-                                A532438318568317002ED692 /* InspectorJSFrontendDispatchers.cpp */,
-                                A532438418568317002ED692 /* InspectorJSFrontendDispatchers.h */,
-                                A532438518568317002ED692 /* InspectorJSProtocolTypes.cpp */,
-                                A532438618568317002ED692 /* InspectorJSProtocolTypes.h */,
</del><ins>+                                A53243951856A475002ED692 /* Inspector.json */,
+                                A53243961856A475002ED692 /* InspectorBackendCommands.js */,
+                                A532438118568317002ED692 /* InspectorBackendDispatchers.cpp */,
+                                A532438218568317002ED692 /* InspectorBackendDispatchers.h */,
+                                A532438318568317002ED692 /* InspectorFrontendDispatchers.cpp */,
+                                A532438418568317002ED692 /* InspectorFrontendDispatchers.h */,
+                                A532438518568317002ED692 /* InspectorProtocolObjects.cpp */,
+                                A532438618568317002ED692 /* InspectorProtocolObjects.h */,
</ins><span class="cx">                                 A7D801A61880D6A80026C39B /* JSCBuiltins.cpp */,
</span><span class="cx">                                 A7D801A71880D6A80026C39B /* JSCBuiltins.h */,
</span><span class="cx">                                 BC87CDB810712ACA000614CF /* JSONObject.lut.h */,
</span><span class="lines">@@ -5683,7 +5683,7 @@
</span><span class="cx">                                 0F4680D514BBD24B00BFE272 /* HostCallReturnValue.h in Headers */,
</span><span class="cx">                                 BC18C40F0E16F5CD00B34460 /* Identifier.h in Headers */,
</span><span class="cx">                                 A5FD0076189B038C00633231 /* IdentifiersFactory.h in Headers */,
</span><del>-                                996231E918D1804200C03FDA /* InspectorJSBackendCommands.js in Headers */,
</del><ins>+                                996231E918D1804200C03FDA /* InspectorBackendCommands.js in Headers */,
</ins><span class="cx">                                 C25F8BCE157544A900245B71 /* IncrementalSweeper.h in Headers */,
</span><span class="cx">                                 0FB7F39915ED8E4600F167B2 /* IndexingHeader.h in Headers */,
</span><span class="cx">                                 0FB7F39A15ED8E4600F167B2 /* IndexingHeaderInlines.h in Headers */,
</span><span class="lines">@@ -5708,11 +5708,11 @@
</span><span class="cx">                                 A57D23E61890CEBF0031C7FA /* InspectorDebuggerAgent.h in Headers */,
</span><span class="cx">                                 A5D0A1BB1862301B00C7B496 /* InspectorEnvironment.h in Headers */,
</span><span class="cx">                                 A5945595182479EB00CC3843 /* InspectorFrontendChannel.h in Headers */,
</span><del>-                                A53243981856A489002ED692 /* InspectorJS.json in Headers */,
-                                A532438818568335002ED692 /* InspectorJSBackendDispatchers.h in Headers */,
-                                A532438A18568335002ED692 /* InspectorJSFrontendDispatchers.h in Headers */,
</del><ins>+                                A53243981856A489002ED692 /* Inspector.json in Headers */,
+                                A532438818568335002ED692 /* InspectorBackendDispatchers.h in Headers */,
+                                A532438A18568335002ED692 /* InspectorFrontendDispatchers.h in Headers */,
</ins><span class="cx">                                 8606DDEA18DA44AB00A383D0 /* IdentifierInlines.h in Headers */,
</span><del>-                                A532438C18568335002ED692 /* InspectorJSProtocolTypes.h in Headers */,
</del><ins>+                                A532438C18568335002ED692 /* InspectorProtocolObjects.h in Headers */,
</ins><span class="cx">                                 A50E4B6218809DD50068A46D /* InspectorRuntimeAgent.h in Headers */,
</span><span class="cx">                                 0FBFDD05196C92BF007A5BFA /* DFGPhantomRemovalPhase.h in Headers */,
</span><span class="cx">                                 A55D93AC18514F7900400DED /* InspectorProtocolTypes.h in Headers */,
</span><span class="lines">@@ -6915,9 +6915,9 @@
</span><span class="cx">                                 2AF7382C18BBBF92008A5A37 /* StructureIDTable.cpp in Sources */,
</span><span class="cx">                                 A5FD0081189B191A00633231 /* InspectorConsoleAgent.cpp in Sources */,
</span><span class="cx">                                 A57D23E51890CEBF0031C7FA /* InspectorDebuggerAgent.cpp in Sources */,
</span><del>-                                A532438718568335002ED692 /* InspectorJSBackendDispatchers.cpp in Sources */,
-                                A532438918568335002ED692 /* InspectorJSFrontendDispatchers.cpp in Sources */,
-                                A532438B18568335002ED692 /* InspectorJSProtocolTypes.cpp in Sources */,
</del><ins>+                                A532438718568335002ED692 /* InspectorBackendDispatchers.cpp in Sources */,
+                                A532438918568335002ED692 /* InspectorFrontendDispatchers.cpp in Sources */,
+                                A532438B18568335002ED692 /* InspectorProtocolObjects.cpp in Sources */,
</ins><span class="cx">                                 A50E4B6118809DD50068A46D /* InspectorRuntimeAgent.cpp in Sources */,
</span><span class="cx">                                 A593CF821840377100BFCE27 /* InspectorValues.cpp in Sources */,
</span><span class="cx">                                 A78853F917972629001440E4 /* IntendedStructureChain.cpp in Sources */,
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorConsoleMessageh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/ConsoleMessage.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/ConsoleMessage.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/ConsoleMessage.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;ConsoleTypes.h&quot;
</span><del>-#include &quot;InspectorJSFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace JSC {
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorContentSearchUtilitiescpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/ContentSearchUtilities.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/ContentSearchUtilities.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/ContentSearchUtilities.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -31,7 +31,6 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorJSProtocolTypes.h&quot;
</del><span class="cx"> #include &quot;InspectorValues.h&quot;
</span><span class="cx"> #include &quot;RegularExpression.h&quot;
</span><span class="cx"> #include &quot;Yarr.h&quot;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorContentSearchUtilitiesh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/ContentSearchUtilities.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/ContentSearchUtilities.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/ContentSearchUtilities.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorJSProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> #include &lt;wtf/text/TextPosition.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorInjectedScripth"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/InjectedScript.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/InjectedScript.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/InjectedScript.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InjectedScriptBase.h&quot;
</span><del>-#include &quot;InspectorJSProtocolTypes.h&quot;
</del><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorInjectedScriptBaseh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/InjectedScriptBase.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/InjectedScriptBase.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/InjectedScriptBase.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorEnvironment.h&quot;
</span><del>-#include &quot;InspectorJSProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &quot;bindings/ScriptObject.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorScriptCallFrameh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/ScriptCallFrame.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/ScriptCallFrame.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/ScriptCallFrame.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -36,7 +36,7 @@
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><del>-#include &quot;InspectorJSProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> namespace Inspector {
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorScriptCallStackh"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/ScriptCallStack.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/ScriptCallStack.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/ScriptCallStack.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -38,7 +38,7 @@
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><del>-#include &quot;InspectorJSProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #endif
</span><span class="cx"> 
</span><span class="cx"> namespace Inspector {
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectoragentsInspectorAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/agents/InspectorAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/agents/InspectorAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/agents/InspectorAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -32,8 +32,8 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorJSBackendDispatchers.h&quot;
-#include &quot;InspectorJSFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> #include &quot;inspector/InspectorAgentBase.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectoragentsInspectorConsoleAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/agents/InspectorConsoleAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -28,8 +28,8 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorJSBackendDispatchers.h&quot;
-#include &quot;InspectorJSFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> #include &quot;inspector/InspectorAgentBase.h&quot;
</span><span class="cx"> #include &quot;runtime/ConsoleTypes.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectoragentsInspectorDebuggerAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -175,19 +175,19 @@
</span><span class="cx"> 
</span><span class="cx"> static bool breakpointActionTypeForString(const String&amp; typeString, ScriptBreakpointActionType* output)
</span><span class="cx"> {
</span><del>-    if (typeString == Inspector::Protocol::getJSEnumConstantValue(Inspector::Protocol::Debugger::BreakpointAction::Type::Log)) {
</del><ins>+    if (typeString == Inspector::Protocol::getEnumConstantValue(Inspector::Protocol::Debugger::BreakpointAction::Type::Log)) {
</ins><span class="cx">         *output = ScriptBreakpointActionTypeLog;
</span><span class="cx">         return true;
</span><span class="cx">     }
</span><del>-    if (typeString == Inspector::Protocol::getJSEnumConstantValue(Inspector::Protocol::Debugger::BreakpointAction::Type::Evaluate)) {
</del><ins>+    if (typeString == Inspector::Protocol::getEnumConstantValue(Inspector::Protocol::Debugger::BreakpointAction::Type::Evaluate)) {
</ins><span class="cx">         *output = ScriptBreakpointActionTypeEvaluate;
</span><span class="cx">         return true;
</span><span class="cx">     }
</span><del>-    if (typeString == Inspector::Protocol::getJSEnumConstantValue(Inspector::Protocol::Debugger::BreakpointAction::Type::Sound)) {
</del><ins>+    if (typeString == Inspector::Protocol::getEnumConstantValue(Inspector::Protocol::Debugger::BreakpointAction::Type::Sound)) {
</ins><span class="cx">         *output = ScriptBreakpointActionTypeSound;
</span><span class="cx">         return true;
</span><span class="cx">     }
</span><del>-    if (typeString == Inspector::Protocol::getJSEnumConstantValue(Inspector::Protocol::Debugger::BreakpointAction::Type::Probe)) {
</del><ins>+    if (typeString == Inspector::Protocol::getEnumConstantValue(Inspector::Protocol::Debugger::BreakpointAction::Type::Probe)) {
</ins><span class="cx">         *output = ScriptBreakpointActionTypeProbe;
</span><span class="cx">         return true;
</span><span class="cx">     }
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectoragentsInspectorDebuggerAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/agents/InspectorDebuggerAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -32,8 +32,8 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorJSBackendDispatchers.h&quot;
-#include &quot;InspectorJSFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> #include &quot;bindings/ScriptValue.h&quot;
</span><span class="cx"> #include &quot;debugger/Debugger.h&quot;
</span><span class="cx"> #include &quot;inspector/InspectorAgentBase.h&quot;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectoragentsInspectorRuntimeAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/agents/InspectorRuntimeAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/agents/InspectorRuntimeAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/agents/InspectorRuntimeAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -34,8 +34,8 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorJSBackendDispatchers.h&quot;
-#include &quot;InspectorJSFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> #include &quot;inspector/InspectorAgentBase.h&quot;
</span><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorprotocolApplicationCachejsonfromrev174891trunkSourceWebCoreinspectorprotocolApplicationCachejson"></a>
<div class="copfile"><h4>Copied: trunk/Source/JavaScriptCore/inspector/protocol/ApplicationCache.json (from rev 174891, trunk/Source/WebCore/inspector/protocol/ApplicationCache.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/protocol/ApplicationCache.json                                (rev 0)
+++ trunk/Source/JavaScriptCore/inspector/protocol/ApplicationCache.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,86 @@
</span><ins>+{
+    &quot;domain&quot;: &quot;ApplicationCache&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;ApplicationCacheResource&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Detailed application cache resource information.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource url.&quot; },
+                { &quot;name&quot;: &quot;size&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Resource size.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource type.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;ApplicationCache&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Detailed application cache information.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;manifestURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Manifest URL.&quot; },
+                { &quot;name&quot;: &quot;size&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Application cache size.&quot; },
+                { &quot;name&quot;: &quot;creationTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Application cache creation time.&quot; },
+                { &quot;name&quot;: &quot;updateTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Application cache update time.&quot; },
+                { &quot;name&quot;: &quot;resources&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ApplicationCacheResource&quot; }, &quot;description&quot;: &quot;Application cache resources.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;FrameWithManifest&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Frame identifier - manifest URL pair.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Frame identifier.&quot; },
+                { &quot;name&quot;: &quot;manifestURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Manifest URL.&quot; },
+                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Application cache status.&quot; }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;getFramesWithManifests&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;frameIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;FrameWithManifest&quot; }, &quot;description&quot;: &quot;Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables application cache domain notifications.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getManifestForFrame&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Identifier of the frame containing document whose manifest is retrieved.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;manifestURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Manifest URL for document in the given frame.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns manifest URL for document in the given frame.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getApplicationCacheForFrame&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Identifier of the frame containing document whose application cache is retrieved.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;applicationCache&quot;, &quot;$ref&quot;: &quot;ApplicationCache&quot;, &quot;description&quot;: &quot;Relevant application cache data for the document in given frame.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns relevant application cache data for the document in given frame.&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;applicationCacheStatusUpdated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Identifier of the frame containing document whose application cache updated status.&quot; },
+                { &quot;name&quot;: &quot;manifestURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Manifest URL.&quot; },
+                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Updated application cache status.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;networkStateUpdated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;isNowOnline&quot;, &quot;type&quot;: &quot;boolean&quot; }
+            ]
+        }
+    ]
+}
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorprotocolCSSjsonfromrev174891trunkSourceWebCoreinspectorprotocolCSSjson"></a>
<div class="copfile"><h4>Copied: trunk/Source/JavaScriptCore/inspector/protocol/CSS.json (from rev 174891, trunk/Source/WebCore/inspector/protocol/CSS.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/protocol/CSS.json                                (rev 0)
+++ trunk/Source/JavaScriptCore/inspector/protocol/CSS.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,436 @@
</span><ins>+{
+    &quot;domain&quot;: &quot;CSS&quot;,
+    &quot;description&quot;: &quot;This domain exposes CSS read/write operations. All CSS objects, like stylesheets, rules, and styles, have an associated &lt;code&gt;id&lt;/code&gt; used in subsequent operations on the related object. Each object type has a specific &lt;code&gt;id&lt;/code&gt; structure, and those are not interchangeable between objects of different kinds. CSS objects can be loaded using the &lt;code&gt;get*ForNode()&lt;/code&gt; calls (which accept a DOM node id). Alternatively, a client can discover all the existing stylesheets with the &lt;code&gt;getAllStyleSheets()&lt;/code&gt; method and subsequently load the required stylesheet contents using the &lt;code&gt;getStyleSheet[Text]()&lt;/code&gt; methods.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;StyleSheetId&quot;,
+            &quot;type&quot;: &quot;string&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSStyleId&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot;, &quot;description&quot;: &quot;Enclosing stylesheet identifier.&quot; },
+                { &quot;name&quot;: &quot;ordinal&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The style ordinal within the stylesheet.&quot; }
+            ],
+            &quot;description&quot;: &quot;This object identifies a CSS style in a unique way.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;StyleSheetOrigin&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;user&quot;, &quot;user-agent&quot;, &quot;inspector&quot;, &quot;regular&quot;],
+            &quot;description&quot;: &quot;Stylesheet type: \&quot;user\&quot; for user stylesheets, \&quot;user-agent\&quot; for user-agent stylesheets, \&quot;inspector\&quot; for stylesheets created by the inspector (i.e. those holding the \&quot;via inspector\&quot; rules), \&quot;regular\&quot; for regular stylesheets.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSRuleId&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot;, &quot;description&quot;: &quot;Enclosing stylesheet identifier.&quot; },
+                { &quot;name&quot;: &quot;ordinal&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The rule ordinal within the stylesheet.&quot; }
+            ],
+            &quot;description&quot;: &quot;This object identifies a CSS rule in a unique way.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;PseudoIdMatches&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;pseudoId&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Pseudo style identifier (see &lt;code&gt;enum PseudoId&lt;/code&gt; in &lt;code&gt;RenderStyleConstants.h&lt;/code&gt;).&quot;},
+                { &quot;name&quot;: &quot;matches&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;RuleMatch&quot; }, &quot;description&quot;: &quot;Matches of CSS rules applicable to the pseudo style.&quot;}
+            ],
+            &quot;description&quot;: &quot;CSS rule collection for a single pseudo style.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;InheritedStyleEntry&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;inlineStyle&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The ancestor node's inline style, if any, in the style inheritance chain.&quot; },
+                { &quot;name&quot;: &quot;matchedCSSRules&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;RuleMatch&quot; }, &quot;description&quot;: &quot;Matches of CSS rules matching the ancestor node in the style inheritance chain.&quot; }
+            ],
+            &quot;description&quot;: &quot;CSS rule collection for a single pseudo style.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;RuleMatch&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;rule&quot;, &quot;$ref&quot;: &quot;CSSRule&quot;, &quot;description&quot;: &quot;CSS rule in the match.&quot; },
+                { &quot;name&quot;: &quot;matchingSelectors&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;integer&quot; }, &quot;description&quot;: &quot;Matching selector indices in the rule's selectorList selectors (0-based).&quot; }
+            ],
+            &quot;description&quot;: &quot;Match data for a CSS rule.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;SelectorList&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;selectors&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Selectors in the list.&quot; },
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Rule selector text.&quot; },
+                { &quot;name&quot;: &quot;range&quot;, &quot;$ref&quot;: &quot;SourceRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Rule selector range in the underlying resource (if available).&quot; }
+            ],
+            &quot;description&quot;: &quot;Selector list data.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSStyleAttribute&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;DOM attribute name (e.g. \&quot;width\&quot;).&quot;},
+                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;CSS style generated by the respective DOM attribute.&quot;}
+            ],
+            &quot;description&quot;: &quot;CSS style information for a DOM style attribute.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSStyleSheetHeader&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot;, &quot;description&quot;: &quot;The stylesheet identifier.&quot;},
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Owner frame identifier.&quot;},
+                { &quot;name&quot;: &quot;sourceURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Stylesheet resource URL.&quot;},
+                { &quot;name&quot;: &quot;origin&quot;, &quot;$ref&quot;: &quot;StyleSheetOrigin&quot;, &quot;description&quot;: &quot;Stylesheet origin.&quot;},
+                { &quot;name&quot;: &quot;title&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Stylesheet title.&quot;},
+                { &quot;name&quot;: &quot;disabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Denotes whether the stylesheet is disabled.&quot;}
+            ],
+            &quot;description&quot;: &quot;CSS stylesheet metainformation.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSStyleSheetBody&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot;, &quot;description&quot;: &quot;The stylesheet identifier.&quot;},
+                { &quot;name&quot;: &quot;rules&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSRule&quot; }, &quot;description&quot;: &quot;Stylesheet resource URL.&quot;},
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Stylesheet resource contents (if available).&quot;}
+            ],
+            &quot;description&quot;: &quot;CSS stylesheet contents.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSRule&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;ruleId&quot;, &quot;$ref&quot;: &quot;CSSRuleId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The CSS rule identifier (absent for user agent stylesheet and user-specified stylesheet rules).&quot;},
+                { &quot;name&quot;: &quot;selectorList&quot;, &quot;$ref&quot;: &quot;SelectorList&quot;, &quot;description&quot;: &quot;Rule selector data.&quot; },
+                { &quot;name&quot;: &quot;sourceURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Parent stylesheet resource URL (for regular rules).&quot;},
+                { &quot;name&quot;: &quot;sourceLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Line ordinal of the rule selector start character in the resource.&quot;},
+                { &quot;name&quot;: &quot;origin&quot;, &quot;$ref&quot;: &quot;StyleSheetOrigin&quot;, &quot;description&quot;: &quot;Parent stylesheet's origin.&quot;},
+                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;Associated style declaration.&quot; },
+                { &quot;name&quot;: &quot;media&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSMedia&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Media list array (for rules involving media queries). The array enumerates media queries starting with the innermost one, going outwards.&quot; }
+            ],
+            &quot;description&quot;: &quot;CSS rule representation.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;SourceRange&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;startLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Start line of range.&quot; },
+                { &quot;name&quot;: &quot;startColumn&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Start column of range (inclusive).&quot; },
+                { &quot;name&quot;: &quot;endLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;End line of range&quot; },
+                { &quot;name&quot;: &quot;endColumn&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;End column of range (exclusive).&quot; }
+            ],
+            &quot;description&quot;: &quot;Text range within a resource.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;ShorthandEntry&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Shorthand name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Shorthand value.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CSSPropertyInfo&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Property name.&quot; },
+                { &quot;name&quot;: &quot;longhands&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Longhand property names.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CSSComputedStyleProperty&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed style property name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed style property value.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CSSStyle&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;styleId&quot;, &quot;$ref&quot;: &quot;CSSStyleId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The CSS style identifier (absent for attribute styles).&quot; },
+                { &quot;name&quot;: &quot;cssProperties&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSProperty&quot; }, &quot;description&quot;: &quot;CSS properties in the style.&quot; },
+                { &quot;name&quot;: &quot;shorthandEntries&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ShorthandEntry&quot; }, &quot;description&quot;: &quot;Computed values for all shorthands found in the style.&quot; },
+                { &quot;name&quot;: &quot;cssText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Style declaration text (if available).&quot; },
+                { &quot;name&quot;: &quot;range&quot;, &quot;$ref&quot;: &quot;SourceRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Style declaration range in the enclosing stylesheet (if available).&quot; },
+                { &quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The effective \&quot;width\&quot; property value from this style.&quot; },
+                { &quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The effective \&quot;height\&quot; property value from this style.&quot; }
+            ],
+            &quot;description&quot;: &quot;CSS style representation.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSPropertyStatus&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;active&quot;, &quot;inactive&quot;, &quot;disabled&quot;, &quot;style&quot;],
+            &quot;description&quot;: &quot;The property status: \&quot;active\&quot; if the property is effective in the style, \&quot;inactive\&quot; if the property is overridden by a same-named property in this style later on, \&quot;disabled\&quot; if the property is disabled by the user, \&quot;style\&quot; (implied if absent) if the property is reported by the browser rather than by the CSS source parser.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSProperty&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The property name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The property value.&quot; },
+                { &quot;name&quot;: &quot;priority&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The property priority (implies \&quot;\&quot; if absent).&quot; },
+                { &quot;name&quot;: &quot;implicit&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the property is implicit (implies &lt;code&gt;false&lt;/code&gt; if absent).&quot; },
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The full property text as specified in the style.&quot; },
+                { &quot;name&quot;: &quot;parsedOk&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the property is understood by the browser (implies &lt;code&gt;true&lt;/code&gt; if absent).&quot; },
+                { &quot;name&quot;: &quot;status&quot;, &quot;$ref&quot;: &quot;CSSPropertyStatus&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the property is active or disabled.&quot; },
+                { &quot;name&quot;: &quot;range&quot;, &quot;$ref&quot;: &quot;SourceRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The entire property range in the enclosing style declaration (if available).&quot; }
+            ],
+            &quot;description&quot;: &quot;CSS style effective visual dimensions and source offsets.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSMedia&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Media query text.&quot; },
+                { &quot;name&quot;: &quot;source&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;mediaRule&quot;, &quot;importRule&quot;, &quot;linkedSheet&quot;, &quot;inlineSheet&quot;], &quot;description&quot;: &quot;Source of the media query: \&quot;mediaRule\&quot; if specified by a @media rule, \&quot;importRule\&quot; if specified by an @import rule, \&quot;linkedSheet\&quot; if specified by a \&quot;media\&quot; attribute in a linked stylesheet's LINK tag, \&quot;inlineSheet\&quot; if specified by a \&quot;media\&quot; attribute in an inline stylesheet's STYLE tag.&quot; },
+                { &quot;name&quot;: &quot;sourceURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of the document containing the media query description.&quot; },
+                { &quot;name&quot;: &quot;sourceLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Line in the document containing the media query (not defined for the \&quot;stylesheet\&quot; source).&quot; }
+            ],
+            &quot;description&quot;: &quot;CSS media query descriptor.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Region&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;regionOverset&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;overset&quot;, &quot;fit&quot;, &quot;empty&quot;], &quot;description&quot;: &quot;The \&quot;overset\&quot; attribute of a Named Flow.&quot; },
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The corresponding DOM node id.&quot; }
+            ],
+            &quot;description&quot;: &quot;This object represents a region that flows from a Named Flow.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;NamedFlow&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Named Flow identifier.&quot; },
+                { &quot;name&quot;: &quot;overset&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;The \&quot;overset\&quot; attribute of a Named Flow.&quot; },
+                { &quot;name&quot;: &quot;content&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;DOM.NodeId&quot; }, &quot;description&quot;: &quot;An array of nodes that flow into the Named Flow.&quot; },
+                { &quot;name&quot;: &quot;regions&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Region&quot; }, &quot;description&quot;: &quot;An array of regions associated with the Named Flow.&quot; }
+            ],
+            &quot;description&quot;: &quot;This object represents a Named Flow.&quot;
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables the CSS agent for the given page. Clients should not assume that the CSS agent has been enabled until the result of this command is received.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables the CSS agent for the given page.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getMatchedStylesForNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot; },
+                { &quot;name&quot;: &quot;includePseudo&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether to include pseudo styles (default: true).&quot; },
+                { &quot;name&quot;: &quot;includeInherited&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether to include inherited styles (default: true).&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;matchedCSSRules&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;RuleMatch&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;CSS rules matching this node, from all applicable stylesheets.&quot; },
+                { &quot;name&quot;: &quot;pseudoElements&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;PseudoIdMatches&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Pseudo style matches for this node.&quot; },
+                { &quot;name&quot;: &quot;inherited&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;InheritedStyleEntry&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;A chain of inherited styles (from the immediate node parent up to the DOM tree root).&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns requested styles for a DOM node identified by &lt;code&gt;nodeId&lt;/code&gt;.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getInlineStylesForNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;inlineStyle&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Inline style for the specified DOM node.&quot; },
+                { &quot;name&quot;: &quot;attributesStyle&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Attribute-defined element style (e.g. resulting from \&quot;width=20 height=100%\&quot;).&quot;}
+            ],
+            &quot;description&quot;: &quot;Returns the styles defined inline (explicitly in the \&quot;style\&quot; attribute and implicitly, using DOM attributes) for a DOM node identified by &lt;code&gt;nodeId&lt;/code&gt;.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getComputedStyleForNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;computedStyle&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSComputedStyleProperty&quot; }, &quot;description&quot;: &quot;Computed style for the specified DOM node.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns the computed style for a DOM node identified by &lt;code&gt;nodeId&lt;/code&gt;.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getAllStyleSheets&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;headers&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSStyleSheetHeader&quot; }, &quot;description&quot;: &quot;Descriptor entries for all available stylesheets.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns metainfo entries for all known stylesheets.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getStyleSheet&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;styleSheet&quot;, &quot;$ref&quot;: &quot;CSSStyleSheetBody&quot;, &quot;description&quot;: &quot;Stylesheet contents for the specified &lt;code&gt;styleSheetId&lt;/code&gt;.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns stylesheet data for the specified &lt;code&gt;styleSheetId&lt;/code&gt;.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getStyleSheetText&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The stylesheet text.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns the current textual content and the URL for a stylesheet.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setStyleSheetText&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot; },
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets the new stylesheet text, thereby invalidating all existing &lt;code&gt;CSSStyleId&lt;/code&gt;'s and &lt;code&gt;CSSRuleId&lt;/code&gt;'s contained by this stylesheet.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setStyleText&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleId&quot;, &quot;$ref&quot;: &quot;CSSStyleId&quot; },
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;The resulting style after the text modification.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets the new &lt;code&gt;text&lt;/code&gt; for the respective style.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setPropertyText&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleId&quot;, &quot;$ref&quot;: &quot;CSSStyleId&quot; },
+                { &quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;integer&quot; },
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot; },
+                { &quot;name&quot;: &quot;overwrite&quot;, &quot;type&quot;: &quot;boolean&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;The resulting style after the property text modification.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets the new &lt;code&gt;text&lt;/code&gt; for a property in the respective style, at offset &lt;code&gt;propertyIndex&lt;/code&gt;. If &lt;code&gt;overwrite&lt;/code&gt; is &lt;code&gt;true&lt;/code&gt;, a property at the given offset is overwritten, otherwise inserted. &lt;code&gt;text&lt;/code&gt; entirely replaces the property &lt;code&gt;name: value&lt;/code&gt;.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;toggleProperty&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleId&quot;, &quot;$ref&quot;: &quot;CSSStyleId&quot; },
+                { &quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;integer&quot; },
+                { &quot;name&quot;: &quot;disable&quot;, &quot;type&quot;: &quot;boolean&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;The resulting style after the property toggling.&quot; }
+            ],
+            &quot;description&quot;: &quot;Toggles the property in the respective style, at offset &lt;code&gt;propertyIndex&lt;/code&gt;. The &lt;code&gt;disable&lt;/code&gt; parameter denotes whether the property should be disabled (i.e. removed from the style declaration). If &lt;code&gt;disable == false&lt;/code&gt;, the property gets put back into its original place in the style declaration.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setRuleSelector&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;ruleId&quot;, &quot;$ref&quot;: &quot;CSSRuleId&quot; },
+                { &quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;rule&quot;, &quot;$ref&quot;: &quot;CSSRule&quot;, &quot;description&quot;: &quot;The resulting rule after the selector modification.&quot; }
+            ],
+            &quot;description&quot;: &quot;Modifies the rule selector.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;addRule&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;contextNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot; },
+                { &quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;rule&quot;, &quot;$ref&quot;: &quot;CSSRule&quot;, &quot;description&quot;: &quot;The newly created rule.&quot; }
+            ],
+            &quot;description&quot;: &quot;Creates a new empty rule with the given &lt;code&gt;selector&lt;/code&gt; in a special \&quot;inspector\&quot; stylesheet in the owner document of the context node.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getSupportedCSSProperties&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;cssProperties&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSPropertyInfo&quot; }, &quot;description&quot;: &quot;Supported property metainfo.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns all supported CSS property names.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;forcePseudoState&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The element id for which to force the pseudo state.&quot; },
+                { &quot;name&quot;: &quot;forcedPseudoClasses&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;active&quot;, &quot;focus&quot;, &quot;hover&quot;, &quot;visited&quot;] }, &quot;description&quot;: &quot;Element pseudo classes to force when computing the element's style.&quot; }
+            ],
+            &quot;description&quot;: &quot;Ensures that the given node will have specified pseudo-classes whenever its style is computed by the browser.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getNamedFlowCollection&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id for which to get the Named Flow Collection.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;namedFlows&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NamedFlow&quot; }, &quot;description&quot;: &quot;An array containing the Named Flows in the document.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns the Named Flows from the document.&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;mediaQueryResultChanged&quot;,
+            &quot;description&quot;: &quot;Fires whenever a MediaQuery result changes (for example, after a browser window has been resized.) The current implementation considers only viewport-dependent media features.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;styleSheetChanged&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired whenever a stylesheet is changed as a result of the client operation.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;namedFlowCreated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;namedFlow&quot;, &quot;$ref&quot;: &quot;NamedFlow&quot;, &quot;description&quot;: &quot;The new Named Flow.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fires when a Named Flow is created.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;namedFlowRemoved&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id.&quot; },
+                { &quot;name&quot;: &quot;flowName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Identifier of the removed Named Flow.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fires when a Named Flow is removed: has no associated content nodes and regions.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;regionOversetChanged&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;namedFlow&quot;, &quot;$ref&quot;: &quot;NamedFlow&quot;, &quot;description&quot;: &quot;The Named Flow containing the regions whose regionOverset values changed.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fires if any of the regionOverset values changed in a Named Flow's region chain.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;registeredNamedFlowContentElement&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id.&quot; },
+                { &quot;name&quot;: &quot;flowName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Named Flow identifier for which the new content element was registered.&quot; },
+                { &quot;name&quot;: &quot;contentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The node id of the registered content node.&quot; },
+                { &quot;name&quot;: &quot;nextContentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The node id of the element following the registered content node.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fires when a Named Flow's has been registered with a new content node.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;unregisteredNamedFlowContentElement&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id.&quot; },
+                { &quot;name&quot;: &quot;flowName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Named Flow identifier for which the new content element was unregistered.&quot; },
+                { &quot;name&quot;: &quot;contentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The node id of the unregistered content node.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fires when a Named Flow's has been registered with a new content node.&quot;
+        }
+    ]
+}
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorprotocolDOMjsonfromrev174891trunkSourceWebCoreinspectorprotocolDOMjson"></a>
<div class="copfile"><h4>Copied: trunk/Source/JavaScriptCore/inspector/protocol/DOM.json (from rev 174891, trunk/Source/WebCore/inspector/protocol/DOM.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/protocol/DOM.json                                (rev 0)
+++ trunk/Source/JavaScriptCore/inspector/protocol/DOM.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,521 @@
</span><ins>+{
+    &quot;domain&quot;: &quot;DOM&quot;,
+    &quot;description&quot;: &quot;This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object that has an &lt;code&gt;id&lt;/code&gt;. This &lt;code&gt;id&lt;/code&gt; can be used to get additional information on the Node, resolve it into the JavaScript object wrapper, etc. It is important that client receives DOM events only for the nodes that are known to the client. Backend keeps track of the nodes that were sent to the client and never sends the same node twice. It is client's responsibility to collect information about the nodes that were sent to the client.&lt;p&gt;Note that &lt;code&gt;iframe&lt;/code&gt; owner elements will return corresponding document elements as their child nodes.&lt;/p&gt;&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;NodeId&quot;,
+            &quot;type&quot;: &quot;integer&quot;,
+            &quot;description&quot;: &quot;Unique DOM node identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;BackendNodeId&quot;,
+            &quot;type&quot;: &quot;integer&quot;,
+            &quot;description&quot;: &quot;Unique DOM node identifier used to reference a node that may not have been pushed to the front-end.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;LiveRegionRelevant&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;additions&quot;, &quot;removals&quot;, &quot;text&quot;],
+            &quot;description&quot;: &quot;Token values of @aria-relevant attribute.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Node&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Node identifier that is passed into the rest of the DOM messages as the &lt;code&gt;nodeId&lt;/code&gt;. Backend will only push node with given &lt;code&gt;id&lt;/code&gt; once. It is aware of all requested nodes and will only fire DOM events for nodes known to the client.&quot; },
+                { &quot;name&quot;: &quot;nodeType&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;&lt;code&gt;Node&lt;/code&gt;'s nodeType.&quot; },
+                { &quot;name&quot;: &quot;nodeName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;&lt;code&gt;Node&lt;/code&gt;'s nodeName.&quot; },
+                { &quot;name&quot;: &quot;localName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;&lt;code&gt;Node&lt;/code&gt;'s localName.&quot; },
+                { &quot;name&quot;: &quot;nodeValue&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;&lt;code&gt;Node&lt;/code&gt;'s nodeValue.&quot; },
+                { &quot;name&quot;: &quot;childNodeCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Child count for &lt;code&gt;Container&lt;/code&gt; nodes.&quot; },
+                { &quot;name&quot;: &quot;children&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;Node&quot; }, &quot;description&quot;: &quot;Child nodes of this node when requested with children.&quot; },
+                { &quot;name&quot;: &quot;attributes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Attributes of the &lt;code&gt;Element&lt;/code&gt; node in the form of flat array &lt;code&gt;[name1, value1, name2, value2]&lt;/code&gt;.&quot; },
+                { &quot;name&quot;: &quot;documentURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Document URL that &lt;code&gt;Document&lt;/code&gt; or &lt;code&gt;FrameOwner&lt;/code&gt; node points to.&quot; },
+                { &quot;name&quot;: &quot;baseURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Base URL that &lt;code&gt;Document&lt;/code&gt; or &lt;code&gt;FrameOwner&lt;/code&gt; node uses for URL completion.&quot; },
+                { &quot;name&quot;: &quot;publicId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DocumentType&lt;/code&gt;'s publicId.&quot; },
+                { &quot;name&quot;: &quot;systemId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DocumentType&lt;/code&gt;'s systemId.&quot; },
+                { &quot;name&quot;: &quot;internalSubset&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DocumentType&lt;/code&gt;'s internalSubset.&quot; },
+                { &quot;name&quot;: &quot;xmlVersion&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;Document&lt;/code&gt;'s XML version in case of XML documents.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;Attr&lt;/code&gt;'s name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;Attr&lt;/code&gt;'s value.&quot; },
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Frame ID for frame owner elements.&quot; },
+                { &quot;name&quot;: &quot;contentDocument&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Content document for frame owner elements.&quot; },
+                { &quot;name&quot;: &quot;shadowRoots&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;Node&quot; }, &quot;description&quot;: &quot;Shadow root list for given element host.&quot; },
+                { &quot;name&quot;: &quot;templateContent&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Content document fragment for template elements&quot; },
+                { &quot;name&quot;: &quot;role&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Computed value for first recognized role token, default role per element, or overridden role.&quot; }
+            ],
+            &quot;description&quot;: &quot;DOM interaction is implemented in terms of mirror objects that represent the actual DOM nodes. DOMNode is a base node mirror type.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;EventListener&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;&lt;code&gt;EventListener&lt;/code&gt;'s type.&quot; },
+                { &quot;name&quot;: &quot;useCapture&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;&lt;code&gt;EventListener&lt;/code&gt;'s useCapture.&quot; },
+                { &quot;name&quot;: &quot;isAttribute&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;&lt;code&gt;EventListener&lt;/code&gt;'s isAttribute.&quot; },
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Target &lt;code&gt;DOMNode&lt;/code&gt; id.&quot; },
+                { &quot;name&quot;: &quot;handlerBody&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Event handler function body.&quot; },
+                { &quot;name&quot;: &quot;location&quot;, &quot;$ref&quot;: &quot;Debugger.Location&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Handler code location.&quot; },
+                { &quot;name&quot;: &quot;sourceName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Source script URL.&quot; },
+                { &quot;name&quot;: &quot;handler&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Event handler function value.&quot; }
+            ],
+            &quot;description&quot;: &quot;A structure holding event listener properties.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;AccessibilityProperties&quot;,
+            &quot;description&quot;: &quot;A structure holding accessibility properties.&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;activeDescendantNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DOMNode&lt;/code&gt; id of the accessibility object referenced by aria-activedescendant.&quot; },
+                { &quot;name&quot;: &quot;busy&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Value of @aria-busy on current or ancestor node.&quot; },
+                { &quot;name&quot;: &quot;checked&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;true&quot;, &quot;false&quot;, &quot;mixed&quot;], &quot;description&quot;: &quot;Checked state of certain form controls.&quot; },
+                { &quot;name&quot;: &quot;childNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of the accessibility tree children if available.&quot; },
+                { &quot;name&quot;: &quot;controlledNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of any nodes referenced via @aria-controls.&quot; },
+                { &quot;name&quot;: &quot;disabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Disabled state of form controls.&quot; },
+                { &quot;name&quot;: &quot;exists&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Indicates whether there is an existing AX object for the DOM node. If this is false, all the other properties will be default values.&quot; },
+                { &quot;name&quot;: &quot;expanded&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Expanded state.&quot; },
+                { &quot;name&quot;: &quot;flowedNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of any nodes referenced via @aria-flowto.&quot; },
+                { &quot;name&quot;: &quot;focused&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Focused state. Only defined on focusable elements.&quot; },
+                { &quot;name&quot;: &quot;ignored&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the accessibility of the associated AX object node is ignored, whether heuristically or explicitly.&quot; },
+                { &quot;name&quot;: &quot;ignoredByDefault&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;State indicating whether the accessibility of the associated AX object node is ignored by default for node type.&quot; },
+                { &quot;name&quot;: &quot;invalid&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;true&quot;, &quot;false&quot;, &quot;grammar&quot;, &quot;spelling&quot;], &quot;description&quot;: &quot;Invalid status of form controls.&quot; },
+                { &quot;name&quot;: &quot;hidden&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Hidden state. True if node or an ancestor is hidden via CSS or explicit @aria-hidden, to clarify why the element is ignored.&quot; },
+                { &quot;name&quot;: &quot;label&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed label value for the node, sometimes calculated by referencing other nodes.&quot; },
+                { &quot;name&quot;: &quot;liveRegionAtomic&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Value of @aria-atomic.&quot; },
+                { &quot;name&quot;: &quot;liveRegionRelevant&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Token value(s) of element's @aria-relevant attribute. Array of string values matching $ref LiveRegionRelevant. FIXME: Enum values blocked by http://webkit.org/b/133711&quot; },
+                { &quot;name&quot;: &quot;liveRegionStatus&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;assertive&quot;, &quot;polite&quot;, &quot;off&quot;], &quot;description&quot;: &quot;Value of element's @aria-live attribute.&quot; },
+                { &quot;name&quot;: &quot;mouseEventNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DOMNode&lt;/code&gt; id of node or closest ancestor node that has a mousedown, mouseup, or click event handler.&quot; },
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Target &lt;code&gt;DOMNode&lt;/code&gt; id.&quot; },
+                { &quot;name&quot;: &quot;ownedNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of any nodes referenced via @aria-owns.&quot; },
+                { &quot;name&quot;: &quot;parentNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DOMNode&lt;/code&gt; id of the accessibility tree parent object if available.&quot; },
+                { &quot;name&quot;: &quot;pressed&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Pressed state for toggle buttons.&quot; },
+                { &quot;name&quot;: &quot;readonly&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Readonly state of text controls.&quot; },
+                { &quot;name&quot;: &quot;required&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Required state of form controls.&quot; },
+                { &quot;name&quot;: &quot;role&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed value for first recognized role token, default role per element, or overridden role.&quot; },
+                { &quot;name&quot;: &quot;selected&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Selected state of certain form controls.&quot; },
+                { &quot;name&quot;: &quot;selectedChildNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of any children marked as selected.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;RGBAColor&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;r&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The red component, in the [0-255] range.&quot; },
+                { &quot;name&quot;: &quot;g&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The green component, in the [0-255] range.&quot; },
+                { &quot;name&quot;: &quot;b&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The blue component, in the [0-255] range.&quot; },
+                { &quot;name&quot;: &quot;a&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The alpha component, in the [0-1] range (default: 1).&quot; }
+            ],
+            &quot;description&quot;: &quot;A structure holding an RGBA color.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Quad&quot;,
+            &quot;type&quot;: &quot;array&quot;,
+            &quot;items&quot;: { &quot;type&quot;: &quot;number&quot; },
+            &quot;minItems&quot;: 8,
+            &quot;maxItems&quot;: 8,
+            &quot;description&quot;: &quot;An array of quad vertices, x immediately followed by y for each point, points clock-wise.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;HighlightConfig&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;showInfo&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the node info tooltip should be shown (default: false).&quot; },
+                { &quot;name&quot;: &quot;contentColor&quot;, &quot;$ref&quot;: &quot;RGBAColor&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The content box highlight fill color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;paddingColor&quot;, &quot;$ref&quot;: &quot;RGBAColor&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The padding highlight fill color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;borderColor&quot;, &quot;$ref&quot;: &quot;RGBAColor&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The border highlight fill color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;marginColor&quot;, &quot;$ref&quot;: &quot;RGBAColor&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The margin highlight fill color (default: transparent).&quot; }
+            ],
+            &quot;description&quot;: &quot;Configuration data for the highlighting of page elements.&quot;
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;getDocument&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;root&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;description&quot;: &quot;Resulting node.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns the root DOM node to the caller.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;requestChildNodes&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to get children for.&quot; },
+                { &quot;name&quot;: &quot;depth&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The maximum depth at which children should be retrieved, defaults to 1. Use -1 for the entire subtree or provide an integer larger than 0.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests that children of the node with given id are returned to the caller in form of &lt;code&gt;setChildNodes&lt;/code&gt; events where not only immediate children are retrieved, but all children down to the specified depth.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;querySelector&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to query upon.&quot; },
+                { &quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Selector string.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Query selector result.&quot; }
+            ],
+            &quot;description&quot;: &quot;Executes &lt;code&gt;querySelector&lt;/code&gt; on a given node.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;querySelectorAll&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to query upon.&quot; },
+                { &quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Selector string.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;description&quot;: &quot;Query selector result.&quot; }
+            ],
+            &quot;description&quot;: &quot;Executes &lt;code&gt;querySelectorAll&lt;/code&gt; on a given node.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setNodeName&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to set name for.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;New node's name.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;New node's id.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets node name for a node with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setNodeValue&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to set value for.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;New node's value.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets node value for a node with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;removeNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to remove.&quot; }
+            ],
+            &quot;description&quot;: &quot;Removes node with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setAttributeValue&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the element to set attribute for.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Attribute name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Attribute value.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets attribute for an element with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setAttributesAsText&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the element to set attributes for.&quot; },
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Text with a number of attributes. Will parse this text using HTML parser.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Attribute name to replace with new attributes derived from text in case text parsed successfully.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets attributes on element with given id. This method is useful when user edits some existing attribute value and types in several attribute name/value pairs.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;removeAttribute&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the element to remove attribute from.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Name of the attribute to remove.&quot; }
+            ],
+            &quot;description&quot;: &quot;Removes attribute with given name from an element with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getEventListenersForNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to get listeners for.&quot; },
+                { &quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Symbolic group name for handler value. Handler value is not returned without this parameter specified.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;listeners&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;EventListener&quot;}, &quot;description&quot;: &quot;Array of relevant listeners.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns event listeners relevant to the node.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getAccessibilityPropertiesForNode&quot;,
+            &quot;description&quot;: &quot;Returns a dictionary of accessibility properties for the node.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node for which to get accessibility properties.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;properties&quot;, &quot;$ref&quot;: &quot;AccessibilityProperties&quot;, &quot;description&quot;: &quot;Dictionary of relevant accessibility properties.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;getOuterHTML&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to get markup for.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;outerHTML&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Outer HTML markup.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns node's HTML markup.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setOuterHTML&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to set markup for.&quot; },
+                { &quot;name&quot;: &quot;outerHTML&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Outer HTML markup to set.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets node HTML markup, returns new node id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;performSearch&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Plain text or query selector or XPath search query.&quot; },
+                { &quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Ids of nodes to use as starting points for the search.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Unique search session identifier.&quot; },
+                { &quot;name&quot;: &quot;resultCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Number of search results.&quot; }
+            ],
+            &quot;description&quot;: &quot;Searches for a given string in the DOM tree. Use &lt;code&gt;getSearchResults&lt;/code&gt; to access search results or &lt;code&gt;cancelSearch&lt;/code&gt; to end this search session.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getSearchResults&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Unique search session identifier.&quot; },
+                { &quot;name&quot;: &quot;fromIndex&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Start index of the search result to be returned.&quot; },
+                { &quot;name&quot;: &quot;toIndex&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;End index of the search result to be returned.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;description&quot;: &quot;Ids of the search result nodes.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns search results from given &lt;code&gt;fromIndex&lt;/code&gt; to given &lt;code&gt;toIndex&lt;/code&gt; from the sarch with the given identifier.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;discardSearchResults&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Unique search session identifier.&quot; }
+            ],
+            &quot;description&quot;: &quot;Discards search results from the session with the given id. &lt;code&gt;getSearchResults&lt;/code&gt; should no longer be called for that search.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;requestNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObjectId&quot;, &quot;description&quot;: &quot;JavaScript object id to convert into node.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Node id for given object.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests that the node is sent to the caller given the JavaScript node object reference. All nodes that form the path from the node to the root are also sent to the client as a series of &lt;code&gt;setChildNodes&lt;/code&gt; notifications.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setInspectModeEnabled&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True to enable inspection mode, false to disable it.&quot; },
+                { &quot;name&quot;: &quot;highlightConfig&quot;, &quot;$ref&quot;: &quot;HighlightConfig&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;A descriptor for the highlight appearance of hovered-over nodes. May be omitted if &lt;code&gt;enabled == false&lt;/code&gt;.&quot; }
+            ],
+            &quot;description&quot;: &quot;Enters the 'inspect' mode. In this mode, elements that user is hovering over are highlighted. Backend then generates 'inspect' command upon element selection.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;highlightRect&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;X coordinate&quot; },
+                { &quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Y coordinate&quot; },
+                { &quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Rectangle width&quot; },
+                { &quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Rectangle height&quot; },
+                { &quot;name&quot;: &quot;color&quot;, &quot;$ref&quot;: &quot;RGBAColor&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The highlight fill color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;outlineColor&quot;, &quot;$ref&quot;: &quot;RGBAColor&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The highlight outline color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the provided parameters are in page coordinates or in viewport coordinates (the default).&quot; }
+            ],
+            &quot;description&quot;: &quot;Highlights given rectangle. Coordinates are absolute with respect to the main frame viewport.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;highlightQuad&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;quad&quot;, &quot;$ref&quot;: &quot;Quad&quot;, &quot;description&quot;: &quot;Quad to highlight&quot; },
+                { &quot;name&quot;: &quot;color&quot;, &quot;$ref&quot;: &quot;RGBAColor&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The highlight fill color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;outlineColor&quot;, &quot;$ref&quot;: &quot;RGBAColor&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The highlight outline color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the provided parameters are in page coordinates or in viewport coordinates (the default).&quot; }
+            ],
+            &quot;description&quot;: &quot;Highlights given quad. Coordinates are absolute with respect to the main frame viewport.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;highlightNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;highlightConfig&quot;, &quot;$ref&quot;: &quot;HighlightConfig&quot;, &quot;description&quot;: &quot;A descriptor for the highlight appearance.&quot; },
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Identifier of the node to highlight.&quot; },
+                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObjectId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;JavaScript object id of the node to be highlighted.&quot; }
+            ],
+            &quot;description&quot;: &quot;Highlights DOM node with given id or with the given JavaScript object wrapper. Either nodeId or objectId must be specified.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;hideHighlight&quot;,
+            &quot;description&quot;: &quot;Hides DOM node highlight.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;highlightFrame&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Identifier of the frame to highlight.&quot; },
+                { &quot;name&quot;: &quot;contentColor&quot;, &quot;$ref&quot;: &quot;RGBAColor&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The content box highlight fill color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;contentOutlineColor&quot;, &quot;$ref&quot;: &quot;RGBAColor&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The content box highlight outline color (default: transparent).&quot; }
+            ],
+            &quot;description&quot;: &quot;Highlights owner element of the frame with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;pushNodeByPathToFrontend&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;path&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Path to node in the proprietary format.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node for given path.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests that the node is sent to the caller given its path. // FIXME, use XPath&quot;
+        },
+        {
+            &quot;name&quot;: &quot;pushNodeByBackendIdToFrontend&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;backendNodeId&quot;, &quot;$ref&quot;: &quot;BackendNodeId&quot;, &quot;description&quot;: &quot;The backend node id of the node.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;The pushed node's id.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests that the node is sent to the caller given its backend node id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;releaseBackendNodeIds&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The backend node ids group name.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests that group of &lt;code&gt;BackendNodeIds&lt;/code&gt; is released.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;resolveNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to resolve.&quot; },
+                { &quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Symbolic group name that can be used to release multiple objects.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;object&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;JavaScript object wrapper for given node.&quot; }
+            ],
+            &quot;description&quot;: &quot;Resolves JavaScript node object for given node id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getAttributes&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to retrieve attibutes for.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;attributes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;An interleaved array of node attribute names and values.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns attributes for the specified node.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;moveTo&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to drop.&quot; },
+                { &quot;name&quot;: &quot;targetNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the element to drop into.&quot; },
+                { &quot;name&quot;: &quot;insertBeforeNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Drop node before given one.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;New id of the moved node.&quot; }
+            ],
+            &quot;description&quot;: &quot;Moves node into the new container, places it before the given anchor.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;undo&quot;,
+            &quot;description&quot;: &quot;Undoes the last performed action.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;redo&quot;,
+            &quot;description&quot;: &quot;Re-does the last undone action.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;markUndoableState&quot;,
+            &quot;description&quot;: &quot;Marks last undoable state.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;focus&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to focus.&quot; }
+            ],
+            &quot;description&quot;: &quot;Focuses the given element.&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;documentUpdated&quot;,
+            &quot;description&quot;: &quot;Fired when &lt;code&gt;Document&lt;/code&gt; has been totally updated. Node ids are no longer valid.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setChildNodes&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;parentId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Parent node id to populate with children.&quot; },
+                { &quot;name&quot;: &quot;nodes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Node&quot;}, &quot;description&quot;: &quot;Child nodes array.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;attributeModified&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Attribute name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Attribute value.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when &lt;code&gt;Element&lt;/code&gt;'s attribute is modified.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;attributeRemoved&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;A ttribute name.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when &lt;code&gt;Element&lt;/code&gt;'s attribute is removed.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;inlineStyleInvalidated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;description&quot;: &quot;Ids of the nodes for which the inline styles have been invalidated.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when &lt;code&gt;Element&lt;/code&gt;'s inline style is modified via a CSS property modification.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;characterDataModified&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
+                { &quot;name&quot;: &quot;characterData&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;New text value.&quot; }
+            ],
+            &quot;description&quot;: &quot;Mirrors &lt;code&gt;DOMCharacterDataModified&lt;/code&gt; event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;childNodeCountUpdated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
+                { &quot;name&quot;: &quot;childNodeCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;New node count.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when &lt;code&gt;Container&lt;/code&gt;'s child node count has changed.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;childNodeInserted&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;parentNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
+                { &quot;name&quot;: &quot;previousNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;If of the previous siblint.&quot; },
+                { &quot;name&quot;: &quot;node&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;description&quot;: &quot;Inserted node data.&quot; }
+            ],
+            &quot;description&quot;: &quot;Mirrors &lt;code&gt;DOMNodeInserted&lt;/code&gt; event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;childNodeRemoved&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;parentNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Parent id.&quot; },
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has been removed.&quot; }
+            ],
+            &quot;description&quot;: &quot;Mirrors &lt;code&gt;DOMNodeRemoved&lt;/code&gt; event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;shadowRootPushed&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;hostId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Host element id.&quot; },
+                { &quot;name&quot;: &quot;root&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;description&quot;: &quot;Shadow root.&quot; }
+            ],
+            &quot;description&quot;: &quot;Called when shadow root is pushed into the element.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;shadowRootPopped&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;hostId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Host element id.&quot; },
+                { &quot;name&quot;: &quot;rootId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Shadow root id.&quot; }
+            ],
+            &quot;description&quot;: &quot;Called when shadow root is popped from the element.&quot;
+        }
+    ]
+}
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorprotocolDOMDebuggerjsonfromrev174891trunkSourceWebCoreinspectorprotocolDOMDebuggerjson"></a>
<div class="copfile"><h4>Copied: trunk/Source/JavaScriptCore/inspector/protocol/DOMDebugger.json (from rev 174891, trunk/Source/WebCore/inspector/protocol/DOMDebugger.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/protocol/DOMDebugger.json                                (rev 0)
+++ trunk/Source/JavaScriptCore/inspector/protocol/DOMDebugger.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,72 @@
</span><ins>+{
+    &quot;domain&quot;: &quot;DOMDebugger&quot;,
+    &quot;description&quot;: &quot;DOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript execution will stop on these operations as if there was a regular breakpoint set.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;DOMBreakpointType&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;subtree-modified&quot;, &quot;attribute-modified&quot;, &quot;node-removed&quot;],
+            &quot;description&quot;: &quot;DOM breakpoint type.&quot;
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;setDOMBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;Identifier of the node to set breakpoint on.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;DOMBreakpointType&quot;, &quot;description&quot;: &quot;Type of the operation to stop upon.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets breakpoint on particular operation with DOM.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;removeDOMBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;Identifier of the node to remove breakpoint from.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;DOMBreakpointType&quot;, &quot;description&quot;: &quot;Type of the breakpoint to remove.&quot; }
+            ],
+            &quot;description&quot;: &quot;Removes DOM breakpoint that was set using &lt;code&gt;setDOMBreakpoint&lt;/code&gt;.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setEventListenerBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;DOM Event name to stop on (any DOM event will do).&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets breakpoint on particular DOM event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;removeEventListenerBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Event name.&quot; }
+            ],
+            &quot;description&quot;: &quot;Removes breakpoint on particular DOM event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setInstrumentationBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Instrumentation name to stop on.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets breakpoint on particular native event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;removeInstrumentationBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Instrumentation name to stop on.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets breakpoint on particular native event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setXHRBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL substring. All XHRs having this substring in the URL will get stopped upon.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets breakpoint on XMLHttpRequest.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;removeXHRBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL substring.&quot; }
+            ],
+            &quot;description&quot;: &quot;Removes breakpoint from XMLHttpRequest.&quot;
+        }
+    ]
+}
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorprotocolDOMStoragejsonfromrev174891trunkSourceWebCoreinspectorprotocolDOMStoragejson"></a>
<div class="copfile"><h4>Copied: trunk/Source/JavaScriptCore/inspector/protocol/DOMStorage.json (from rev 174891, trunk/Source/WebCore/inspector/protocol/DOMStorage.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/protocol/DOMStorage.json                                (rev 0)
+++ trunk/Source/JavaScriptCore/inspector/protocol/DOMStorage.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,87 @@
</span><ins>+{
+    &quot;domain&quot;: &quot;DOMStorage&quot;,
+    &quot;description&quot;: &quot;Query and modify DOM storage.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;StorageId&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;DOM Storage identifier.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin for the storage.&quot; },
+                { &quot;name&quot;: &quot;isLocalStorage&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether the storage is local storage (not session storage).&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Item&quot;,
+            &quot;type&quot;: &quot;array&quot;,
+            &quot;description&quot;: &quot;DOM Storage item.&quot;,
+            &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables storage tracking, storage events will now be delivered to the client.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables storage tracking, prevents storage events from being sent to the client.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getDOMStorageItems&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;entries&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Item&quot; } }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setDOMStorageItem&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
+                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;removeDOMStorageItem&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
+                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; }
+            ]
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;domStorageItemsCleared&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;domStorageItemRemoved&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
+                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;domStorageItemAdded&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
+                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; },
+                { &quot;name&quot;: &quot;newValue&quot;, &quot;type&quot;: &quot;string&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;domStorageItemUpdated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
+                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; },
+                { &quot;name&quot;: &quot;oldValue&quot;, &quot;type&quot;: &quot;string&quot; },
+                { &quot;name&quot;: &quot;newValue&quot;, &quot;type&quot;: &quot;string&quot; }
+            ]
+        }
+    ]
+}
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorprotocolDatabasejsonfromrev174891trunkSourceWebCoreinspectorprotocolDatabasejson"></a>
<div class="copfile"><h4>Copied: trunk/Source/JavaScriptCore/inspector/protocol/Database.json (from rev 174891, trunk/Source/WebCore/inspector/protocol/Database.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/protocol/Database.json                                (rev 0)
+++ trunk/Source/JavaScriptCore/inspector/protocol/Database.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,71 @@
</span><ins>+{
+    &quot;domain&quot;: &quot;Database&quot;,
+    &quot;featureGuard&quot;: &quot;ENABLE(SQL_DATABASE)&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;DatabaseId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique identifier of Database object.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Database&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Database object.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;DatabaseId&quot;, &quot;description&quot;: &quot;Database ID.&quot; },
+                { &quot;name&quot;: &quot;domain&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database domain.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; },
+                { &quot;name&quot;: &quot;version&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database version.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Error&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Database error.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Error message.&quot; },
+                { &quot;name&quot;: &quot;code&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Error code.&quot; }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables database tracking, database events will now be delivered to the client.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables database tracking, prevents database events from being sent to the client.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getDatabaseTableNames&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;databaseId&quot;, &quot;$ref&quot;: &quot;DatabaseId&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;tableNames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; } }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;executeSQL&quot;,
+            &quot;async&quot;: true,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;databaseId&quot;, &quot;$ref&quot;: &quot;DatabaseId&quot; },
+                { &quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;columnNames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; } },
+                { &quot;name&quot;: &quot;values&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;any&quot; }},
+                { &quot;name&quot;: &quot;sqlError&quot;, &quot;$ref&quot;: &quot;Error&quot;, &quot;optional&quot;: true }
+            ]
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;addDatabase&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;database&quot;, &quot;$ref&quot;: &quot;Database&quot; }
+            ]
+        }
+    ]
+}
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorprotocolIndexedDBjsonfromrev174891trunkSourceWebCoreinspectorprotocolIndexedDBjson"></a>
<div class="copfile"><h4>Copied: trunk/Source/JavaScriptCore/inspector/protocol/IndexedDB.json (from rev 174891, trunk/Source/WebCore/inspector/protocol/IndexedDB.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/protocol/IndexedDB.json                                (rev 0)
+++ trunk/Source/JavaScriptCore/inspector/protocol/IndexedDB.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,144 @@
</span><ins>+{
+    &quot;domain&quot;: &quot;IndexedDB&quot;,
+    &quot;featureGuard&quot;: &quot;ENABLE(INDEXED_DATABASE)&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;DatabaseWithObjectStores&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Database with an array of object stores.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; },
+                { &quot;name&quot;: &quot;version&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Database version.&quot; },
+                { &quot;name&quot;: &quot;objectStores&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ObjectStore&quot; }, &quot;description&quot;: &quot;Object stores in this database.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;ObjectStore&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Object store.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Object store name.&quot; },
+                { &quot;name&quot;: &quot;keyPath&quot;, &quot;$ref&quot;: &quot;KeyPath&quot;, &quot;description&quot;: &quot;Object store key path.&quot; },
+                { &quot;name&quot;: &quot;autoIncrement&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, object store has auto increment flag set.&quot; },
+                { &quot;name&quot;: &quot;indexes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ObjectStoreIndex&quot; }, &quot;description&quot;: &quot;Indexes in this object store.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;ObjectStoreIndex&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Object store index.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Index name.&quot; },
+                { &quot;name&quot;: &quot;keyPath&quot;, &quot;$ref&quot;: &quot;KeyPath&quot;, &quot;description&quot;: &quot;Index key path.&quot; },
+                { &quot;name&quot;: &quot;unique&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, index is unique.&quot; },
+                { &quot;name&quot;: &quot;multiEntry&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, index allows multiple entries for a key.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Key&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Key.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;number&quot;, &quot;string&quot;, &quot;date&quot;, &quot;array&quot;], &quot;description&quot;: &quot;Key type.&quot; },
+                { &quot;name&quot;: &quot;number&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Number value.&quot; },
+                { &quot;name&quot;: &quot;string&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;String value.&quot; },
+                { &quot;name&quot;: &quot;date&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Date value.&quot; },
+                { &quot;name&quot;: &quot;array&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;Key&quot; }, &quot;description&quot;: &quot;Array value.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;KeyRange&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Key range.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;lower&quot;, &quot;$ref&quot;: &quot;Key&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Lower bound.&quot; },
+                { &quot;name&quot;: &quot;upper&quot;, &quot;$ref&quot;: &quot;Key&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Upper bound.&quot; },
+                { &quot;name&quot;: &quot;lowerOpen&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true lower bound is open.&quot; },
+                { &quot;name&quot;: &quot;upperOpen&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true upper bound is open.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;DataEntry&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Data entry.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;key&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Key.&quot; },
+                { &quot;name&quot;: &quot;primaryKey&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Primary key.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Value.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;KeyPath&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Key path.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;null&quot;, &quot;string&quot;, &quot;array&quot;], &quot;description&quot;: &quot;Key path type.&quot; },
+                { &quot;name&quot;: &quot;string&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;String value.&quot; },
+                { &quot;name&quot;: &quot;array&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Array value.&quot; }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables events from backend.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables events from backend.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;requestDatabaseNames&quot;,
+            &quot;async&quot;: true,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;databaseNames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Database names for origin.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests database names for given security origin.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;requestDatabase&quot;,
+            &quot;async&quot;: true,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin.&quot; },
+                { &quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;databaseWithObjectStores&quot;, &quot;$ref&quot;: &quot;DatabaseWithObjectStores&quot;, &quot;description&quot;: &quot;Database with an array of object stores.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests database with given name in given frame.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;requestData&quot;,
+            &quot;async&quot;: true,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin.&quot; },
+                { &quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; },
+                { &quot;name&quot;: &quot;objectStoreName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Object store name.&quot; },
+                { &quot;name&quot;: &quot;indexName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Index name, empty string for object store data requests.&quot; },
+                { &quot;name&quot;: &quot;skipCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Number of records to skip.&quot; },
+                { &quot;name&quot;: &quot;pageSize&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Number of records to fetch.&quot; },
+                { &quot;name&quot;: &quot;keyRange&quot;, &quot;$ref&quot;: &quot;KeyRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Key range.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;objectStoreDataEntries&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;DataEntry&quot; }, &quot;description&quot;: &quot;Array of object store data entries.&quot; },
+                { &quot;name&quot;: &quot;hasMore&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, there are more entries to fetch in the given range.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests data from object store or index.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;clearObjectStore&quot;,
+            &quot;async&quot;: true,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin.&quot; },
+                { &quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; },
+                { &quot;name&quot;: &quot;objectStoreName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Object store name.&quot; }
+            ],
+            &quot;returns&quot;: [
+            ],
+            &quot;description&quot;: &quot;Clears all entries from an object store.&quot;
+        }
+    ]
+}
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorprotocolLayerTreejsonfromrev174891trunkSourceWebCoreinspectorprotocolLayerTreejson"></a>
<div class="copfile"><h4>Copied: trunk/Source/JavaScriptCore/inspector/protocol/LayerTree.json (from rev 174891, trunk/Source/WebCore/inspector/protocol/LayerTree.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/protocol/LayerTree.json                                (rev 0)
+++ trunk/Source/JavaScriptCore/inspector/protocol/LayerTree.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,112 @@
</span><ins>+{
+    &quot;domain&quot;: &quot;LayerTree&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;LayerId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique RenderLayer identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;PseudoElementId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique PseudoElement identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;IntRect&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;A rectangle.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The x position.&quot; },
+                { &quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The y position.&quot; },
+                { &quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The width metric.&quot; },
+                { &quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The height metric.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Layer&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Information about a compositing layer.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;layerId&quot;, &quot;$ref&quot;: &quot;LayerId&quot;, &quot;description&quot;: &quot;The unique id for this layer.&quot; },
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The id for the node associated with this layer.&quot; },
+                { &quot;name&quot;: &quot;bounds&quot;, &quot;$ref&quot;: &quot;IntRect&quot;, &quot;description&quot;: &quot;Bounds of the layer in absolute page coordinates.&quot; },
+                { &quot;name&quot;: &quot;paintCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Indicates how many time this layer has painted.&quot; },
+                { &quot;name&quot;: &quot;memory&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Estimated memory used by this layer.&quot; },
+                { &quot;name&quot;: &quot;compositedBounds&quot;, &quot;$ref&quot;: &quot;IntRect&quot;, &quot;description&quot;: &quot;The bounds of the composited layer.&quot; },
+                { &quot;name&quot;: &quot;isInShadowTree&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether this layer is associated with an element hosted in a shadow tree.&quot; },
+                { &quot;name&quot;: &quot;isReflection&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether this layer was used to provide a reflection for the element.&quot; },
+                { &quot;name&quot;: &quot;isGeneratedContent&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the layer is attached to a pseudo element that is CSS generated content.&quot; },
+                { &quot;name&quot;: &quot;isAnonymous&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the layer was created for a CSS anonymous block or box.&quot; },
+                { &quot;name&quot;: &quot;pseudoElementId&quot;, &quot;$ref&quot;: &quot;PseudoElementId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The id for the pseudo element associated with this layer.&quot; },
+                { &quot;name&quot;: &quot;pseudoElement&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The name of the CSS pseudo-element that prompted the layer to be generated.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CompositingReasons&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;An object containing the reasons why the layer was composited as properties.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;transform3D&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a CSS 3D transform.&quot; },
+                { &quot;name&quot;: &quot;video&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with a &lt;video&gt; element.&quot; },
+                { &quot;name&quot;: &quot;canvas&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to the element being a &lt;canvas&gt; element.&quot; },
+                { &quot;name&quot;: &quot;plugin&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with a plugin.&quot; },
+                { &quot;name&quot;: &quot;iFrame&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an &lt;iframe&gt; element.&quot; },
+                { &quot;name&quot;: &quot;backfaceVisibilityHidden&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;backface-visibility: hidden\&quot; style.&quot; },
+                { &quot;name&quot;: &quot;clipsCompositingDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element clipping compositing descendants.&quot; },
+                { &quot;name&quot;: &quot;animation&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an animated element.&quot; },
+                { &quot;name&quot;: &quot;filters&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with CSS filters applied.&quot; },
+                { &quot;name&quot;: &quot;positionFixed&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;position: fixed\&quot; style.&quot; },
+                { &quot;name&quot;: &quot;positionSticky&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;position: sticky\&quot; style.&quot; },
+                { &quot;name&quot;: &quot;overflowScrollingTouch&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;overflow-scrolling: touch\&quot; style.&quot; },
+                { &quot;name&quot;: &quot;stacking&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element establishing a stacking context.&quot; },
+                { &quot;name&quot;: &quot;overlap&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element overlapping other composited elements.&quot; },
+                { &quot;name&quot;: &quot;negativeZIndexChildren&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with descendants that have a negative z-index.&quot; },
+                { &quot;name&quot;: &quot;transformWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with composited descendants.&quot; },
+                { &quot;name&quot;: &quot;opacityWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with opacity applied and composited descendants.&quot; },
+                { &quot;name&quot;: &quot;maskWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with a masked element and composited descendants.&quot; },
+                { &quot;name&quot;: &quot;reflectionWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a reflection and composited descendants.&quot; },
+                { &quot;name&quot;: &quot;filterWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with CSS filters applied and composited descendants.&quot; },
+                { &quot;name&quot;: &quot;blendingWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with CSS blending applied and composited descendants.&quot; },
+                { &quot;name&quot;: &quot;isolatesCompositedBlendingDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element isolating compositing descendants having CSS blending applied.&quot; },
+                { &quot;name&quot;: &quot;perspective&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with perspective applied.&quot; },
+                { &quot;name&quot;: &quot;preserve3D&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;transform-style: preserve-3d\&quot; style.&quot; },
+                { &quot;name&quot;: &quot;root&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with the root element.&quot; },
+                { &quot;name&quot;: &quot;blending&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;blend-mode\&quot; style.&quot; }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables compositing tree inspection.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables compositing tree inspection.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;layersForNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;Root of the subtree for which we want to gather layers.&quot; }                ],
+            &quot;description&quot;: &quot;Returns the layer tree structure of the current page.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;layers&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Layer&quot; }, &quot;description&quot;: &quot;Child layers.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;reasonsForCompositingLayer&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;layerId&quot;, &quot;$ref&quot;: &quot;LayerId&quot;, &quot;description&quot;: &quot;The id of the layer for which we want to get the reasons it was composited.&quot; }
+            ],
+            &quot;description&quot;: &quot;Provides the reasons why the given layer was composited.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;compositingReasons&quot;, &quot;$ref&quot;: &quot;CompositingReasons&quot;, &quot;description&quot;: &quot;An object containing the reasons why the layer was composited as properties.&quot; }
+            ]
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;layerTreeDidChange&quot;
+        }
+    ]
+}
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorprotocolNetworkjsonfromrev174891trunkSourceWebCoreinspectorprotocolNetworkjson"></a>
<div class="copfile"><h4>Copied: trunk/Source/JavaScriptCore/inspector/protocol/Network.json (from rev 174891, trunk/Source/WebCore/inspector/protocol/Network.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/protocol/Network.json                                (rev 0)
+++ trunk/Source/JavaScriptCore/inspector/protocol/Network.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,344 @@
</span><ins>+{
+    &quot;domain&quot;: &quot;Network&quot;,
+    &quot;description&quot;: &quot;Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;LoaderId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique loader identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;FrameId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique frame identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;RequestId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique request identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Timestamp&quot;,
+            &quot;type&quot;: &quot;number&quot;,
+            &quot;description&quot;: &quot;Number of seconds since epoch.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Headers&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Request / response headers as keys / values of JSON object.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;ResourceTiming&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Timing information for the request.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;navigationStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Timing's navigationStart is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this navigationStart.&quot; },
+                { &quot;name&quot;: &quot;domainLookupStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started DNS address resolve.&quot; },
+                { &quot;name&quot;: &quot;domainLookupEnd&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Finished DNS address resolve.&quot; },
+                { &quot;name&quot;: &quot;connectStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started connecting to the remote host.&quot; },
+                { &quot;name&quot;: &quot;connectEnd&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Connected to the remote host.&quot; },
+                { &quot;name&quot;: &quot;secureConnectionStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started SSL handshake.&quot; },
+                { &quot;name&quot;: &quot;requestStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started sending request.&quot; },
+                { &quot;name&quot;: &quot;responseStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started receiving response headers.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Request&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;HTTP request data.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Request URL.&quot; },
+                { &quot;name&quot;: &quot;method&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;HTTP request method.&quot; },
+                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;HTTP request headers.&quot; },
+                { &quot;name&quot;: &quot;postData&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;HTTP POST request data.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Response&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;HTTP response data.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Response URL. This URL can be different from CachedResource.url in case of redirect.&quot; },
+                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;HTTP response status code.&quot; },
+                { &quot;name&quot;: &quot;statusText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;HTTP response status text.&quot; },
+                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;HTTP response headers.&quot; },
+                { &quot;name&quot;: &quot;headersText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;HTTP response headers text.&quot; },
+                { &quot;name&quot;: &quot;mimeType&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource mimeType as determined by the browser.&quot; },
+                { &quot;name&quot;: &quot;requestHeaders&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Refined HTTP request headers that were actually transmitted over the network.&quot; },
+                { &quot;name&quot;: &quot;requestHeadersText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;HTTP request headers text.&quot; },
+                { &quot;name&quot;: &quot;connectionReused&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Specifies whether physical connection was actually reused for this request.&quot; },
+                { &quot;name&quot;: &quot;connectionId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Physical connection id that was actually used for this request.&quot; },
+                { &quot;name&quot;: &quot;fromDiskCache&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies that the request was served from the disk cache.&quot; },
+                { &quot;name&quot;: &quot;timing&quot;, &quot;$ref&quot;: &quot;ResourceTiming&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Timing information for the given request.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;WebSocketRequest&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;WebSocket request data.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;HTTP response headers.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;WebSocketResponse&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;WebSocket response data.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;HTTP response status code.&quot; },
+                { &quot;name&quot;: &quot;statusText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;HTTP response status text.&quot; },
+                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;HTTP response headers.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;WebSocketFrame&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;WebSocket frame data.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;opcode&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;WebSocket frame opcode.&quot; },
+                { &quot;name&quot;: &quot;mask&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;WebSocket frame mask.&quot; },
+                { &quot;name&quot;: &quot;payloadData&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;WebSocket frame payload data.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CachedResource&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Information about the cached resource.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL. This is the url of the original network request.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;Page.ResourceType&quot;, &quot;description&quot;: &quot;Type of this resource.&quot; },
+                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;Response&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Cached response data.&quot; },
+                { &quot;name&quot;: &quot;bodySize&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Cached response body size.&quot; },
+                { &quot;name&quot;: &quot;sourceMapURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of source map associated with this resource (if any).&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Initiator&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Information about the request initiator.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;parser&quot;, &quot;script&quot;, &quot;other&quot;], &quot;description&quot;: &quot;Type of this initiator.&quot; },
+                { &quot;name&quot;: &quot;stackTrace&quot;, &quot;$ref&quot;: &quot;Console.StackTrace&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Initiator JavaScript stack trace, set for Script only.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Initiator URL, set for Parser type only.&quot; },
+                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Initiator line number, set for Parser type only.&quot; }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables network tracking, network events will now be delivered to the client.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables network tracking, prevents network events from being sent to the client.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setExtraHTTPHeaders&quot;,
+            &quot;description&quot;: &quot;Specifies whether to always send extra HTTP headers with the requests from this page.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;Map with extra HTTP headers.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;getResponseBody&quot;,
+            &quot;description&quot;: &quot;Returns content served for the given request.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Identifier of the network request to get content for.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;body&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Response body.&quot; },
+                { &quot;name&quot;: &quot;base64Encoded&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True, if content was sent as base64.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;replayXHR&quot;,
+            &quot;description&quot;: &quot;This method sends a new XMLHttpRequest which is identical to the original one. The following parameters should be identical: method, url, async, request body, extra headers, withCredentials attribute, user, password.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Identifier of XHR to replay.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;canClearBrowserCache&quot;,
+            &quot;description&quot;: &quot;Tells whether clearing browser cache is supported.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if browser cache can be cleared.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;clearBrowserCache&quot;,
+            &quot;description&quot;: &quot;Clears browser cache.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;canClearBrowserCookies&quot;,
+            &quot;description&quot;: &quot;Tells whether clearing browser cookies is supported.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if browser cookies can be cleared.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;clearBrowserCookies&quot;,
+            &quot;description&quot;: &quot;Clears browser cookies.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setCacheDisabled&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;cacheDisabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Cache disabled state.&quot; }
+            ],
+            &quot;description&quot;: &quot;Toggles ignoring cache for each request. If &lt;code&gt;true&lt;/code&gt;, cache will not be used.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;loadResource&quot;,
+            &quot;async&quot;: true,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;FrameId&quot;, &quot;description&quot;: &quot;Frame to load the resource from.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the resource to load.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;content&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource content.&quot; },
+                { &quot;name&quot;: &quot;mimeType&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource mimeType.&quot; },
+                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;HTTP response status code.&quot; }
+            ],
+            &quot;description&quot;: &quot;Loads a resource in the context of a frame on the inspected page without cross origin checks.&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;requestWillBeSent&quot;,
+            &quot;description&quot;: &quot;Fired when page is about to send HTTP request.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;FrameId&quot;, &quot;description&quot;: &quot;Frame identifier.&quot; },
+                { &quot;name&quot;: &quot;loaderId&quot;, &quot;$ref&quot;: &quot;LoaderId&quot;, &quot;description&quot;: &quot;Loader identifier.&quot; },
+                { &quot;name&quot;: &quot;documentURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the document this request is loaded for.&quot; },
+                { &quot;name&quot;: &quot;request&quot;, &quot;$ref&quot;: &quot;Request&quot;, &quot;description&quot;: &quot;Request data.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;initiator&quot;, &quot;$ref&quot;: &quot;Initiator&quot;, &quot;description&quot;: &quot;Request initiator.&quot; },
+                { &quot;name&quot;: &quot;redirectResponse&quot;, &quot;optional&quot;: true, &quot;$ref&quot;: &quot;Response&quot;, &quot;description&quot;: &quot;Redirect response data.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;Page.ResourceType&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Resource type.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;requestServedFromCache&quot;,
+            &quot;description&quot;: &quot;Fired if request ended up loading from cache.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;responseReceived&quot;,
+            &quot;description&quot;: &quot;Fired when HTTP response is available.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;FrameId&quot;, &quot;description&quot;: &quot;Frame identifier.&quot; },
+                { &quot;name&quot;: &quot;loaderId&quot;, &quot;$ref&quot;: &quot;LoaderId&quot;, &quot;description&quot;: &quot;Loader identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;Page.ResourceType&quot;, &quot;description&quot;: &quot;Resource type.&quot; },
+                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;Response&quot;, &quot;description&quot;: &quot;Response data.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;dataReceived&quot;,
+            &quot;description&quot;: &quot;Fired when data chunk was received over the network.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;dataLength&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Data chunk length.&quot; },
+                { &quot;name&quot;: &quot;encodedDataLength&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Actual bytes received (might be less than dataLength for compressed encodings).&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;loadingFinished&quot;,
+            &quot;description&quot;: &quot;Fired when HTTP request has finished loading.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;sourceMapURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of source map associated with this resource (if any).&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;loadingFailed&quot;,
+            &quot;description&quot;: &quot;Fired when HTTP request has failed to load.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;errorText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;User friendly error message.&quot; },
+                { &quot;name&quot;: &quot;canceled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if loading was canceled.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;requestServedFromMemoryCache&quot;,
+            &quot;description&quot;: &quot;Fired when HTTP request has been served from memory cache.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;FrameId&quot;, &quot;description&quot;: &quot;Frame identifier.&quot; },
+                { &quot;name&quot;: &quot;loaderId&quot;, &quot;$ref&quot;: &quot;LoaderId&quot;, &quot;description&quot;: &quot;Loader identifier.&quot; },
+                { &quot;name&quot;: &quot;documentURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the document this request is loaded for.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;initiator&quot;, &quot;$ref&quot;: &quot;Initiator&quot;, &quot;description&quot;: &quot;Request initiator.&quot; },
+                { &quot;name&quot;: &quot;resource&quot;, &quot;$ref&quot;: &quot;CachedResource&quot;, &quot;description&quot;: &quot;Cached resource data.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketWillSendHandshakeRequest&quot;,
+            &quot;description&quot;: &quot;Fired when WebSocket is about to initiate handshake.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;request&quot;, &quot;$ref&quot;: &quot;WebSocketRequest&quot;, &quot;description&quot;: &quot;WebSocket request data.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketHandshakeResponseReceived&quot;,
+            &quot;description&quot;: &quot;Fired when WebSocket handshake response becomes available.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;WebSocketResponse&quot;, &quot;description&quot;: &quot;WebSocket response data.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketCreated&quot;,
+            &quot;description&quot;: &quot;Fired upon WebSocket creation.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;WebSocket request URL.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketClosed&quot;,
+            &quot;description&quot;: &quot;Fired when WebSocket is closed.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketFrameReceived&quot;,
+            &quot;description&quot;: &quot;Fired when WebSocket frame is received.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;WebSocketFrame&quot;, &quot;description&quot;: &quot;WebSocket response data.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketFrameError&quot;,
+            &quot;description&quot;: &quot;Fired when WebSocket frame error occurs.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;errorMessage&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;WebSocket frame error message.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketFrameSent&quot;,
+            &quot;description&quot;: &quot;Fired when WebSocket frame is sent.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;WebSocketFrame&quot;, &quot;description&quot;: &quot;WebSocket response data.&quot; }
+            ]
+        }
+    ]
+}
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorprotocolPagejsonfromrev174891trunkSourceWebCoreinspectorprotocolPagejson"></a>
<div class="copfile"><h4>Copied: trunk/Source/JavaScriptCore/inspector/protocol/Page.json (from rev 174891, trunk/Source/WebCore/inspector/protocol/Page.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/protocol/Page.json                                (rev 0)
+++ trunk/Source/JavaScriptCore/inspector/protocol/Page.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,356 @@
</span><ins>+{
+    &quot;domain&quot;: &quot;Page&quot;,
+    &quot;description&quot;: &quot;Actions and events related to the inspected page belong to the page domain.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;ResourceType&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;Document&quot;, &quot;Stylesheet&quot;, &quot;Image&quot;, &quot;Font&quot;, &quot;Script&quot;, &quot;XHR&quot;, &quot;WebSocket&quot;, &quot;Other&quot;],
+            &quot;description&quot;: &quot;Resource type as it was perceived by the rendering engine.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CoordinateSystem&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;Viewport&quot;, &quot;Page&quot;],
+            &quot;description&quot;: &quot;Coordinate system used by supplied coordinates.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Frame&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Information about the Frame on the page.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Frame unique identifier.&quot; },
+                { &quot;name&quot;: &quot;parentId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Parent frame identifier.&quot; },
+                { &quot;name&quot;: &quot;loaderId&quot;, &quot;$ref&quot;: &quot;Network.LoaderId&quot;, &quot;description&quot;: &quot;Identifier of the loader associated with this frame.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Frame's name as specified in the tag.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Frame document's URL.&quot; },
+                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Frame document's security origin.&quot; },
+                { &quot;name&quot;: &quot;mimeType&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Frame document's mimeType as determined by the browser.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;FrameResource&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;ResourceType&quot;, &quot;description&quot;: &quot;Type of this resource.&quot; },
+                { &quot;name&quot;: &quot;mimeType&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource mimeType as determined by the browser.&quot; },
+                { &quot;name&quot;: &quot;failed&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the resource failed to load.&quot; },
+                { &quot;name&quot;: &quot;canceled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the resource was canceled during loading.&quot; },
+                { &quot;name&quot;: &quot;sourceMapURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of source map associated with this resource (if any).&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;FrameResourceTree&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Information about the Frame hierarchy along with their cached resources.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;frame&quot;, &quot;$ref&quot;: &quot;Frame&quot;, &quot;description&quot;: &quot;Frame information for this tree item.&quot; },
+                { &quot;name&quot;: &quot;childFrames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;FrameResourceTree&quot; }, &quot;description&quot;: &quot;Child frames.&quot; },
+                { &quot;name&quot;: &quot;resources&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;FrameResource&quot; }, &quot;description&quot;: &quot;Information about frame resources.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;SearchResult&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Search result for resource.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL.&quot; },
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Resource frame id.&quot; },
+                { &quot;name&quot;: &quot;matchesCount&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Number of matches in the resource content.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Cookie&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Cookie object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Cookie name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Cookie value.&quot; },
+                { &quot;name&quot;: &quot;domain&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Cookie domain.&quot; },
+                { &quot;name&quot;: &quot;path&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Cookie path.&quot; },
+                { &quot;name&quot;: &quot;expires&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Cookie expires.&quot; },
+                { &quot;name&quot;: &quot;size&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Cookie size.&quot; },
+                { &quot;name&quot;: &quot;httpOnly&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if cookie is http-only.&quot; },
+                { &quot;name&quot;: &quot;secure&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if cookie is secure.&quot; },
+                { &quot;name&quot;: &quot;session&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True in case of session cookie.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;ScriptIdentifier&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique script identifier.&quot;
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables page domain notifications.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables page domain notifications.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;addScriptToEvaluateOnLoad&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;scriptSource&quot;, &quot;type&quot;: &quot;string&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;identifier&quot;, &quot;$ref&quot;: &quot;ScriptIdentifier&quot;, &quot;description&quot;: &quot;Identifier of the added script.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;removeScriptToEvaluateOnLoad&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;identifier&quot;, &quot;$ref&quot;: &quot;ScriptIdentifier&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;reload&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;ignoreCache&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, browser cache is ignored (as if the user pressed Shift+refresh).&quot; },
+                { &quot;name&quot;: &quot;scriptToEvaluateOnLoad&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If set, the script will be injected into all frames of the inspected page after reload.&quot; }
+            ],
+            &quot;description&quot;: &quot;Reloads given page optionally ignoring the cache.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;navigate&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL to navigate the page to.&quot; }
+            ],
+            &quot;description&quot;: &quot;Navigates current page to the given URL.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getCookies&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;cookies&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Cookie&quot;}, &quot;description&quot;: &quot;Array of cookie objects.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the &lt;code&gt;cookies&lt;/code&gt; field.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;deleteCookie&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;cookieName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Name of the cookie to remove.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL to match cooke domain and path.&quot; }
+            ],
+            &quot;description&quot;: &quot;Deletes browser cookie with given name, domain and path.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getResourceTree&quot;,
+            &quot;description&quot;: &quot;Returns present frame / resource tree structure.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;frameTree&quot;, &quot;$ref&quot;: &quot;FrameResourceTree&quot;, &quot;description&quot;: &quot;Present frame / resource tree structure.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;getResourceContent&quot;,
+            &quot;description&quot;: &quot;Returns content of the given resource.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Frame id to get resource for.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the resource to get content for.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;content&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource content.&quot; },
+                { &quot;name&quot;: &quot;base64Encoded&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True, if content was served as base64.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;searchInResource&quot;,
+            &quot;description&quot;: &quot;Searches for given string in resource content.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Frame id for resource to search in.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the resource to search in.&quot; },
+                { &quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;String to search for.&quot;  },
+                { &quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, search is case sensitive.&quot; },
+                { &quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, treats string parameter as regex.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;GenericTypes.SearchMatch&quot; }, &quot;description&quot;: &quot;List of search matches.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;searchInResources&quot;,
+            &quot;description&quot;: &quot;Searches for given string in frame / resource tree structure.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;String to search for.&quot;  },
+                { &quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, search is case sensitive.&quot; },
+                { &quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, treats string parameter as regex.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;SearchResult&quot; }, &quot;description&quot;: &quot;List of search results.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setDocumentContent&quot;,
+            &quot;description&quot;: &quot;Sets given markup as the document's HTML.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Frame id to set HTML for.&quot; },
+                { &quot;name&quot;: &quot;html&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;HTML content to set.&quot;  }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setShowPaintRects&quot;,
+            &quot;description&quot;: &quot;Requests that backend shows paint rectangles&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for showing paint rectangles&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;getScriptExecutionStatus&quot;,
+            &quot;description&quot;: &quot;Determines if scripts can be executed in the page.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;allowed&quot;, &quot;disabled&quot;, &quot;forbidden&quot;], &quot;description&quot;: &quot;Script execution status: \&quot;allowed\&quot; if scripts can be executed, \&quot;disabled\&quot; if script execution has been disabled through page settings, \&quot;forbidden\&quot; if script execution for the given page is not possible for other reasons.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setScriptExecutionDisabled&quot;,
+            &quot;description&quot;: &quot;Switches script execution in the page.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether script execution should be disabled in the page.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setTouchEmulationEnabled&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether the touch event emulation should be enabled.&quot; }
+            ],
+            &quot;description&quot;: &quot;Toggles mouse event-based touch event emulation.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setEmulatedMedia&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;media&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Media type to emulate. Empty string disables the override.&quot; }
+            ],
+            &quot;description&quot;: &quot;Emulates the given media for CSS media queries.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getCompositingBordersVisible&quot;,
+            &quot;description&quot;: &quot;Indicates the visibility of compositing borders.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, compositing borders are visible.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setCompositingBordersVisible&quot;,
+            &quot;description&quot;: &quot;Controls the visibility of compositing borders.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;visible&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for showing compositing borders.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;snapshotNode&quot;,
+            &quot;description&quot;: &quot;Capture a snapshot of the specified node that does not include unrelated layers.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;Id of the node to snapshot.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;dataURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Base64-encoded image data (PNG).&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;snapshotRect&quot;,
+            &quot;description&quot;: &quot;Capture a snapshot of the page within the specified rectangle and coordinate system.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;X coordinate&quot; },
+                { &quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Y coordinate&quot; },
+                { &quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Rectangle width&quot; },
+                { &quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Rectangle height&quot; },
+                { &quot;name&quot;: &quot;coordinateSystem&quot;, &quot;$ref&quot;: &quot;CoordinateSystem&quot;, &quot;description&quot;: &quot;Indicates the coordinate system of the supplied rectangle.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;dataURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Base64-encoded image data (PNG).&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;handleJavaScriptDialog&quot;,
+            &quot;description&quot;: &quot;Accepts or dismisses a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload).&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;accept&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether to accept or dismiss the dialog.&quot; },
+                { &quot;name&quot;: &quot;promptText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The text to enter into the dialog prompt before accepting. Used only if this is a prompt dialog.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;archive&quot;,
+            &quot;description&quot;: &quot;Grab an archive of the page.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;data&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Base64-encoded web archive.&quot; }
+            ]
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;domContentEventFired&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;type&quot;: &quot;number&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;loadEventFired&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;type&quot;: &quot;number&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;frameNavigated&quot;,
+            &quot;description&quot;: &quot;Fired once navigation of the frame has completed. Frame is now associated with the new loader.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frame&quot;, &quot;$ref&quot;: &quot;Frame&quot;, &quot;description&quot;: &quot;Frame object.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;frameDetached&quot;,
+            &quot;description&quot;: &quot;Fired when frame has been detached from its parent.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has been detached.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;frameStartedLoading&quot;,
+            &quot;description&quot;: &quot;Fired when frame has started loading.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has started loading.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;frameStoppedLoading&quot;,
+            &quot;description&quot;: &quot;Fired when frame has stopped loading.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has stopped loading.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;frameScheduledNavigation&quot;,
+            &quot;description&quot;: &quot;Fired when frame schedules a potential navigation.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has scheduled a navigation.&quot; },
+                { &quot;name&quot;: &quot;delay&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;frameClearedScheduledNavigation&quot;,
+            &quot;description&quot;: &quot;Fired when frame no longer has a scheduled navigation.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has cleared its scheduled navigation.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;javascriptDialogOpening&quot;,
+            &quot;description&quot;: &quot;Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Message that will be displayed by the dialog.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;javascriptDialogClosed&quot;,
+            &quot;description&quot;: &quot;Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;scriptsEnabled&quot;,
+            &quot;description&quot;: &quot;Fired when the JavaScript is enabled/disabled on the page&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;isEnabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether script execution is enabled or disabled on the page.&quot; }
+            ]
+        }
+    ]
+}
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorprotocolReplayjsonfromrev174891trunkSourceWebCoreinspectorprotocolReplayjson"></a>
<div class="copfile"><h4>Copied: trunk/Source/JavaScriptCore/inspector/protocol/Replay.json (from rev 174891, trunk/Source/WebCore/inspector/protocol/Replay.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/protocol/Replay.json                                (rev 0)
+++ trunk/Source/JavaScriptCore/inspector/protocol/Replay.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,263 @@
</span><ins>+{
+    &quot;domain&quot;: &quot;Replay&quot;,
+    &quot;description&quot;: &quot;Controls web replay, and manages recording sessions and segments.&quot;,
+    &quot;featureGuard&quot;: &quot;ENABLE(WEB_REPLAY)&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;SessionIdentifier&quot;, &quot;description&quot;: &quot;Unique replay session identifier.&quot;,
+            &quot;type&quot;: &quot;integer&quot;
+        },
+        {
+            &quot;id&quot;: &quot;SegmentIdentifier&quot;, &quot;description&quot;: &quot;Unique session segment identifier.&quot;,
+            &quot;type&quot;: &quot;integer&quot;
+        },
+        {
+            &quot;id&quot;: &quot;SessionState&quot;, &quot;description&quot;: &quot;State machine's state for the session.&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;Capturing&quot;, &quot;Inactive&quot;, &quot;Replaying&quot;]
+        },
+        {
+            &quot;id&quot;: &quot;SegmentState&quot;, &quot;description&quot;: &quot;State machine's state for the session segment.&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;Appending&quot;, &quot;Unloaded&quot;, &quot;Loaded&quot;, &quot;Dispatching&quot;]
+        },
+        {
+            &quot;id&quot;: &quot;ReplayPosition&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+               { &quot;name&quot;: &quot;segmentOffset&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Offset for a segment within the currently-loaded replay session.&quot; },
+               { &quot;name&quot;: &quot;inputOffset&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Offset for an event loop input within the specified session segment.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;ReplayInput&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Input type.&quot; },
+                { &quot;name&quot;: &quot;offset&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Offset of this input in its respective queue.&quot;},
+                { &quot;name&quot;: &quot;data&quot;, &quot;type&quot;: &quot;object&quot;, &quot;description&quot;: &quot;Per-input payload.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;ReplayInputQueue&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Queue type&quot; },
+                { &quot;name&quot;: &quot;inputs&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ReplayInput&quot;}, &quot;description&quot;: &quot;Inputs belonging to this queue.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;SessionSegment&quot;, &quot;description&quot;: &quot;A standalone segment of a replay session that corresponds to a single main frame navigation and execution.&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;SegmentIdentifier&quot;, &quot;description&quot;: &quot;Unique session segment identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Start time of the segment, in milliseconds since the epoch.&quot; },
+                { &quot;name&quot;: &quot;queues&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ReplayInputQueue&quot;} }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;ReplaySession&quot;, &quot;description&quot;: &quot;An ordered collection of replay session segments.&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;SessionIdentifier&quot;, &quot;description&quot;: &quot;Unique replay session identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Creation time of session, in milliseconds since the epoch.&quot; },
+                { &quot;name&quot;: &quot;segments&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;SegmentIdentifier&quot; }, &quot;description&quot;: &quot;An ordered list identifiers for the segments that comprise this replay session.&quot; }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;startCapturing&quot;,
+            &quot;description&quot;: &quot;Starts capture of a new replay session.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;stopCapturing&quot;,
+            &quot;description&quot;: &quot;Stops capture of the currently recording replay session.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;replayToPosition&quot;,
+            &quot;description&quot;: &quot;Seek execution to a specific position within the replay session.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;position&quot;, &quot;$ref&quot;: &quot;ReplayPosition&quot; },
+                { &quot;name&quot;: &quot;shouldFastForward&quot;, &quot;type&quot;: &quot;boolean&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;replayToCompletion&quot;,
+            &quot;description&quot;: &quot;Replay all session segments completely.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;shouldFastForward&quot;, &quot;type&quot;: &quot;boolean&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;pausePlayback&quot;,
+            &quot;description&quot;: &quot;Pauses playback in the current segment. Can be resumed by using a replay command.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;cancelPlayback&quot;,
+            &quot;description&quot;: &quot;Cancels playback of the current segment. Further replaying will start from the beginning of the current segment.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;switchSession&quot;,
+            &quot;description&quot;: &quot;Unloads the current replay session and loads the specified session&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;sessionIdentifier&quot;, &quot;$ref&quot;: &quot;SessionIdentifier&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;insertSessionSegment&quot;,
+            &quot;description&quot;: &quot;Splices the specified session segment into the session at the specified index.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;sessionIdentifier&quot;, &quot;$ref&quot;: &quot;SessionIdentifier&quot; },
+                { &quot;name&quot;: &quot;segmentIdentifier&quot;, &quot;$ref&quot;: &quot;SegmentIdentifier&quot; },
+                { &quot;name&quot;: &quot;segmentIndex&quot;, &quot;type&quot;: &quot;integer&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;removeSessionSegment&quot;,
+            &quot;description&quot;: &quot;Removes the session segment at the specified position from the session.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;sessionIdentifier&quot;, &quot;$ref&quot;: &quot;SessionIdentifier&quot; },
+                { &quot;name&quot;: &quot;segmentIndex&quot;, &quot;type&quot;: &quot;integer&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;currentReplayState&quot;,
+            &quot;description&quot;: &quot;Returns the identifier, position, session state and segment state of the currently loaded session. This is necessary because the inspector may be closed and reopened in the middle of replay.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;sessionIdentifier&quot;, &quot;$ref&quot;: &quot;SessionIdentifier&quot; },
+                { &quot;name&quot;: &quot;segmentIdentifier&quot;, &quot;$ref&quot;: &quot;SegmentIdentifier&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If no segment is currently loaded, then there is no valid segment identifier.&quot; },
+                { &quot;name&quot;: &quot;sessionState&quot;, &quot;$ref&quot;: &quot;SessionState&quot; },
+                { &quot;name&quot;: &quot;segmentState&quot;, &quot;$ref&quot;: &quot;SegmentState&quot; },
+                { &quot;name&quot;: &quot;replayPosition&quot;, &quot;$ref&quot;: &quot;ReplayPosition&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;getAvailableSessions&quot;,
+            &quot;description&quot;: &quot;Returns identifiers of all available sessions.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;ids&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;SessionIdentifier&quot; } }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;getSessionData&quot;,
+            &quot;description&quot;: &quot;Returns an object for the specified session.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;sessionIdentifier&quot;, &quot;$ref&quot;: &quot;SessionIdentifier&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;session&quot;, &quot;$ref&quot;: &quot;ReplaySession&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The requested serialized replay session.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;getSegmentData&quot;,
+            &quot;description&quot;: &quot;Returns an object for the specified session segment.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;SegmentIdentifier&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;segment&quot;, &quot;$ref&quot;: &quot;SessionSegment&quot;,  &quot;optional&quot;: true, &quot;description&quot;: &quot;The requested serialized session segment.&quot; }
+            ]
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;captureStarted&quot;,
+            &quot;description&quot;: &quot;Fired when capture has started.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;captureStopped&quot;,
+            &quot;description&quot;: &quot;Fired when capture has stopped.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;playbackHitPosition&quot;,
+            &quot;description&quot;: &quot;Playback within the session has progressed up to this position, and is about to replay the input at the specified offset.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;position&quot;, &quot;$ref&quot;: &quot;ReplayPosition&quot;, &quot;description&quot;: &quot;The playback position that was hit.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;A timestamp for the event.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;playbackStarted&quot;,
+            &quot;description&quot;: &quot;Fired when session playback has started.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;playbackPaused&quot;,
+            &quot;description&quot;: &quot;Fired when session playback has paused, but not finished.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;position&quot;, &quot;$ref&quot;: &quot;ReplayPosition&quot;, &quot;description&quot;: &quot;The playback position immediately prior to where playback is paused.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;playbackFinished&quot;,
+            &quot;description&quot;: &quot;Fired when session playback has stopped.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;inputSuppressionChanged&quot;,
+            &quot;description&quot;: &quot;Fired when the replay controller starts or stops suppressing user inputs.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;willSuppress&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether user inputs will be suppressed during playback.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;sessionCreated&quot;,
+            &quot;description&quot;: &quot;Fired when a new replay session is created&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;SessionIdentifier&quot;, &quot;description&quot;: &quot;Identifier for the created session.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;sessionModified&quot;,
+            &quot;description&quot;: &quot;Fired when a session's segments have changed.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;SessionIdentifier&quot;, &quot;description&quot;: &quot;Identifier for the session the segment was added to.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;sessionRemoved&quot;,
+            &quot;description&quot;: &quot;Fired when a replay session is removed and can no longer be loaded.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;SessionIdentifier&quot;, &quot;description&quot;: &quot;Identifier for the removed session.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;sessionLoaded&quot;,
+            &quot;description&quot;: &quot;Fired when a replay session is loaded.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;SessionIdentifier&quot;, &quot;description&quot;: &quot;Identifier for the loaded session.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;segmentCreated&quot;,
+            &quot;description&quot;: &quot;Fired when a new session segment is created.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;SegmentIdentifier&quot;, &quot;description&quot;: &quot;Identifier for the created session segment.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;segmentRemoved&quot;,
+            &quot;description&quot;: &quot;Fired when a session segment is removed and can no longer be replayed as part of a session.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;SegmentIdentifier&quot;, &quot;description&quot;: &quot;Identifier for the removed session segment.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;segmentCompleted&quot;,
+            &quot;description&quot;: &quot;Fired when a session segment is completed and can no longer have inputs added to it.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;SegmentIdentifier&quot;, &quot;description&quot;: &quot;Identifier for the completed session segment.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;segmentLoaded&quot;,
+            &quot;description&quot;: &quot;Fired when a segment is loaded.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;segmentIdentifier&quot;, &quot;$ref&quot;: &quot;SegmentIdentifier&quot;, &quot;description&quot;: &quot;Id for the loaded segment.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;segmentUnloaded&quot;,
+            &quot;description&quot;: &quot;Fired when a segment is unloaded.&quot;
+        }
+    ]
+}
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorprotocolTimelinejsonfromrev174891trunkSourceWebCoreinspectorprotocolTimelinejson"></a>
<div class="copfile"><h4>Copied: trunk/Source/JavaScriptCore/inspector/protocol/Timeline.json (from rev 174891, trunk/Source/WebCore/inspector/protocol/Timeline.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/protocol/Timeline.json                                (rev 0)
+++ trunk/Source/JavaScriptCore/inspector/protocol/Timeline.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,84 @@
</span><ins>+{
+    &quot;domain&quot;: &quot;Timeline&quot;,
+    &quot;description&quot;: &quot;Timeline provides its clients with instrumentation records that are generated during the page runtime. Timeline instrumentation can be started and stopped using corresponding commands. While timeline is started, it is generating timeline event records.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;EventType&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;EventDispatch&quot;, &quot;ScheduleStyleRecalculation&quot;, &quot;RecalculateStyles&quot;, &quot;InvalidateLayout&quot;, &quot;Layout&quot;, &quot;Paint&quot;, &quot;ScrollLayer&quot;, &quot;ResizeImage&quot;, &quot;ParseHTML&quot;, &quot;TimerInstall&quot;, &quot;TimerRemove&quot;, &quot;TimerFire&quot;, &quot;EvaluateScript&quot;, &quot;MarkLoad&quot;, &quot;MarkDOMContent&quot;, &quot;TimeStamp&quot;, &quot;Time&quot;, &quot;TimeEnd&quot;, &quot;ScheduleResourceRequest&quot;, &quot;ResourceSendRequest&quot;, &quot;ResourceReceiveResponse&quot;, &quot;ResourceReceivedData&quot;, &quot;ResourceFinish&quot;, &quot;XHRReadyStateChange&quot;, &quot;XHRLoad&quot;, &quot;FunctionCall&quot;, &quot;ProbeSample&quot;, &quot;ConsoleProfile&quot;, &quot;GCEvent&quot;, &quot;RequestAnimationFrame&quot;, &quot;CancelAnimationFrame&quot;, &quot;FireAnimationFrame&quot;, &quot;WebSocketCreate&quot;, &quot;WebSocketSendHandshakeRequest&quot;, &quot;We
 bSocketReceiveHandshakeResponse&quot;, &quot;WebSocketDestroy&quot;],
+            &quot;description&quot;: &quot;Timeline record type.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;TimelineEvent&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;EventType&quot;, &quot;description&quot;: &quot;Event type.&quot; },
+                { &quot;name&quot;: &quot;data&quot;, &quot;type&quot;: &quot;object&quot;, &quot;description&quot;: &quot;Event data.&quot; },
+                { &quot;name&quot;: &quot;children&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;TimelineEvent&quot; }, &quot;description&quot;: &quot;Nested records.&quot; }
+            ],
+            &quot;description&quot;: &quot;Timeline record contains information about the recorded activity.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CPUProfileNodeCall&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;CPU Profile call info. Holds time information for a specific call that happened on a node.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;startTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Start time for the call.&quot; },
+                { &quot;name&quot;: &quot;totalTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Total execution time for the call.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CPUProfileNode&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;CPU Profile node. Holds callsite information, execution statistics and child nodes.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Unique identifier for this call site.&quot; },
+                { &quot;name&quot;: &quot;calls&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CPUProfileNodeCall&quot; }, &quot;description&quot;: &quot;Calls making up this node.&quot; },
+                { &quot;name&quot;: &quot;functionName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Function name.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL.&quot; },
+                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Line number.&quot; },
+                { &quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Column number.&quot; },
+                { &quot;name&quot;: &quot;children&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CPUProfileNode&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Child nodes.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CPUProfile&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Profile.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;rootNodes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CPUProfileNode&quot; }, &quot;description&quot;: &quot;Top level nodes in the stack.&quot; },
+                { &quot;name&quot;: &quot;idleTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;start&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;maxCallStackDepth&quot;, &quot;optional&quot;: true, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Samples JavaScript stack traces up to &lt;code&gt;maxCallStackDepth&lt;/code&gt;, defaults to 5.&quot; }
+            ],
+            &quot;description&quot;: &quot;Starts capturing instrumentation events.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;stop&quot;,
+            &quot;description&quot;: &quot;Stops capturing instrumentation events.&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;eventRecorded&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;record&quot;, &quot;$ref&quot;: &quot;TimelineEvent&quot;, &quot;description&quot;: &quot;Timeline event record data.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired for every instrumentation event while timeline is started.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;recordingStarted&quot;,
+            &quot;description&quot;: &quot;Fired when recording has started.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;recordingStopped&quot;,
+            &quot;description&quot;: &quot;Fired when recording has stopped.&quot;
+        }
+    ]
+}
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorprotocolWorkerjsonfromrev174891trunkSourceWebCoreinspectorprotocolWorkerjson"></a>
<div class="copfile"><h4>Copied: trunk/Source/JavaScriptCore/inspector/protocol/Worker.json (from rev 174891, trunk/Source/WebCore/inspector/protocol/Worker.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/protocol/Worker.json                                (rev 0)
+++ trunk/Source/JavaScriptCore/inspector/protocol/Worker.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,70 @@
</span><ins>+{
+    &quot;domain&quot;: &quot;Worker&quot;,
+    &quot;types&quot;: [],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;
+        },
+        {
+            &quot;name&quot;: &quot;sendMessageToWorker&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; },
+                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;object&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;canInspectWorkers&quot;,
+            &quot;description&quot;: &quot;Tells whether browser supports workers inspection.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if browser has workers support.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;connectToWorker&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;disconnectFromWorker&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setAutoconnectToWorkers&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot; }
+            ]
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;workerCreated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot; },
+                { &quot;name&quot;: &quot;inspectorConnected&quot;, &quot;type&quot;: &quot;boolean&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;workerTerminated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;dispatchMessageFromWorker&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; },
+                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;object&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;disconnectedFromWorker&quot;
+        }
+    ]
+}
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_backend_commandspy"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_commands.py (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_commands.py        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_commands.py        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">         Generator.__init__(self, model, input_filepath)
</span><span class="cx"> 
</span><span class="cx">     def output_filename(self):
</span><del>-        return &quot;Inspector%sBackendCommands.js&quot; % self.model().framework.setting('prefix')
</del><ins>+        return &quot;InspectorBackendCommands.js&quot;
</ins><span class="cx"> 
</span><span class="cx">     def domains_to_generate(self):
</span><span class="cx">         def should_generate_domain(domain):
</span><span class="cx">Property changes on: trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_commands.py
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svnexecutable"></a>
<div class="addfile"><h4>Added: svn:executable</h4></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_backend_dispatcher_headerpy"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_dispatcher_header.py (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_dispatcher_header.py        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_dispatcher_header.py        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -42,14 +42,14 @@
</span><span class="cx">         Generator.__init__(self, model, input_filepath)
</span><span class="cx"> 
</span><span class="cx">     def output_filename(self):
</span><del>-        return &quot;Inspector%sBackendDispatchers.h&quot; % self.model().framework.setting('prefix')
</del><ins>+        return &quot;InspectorBackendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx">     def domains_to_generate(self):
</span><span class="cx">         return filter(lambda domain: len(domain.commands) &gt; 0, Generator.domains_to_generate(self))
</span><span class="cx"> 
</span><span class="cx">     def generate_output(self):
</span><span class="cx">         headers = [
</span><del>-            '&quot;Inspector%sProtocolTypes.h&quot;' % self.model().framework.setting('prefix'),
</del><ins>+            '&quot;InspectorProtocolObjects.h&quot;',
</ins><span class="cx">             '&lt;inspector/InspectorBackendDispatcher.h&gt;',
</span><span class="cx">             '&lt;wtf/PassRefPtr.h&gt;',
</span><span class="cx">             '&lt;wtf/text/WTFString.h&gt;']
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_backend_dispatcher_implementationpy"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_dispatcher_implementation.py (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_dispatcher_implementation.py        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_backend_dispatcher_implementation.py        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">         Generator.__init__(self, model, input_filepath)
</span><span class="cx"> 
</span><span class="cx">     def output_filename(self):
</span><del>-        return &quot;Inspector%sBackendDispatchers.cpp&quot; % self.model().framework.setting('prefix')
</del><ins>+        return &quot;InspectorBackendDispatchers.cpp&quot;
</ins><span class="cx"> 
</span><span class="cx">     def domains_to_generate(self):
</span><span class="cx">         return filter(lambda domain: len(domain.commands) &gt; 0, Generator.domains_to_generate(self))
</span><span class="lines">@@ -53,7 +53,7 @@
</span><span class="cx">             '&lt;wtf/text/CString.h&gt;']
</span><span class="cx"> 
</span><span class="cx">         header_args = {
</span><del>-            'primaryInclude': '&quot;Inspector%sBackendDispatchers.h&quot;' % self.model().framework.setting('prefix'),
</del><ins>+            'primaryInclude': '&quot;InspectorBackendDispatchers.h&quot;',
</ins><span class="cx">             'secondaryIncludes': &quot;\n&quot;.join(['#include %s' % header for header in secondary_headers]),
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -131,7 +131,6 @@
</span><span class="cx"> 
</span><span class="cx">         for parameter in command.return_parameters:
</span><span class="cx">             param_args = {
</span><del>-                'frameworkPrefix': self.model().framework.setting('prefix'),
</del><span class="cx">                 'keyedSetMethod': Generator.keyed_set_method_for_type(parameter.type),
</span><span class="cx">                 'parameterName': parameter.parameter_name,
</span><span class="cx">                 'parameterType': Generator.type_string_for_stack_in_parameter(parameter),
</span><span class="lines">@@ -147,7 +146,7 @@
</span><span class="cx">                     out_parameter_assignments.append('    if (%(parameterName)s)' % param_args)
</span><span class="cx">                     out_parameter_assignments.append('        jsonMessage-&gt;%(keyedSetMethod)s(ASCIILiteral(&quot;%(parameterName)s&quot;), %(parameterName)s);' % param_args)
</span><span class="cx">             elif parameter.type.is_enum():
</span><del>-                out_parameter_assignments.append('    jsonMessage-&gt;%(keyedSetMethod)s(ASCIILiteral(&quot;%(parameterName)s&quot;), Inspector::Protocol::get%(frameworkPrefix)sEnumConstantValue(%(parameterName)s));' % param_args)
</del><ins>+                out_parameter_assignments.append('    jsonMessage-&gt;%(keyedSetMethod)s(ASCIILiteral(&quot;%(parameterName)s&quot;), Inspector::Protocol::getEnumConstantValue(%(parameterName)s));' % param_args)
</ins><span class="cx">             else:
</span><span class="cx">                 out_parameter_assignments.append('    jsonMessage-&gt;%(keyedSetMethod)s(ASCIILiteral(&quot;%(parameterName)s&quot;), %(parameterName)s);' % param_args)
</span><span class="cx"> 
</span><span class="lines">@@ -202,7 +201,7 @@
</span><span class="cx">                     'parameterType': Generator.type_string_for_stack_out_parameter(parameter),
</span><span class="cx">                     'parameterName': parameter.parameter_name,
</span><span class="cx">                     'keyedSetMethod': Generator.keyed_set_method_for_type(parameter.type),
</span><del>-                    'frameworkPrefix': self.model().framework.setting('prefix')
</del><ins>+
</ins><span class="cx">                 }
</span><span class="cx"> 
</span><span class="cx">                 out_parameter_declarations.append('    %(parameterType)s out_%(parameterName)s;' % param_args)
</span><span class="lines">@@ -214,7 +213,7 @@
</span><span class="cx">                         out_parameter_assignments.append('        if (out_%(parameterName)s)' % param_args)
</span><span class="cx">                         out_parameter_assignments.append('            result-&gt;%(keyedSetMethod)s(ASCIILiteral(&quot;%(parameterName)s&quot;), out_%(parameterName)s);' % param_args)
</span><span class="cx">                 elif parameter.type.is_enum():
</span><del>-                    out_parameter_assignments.append('        result-&gt;%(keyedSetMethod)s(ASCIILiteral(&quot;%(parameterName)s&quot;), Inspector::Protocol::get%(frameworkPrefix)sEnumConstantValue(out_%(parameterName)s));' % param_args)
</del><ins>+                    out_parameter_assignments.append('        result-&gt;%(keyedSetMethod)s(ASCIILiteral(&quot;%(parameterName)s&quot;), Inspector::Protocol::getEnumConstantValue(out_%(parameterName)s));' % param_args)
</ins><span class="cx">                 else:
</span><span class="cx">                     out_parameter_assignments.append('        result-&gt;%(keyedSetMethod)s(ASCIILiteral(&quot;%(parameterName)s&quot;), out_%(parameterName)s);' % param_args)
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_frontend_dispatcher_headerpy"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_frontend_dispatcher_header.py (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_frontend_dispatcher_header.py        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_frontend_dispatcher_header.py        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -42,14 +42,14 @@
</span><span class="cx">         Generator.__init__(self, model, input_filepath)
</span><span class="cx"> 
</span><span class="cx">     def output_filename(self):
</span><del>-        return &quot;Inspector%sFrontendDispatchers.h&quot; % self.model().framework.setting('prefix')
</del><ins>+        return &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx">     def domains_to_generate(self):
</span><span class="cx">         return filter(lambda domain: len(domain.events) &gt; 0, Generator.domains_to_generate(self))
</span><span class="cx"> 
</span><span class="cx">     def generate_output(self):
</span><span class="cx">         headers = [
</span><del>-            '&quot;Inspector%sProtocolTypes.h&quot;' % self.model().framework.setting('prefix'),
</del><ins>+            '&quot;InspectorProtocolObjects.h&quot;',
</ins><span class="cx">             '&lt;inspector/InspectorFrontendChannel.h&gt;',
</span><span class="cx">             '&lt;inspector/InspectorValues.h&gt;',
</span><span class="cx">             '&lt;wtf/PassRefPtr.h&gt;',
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_frontend_dispatcher_implementationpy"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_frontend_dispatcher_implementation.py (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_frontend_dispatcher_implementation.py        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_frontend_dispatcher_implementation.py        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">         Generator.__init__(self, model, input_filepath)
</span><span class="cx"> 
</span><span class="cx">     def output_filename(self):
</span><del>-        return &quot;Inspector%sFrontendDispatchers.cpp&quot; % self.model().framework.setting('prefix')
</del><ins>+        return &quot;InspectorFrontendDispatchers.cpp&quot;
</ins><span class="cx"> 
</span><span class="cx">     def domains_to_generate(self):
</span><span class="cx">         return filter(lambda domain: len(domain.events) &gt; 0, Generator.domains_to_generate(self))
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">         secondary_headers = ['&lt;wtf/text/CString.h&gt;']
</span><span class="cx"> 
</span><span class="cx">         header_args = {
</span><del>-            'primaryInclude': '&quot;Inspector%sFrontendDispatchers.h&quot;' % self.model().framework.setting('prefix'),
</del><ins>+            'primaryInclude': '&quot;InspectorFrontendDispatchers.h&quot;',
</ins><span class="cx">             'secondaryIncludes': &quot;\n&quot;.join(['#include %s' % header for header in secondary_headers]),
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -81,8 +81,7 @@
</span><span class="cx">             if parameter.is_optional and not Generator.should_pass_by_copy_for_return_type(parameter.type):
</span><span class="cx">                 parameter_value = '*' + parameter_value
</span><span class="cx">             if parameter.type.is_enum():
</span><del>-                framework_prefix = self.model().framework.setting('prefix')
-                parameter_value = 'Inspector::Protocol::get%sEnumConstantValue(%s)' % (framework_prefix, parameter_value)
</del><ins>+                parameter_value = 'Inspector::Protocol::getEnumConstantValue(%s)' % parameter_value
</ins><span class="cx"> 
</span><span class="cx">             parameter_args = {
</span><span class="cx">                 'parameterType': Generator.type_string_for_stack_out_parameter(parameter),
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_protocol_types_headerpy"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_protocol_types_header.py (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_protocol_types_header.py        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_protocol_types_header.py        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">         Generator.__init__(self, model, input_filepath)
</span><span class="cx"> 
</span><span class="cx">     def output_filename(self):
</span><del>-        return &quot;Inspector%sProtocolTypes.h&quot; % self.model().framework.setting('prefix')
</del><ins>+        return &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> 
</span><span class="cx">     def generate_output(self):
</span><span class="cx">         domains = self.domains_to_generate()
</span><span class="lines">@@ -54,11 +54,7 @@
</span><span class="cx">             '&lt;wtf/PassRefPtr.h&gt;'
</span><span class="cx">         ])
</span><span class="cx"> 
</span><del>-        if self.model().framework is not Frameworks.JavaScriptCore:
-            headers.add('&lt;inspector/InspectorJSProtocolTypes.h&gt;')
-
</del><span class="cx">         export_macro = self.model().framework.setting('export_macro', None)
</span><del>-        framework_prefix = self.model().framework.setting('prefix')
</del><span class="cx"> 
</span><span class="cx">         header_args = {
</span><span class="cx">             'headerGuardString': re.sub('\W+', '_', self.output_filename()),
</span><span class="lines">@@ -77,11 +73,11 @@
</span><span class="cx">         sections.append('namespace Protocol {')
</span><span class="cx">         sections.append(self._generate_forward_declarations(domains))
</span><span class="cx">         sections.append(self._generate_typedefs(domains))
</span><del>-        sections.append('%s get%sEnumConstantValue(int code);' % (' '.join(return_type_with_export_macro), framework_prefix))
</del><ins>+        sections.append('%s getEnumConstantValue(int code);' % ' '.join(return_type_with_export_macro))
</ins><span class="cx">         sections.append('\n'.join([
</span><del>-            'template&lt;typename T&gt; %s get%sEnumConstantValue(T enumValue)' % (return_type, framework_prefix),
</del><ins>+            'template&lt;typename T&gt; %s getEnumConstantValue(T enumValue)' % return_type,
</ins><span class="cx">             '{',
</span><del>-            '    return get%sEnumConstantValue(static_cast&lt;int&gt;(enumValue));' % framework_prefix,
</del><ins>+            '    return getEnumConstantValue(static_cast&lt;int&gt;(enumValue));',
</ins><span class="cx">             '}']))
</span><span class="cx"> 
</span><span class="cx">         builder_sections = map(self._generate_builders_for_domain, domains)
</span><span class="lines">@@ -218,7 +214,8 @@
</span><span class="cx">             lines.append('')
</span><span class="cx">             lines.append('    // Property names for type generated as open.')
</span><span class="cx">             for type_member in type_declaration.type_members:
</span><del>-                lines.append('    static const char* %s;' % ucfirst(type_member.member_name))
</del><ins>+                export_macro = self.model().framework.setting('export_macro', None)
+                lines.append('    %s static const char* %s;' % (export_macro, ucfirst(type_member.member_name)))
</ins><span class="cx"> 
</span><span class="cx">         lines.append('};')
</span><span class="cx">         lines.append('')
</span><span class="lines">@@ -271,7 +268,6 @@
</span><span class="cx">     def _generate_builder_setter_for_member(self, type_member, domain):
</span><span class="cx">         setter_args = {
</span><span class="cx">             'camelName': ucfirst(type_member.member_name),
</span><del>-            'frameworkPrefix': self.model().framework.setting('prefix'),
</del><span class="cx">             'keyedSet': Generator.keyed_set_method_for_type(type_member.type),
</span><span class="cx">             'name': type_member.member_name,
</span><span class="cx">             'parameterType': Generator.type_string_for_type_member(type_member)
</span><span class="lines">@@ -284,7 +280,7 @@
</span><span class="cx">         lines.append('            COMPILE_ASSERT(!(STATE &amp; %(camelName)sSet), property_%(name)s_already_set);' % setter_args)
</span><span class="cx"> 
</span><span class="cx">         if isinstance(type_member.type, EnumType):
</span><del>-            lines.append('            m_result-&gt;%(keyedSet)s(ASCIILiteral(&quot;%(name)s&quot;), Inspector::Protocol::get%(frameworkPrefix)sEnumConstantValue(static_cast&lt;int&gt;(value)));' % setter_args)
</del><ins>+            lines.append('            m_result-&gt;%(keyedSet)s(ASCIILiteral(&quot;%(name)s&quot;), Inspector::Protocol::getEnumConstantValue(static_cast&lt;int&gt;(value)));' % setter_args)
</ins><span class="cx">         else:
</span><span class="cx">             lines.append('            m_result-&gt;%(keyedSet)s(ASCIILiteral(&quot;%(name)s&quot;), value);' % setter_args)
</span><span class="cx">         lines.append('            return castState&lt;%(camelName)sSet&gt;();' % setter_args)
</span><span class="lines">@@ -294,7 +290,6 @@
</span><span class="cx">     def _generate_unchecked_setter_for_member(self, type_member, domain):
</span><span class="cx">         setter_args = {
</span><span class="cx">             'camelName': ucfirst(type_member.member_name),
</span><del>-            'frameworkPrefix': self.model().framework.setting('prefix'),
</del><span class="cx">             'keyedSet': Generator.keyed_set_method_for_type(type_member.type),
</span><span class="cx">             'name': type_member.member_name,
</span><span class="cx">             'parameterType': Generator.type_string_for_type_member(type_member)
</span><span class="lines">@@ -305,7 +300,7 @@
</span><span class="cx">         lines.append('    void set%(camelName)s(%(parameterType)s value)' % setter_args)
</span><span class="cx">         lines.append('    {')
</span><span class="cx">         if isinstance(type_member.type, EnumType):
</span><del>-            lines.append('        InspectorObjectBase::%(keyedSet)s(ASCIILiteral(&quot;%(name)s&quot;), Inspector::Protocol::get%(frameworkPrefix)sEnumConstantValue(static_cast&lt;int&gt;(value)));' % setter_args)
</del><ins>+            lines.append('        InspectorObjectBase::%(keyedSet)s(ASCIILiteral(&quot;%(name)s&quot;), Inspector::Protocol::getEnumConstantValue(static_cast&lt;int&gt;(value)));' % setter_args)
</ins><span class="cx">         else:
</span><span class="cx">             lines.append('        InspectorObjectBase::%(keyedSet)s(ASCIILiteral(&quot;%(name)s&quot;), value);' % setter_args)
</span><span class="cx">         lines.append('    }')
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptscodegengenerate_protocol_types_implementationpy"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_protocol_types_implementation.py (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_protocol_types_implementation.py        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/codegen/generate_protocol_types_implementation.py        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">         Generator.__init__(self, model, input_filepath)
</span><span class="cx"> 
</span><span class="cx">     def output_filename(self):
</span><del>-        return &quot;Inspector%sProtocolTypes.cpp&quot; % self.model().framework.setting('prefix')
</del><ins>+        return &quot;InspectorProtocolObjects.cpp&quot;
</ins><span class="cx"> 
</span><span class="cx">     def generate_output(self):
</span><span class="cx">         domains = self.domains_to_generate()
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx">         secondary_headers = ['&lt;wtf/text/CString.h&gt;']
</span><span class="cx"> 
</span><span class="cx">         header_args = {
</span><del>-            'primaryInclude': '&quot;Inspector%sProtocolTypes.h&quot;' % self.model().framework.setting('prefix'),
</del><ins>+            'primaryInclude': '&quot;InspectorProtocolObjects.h&quot;',
</ins><span class="cx">             'secondaryIncludes': &quot;\n&quot;.join(['#include %s' % header for header in secondary_headers]),
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -70,17 +70,14 @@
</span><span class="cx">     # Private methods.
</span><span class="cx"> 
</span><span class="cx">     def _generate_enum_mapping(self):
</span><del>-        framework_prefix = self.model().framework.setting('prefix')
</del><span class="cx">         lines = []
</span><del>-
</del><span class="cx">         lines.append('static const char* const enum_constant_values[] = {')
</span><span class="cx">         lines.extend(['    &quot;%s&quot;,' % enum_value for enum_value in self.assigned_enum_values()])
</span><span class="cx">         lines.append('};')
</span><span class="cx">         lines.append('')
</span><del>-        lines.append('String get%sEnumConstantValue(int code) {' % framework_prefix)
</del><ins>+        lines.append('String getEnumConstantValue(int code) {')
</ins><span class="cx">         lines.append('    return enum_constant_values[code];')
</span><span class="cx">         lines.append('}')
</span><del>-
</del><span class="cx">         return '\n'.join(lines)
</span><span class="cx"> 
</span><span class="cx">     def _generate_open_field_names(self):
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptscodegenmodelspy"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/codegen/models.py (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/codegen/models.py        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/codegen/models.py        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -35,18 +35,12 @@
</span><span class="cx"> 
</span><span class="cx"> _FRAMEWORK_CONFIG_MAP = {
</span><span class="cx">     &quot;Global&quot;: {
</span><del>-        &quot;prefix&quot;: &quot;&quot;,
</del><span class="cx">     },
</span><span class="cx">     &quot;JavaScriptCore&quot;: {
</span><del>-        &quot;prefix&quot;: &quot;JS&quot;,
</del><span class="cx">         &quot;export_macro&quot;: &quot;JS_EXPORT_PRIVATE&quot;
</span><span class="cx">     },
</span><del>-    &quot;WebCore&quot;: {
-        &quot;prefix&quot;: &quot;Web&quot;,
-    },
</del><span class="cx">     # Used for code generator tests.
</span><span class="cx">     &quot;Test&quot;: {
</span><del>-        &quot;prefix&quot;: &quot;Test&quot;,
</del><span class="cx">     }
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -75,9 +69,6 @@
</span><span class="cx">         if frameworkString == &quot;JavaScriptCore&quot;:
</span><span class="cx">             return Frameworks.JavaScriptCore
</span><span class="cx"> 
</span><del>-        if frameworkString == &quot;WebCore&quot;:
-            return Frameworks.WebCore
-
</del><span class="cx">         if frameworkString == &quot;Test&quot;:
</span><span class="cx">             return Frameworks.Test
</span><span class="cx"> 
</span><span class="lines">@@ -87,7 +78,6 @@
</span><span class="cx"> class Frameworks:
</span><span class="cx">     Global = Framework(&quot;Global&quot;)
</span><span class="cx">     JavaScriptCore = Framework(&quot;JavaScriptCore&quot;)
</span><del>-    WebCore = Framework(&quot;WebCore&quot;)
</del><span class="cx">     Test = Framework(&quot;Test&quot;)
</span><span class="cx"> 
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptsgenerateinspectorprotocolbindingspy"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -148,7 +148,7 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> if __name__ == '__main__':
</span><del>-    allowed_framework_names = ['JavaScriptCore', 'WebCore', 'Test']
</del><ins>+    allowed_framework_names = ['JavaScriptCore', 'Test']
</ins><span class="cx">     cli_parser = optparse.OptionParser(usage=&quot;usage: %prog [options] PrimaryProtocol.json [SupplementalProtocol.json ...]&quot;)
</span><span class="cx">     cli_parser.add_option(&quot;-o&quot;, &quot;--outputDir&quot;, help=&quot;Directory where generated files should be written.&quot;)
</span><span class="cx">     cli_parser.add_option(&quot;--framework&quot;, type=&quot;choice&quot;, choices=allowed_framework_names, help=&quot;The framework that the primary specification belongs to.&quot;)
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptstestsexpectedcommandswithasyncattributejsonresult"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/commands-with-async-attribute.json-result (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/commands-with-async-attribute.json-result        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/commands-with-async-attribute.json-result        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-### Begin File: InspectorTestBackendCommands.js
</del><ins>+### Begin File: InspectorBackendCommands.js
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -36,9 +36,9 @@
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Database.executeSQLAsyncOptionalReturnValues&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;columnNames&quot;, &quot;notes&quot;, &quot;timestamp&quot;, &quot;values&quot;, &quot;payload&quot;, &quot;databaseId&quot;, &quot;sqlError&quot;, &quot;screenColor&quot;, &quot;printColor&quot;]);
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Database.executeSQLSync&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;columnNames&quot;, &quot;notes&quot;, &quot;timestamp&quot;, &quot;values&quot;, &quot;payload&quot;, &quot;databaseId&quot;, &quot;sqlError&quot;, &quot;screenColor&quot;, &quot;printColor&quot;]);
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Database.executeSQLAsync&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;columnNames&quot;, &quot;notes&quot;, &quot;timestamp&quot;, &quot;values&quot;, &quot;payload&quot;, &quot;databaseId&quot;, &quot;sqlError&quot;, &quot;screenColor&quot;, &quot;printColor&quot;]);
</span><del>-### End File: InspectorTestBackendCommands.js
</del><ins>+### End File: InspectorBackendCommands.js
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.h
</del><ins>+### Begin File: InspectorBackendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -69,12 +69,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from commands-with-async-attribute.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestBackendDispatchers_h
-#define InspectorTestBackendDispatchers_h
</del><ins>+#ifndef InspectorBackendDispatchers_h
+#define InspectorBackendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -134,10 +134,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestBackendDispatchers_h)
-### End File: InspectorTestBackendDispatchers.h
</del><ins>+#endif // !defined(InspectorBackendDispatchers_h)
+### End File: InspectorBackendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.cpp
</del><ins>+### Begin File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -169,7 +169,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestBackendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -346,8 +346,8 @@
</span><span class="cx">         result-&gt;setValue(ASCIILiteral(&quot;payload&quot;), out_payload);
</span><span class="cx">         result-&gt;setInteger(ASCIILiteral(&quot;databaseId&quot;), out_databaseId);
</span><span class="cx">         result-&gt;setObject(ASCIILiteral(&quot;sqlError&quot;), out_sqlError);
</span><del>-        result-&gt;setString(ASCIILiteral(&quot;screenColor&quot;), Inspector::Protocol::getTestEnumConstantValue(out_screenColor));
-        result-&gt;setString(ASCIILiteral(&quot;printColor&quot;), Inspector::Protocol::getTestEnumConstantValue(out_printColor));
</del><ins>+        result-&gt;setString(ASCIILiteral(&quot;screenColor&quot;), Inspector::Protocol::getEnumConstantValue(out_screenColor));
+        result-&gt;setString(ASCIILiteral(&quot;printColor&quot;), Inspector::Protocol::getEnumConstantValue(out_printColor));
</ins><span class="cx">     }
</span><span class="cx">     m_backendDispatcher-&gt;sendResponse(callId, result.release(), error);
</span><span class="cx"> }
</span><span class="lines">@@ -364,8 +364,8 @@
</span><span class="cx">     jsonMessage-&gt;setValue(ASCIILiteral(&quot;payload&quot;), payload);
</span><span class="cx">     jsonMessage-&gt;setInteger(ASCIILiteral(&quot;databaseId&quot;), databaseId);
</span><span class="cx">     jsonMessage-&gt;setObject(ASCIILiteral(&quot;sqlError&quot;), sqlError);
</span><del>-    jsonMessage-&gt;setString(ASCIILiteral(&quot;screenColor&quot;), Inspector::Protocol::getTestEnumConstantValue(screenColor));
-    jsonMessage-&gt;setString(ASCIILiteral(&quot;printColor&quot;), Inspector::Protocol::getTestEnumConstantValue(printColor));
</del><ins>+    jsonMessage-&gt;setString(ASCIILiteral(&quot;screenColor&quot;), Inspector::Protocol::getEnumConstantValue(screenColor));
+    jsonMessage-&gt;setString(ASCIILiteral(&quot;printColor&quot;), Inspector::Protocol::getEnumConstantValue(printColor));
</ins><span class="cx">     sendIfActive(jsonMessage, ErrorString());
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -399,9 +399,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestBackendDispatchers.cpp
</del><ins>+### End File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.h
</del><ins>+### Begin File: InspectorFrontendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -432,12 +432,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from commands-with-async-attribute.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestFrontendDispatchers_h
-#define InspectorTestFrontendDispatchers_h
</del><ins>+#ifndef InspectorFrontendDispatchers_h
+#define InspectorFrontendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorFrontendChannel.h&gt;
</span><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -451,10 +451,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestFrontendDispatchers_h)
-### End File: InspectorTestFrontendDispatchers.h
</del><ins>+#endif // !defined(InspectorFrontendDispatchers_h)
+### End File: InspectorFrontendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### Begin File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -486,7 +486,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -498,9 +498,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### End File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.h
</del><ins>+### Begin File: InspectorProtocolObjects.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -531,12 +531,11 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from commands-with-async-attribute.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestProtocolTypes_h
-#define InspectorTestProtocolTypes_h
</del><ins>+#ifndef InspectorProtocolObjects_h
+#define InspectorProtocolObjects_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &lt;inspector/InspectorJSProtocolTypes.h&gt;
</del><span class="cx"> #include &lt;inspector/InspectorProtocolTypes.h&gt;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -562,11 +561,11 @@
</span><span class="cx"> } // Database
</span><span class="cx"> // End of typedefs.
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code);
</del><ins>+String getEnumConstantValue(int code);
</ins><span class="cx"> 
</span><del>-template&lt;typename T&gt; String getTestEnumConstantValue(T enumValue)
</del><ins>+template&lt;typename T&gt; String getEnumConstantValue(T enumValue)
</ins><span class="cx"> {
</span><del>-    return getTestEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</del><ins>+    return getEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace Database {
</span><span class="lines">@@ -654,10 +653,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestProtocolTypes_h)
-### End File: InspectorTestProtocolTypes.h
</del><ins>+#endif // !defined(InspectorProtocolObjects_h)
+### End File: InspectorProtocolObjects.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.cpp
</del><ins>+### Begin File: InspectorProtocolObjects.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -689,7 +688,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -709,7 +708,7 @@
</span><span class="cx">     &quot;black&quot;,
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code) {
</del><ins>+String getEnumConstantValue(int code) {
</ins><span class="cx">     return enum_constant_values[code];
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -721,4 +720,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestProtocolTypes.cpp
</del><ins>+### End File: InspectorProtocolObjects.cpp
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptstestsexpectedcommandswithoptionalcallreturnparametersjsonresult"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/commands-with-optional-call-return-parameters.json-result (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/commands-with-optional-call-return-parameters.json-result        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/commands-with-optional-call-return-parameters.json-result        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-### Begin File: InspectorTestBackendCommands.js
</del><ins>+### Begin File: InspectorBackendCommands.js
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -33,9 +33,9 @@
</span><span class="cx"> InspectorBackend.registerEnum(&quot;Database.PrimaryColors&quot;, {Red: &quot;red&quot;, Green: &quot;green&quot;, Blue: &quot;blue&quot;});
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Database.executeAllOptionalParameters&quot;, [{&quot;name&quot;: &quot;columnNames&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;notes&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;timestamp&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;values&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;payload&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;sqlError&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;screenColor&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&q
 uot;: &quot;printColor&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;columnNames&quot;, &quot;notes&quot;, &quot;timestamp&quot;, &quot;values&quot;, &quot;payload&quot;, &quot;databaseId&quot;, &quot;sqlError&quot;, &quot;screenColor&quot;, &quot;printColor&quot;]);
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Database.executeNoOptionalParameters&quot;, [{&quot;name&quot;: &quot;columnNames&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;notes&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;timestamp&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;values&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;payload&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;sqlError&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;screenColor&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot
 ;name&quot;: &quot;printColor&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;columnNames&quot;, &quot;notes&quot;, &quot;timestamp&quot;, &quot;values&quot;, &quot;payload&quot;, &quot;databaseId&quot;, &quot;sqlError&quot;, &quot;screenColor&quot;, &quot;printColor&quot;]);
</span><del>-### End File: InspectorTestBackendCommands.js
</del><ins>+### End File: InspectorBackendCommands.js
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.h
</del><ins>+### Begin File: InspectorBackendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -66,12 +66,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from commands-with-optional-call-return-parameters.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestBackendDispatchers_h
-#define InspectorTestBackendDispatchers_h
</del><ins>+#ifndef InspectorBackendDispatchers_h
+#define InspectorBackendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -117,10 +117,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestBackendDispatchers_h)
-### End File: InspectorTestBackendDispatchers.h
</del><ins>+#endif // !defined(InspectorBackendDispatchers_h)
+### End File: InspectorBackendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.cpp
</del><ins>+### Begin File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -152,7 +152,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestBackendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -296,8 +296,8 @@
</span><span class="cx">         result-&gt;setValue(ASCIILiteral(&quot;payload&quot;), out_payload);
</span><span class="cx">         result-&gt;setInteger(ASCIILiteral(&quot;databaseId&quot;), out_databaseId);
</span><span class="cx">         result-&gt;setObject(ASCIILiteral(&quot;sqlError&quot;), out_sqlError);
</span><del>-        result-&gt;setString(ASCIILiteral(&quot;screenColor&quot;), Inspector::Protocol::getTestEnumConstantValue(out_screenColor));
-        result-&gt;setString(ASCIILiteral(&quot;printColor&quot;), Inspector::Protocol::getTestEnumConstantValue(out_printColor));
</del><ins>+        result-&gt;setString(ASCIILiteral(&quot;screenColor&quot;), Inspector::Protocol::getEnumConstantValue(out_screenColor));
+        result-&gt;setString(ASCIILiteral(&quot;printColor&quot;), Inspector::Protocol::getEnumConstantValue(out_printColor));
</ins><span class="cx">     }
</span><span class="cx">     m_backendDispatcher-&gt;sendResponse(callId, result.release(), error);
</span><span class="cx"> }
</span><span class="lines">@@ -306,9 +306,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestBackendDispatchers.cpp
</del><ins>+### End File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.h
</del><ins>+### Begin File: InspectorFrontendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -339,12 +339,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from commands-with-optional-call-return-parameters.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestFrontendDispatchers_h
-#define InspectorTestFrontendDispatchers_h
</del><ins>+#ifndef InspectorFrontendDispatchers_h
+#define InspectorFrontendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorFrontendChannel.h&gt;
</span><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -358,10 +358,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestFrontendDispatchers_h)
-### End File: InspectorTestFrontendDispatchers.h
</del><ins>+#endif // !defined(InspectorFrontendDispatchers_h)
+### End File: InspectorFrontendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### Begin File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -393,7 +393,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -405,9 +405,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### End File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.h
</del><ins>+### Begin File: InspectorProtocolObjects.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -438,12 +438,11 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from commands-with-optional-call-return-parameters.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestProtocolTypes_h
-#define InspectorTestProtocolTypes_h
</del><ins>+#ifndef InspectorProtocolObjects_h
+#define InspectorProtocolObjects_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &lt;inspector/InspectorJSProtocolTypes.h&gt;
</del><span class="cx"> #include &lt;inspector/InspectorProtocolTypes.h&gt;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -469,11 +468,11 @@
</span><span class="cx"> } // Database
</span><span class="cx"> // End of typedefs.
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code);
</del><ins>+String getEnumConstantValue(int code);
</ins><span class="cx"> 
</span><del>-template&lt;typename T&gt; String getTestEnumConstantValue(T enumValue)
</del><ins>+template&lt;typename T&gt; String getEnumConstantValue(T enumValue)
</ins><span class="cx"> {
</span><del>-    return getTestEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</del><ins>+    return getEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace Database {
</span><span class="lines">@@ -561,10 +560,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestProtocolTypes_h)
-### End File: InspectorTestProtocolTypes.h
</del><ins>+#endif // !defined(InspectorProtocolObjects_h)
+### End File: InspectorProtocolObjects.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.cpp
</del><ins>+### Begin File: InspectorProtocolObjects.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -596,7 +595,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -616,7 +615,7 @@
</span><span class="cx">     &quot;black&quot;,
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code) {
</del><ins>+String getEnumConstantValue(int code) {
</ins><span class="cx">     return enum_constant_values[code];
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -628,4 +627,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestProtocolTypes.cpp
</del><ins>+### End File: InspectorProtocolObjects.cpp
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptstestsexpecteddomainswithvaryingcommandsizesjsonresult"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/domains-with-varying-command-sizes.json-result (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/domains-with-varying-command-sizes.json-result        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/domains-with-varying-command-sizes.json-result        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-### Begin File: InspectorTestBackendCommands.js
</del><ins>+### Begin File: InspectorBackendCommands.js
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -40,9 +40,9 @@
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Network3.loadResource5&quot;, [], []);
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Network3.loadResource6&quot;, [], []);
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Network3.loadResource7&quot;, [], []);
</span><del>-### End File: InspectorTestBackendCommands.js
</del><ins>+### End File: InspectorBackendCommands.js
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.h
</del><ins>+### Begin File: InspectorBackendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -73,12 +73,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from domains-with-varying-command-sizes.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestBackendDispatchers_h
-#define InspectorTestBackendDispatchers_h
</del><ins>+#ifndef InspectorBackendDispatchers_h
+#define InspectorBackendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -139,10 +139,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestBackendDispatchers_h)
-### End File: InspectorTestBackendDispatchers.h
</del><ins>+#endif // !defined(InspectorBackendDispatchers_h)
+### End File: InspectorBackendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.cpp
</del><ins>+### Begin File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -174,7 +174,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestBackendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -331,9 +331,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestBackendDispatchers.cpp
</del><ins>+### End File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.h
</del><ins>+### Begin File: InspectorFrontendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -364,12 +364,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from domains-with-varying-command-sizes.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestFrontendDispatchers_h
-#define InspectorTestFrontendDispatchers_h
</del><ins>+#ifndef InspectorFrontendDispatchers_h
+#define InspectorFrontendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorFrontendChannel.h&gt;
</span><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -383,10 +383,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestFrontendDispatchers_h)
-### End File: InspectorTestFrontendDispatchers.h
</del><ins>+#endif // !defined(InspectorFrontendDispatchers_h)
+### End File: InspectorFrontendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### Begin File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -418,7 +418,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -430,9 +430,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### End File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.h
</del><ins>+### Begin File: InspectorProtocolObjects.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -463,12 +463,11 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from domains-with-varying-command-sizes.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestProtocolTypes_h
-#define InspectorTestProtocolTypes_h
</del><ins>+#ifndef InspectorProtocolObjects_h
+#define InspectorProtocolObjects_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &lt;inspector/InspectorJSProtocolTypes.h&gt;
</del><span class="cx"> #include &lt;inspector/InspectorProtocolTypes.h&gt;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -488,11 +487,11 @@
</span><span class="cx"> } // Network2
</span><span class="cx"> // End of typedefs.
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code);
</del><ins>+String getEnumConstantValue(int code);
</ins><span class="cx"> 
</span><del>-template&lt;typename T&gt; String getTestEnumConstantValue(T enumValue)
</del><ins>+template&lt;typename T&gt; String getEnumConstantValue(T enumValue)
</ins><span class="cx"> {
</span><del>-    return getTestEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</del><ins>+    return getEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="lines">@@ -503,10 +502,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestProtocolTypes_h)
-### End File: InspectorTestProtocolTypes.h
</del><ins>+#endif // !defined(InspectorProtocolObjects_h)
+### End File: InspectorProtocolObjects.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.cpp
</del><ins>+### Begin File: InspectorProtocolObjects.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -538,7 +537,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -551,7 +550,7 @@
</span><span class="cx"> static const char* const enum_constant_values[] = {
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code) {
</del><ins>+String getEnumConstantValue(int code) {
</ins><span class="cx">     return enum_constant_values[code];
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -563,4 +562,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestProtocolTypes.cpp
</del><ins>+### End File: InspectorProtocolObjects.cpp
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptstestsexpectedeventswithoptionalparametersjsonresult"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/events-with-optional-parameters.json-result (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/events-with-optional-parameters.json-result        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/events-with-optional-parameters.json-result        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-### Begin File: InspectorTestBackendCommands.js
</del><ins>+### Begin File: InspectorBackendCommands.js
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -33,9 +33,9 @@
</span><span class="cx"> InspectorBackend.registerDatabaseDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Database&quot;);
</span><span class="cx"> InspectorBackend.registerEvent(&quot;Database.didExecuteOptionalParameters&quot;, [&quot;columnNames&quot;, &quot;notes&quot;, &quot;timestamp&quot;, &quot;values&quot;, &quot;payload&quot;, &quot;sqlError&quot;, &quot;screenColor&quot;, &quot;printColor&quot;]);
</span><span class="cx"> InspectorBackend.registerEvent(&quot;Database.didExecuteNoOptionalParameters&quot;, [&quot;columnNames&quot;, &quot;notes&quot;, &quot;timestamp&quot;, &quot;values&quot;, &quot;payload&quot;, &quot;sqlError&quot;, &quot;screenColor&quot;, &quot;printColor&quot;]);
</span><del>-### End File: InspectorTestBackendCommands.js
</del><ins>+### End File: InspectorBackendCommands.js
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.h
</del><ins>+### Begin File: InspectorBackendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -66,12 +66,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from events-with-optional-parameters.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestBackendDispatchers_h
-#define InspectorTestBackendDispatchers_h
</del><ins>+#ifndef InspectorBackendDispatchers_h
+#define InspectorBackendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -84,10 +84,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestBackendDispatchers_h)
-### End File: InspectorTestBackendDispatchers.h
</del><ins>+#endif // !defined(InspectorBackendDispatchers_h)
+### End File: InspectorBackendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.cpp
</del><ins>+### Begin File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -119,7 +119,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestBackendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -135,9 +135,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestBackendDispatchers.cpp
</del><ins>+### End File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.h
</del><ins>+### Begin File: InspectorFrontendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -168,12 +168,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from events-with-optional-parameters.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestFrontendDispatchers_h
-#define InspectorTestFrontendDispatchers_h
</del><ins>+#ifndef InspectorFrontendDispatchers_h
+#define InspectorFrontendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorFrontendChannel.h&gt;
</span><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -196,10 +196,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestFrontendDispatchers_h)
-### End File: InspectorTestFrontendDispatchers.h
</del><ins>+#endif // !defined(InspectorFrontendDispatchers_h)
+### End File: InspectorFrontendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### Begin File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -231,7 +231,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -287,9 +287,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### End File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.h
</del><ins>+### Begin File: InspectorProtocolObjects.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -320,12 +320,11 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from events-with-optional-parameters.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestProtocolTypes_h
-#define InspectorTestProtocolTypes_h
</del><ins>+#ifndef InspectorProtocolObjects_h
+#define InspectorProtocolObjects_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &lt;inspector/InspectorJSProtocolTypes.h&gt;
</del><span class="cx"> #include &lt;inspector/InspectorProtocolTypes.h&gt;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -352,11 +351,11 @@
</span><span class="cx"> } // Database
</span><span class="cx"> // End of typedefs.
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code);
</del><ins>+String getEnumConstantValue(int code);
</ins><span class="cx"> 
</span><del>-template&lt;typename T&gt; String getTestEnumConstantValue(T enumValue)
</del><ins>+template&lt;typename T&gt; String getEnumConstantValue(T enumValue)
</ins><span class="cx"> {
</span><del>-    return getTestEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</del><ins>+    return getEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace Database {
</span><span class="lines">@@ -438,10 +437,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestProtocolTypes_h)
-### End File: InspectorTestProtocolTypes.h
</del><ins>+#endif // !defined(InspectorProtocolObjects_h)
+### End File: InspectorProtocolObjects.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.cpp
</del><ins>+### Begin File: InspectorProtocolObjects.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -473,7 +472,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -486,7 +485,7 @@
</span><span class="cx"> static const char* const enum_constant_values[] = {
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code) {
</del><ins>+String getEnumConstantValue(int code) {
</ins><span class="cx">     return enum_constant_values[code];
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -498,4 +497,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestProtocolTypes.cpp
</del><ins>+### End File: InspectorProtocolObjects.cpp
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptstestsexpectedgeneratedomainswithfeatureguardsjsonresult"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/generate-domains-with-feature-guards.json-result (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/generate-domains-with-feature-guards.json-result        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/generate-domains-with-feature-guards.json-result        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-### Begin File: InspectorTestBackendCommands.js
</del><ins>+### Begin File: InspectorBackendCommands.js
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -35,9 +35,9 @@
</span><span class="cx"> // Network3.
</span><span class="cx"> InspectorBackend.registerNetwork3Dispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Network3&quot;);
</span><span class="cx"> InspectorBackend.registerEvent(&quot;Network3.resourceLoaded&quot;, []);
</span><del>-### End File: InspectorTestBackendCommands.js
</del><ins>+### End File: InspectorBackendCommands.js
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.h
</del><ins>+### Begin File: InspectorBackendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -68,12 +68,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from generate-domains-with-feature-guards.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestBackendDispatchers_h
-#define InspectorTestBackendDispatchers_h
</del><ins>+#ifndef InspectorBackendDispatchers_h
+#define InspectorBackendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -108,10 +108,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestBackendDispatchers_h)
-### End File: InspectorTestBackendDispatchers.h
</del><ins>+#endif // !defined(InspectorBackendDispatchers_h)
+### End File: InspectorBackendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.cpp
</del><ins>+### Begin File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -143,7 +143,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestBackendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -194,9 +194,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestBackendDispatchers.cpp
</del><ins>+### End File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.h
</del><ins>+### Begin File: InspectorFrontendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -227,12 +227,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from generate-domains-with-feature-guards.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestFrontendDispatchers_h
-#define InspectorTestFrontendDispatchers_h
</del><ins>+#ifndef InspectorFrontendDispatchers_h
+#define InspectorFrontendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorFrontendChannel.h&gt;
</span><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -256,10 +256,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestFrontendDispatchers_h)
-### End File: InspectorTestFrontendDispatchers.h
</del><ins>+#endif // !defined(InspectorFrontendDispatchers_h)
+### End File: InspectorFrontendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### Begin File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -291,7 +291,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -313,9 +313,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### End File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.h
</del><ins>+### Begin File: InspectorProtocolObjects.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -346,12 +346,11 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from generate-domains-with-feature-guards.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestProtocolTypes_h
-#define InspectorTestProtocolTypes_h
</del><ins>+#ifndef InspectorProtocolObjects_h
+#define InspectorProtocolObjects_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &lt;inspector/InspectorJSProtocolTypes.h&gt;
</del><span class="cx"> #include &lt;inspector/InspectorProtocolTypes.h&gt;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -373,11 +372,11 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code);
</del><ins>+String getEnumConstantValue(int code);
</ins><span class="cx"> 
</span><del>-template&lt;typename T&gt; String getTestEnumConstantValue(T enumValue)
</del><ins>+template&lt;typename T&gt; String getEnumConstantValue(T enumValue)
</ins><span class="cx"> {
</span><del>-    return getTestEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</del><ins>+    return getEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> #if PLATFORM(WEB_TYPES)
</span><span class="lines">@@ -460,10 +459,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestProtocolTypes_h)
-### End File: InspectorTestProtocolTypes.h
</del><ins>+#endif // !defined(InspectorProtocolObjects_h)
+### End File: InspectorProtocolObjects.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.cpp
</del><ins>+### Begin File: InspectorProtocolObjects.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -495,7 +494,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -508,7 +507,7 @@
</span><span class="cx"> static const char* const enum_constant_values[] = {
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code) {
</del><ins>+String getEnumConstantValue(int code) {
</ins><span class="cx">     return enum_constant_values[code];
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -520,4 +519,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestProtocolTypes.cpp
</del><ins>+### End File: InspectorProtocolObjects.cpp
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptstestsexpectedsametypeiddifferentdomainjsonresult"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/same-type-id-different-domain.json-result (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/same-type-id-different-domain.json-result        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/same-type-id-different-domain.json-result        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-### Begin File: InspectorTestBackendCommands.js
</del><ins>+### Begin File: InspectorBackendCommands.js
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx"> 
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from same-type-id-different-domain.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><del>-### End File: InspectorTestBackendCommands.js
</del><ins>+### End File: InspectorBackendCommands.js
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.h
</del><ins>+### Begin File: InspectorBackendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -61,12 +61,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from same-type-id-different-domain.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestBackendDispatchers_h
-#define InspectorTestBackendDispatchers_h
</del><ins>+#ifndef InspectorBackendDispatchers_h
+#define InspectorBackendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -79,10 +79,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestBackendDispatchers_h)
-### End File: InspectorTestBackendDispatchers.h
</del><ins>+#endif // !defined(InspectorBackendDispatchers_h)
+### End File: InspectorBackendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.cpp
</del><ins>+### Begin File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestBackendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -130,9 +130,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestBackendDispatchers.cpp
</del><ins>+### End File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.h
</del><ins>+### Begin File: InspectorFrontendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -163,12 +163,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from same-type-id-different-domain.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestFrontendDispatchers_h
-#define InspectorTestFrontendDispatchers_h
</del><ins>+#ifndef InspectorFrontendDispatchers_h
+#define InspectorFrontendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorFrontendChannel.h&gt;
</span><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -182,10 +182,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestFrontendDispatchers_h)
-### End File: InspectorTestFrontendDispatchers.h
</del><ins>+#endif // !defined(InspectorFrontendDispatchers_h)
+### End File: InspectorFrontendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### Begin File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -217,7 +217,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -229,9 +229,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### End File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.h
</del><ins>+### Begin File: InspectorProtocolObjects.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -262,12 +262,11 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from same-type-id-different-domain.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestProtocolTypes_h
-#define InspectorTestProtocolTypes_h
</del><ins>+#ifndef InspectorProtocolObjects_h
+#define InspectorProtocolObjects_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &lt;inspector/InspectorJSProtocolTypes.h&gt;
</del><span class="cx"> #include &lt;inspector/InspectorProtocolTypes.h&gt;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -292,11 +291,11 @@
</span><span class="cx"> } // Runtime2
</span><span class="cx"> // End of typedefs.
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code);
</del><ins>+String getEnumConstantValue(int code);
</ins><span class="cx"> 
</span><del>-template&lt;typename T&gt; String getTestEnumConstantValue(T enumValue)
</del><ins>+template&lt;typename T&gt; String getEnumConstantValue(T enumValue)
</ins><span class="cx"> {
</span><del>-    return getTestEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</del><ins>+    return getEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="lines">@@ -307,10 +306,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestProtocolTypes_h)
-### End File: InspectorTestProtocolTypes.h
</del><ins>+#endif // !defined(InspectorProtocolObjects_h)
+### End File: InspectorProtocolObjects.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.cpp
</del><ins>+### Begin File: InspectorProtocolObjects.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -342,7 +341,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -355,7 +354,7 @@
</span><span class="cx"> static const char* const enum_constant_values[] = {
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code) {
</del><ins>+String getEnumConstantValue(int code) {
</ins><span class="cx">     return enum_constant_values[code];
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -367,4 +366,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestProtocolTypes.cpp
</del><ins>+### End File: InspectorProtocolObjects.cpp
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptstestsexpectedshadowedoptionaltypesettersjsonresult"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/shadowed-optional-type-setters.json-result (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/shadowed-optional-type-setters.json-result        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/shadowed-optional-type-setters.json-result        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-### Begin File: InspectorTestBackendCommands.js
</del><ins>+### Begin File: InspectorBackendCommands.js
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx"> 
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from shadowed-optional-type-setters.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><del>-### End File: InspectorTestBackendCommands.js
</del><ins>+### End File: InspectorBackendCommands.js
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.h
</del><ins>+### Begin File: InspectorBackendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -61,12 +61,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from shadowed-optional-type-setters.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestBackendDispatchers_h
-#define InspectorTestBackendDispatchers_h
</del><ins>+#ifndef InspectorBackendDispatchers_h
+#define InspectorBackendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -79,10 +79,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestBackendDispatchers_h)
-### End File: InspectorTestBackendDispatchers.h
</del><ins>+#endif // !defined(InspectorBackendDispatchers_h)
+### End File: InspectorBackendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.cpp
</del><ins>+### Begin File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestBackendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -130,9 +130,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestBackendDispatchers.cpp
</del><ins>+### End File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.h
</del><ins>+### Begin File: InspectorFrontendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -163,12 +163,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from shadowed-optional-type-setters.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestFrontendDispatchers_h
-#define InspectorTestFrontendDispatchers_h
</del><ins>+#ifndef InspectorFrontendDispatchers_h
+#define InspectorFrontendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorFrontendChannel.h&gt;
</span><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -182,10 +182,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestFrontendDispatchers_h)
-### End File: InspectorTestFrontendDispatchers.h
</del><ins>+#endif // !defined(InspectorFrontendDispatchers_h)
+### End File: InspectorFrontendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### Begin File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -217,7 +217,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -229,9 +229,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### End File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.h
</del><ins>+### Begin File: InspectorProtocolObjects.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -262,12 +262,11 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from shadowed-optional-type-setters.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestProtocolTypes_h
-#define InspectorTestProtocolTypes_h
</del><ins>+#ifndef InspectorProtocolObjects_h
+#define InspectorProtocolObjects_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &lt;inspector/InspectorJSProtocolTypes.h&gt;
</del><span class="cx"> #include &lt;inspector/InspectorProtocolTypes.h&gt;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -287,11 +286,11 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code);
</del><ins>+String getEnumConstantValue(int code);
</ins><span class="cx"> 
</span><del>-template&lt;typename T&gt; String getTestEnumConstantValue(T enumValue)
</del><ins>+template&lt;typename T&gt; String getEnumConstantValue(T enumValue)
</ins><span class="cx"> {
</span><del>-    return getTestEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</del><ins>+    return getEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace Runtime {
</span><span class="lines">@@ -331,7 +330,7 @@
</span><span class="cx">         Builder&lt;STATE | TypeSet&gt;&amp; setType(Type value)
</span><span class="cx">         {
</span><span class="cx">             COMPILE_ASSERT(!(STATE &amp; TypeSet), property_type_already_set);
</span><del>-            m_result-&gt;setString(ASCIILiteral(&quot;type&quot;), Inspector::Protocol::getTestEnumConstantValue(static_cast&lt;int&gt;(value)));
</del><ins>+            m_result-&gt;setString(ASCIILiteral(&quot;type&quot;), Inspector::Protocol::getEnumConstantValue(static_cast&lt;int&gt;(value)));
</ins><span class="cx">             return castState&lt;TypeSet&gt;();
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -380,10 +379,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestProtocolTypes_h)
-### End File: InspectorTestProtocolTypes.h
</del><ins>+#endif // !defined(InspectorProtocolObjects_h)
+### End File: InspectorProtocolObjects.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.cpp
</del><ins>+### Begin File: InspectorProtocolObjects.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -415,7 +414,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -431,7 +430,7 @@
</span><span class="cx">     &quot;array&quot;,
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code) {
</del><ins>+String getEnumConstantValue(int code) {
</ins><span class="cx">     return enum_constant_values[code];
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -443,4 +442,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestProtocolTypes.cpp
</del><ins>+### End File: InspectorProtocolObjects.cpp
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptstestsexpectedtypedeclarationaliasedprimitivetypejsonresult"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-aliased-primitive-type.json-result (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-aliased-primitive-type.json-result        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-aliased-primitive-type.json-result        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-### Begin File: InspectorTestBackendCommands.js
</del><ins>+### Begin File: InspectorBackendCommands.js
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx"> 
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-aliased-primitive-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><del>-### End File: InspectorTestBackendCommands.js
</del><ins>+### End File: InspectorBackendCommands.js
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.h
</del><ins>+### Begin File: InspectorBackendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -61,12 +61,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-aliased-primitive-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestBackendDispatchers_h
-#define InspectorTestBackendDispatchers_h
</del><ins>+#ifndef InspectorBackendDispatchers_h
+#define InspectorBackendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -79,10 +79,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestBackendDispatchers_h)
-### End File: InspectorTestBackendDispatchers.h
</del><ins>+#endif // !defined(InspectorBackendDispatchers_h)
+### End File: InspectorBackendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.cpp
</del><ins>+### Begin File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestBackendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -130,9 +130,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestBackendDispatchers.cpp
</del><ins>+### End File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.h
</del><ins>+### Begin File: InspectorFrontendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -163,12 +163,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-aliased-primitive-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestFrontendDispatchers_h
-#define InspectorTestFrontendDispatchers_h
</del><ins>+#ifndef InspectorFrontendDispatchers_h
+#define InspectorFrontendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorFrontendChannel.h&gt;
</span><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -182,10 +182,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestFrontendDispatchers_h)
-### End File: InspectorTestFrontendDispatchers.h
</del><ins>+#endif // !defined(InspectorFrontendDispatchers_h)
+### End File: InspectorFrontendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### Begin File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -217,7 +217,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -229,9 +229,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### End File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.h
</del><ins>+### Begin File: InspectorProtocolObjects.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -262,12 +262,11 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-aliased-primitive-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestProtocolTypes_h
-#define InspectorTestProtocolTypes_h
</del><ins>+#ifndef InspectorProtocolObjects_h
+#define InspectorProtocolObjects_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &lt;inspector/InspectorJSProtocolTypes.h&gt;
</del><span class="cx"> #include &lt;inspector/InspectorProtocolTypes.h&gt;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -287,11 +286,11 @@
</span><span class="cx"> } // Runtime
</span><span class="cx"> // End of typedefs.
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code);
</del><ins>+String getEnumConstantValue(int code);
</ins><span class="cx"> 
</span><del>-template&lt;typename T&gt; String getTestEnumConstantValue(T enumValue)
</del><ins>+template&lt;typename T&gt; String getEnumConstantValue(T enumValue)
</ins><span class="cx"> {
</span><del>-    return getTestEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</del><ins>+    return getEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="lines">@@ -302,10 +301,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestProtocolTypes_h)
-### End File: InspectorTestProtocolTypes.h
</del><ins>+#endif // !defined(InspectorProtocolObjects_h)
+### End File: InspectorProtocolObjects.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.cpp
</del><ins>+### Begin File: InspectorProtocolObjects.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -337,7 +336,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -350,7 +349,7 @@
</span><span class="cx"> static const char* const enum_constant_values[] = {
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code) {
</del><ins>+String getEnumConstantValue(int code) {
</ins><span class="cx">     return enum_constant_values[code];
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -362,4 +361,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestProtocolTypes.cpp
</del><ins>+### End File: InspectorProtocolObjects.cpp
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptstestsexpectedtypedeclarationarraytypejsonresult"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-array-type.json-result (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-array-type.json-result        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-array-type.json-result        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-### Begin File: InspectorTestBackendCommands.js
</del><ins>+### Begin File: InspectorBackendCommands.js
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -31,9 +31,9 @@
</span><span class="cx"> 
</span><span class="cx"> // Debugger.
</span><span class="cx"> InspectorBackend.registerEnum(&quot;Debugger.Reason&quot;, {Died: &quot;Died&quot;, Fainted: &quot;Fainted&quot;, Hungry: &quot;Hungry&quot;});
</span><del>-### End File: InspectorTestBackendCommands.js
</del><ins>+### End File: InspectorBackendCommands.js
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.h
</del><ins>+### Begin File: InspectorBackendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -64,12 +64,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-array-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestBackendDispatchers_h
-#define InspectorTestBackendDispatchers_h
</del><ins>+#ifndef InspectorBackendDispatchers_h
+#define InspectorBackendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -82,10 +82,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestBackendDispatchers_h)
-### End File: InspectorTestBackendDispatchers.h
</del><ins>+#endif // !defined(InspectorBackendDispatchers_h)
+### End File: InspectorBackendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.cpp
</del><ins>+### Begin File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestBackendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -133,9 +133,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestBackendDispatchers.cpp
</del><ins>+### End File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.h
</del><ins>+### Begin File: InspectorFrontendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -166,12 +166,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-array-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestFrontendDispatchers_h
-#define InspectorTestFrontendDispatchers_h
</del><ins>+#ifndef InspectorFrontendDispatchers_h
+#define InspectorFrontendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorFrontendChannel.h&gt;
</span><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -185,10 +185,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestFrontendDispatchers_h)
-### End File: InspectorTestFrontendDispatchers.h
</del><ins>+#endif // !defined(InspectorFrontendDispatchers_h)
+### End File: InspectorFrontendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### Begin File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -220,7 +220,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -232,9 +232,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### End File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.h
</del><ins>+### Begin File: InspectorProtocolObjects.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -265,12 +265,11 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-array-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestProtocolTypes_h
-#define InspectorTestProtocolTypes_h
</del><ins>+#ifndef InspectorProtocolObjects_h
+#define InspectorProtocolObjects_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &lt;inspector/InspectorJSProtocolTypes.h&gt;
</del><span class="cx"> #include &lt;inspector/InspectorProtocolTypes.h&gt;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -298,11 +297,11 @@
</span><span class="cx"> } // Runtime
</span><span class="cx"> // End of typedefs.
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code);
</del><ins>+String getEnumConstantValue(int code);
</ins><span class="cx"> 
</span><del>-template&lt;typename T&gt; String getTestEnumConstantValue(T enumValue)
</del><ins>+template&lt;typename T&gt; String getEnumConstantValue(T enumValue)
</ins><span class="cx"> {
</span><del>-    return getTestEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</del><ins>+    return getEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace Debugger {
</span><span class="lines">@@ -322,10 +321,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestProtocolTypes_h)
-### End File: InspectorTestProtocolTypes.h
</del><ins>+#endif // !defined(InspectorProtocolObjects_h)
+### End File: InspectorProtocolObjects.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.cpp
</del><ins>+### Begin File: InspectorProtocolObjects.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -357,7 +356,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -373,7 +372,7 @@
</span><span class="cx">     &quot;Hungry&quot;,
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code) {
</del><ins>+String getEnumConstantValue(int code) {
</ins><span class="cx">     return enum_constant_values[code];
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -385,4 +384,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestProtocolTypes.cpp
</del><ins>+### End File: InspectorProtocolObjects.cpp
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptstestsexpectedtypedeclarationenumtypejsonresult"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-enum-type.json-result (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-enum-type.json-result        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-enum-type.json-result        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-### Begin File: InspectorTestBackendCommands.js
</del><ins>+### Begin File: InspectorBackendCommands.js
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -32,9 +32,9 @@
</span><span class="cx"> // Runtime.
</span><span class="cx"> InspectorBackend.registerEnum(&quot;Runtime.FarmAnimals&quot;, {Pigs: &quot;Pigs&quot;, Cows: &quot;Cows&quot;, Cats: &quot;Cats&quot;, Hens: &quot;Hens&quot;});
</span><span class="cx"> InspectorBackend.registerEnum(&quot;Runtime.TwoLeggedAnimals&quot;, {Ducks: &quot;Ducks&quot;, Hens: &quot;Hens&quot;, Crows: &quot;Crows&quot;, Flamingos: &quot;Flamingos&quot;});
</span><del>-### End File: InspectorTestBackendCommands.js
</del><ins>+### End File: InspectorBackendCommands.js
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.h
</del><ins>+### Begin File: InspectorBackendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -65,12 +65,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-enum-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestBackendDispatchers_h
-#define InspectorTestBackendDispatchers_h
</del><ins>+#ifndef InspectorBackendDispatchers_h
+#define InspectorBackendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -83,10 +83,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestBackendDispatchers_h)
-### End File: InspectorTestBackendDispatchers.h
</del><ins>+#endif // !defined(InspectorBackendDispatchers_h)
+### End File: InspectorBackendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.cpp
</del><ins>+### Begin File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestBackendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -134,9 +134,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestBackendDispatchers.cpp
</del><ins>+### End File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.h
</del><ins>+### Begin File: InspectorFrontendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -167,12 +167,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-enum-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestFrontendDispatchers_h
-#define InspectorTestFrontendDispatchers_h
</del><ins>+#ifndef InspectorFrontendDispatchers_h
+#define InspectorFrontendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorFrontendChannel.h&gt;
</span><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -186,10 +186,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestFrontendDispatchers_h)
-### End File: InspectorTestFrontendDispatchers.h
</del><ins>+#endif // !defined(InspectorFrontendDispatchers_h)
+### End File: InspectorFrontendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### Begin File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -221,7 +221,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -233,9 +233,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### End File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.h
</del><ins>+### Begin File: InspectorProtocolObjects.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -266,12 +266,11 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-enum-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestProtocolTypes_h
-#define InspectorTestProtocolTypes_h
</del><ins>+#ifndef InspectorProtocolObjects_h
+#define InspectorProtocolObjects_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &lt;inspector/InspectorJSProtocolTypes.h&gt;
</del><span class="cx"> #include &lt;inspector/InspectorProtocolTypes.h&gt;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -292,11 +291,11 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code);
</del><ins>+String getEnumConstantValue(int code);
</ins><span class="cx"> 
</span><del>-template&lt;typename T&gt; String getTestEnumConstantValue(T enumValue)
</del><ins>+template&lt;typename T&gt; String getEnumConstantValue(T enumValue)
</ins><span class="cx"> {
</span><del>-    return getTestEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</del><ins>+    return getEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace Runtime {
</span><span class="lines">@@ -324,10 +323,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestProtocolTypes_h)
-### End File: InspectorTestProtocolTypes.h
</del><ins>+#endif // !defined(InspectorProtocolObjects_h)
+### End File: InspectorProtocolObjects.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.cpp
</del><ins>+### Begin File: InspectorProtocolObjects.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -359,7 +358,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -379,7 +378,7 @@
</span><span class="cx">     &quot;Flamingos&quot;,
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code) {
</del><ins>+String getEnumConstantValue(int code) {
</ins><span class="cx">     return enum_constant_values[code];
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -391,4 +390,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestProtocolTypes.cpp
</del><ins>+### End File: InspectorProtocolObjects.cpp
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptstestsexpectedtypedeclarationobjecttypejsonresult"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-object-type.json-result (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-object-type.json-result        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-declaration-object-type.json-result        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-### Begin File: InspectorTestBackendCommands.js
</del><ins>+### Begin File: InspectorBackendCommands.js
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -28,9 +28,9 @@
</span><span class="cx"> 
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-object-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><del>-### End File: InspectorTestBackendCommands.js
</del><ins>+### End File: InspectorBackendCommands.js
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.h
</del><ins>+### Begin File: InspectorBackendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -61,12 +61,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-object-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestBackendDispatchers_h
-#define InspectorTestBackendDispatchers_h
</del><ins>+#ifndef InspectorBackendDispatchers_h
+#define InspectorBackendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -79,10 +79,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestBackendDispatchers_h)
-### End File: InspectorTestBackendDispatchers.h
</del><ins>+#endif // !defined(InspectorBackendDispatchers_h)
+### End File: InspectorBackendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.cpp
</del><ins>+### Begin File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -114,7 +114,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestBackendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -130,9 +130,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestBackendDispatchers.cpp
</del><ins>+### End File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.h
</del><ins>+### Begin File: InspectorFrontendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -163,12 +163,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-object-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestFrontendDispatchers_h
-#define InspectorTestFrontendDispatchers_h
</del><ins>+#ifndef InspectorFrontendDispatchers_h
+#define InspectorFrontendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorFrontendChannel.h&gt;
</span><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -182,10 +182,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestFrontendDispatchers_h)
-### End File: InspectorTestFrontendDispatchers.h
</del><ins>+#endif // !defined(InspectorFrontendDispatchers_h)
+### End File: InspectorFrontendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### Begin File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -217,7 +217,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -229,9 +229,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### End File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.h
</del><ins>+### Begin File: InspectorProtocolObjects.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -262,12 +262,11 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-declaration-object-type.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestProtocolTypes_h
-#define InspectorTestProtocolTypes_h
</del><ins>+#ifndef InspectorProtocolObjects_h
+#define InspectorProtocolObjects_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &lt;inspector/InspectorJSProtocolTypes.h&gt;
</del><span class="cx"> #include &lt;inspector/InspectorProtocolTypes.h&gt;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -295,11 +294,11 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code);
</del><ins>+String getEnumConstantValue(int code);
</ins><span class="cx"> 
</span><del>-template&lt;typename T&gt; String getTestEnumConstantValue(T enumValue)
</del><ins>+template&lt;typename T&gt; String getEnumConstantValue(T enumValue)
</ins><span class="cx"> {
</span><del>-    return getTestEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</del><ins>+    return getEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace Database {
</span><span class="lines">@@ -764,10 +763,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestProtocolTypes_h)
-### End File: InspectorTestProtocolTypes.h
</del><ins>+#endif // !defined(InspectorProtocolObjects_h)
+### End File: InspectorProtocolObjects.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.cpp
</del><ins>+### Begin File: InspectorProtocolObjects.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -799,7 +798,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -812,7 +811,7 @@
</span><span class="cx"> static const char* const enum_constant_values[] = {
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code) {
</del><ins>+String getEnumConstantValue(int code) {
</ins><span class="cx">     return enum_constant_values[code];
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -824,4 +823,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestProtocolTypes.cpp
</del><ins>+### End File: InspectorProtocolObjects.cpp
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreinspectorscriptstestsexpectedtyperequiringruntimecastsjsonresult"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-requiring-runtime-casts.json-result (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-requiring-runtime-casts.json-result        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/inspector/scripts/tests/expected/type-requiring-runtime-casts.json-result        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +1,4 @@
</span><del>-### Begin File: InspectorTestBackendCommands.js
</del><ins>+### Begin File: InspectorBackendCommands.js
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -32,9 +32,9 @@
</span><span class="cx"> // Test.
</span><span class="cx"> InspectorBackend.registerEnum(&quot;Test.UncastedAnimals&quot;, {Pigs: &quot;Pigs&quot;, Cows: &quot;Cows&quot;, Cats: &quot;Cats&quot;, Hens: &quot;Hens&quot;});
</span><span class="cx"> InspectorBackend.registerEnum(&quot;Test.CastedAnimals&quot;, {Ducks: &quot;Ducks&quot;, Hens: &quot;Hens&quot;, Crows: &quot;Crows&quot;, Flamingos: &quot;Flamingos&quot;});
</span><del>-### End File: InspectorTestBackendCommands.js
</del><ins>+### End File: InspectorBackendCommands.js
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.h
</del><ins>+### Begin File: InspectorBackendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -65,12 +65,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-requiring-runtime-casts.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestBackendDispatchers_h
-#define InspectorTestBackendDispatchers_h
</del><ins>+#ifndef InspectorBackendDispatchers_h
+#define InspectorBackendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="lines">@@ -83,10 +83,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestBackendDispatchers_h)
-### End File: InspectorTestBackendDispatchers.h
</del><ins>+#endif // !defined(InspectorBackendDispatchers_h)
+### End File: InspectorBackendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestBackendDispatchers.cpp
</del><ins>+### Begin File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -118,7 +118,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestBackendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorBackendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -134,9 +134,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestBackendDispatchers.cpp
</del><ins>+### End File: InspectorBackendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.h
</del><ins>+### Begin File: InspectorFrontendDispatchers.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -167,12 +167,12 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-requiring-runtime-casts.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestFrontendDispatchers_h
-#define InspectorTestFrontendDispatchers_h
</del><ins>+#ifndef InspectorFrontendDispatchers_h
+#define InspectorFrontendDispatchers_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &lt;inspector/InspectorFrontendChannel.h&gt;
</span><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -186,10 +186,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestFrontendDispatchers_h)
-### End File: InspectorTestFrontendDispatchers.h
</del><ins>+#endif // !defined(InspectorFrontendDispatchers_h)
+### End File: InspectorFrontendDispatchers.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### Begin File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -221,7 +221,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestFrontendDispatchers.h&quot;
</del><ins>+#include &quot;InspectorFrontendDispatchers.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -233,9 +233,9 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestFrontendDispatchers.cpp
</del><ins>+### End File: InspectorFrontendDispatchers.cpp
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.h
</del><ins>+### Begin File: InspectorProtocolObjects.h
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -266,12 +266,11 @@
</span><span class="cx"> // DO NOT EDIT THIS FILE. It is automatically generated from type-requiring-runtime-casts.json
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><del>-#ifndef InspectorTestProtocolTypes_h
-#define InspectorTestProtocolTypes_h
</del><ins>+#ifndef InspectorProtocolObjects_h
+#define InspectorProtocolObjects_h
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &lt;inspector/InspectorJSProtocolTypes.h&gt;
</del><span class="cx"> #include &lt;inspector/InspectorProtocolTypes.h&gt;
</span><span class="cx"> #include &lt;wtf/Assertions.h&gt;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="lines">@@ -301,11 +300,11 @@
</span><span class="cx"> } // Test
</span><span class="cx"> // End of typedefs.
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code);
</del><ins>+String getEnumConstantValue(int code);
</ins><span class="cx"> 
</span><del>-template&lt;typename T&gt; String getTestEnumConstantValue(T enumValue)
</del><ins>+template&lt;typename T&gt; String getEnumConstantValue(T enumValue)
</ins><span class="cx"> {
</span><del>-    return getTestEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</del><ins>+    return getEnumConstantValue(static_cast&lt;int&gt;(enumValue));
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> namespace Test {
</span><span class="lines">@@ -357,7 +356,7 @@
</span><span class="cx">         Builder&lt;STATE | AnimalsSet&gt;&amp; setAnimals(Inspector::Protocol::Test::CastedAnimals value)
</span><span class="cx">         {
</span><span class="cx">             COMPILE_ASSERT(!(STATE &amp; AnimalsSet), property_animals_already_set);
</span><del>-            m_result-&gt;setString(ASCIILiteral(&quot;animals&quot;), Inspector::Protocol::getTestEnumConstantValue(static_cast&lt;int&gt;(value)));
</del><ins>+            m_result-&gt;setString(ASCIILiteral(&quot;animals&quot;), Inspector::Protocol::getEnumConstantValue(static_cast&lt;int&gt;(value)));
</ins><span class="cx">             return castState&lt;AnimalsSet&gt;();
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="lines">@@ -556,10 +555,10 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#endif // !defined(InspectorTestProtocolTypes_h)
-### End File: InspectorTestProtocolTypes.h
</del><ins>+#endif // !defined(InspectorProtocolObjects_h)
+### End File: InspectorProtocolObjects.h
</ins><span class="cx"> 
</span><del>-### Begin File: InspectorTestProtocolTypes.cpp
</del><ins>+### Begin File: InspectorProtocolObjects.cpp
</ins><span class="cx"> /*
</span><span class="cx">  * Copyright (C) 2013 Google Inc. All rights reserved.
</span><span class="cx">  * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
</span><span class="lines">@@ -591,7 +590,7 @@
</span><span class="cx"> // by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</span><span class="cx"> 
</span><span class="cx"> #include &quot;config.h&quot;
</span><del>-#include &quot;InspectorTestProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="lines">@@ -611,7 +610,7 @@
</span><span class="cx">     &quot;Cats&quot;,
</span><span class="cx"> };
</span><span class="cx"> 
</span><del>-String getTestEnumConstantValue(int code) {
</del><ins>+String getEnumConstantValue(int code) {
</ins><span class="cx">     return enum_constant_values[code];
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="lines">@@ -724,4 +723,4 @@
</span><span class="cx"> 
</span><span class="cx"> #endif // ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-### End File: InspectorTestProtocolTypes.cpp
</del><ins>+### End File: InspectorProtocolObjects.cpp
</ins></span></pre></div>
<a id="trunkSourceJavaScriptCoreruntimeTypeProfilercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/runtime/TypeProfiler.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/runtime/TypeProfiler.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/runtime/TypeProfiler.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;TypeProfiler.h&quot;
</span><span class="cx"> 
</span><del>-#include &quot;InspectorJSProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &quot;TypeLocation.h&quot;
</span><span class="cx"> 
</span><span class="cx"> namespace JSC {
</span></span></pre></div>
<a id="trunkSourceJavaScriptCoreruntimeTypeSetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/JavaScriptCore/runtime/TypeSet.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/JavaScriptCore/runtime/TypeSet.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/JavaScriptCore/runtime/TypeSet.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -26,7 +26,7 @@
</span><span class="cx"> #include &quot;config.h&quot;
</span><span class="cx"> #include &quot;TypeSet.h&quot;
</span><span class="cx"> 
</span><del>-#include &quot;InspectorJSProtocolTypes.h&quot;
</del><ins>+#include &quot;InspectorProtocolObjects.h&quot;
</ins><span class="cx"> #include &quot;JSCJSValue.h&quot;
</span><span class="cx"> #include &quot;JSCJSValueInlines.h&quot;
</span><span class="cx"> #include &lt;wtf/text/CString.h&gt;
</span></span></pre></div>
<a id="trunkSourcePlatformEflcmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/PlatformEfl.cmake (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/PlatformEfl.cmake        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/PlatformEfl.cmake        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -4,8 +4,7 @@
</span><span class="cx">     add_custom_target(
</span><span class="cx">         web-inspector-resources ALL
</span><span class="cx">         COMMAND ${CMAKE_COMMAND} -E copy_directory ${WEBINSPECTORUI_DIR}/UserInterface ${WEB_INSPECTOR_DIR}
</span><del>-        COMMAND ${CMAKE_COMMAND} -E copy ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorJSBackendCommands.js ${WEB_INSPECTOR_DIR}/Protocol
-        COMMAND ${CMAKE_COMMAND} -E copy ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorWebBackendCommands.js ${WEB_INSPECTOR_DIR}/Protocol
</del><ins>+        COMMAND ${CMAKE_COMMAND} -E copy ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorBackendCommands.js ${WEB_INSPECTOR_DIR}/Protocol
</ins><span class="cx">         COMMAND ${CMAKE_COMMAND} -E copy ${WEBINSPECTORUI_DIR}/Localizations/en.lproj/localizedStrings.js ${WEB_INSPECTOR_DIR}
</span><span class="cx">         COMMAND ${CMAKE_COMMAND} -E copy ${WEBKIT2_DIR}/UIProcess/InspectorServer/front-end/inspectorPageIndex.html ${WEB_INSPECTOR_DIR}
</span><span class="cx">         DEPENDS JavaScriptCore WebCore
</span></span></pre></div>
<a id="trunkSourceWebCoreCMakeListstxt"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/CMakeLists.txt (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/CMakeLists.txt        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/CMakeLists.txt        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -785,35 +785,6 @@
</span><span class="cx"> 
</span><span class="cx"> set(WebCore_INSPECTOR_SCRIPTS_DIR &quot;${JAVASCRIPTCORE_DIR}/inspector/scripts&quot;)
</span><span class="cx"> 
</span><del>-set(WebCore_INSPECTOR_PROTOCOL_SCRIPTS
-    ${WebCore_INSPECTOR_SCRIPTS_DIR}/generate-inspector-protocol-bindings.py
-    ${WebCore_INSPECTOR_SCRIPTS_DIR}/codegen/generate_backend_commands.py
-    ${WebCore_INSPECTOR_SCRIPTS_DIR}/codegen/generate_backend_dispatcher_header.py
-    ${WebCore_INSPECTOR_SCRIPTS_DIR}/codegen/generate_backend_dispatcher_implementation.py
-    ${WebCore_INSPECTOR_SCRIPTS_DIR}/codegen/generate_frontend_dispatcher_header.py
-    ${WebCore_INSPECTOR_SCRIPTS_DIR}/codegen/generate_frontend_dispatcher_implementation.py
-    ${WebCore_INSPECTOR_SCRIPTS_DIR}/codegen/generate_protocol_types_header.py
-    ${WebCore_INSPECTOR_SCRIPTS_DIR}/codegen/generate_protocol_types_implementation.py
-    ${WebCore_INSPECTOR_SCRIPTS_DIR}/codegen/generator.py
-    ${WebCore_INSPECTOR_SCRIPTS_DIR}/codegen/generator_templates.py
-    ${WebCore_INSPECTOR_SCRIPTS_DIR}/codegen/__init__.py
-    ${WebCore_INSPECTOR_SCRIPTS_DIR}/codegen/models.py
-)
-
-set(WebCore_INSPECTOR_DOMAINS
-    ${WEBCORE_DIR}/inspector/protocol/ApplicationCache.json
-    ${WEBCORE_DIR}/inspector/protocol/CSS.json
-    ${WEBCORE_DIR}/inspector/protocol/DOM.json
-    ${WEBCORE_DIR}/inspector/protocol/DOMDebugger.json
-    ${WEBCORE_DIR}/inspector/protocol/DOMStorage.json
-    ${WEBCORE_DIR}/inspector/protocol/IndexedDB.json
-    ${WEBCORE_DIR}/inspector/protocol/LayerTree.json
-    ${WEBCORE_DIR}/inspector/protocol/Network.json
-    ${WEBCORE_DIR}/inspector/protocol/Page.json
-    ${WEBCORE_DIR}/inspector/protocol/Timeline.json
-    ${WEBCORE_DIR}/inspector/protocol/Worker.json
-)
-
</del><span class="cx"> set(WebCore_SOURCES
</span><span class="cx">     Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.cpp
</span><span class="cx"> 
</span><span class="lines">@@ -2797,10 +2768,6 @@
</span><span class="cx">     list(APPEND WebCore_IDL_FILES
</span><span class="cx">         Modules/webdatabase/WorkerGlobalScopeWebDatabase.idl
</span><span class="cx">     )
</span><del>-
-    list(APPEND WebCore_INSPECTOR_DOMAINS
-        ${WEBCORE_DIR}/inspector/protocol/Database.json
-    )
</del><span class="cx"> endif ()
</span><span class="cx"> 
</span><span class="cx"> if (NOT ENABLE_NETSCAPE_PLUGIN_API)
</span><span class="lines">@@ -3105,9 +3072,6 @@
</span><span class="cx"> endif ()
</span><span class="cx"> 
</span><span class="cx"> if (ENABLE_WEB_REPLAY)
</span><del>-    list(APPEND WebCore_INSPECTOR_DOMAINS
-        ${WEBCORE_DIR}/inspector/protocol/Replay.json
-    )
</del><span class="cx">     list(APPEND WebCore_INCLUDE_DIRECTORIES
</span><span class="cx">         &quot;${JAVASCRIPTCORE_DIR}/inspector&quot;
</span><span class="cx">         &quot;${JAVASCRIPTCORE_DIR}/replay&quot;
</span><span class="lines">@@ -3207,36 +3171,6 @@
</span><span class="cx"> 
</span><span class="cx"> WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()
</span><span class="cx"> 
</span><del>-# Generate InspectorWeb.json
-add_custom_command(
-    OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWeb.json
-    MAIN_DEPENDENCY ${WebCore_INSPECTOR_SCRIPTS_DIR}/generate-combined-inspector-json.py
-    DEPENDS ${WebCore_INSPECTOR_DOMAINS}
-    COMMAND ${PYTHON_EXECUTABLE} ${WebCore_INSPECTOR_SCRIPTS_DIR}/generate-combined-inspector-json.py ${WebCore_INSPECTOR_DOMAINS} &gt; ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWeb.json
-    VERBATIM)
-
-# All Web Inspector generated files are created with this one call to generate-inspector-protocol-bindings.py
-add_custom_command(
-    OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWebBackendDispatchers.cpp
-           ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWebBackendDispatchers.h
-           ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWebFrontendDispatchers.cpp
-           ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWebFrontendDispatchers.h
-           ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWebProtocolTypes.cpp
-           ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWebProtocolTypes.h
-           ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorWebBackendCommands.js
-    MAIN_DEPENDENCY ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWeb.json
-    DEPENDS ${WebCore_INSPECTOR_PROTOCOL_SCRIPTS}
-            ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJS.json
-    COMMAND ${PYTHON_EXECUTABLE} ${WebCore_INSPECTOR_SCRIPTS_DIR}/generate-inspector-protocol-bindings.py --outputDir &quot;${DERIVED_SOURCES_WEBCORE_DIR}&quot; --framework WebCore ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWeb.json ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/InspectorJS.json &amp;&amp; cp ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWebBackendCommands.js ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol
-    VERBATIM)
-
-list(APPEND WebCore_SOURCES
-    ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWebBackendDispatchers.cpp
-    ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWebFrontendDispatchers.cpp
-    ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorWebProtocolTypes.cpp
-)
-
-
</del><span class="cx"> # Generate InspectorOverlayPage.h
</span><span class="cx"> add_custom_command(
</span><span class="cx">     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.h ${DERIVED_SOURCES_WEBCORE_DIR}/InspectorOverlayPage.combined.html
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/ChangeLog        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,3 +1,64 @@
</span><ins>+2014-10-20  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Web Inspector: Generate all Inspector domains together in JavaScriptCore
+        https://bugs.webkit.org/show_bug.cgi?id=137748
+
+        Reviewed by Brian Burg.
+
+        After moving the json files into JavaScriptCore update the includes,
+        and names of functions that were previously prefixed.
+
+        * CMakeLists.txt:
+        * DerivedSources.make:
+        * ForwardingHeaders/inspector/InspectorBackendDispatchers.h: Added.
+        * ForwardingHeaders/inspector/InspectorFrontendDispatchers.h: Added.
+        * ForwardingHeaders/inspector/InspectorJSBackendDispatchers.h: Removed.
+        * ForwardingHeaders/inspector/InspectorJSFrontendDispatchers.h: Removed.
+        * ForwardingHeaders/inspector/InspectorJSProtocolTypes.h: Removed.
+        * ForwardingHeaders/inspector/InspectorProtocolTypesBase.h: Added.
+        * WebCore.vcxproj/WebCore.vcxproj:
+        * WebCore.vcxproj/WebCore.vcxproj.filters:
+        * WebCore.vcxproj/copyForwardingHeaders.cmd:
+        * WebCore.xcodeproj/project.pbxproj:
+        * inspector/CommandLineAPIHost.cpp:
+        * inspector/InspectorApplicationCacheAgent.cpp:
+        * inspector/InspectorApplicationCacheAgent.h:
+        * inspector/InspectorCSSAgent.cpp:
+        * inspector/InspectorCSSAgent.h:
+        * inspector/InspectorController.cpp:
+        * inspector/InspectorDOMAgent.cpp:
+        (WebCore::InspectorDOMAgent::buildObjectForAccessibilityProperties):
+        * inspector/InspectorDOMAgent.h:
+        * inspector/InspectorDOMDebuggerAgent.cpp:
+        * inspector/InspectorDOMDebuggerAgent.h:
+        * inspector/InspectorDOMStorageAgent.cpp:
+        * inspector/InspectorDOMStorageAgent.h:
+        * inspector/InspectorDatabaseAgent.cpp:
+        * inspector/InspectorDatabaseAgent.h:
+        * inspector/InspectorDatabaseResource.cpp:
+        * inspector/InspectorDatabaseResource.h:
+        * inspector/InspectorFrontendClientLocal.cpp:
+        * inspector/InspectorIndexedDBAgent.cpp:
+        * inspector/InspectorIndexedDBAgent.h:
+        * inspector/InspectorLayerTreeAgent.cpp:
+        * inspector/InspectorLayerTreeAgent.h:
+        * inspector/InspectorPageAgent.cpp:
+        * inspector/InspectorPageAgent.h:
+        * inspector/InspectorReplayAgent.cpp:
+        * inspector/InspectorReplayAgent.h:
+        * inspector/InspectorResourceAgent.cpp:
+        * inspector/InspectorResourceAgent.h:
+        * inspector/InspectorStyleSheet.cpp:
+        * inspector/InspectorStyleSheet.h:
+        * inspector/InspectorTimelineAgent.cpp:
+        (WebCore::InspectorTimelineAgent::addRecordToTimeline):
+        * inspector/InspectorTimelineAgent.h:
+        * inspector/InspectorWorkerAgent.cpp:
+        * inspector/InspectorWorkerAgent.h:
+        * inspector/PageRuntimeAgent.h:
+        * inspector/TimelineRecordFactory.cpp:
+        * inspector/WorkerInspectorController.cpp:
+
</ins><span class="cx"> 2014-10-20  Andy Estes  &lt;aestes@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Fix the GTK build.
</span></span></pre></div>
<a id="trunkSourceWebCoreDerivedSourcesmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/DerivedSources.make (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/DerivedSources.make        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/DerivedSources.make        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1136,65 +1136,8 @@
</span><span class="cx"> 
</span><span class="cx"> -include $(SUPPLEMENTAL_MAKEFILE_DEPS)
</span><span class="cx"> 
</span><del>-# Inspector interfaces generator
</del><ins>+# Inspector interfaces
</ins><span class="cx"> 
</span><del>-INSPECTOR_DOMAINS = \
-    $(WebCore)/inspector/protocol/ApplicationCache.json \
-    $(WebCore)/inspector/protocol/CSS.json \
-    $(WebCore)/inspector/protocol/DOM.json \
-    $(WebCore)/inspector/protocol/DOMDebugger.json \
-    $(WebCore)/inspector/protocol/DOMStorage.json \
-    $(WebCore)/inspector/protocol/LayerTree.json \
-    $(WebCore)/inspector/protocol/Network.json \
-    $(WebCore)/inspector/protocol/Page.json \
-    $(WebCore)/inspector/protocol/Timeline.json \
-    $(WebCore)/inspector/protocol/Worker.json \
-#
-
-ifeq ($(findstring ENABLE_SQL_DATABASE,$(FEATURE_DEFINES)), ENABLE_SQL_DATABASE)
-    INSPECTOR_DOMAINS := $(INSPECTOR_DOMAINS) $(WebCore)/inspector/protocol/Database.json
-endif
-
-ifeq ($(findstring ENABLE_INDEXED_DATABASE,$(FEATURE_DEFINES)), ENABLE_INDEXED_DATABASE)
-    INSPECTOR_DOMAINS := $(INSPECTOR_DOMAINS) $(WebCore)/inspector/protocol/IndexedDB.json
-endif
-
-ifeq ($(findstring ENABLE_WEB_REPLAY,$(FEATURE_DEFINES)), ENABLE_WEB_REPLAY)
-    INSPECTOR_DOMAINS := $(INSPECTOR_DOMAINS) $(WebCore)/inspector/protocol/Replay.json
-endif
-
-INSPECTOR_GENERATOR_SCRIPTS = \
-    $(InspectorScripts)/generate_backend_commands.py \
-    $(InspectorScripts)/generate_backend_dispatcher_header.py \
-    $(InspectorScripts)/generate_backend_dispatcher_implementation.py \
-    $(InspectorScripts)/generate_frontend_dispatcher_header.py \
-    $(InspectorScripts)/generate_frontend_dispatcher_implementation.py \
-    $(InspectorScripts)/generate_protocol_types_header.py \
-    $(InspectorScripts)/generate_protocol_types_implementation.py \
-    $(InspectorScripts)/generator_templates.py \
-    $(InspectorScripts)/generator.py \
-    $(InspectorScripts)/generate-combined-inspector-json.py \
-    $(InspectorScripts)/generate-inspector-protocol-bindings.py \
-    $(InspectorScripts)/models.py \
-#
-
-all : InspectorWeb.json
-
-# The combined JSON file depends on the actual set of domains and their file contents, so that
-# adding, modifying, or removing domains will trigger regeneration of inspector files.
-
-.PHONY: force
-EnabledInspectorDomains : force
-        echo '$(INSPECTOR_DOMAINS)' | cmp -s - $@ || echo '$(INSPECTOR_DOMAINS)' &gt; $@
-
-InspectorWeb.json : $(InspectorScripts)/generate-combined-inspector-json.py $(INSPECTOR_DOMAINS) EnabledInspectorDomains
-        $(PYTHON) $(InspectorScripts)/generate-combined-inspector-json.py $(INSPECTOR_DOMAINS) &gt; ./InspectorWeb.json
-
-all : InspectorWebFrontendDispatchers.h
-
-InspectorWebFrontendDispatchers.h : InspectorWeb.json $(InspectorScripts)/InspectorJS.json $(INSPECTOR_GENERATOR_SCRIPTS)
-        $(PYTHON) $(InspectorScripts)/generate-inspector-protocol-bindings.py --framework WebCore --outputDir . ./InspectorWeb.json $(InspectorScripts)/InspectorJS.json
-
</del><span class="cx"> all : InspectorOverlayPage.h
</span><span class="cx"> 
</span><span class="cx"> InspectorOverlayPage.h : InspectorOverlayPage.html InspectorOverlayPage.css InspectorOverlayPage.js
</span></span></pre></div>
<a id="trunkSourceWebCoreForwardingHeadersinspectorInspectorBackendDispatchersh"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorBackendDispatchers.h (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorBackendDispatchers.h                                (rev 0)
+++ trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorBackendDispatchers.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+#ifndef WebCore_FWD_InspectorBackendDispatchers_h
+#define WebCore_FWD_InspectorBackendDispatchers_h
+#include &lt;JavaScriptCore/InspectorBackendDispatchers.h&gt;
+#endif
</ins></span></pre></div>
<a id="trunkSourceWebCoreForwardingHeadersinspectorInspectorFrontendDispatchersh"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorFrontendDispatchers.h (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorFrontendDispatchers.h                                (rev 0)
+++ trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorFrontendDispatchers.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+#ifndef WebCore_FWD_InspectorFrontendDispatchers_h
+#define WebCore_FWD_InspectorFrontendDispatchers_h
+#include &lt;JavaScriptCore/InspectorFrontendDispatchers.h&gt;
+#endif
</ins></span></pre></div>
<a id="trunkSourceWebCoreForwardingHeadersinspectorInspectorJSBackendDispatchersh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorJSBackendDispatchers.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorJSBackendDispatchers.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorJSBackendDispatchers.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +0,0 @@
</span><del>-#ifndef WebCore_FWD_InspectorJSBackendDispatchers_h
-#define WebCore_FWD_InspectorJSBackendDispatchers_h
-#include &lt;JavaScriptCore/InspectorJSBackendDispatchers.h&gt;
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoreForwardingHeadersinspectorInspectorJSFrontendDispatchersh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorJSFrontendDispatchers.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorJSFrontendDispatchers.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorJSFrontendDispatchers.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +0,0 @@
</span><del>-#ifndef WebCore_FWD_InspectorJSFrontendDispatchers_h
-#define WebCore_FWD_InspectorJSFrontendDispatchers_h
-#include &lt;JavaScriptCore/InspectorJSFrontendDispatchers.h&gt;
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoreForwardingHeadersinspectorInspectorJSProtocolTypesh"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorJSProtocolTypes.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorJSProtocolTypes.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorJSProtocolTypes.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,4 +0,0 @@
</span><del>-#ifndef WebCore_FWD_InspectorJSProtocolTypes_h
-#define WebCore_FWD_InspectorJSProtocolTypes_h
-#include &lt;JavaScriptCore/InspectorJSProtocolTypes.h&gt;
-#endif
</del></span></pre></div>
<a id="trunkSourceWebCoreForwardingHeadersinspectorInspectorProtocolObjectsh"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorProtocolObjects.h (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorProtocolObjects.h                                (rev 0)
+++ trunk/Source/WebCore/ForwardingHeaders/inspector/InspectorProtocolObjects.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,4 @@
</span><ins>+#ifndef WebCore_FWD_InspectorProtocolObjects_h
+#define WebCore_FWD_InspectorProtocolObjects_h
+#include &lt;JavaScriptCore/InspectorProtocolObjects.h&gt;
+#endif
</ins></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojWebCorevcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -803,9 +803,6 @@
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Production|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="cx">     &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\HTMLNames.cpp&quot; /&gt;
</span><del>-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorWebBackendDispatchers.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorWebFrontendDispatchers.cpp&quot; /&gt;
-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorWebProtocolTypes.cpp&quot; /&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\WebCore\DerivedSources\JSAbstractWorker.cpp&quot;&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|Win32'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="cx">       &lt;ExcludedFromBuild Condition=&quot;'$(Configuration)|$(Platform)'=='Debug|x64'&quot;&gt;true&lt;/ExcludedFromBuild&gt;
</span><span class="lines">@@ -18299,9 +18296,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\HTMLElementTypeHelpers.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\HTMLNames.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorOverlayPage.h&quot; /&gt;
</span><del>-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorWebBackendDispatchers.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorWebFrontendDispatchers.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorWebProtocolTypes.h&quot; /&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\WebCore\DerivedSources\JSAbstractWorker.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSAttr.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\JSBarProp.h&quot; /&gt;
</span><span class="lines">@@ -18856,9 +18850,9 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorBackendDispatcher.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorEnvironment.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorFrontendChannel.h&quot; /&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorJSBackendDispatchers.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorJSFrontendDispatchers.h&quot; /&gt;
-    &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorJSProtocolTypes.h&quot; /&gt;
</del><ins>+    &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorBackendDispatchers.h&quot; /&gt;
+    &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorFrontendDispatchers.h&quot; /&gt;
+    &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorProtocolObjects.h&quot; /&gt;
</ins><span class="cx">     &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorProtocolTypes.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorValues.h&quot; /&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\ScriptArguments.h&quot; /&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojWebCorevcxprojfilters"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -5200,15 +5200,6 @@
</span><span class="cx">     &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\HTMLNames.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><del>-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorWebBackendDispatchers.cpp&quot;&gt;
-      &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorWebFrontendDispatchers.cpp&quot;&gt;
-      &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
-    &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorWebProtocolTypes.cpp&quot;&gt;
-      &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
-    &lt;/ClCompile&gt;
</del><span class="cx">     &lt;ClCompile Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\WebCore\DerivedSources\JSAbstractWorker.cpp&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClCompile&gt;
</span><span class="lines">@@ -12303,13 +12294,13 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorFrontendChannel.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;ForwardingHeaders\inspector&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorJSBackendDispatchers.h&quot;&gt;
</del><ins>+    &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorBackendDispatchers.h&quot;&gt;
</ins><span class="cx">       &lt;Filter&gt;ForwardingHeaders\inspector&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorJSFrontendDispatchers.h&quot;&gt;
</del><ins>+    &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorFrontendDispatchers.h&quot;&gt;
</ins><span class="cx">       &lt;Filter&gt;ForwardingHeaders\inspector&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorJSProtocolTypes.h&quot;&gt;
</del><ins>+    &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorProtocolObjects.h&quot;&gt;
</ins><span class="cx">       &lt;Filter&gt;ForwardingHeaders\inspector&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><span class="cx">     &lt;ClInclude Include=&quot;..\ForwardingHeaders\inspector\InspectorProtocolTypes.h&quot;&gt;
</span><span class="lines">@@ -13121,15 +13112,6 @@
</span><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorOverlayPage.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span><del>-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorWebBackendDispatchers.h&quot;&gt;
-      &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorWebFrontendDispatchers.h&quot;&gt;
-      &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
-    &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\$(ProjectName)\DerivedSources\InspectorWebProtocolTypes.h&quot;&gt;
-      &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
-    &lt;/ClInclude&gt;
</del><span class="cx">     &lt;ClInclude Include=&quot;$(ConfigurationBuildDir)\obj$(PlatformArchitecture)\WebCore\DerivedSources\JSAbstractWorker.h&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;DerivedSources&lt;/Filter&gt;
</span><span class="cx">     &lt;/ClInclude&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorevcxprojcopyForwardingHeaderscmd"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/WebCore.vcxproj/copyForwardingHeaders.cmd        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -109,6 +109,5 @@
</span><span class="cx"> 
</span><span class="cx"> set DerivedSourcesDirectory=%CONFIGURATIONBUILDDIR%\obj%PlatformArchitecture%\WebCore\DerivedSources
</span><span class="cx"> set PrivateHeadersDirectory=%CONFIGURATIONBUILDDIR%\include\private\WebCore
</span><del>-xcopy /y &quot;%DerivedSourcesDirectory%\InspectorWebBackendCommands.js&quot; &quot;%PrivateHeadersDirectory%&quot;
</del><span class="cx"> 
</span><span class="cx"> if exist &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot; del &quot;%CONFIGURATIONBUILDDIR%\buildfailed&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreWebCorexcodeprojprojectpbxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1767,11 +1767,8 @@
</span><span class="cx">                 4E19592E0A39DACC00220FE5 /* MediaQueryExp.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E1959280A39DACC00220FE5 /* MediaQueryExp.h */; };
</span><span class="cx">                 4F1534DE11B532EC0021FD86 /* EditingBehavior.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F1534DD11B532EC0021FD86 /* EditingBehavior.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 4F1534E011B533020021FD86 /* EditingBehaviorTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F1534DF11B533020021FD86 /* EditingBehaviorTypes.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                4F4F5FFB11CBD2E100A186BF /* InspectorWebFrontendDispatchers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F4F5FFA11CBD2D200A186BF /* InspectorWebFrontendDispatchers.cpp */; };
</del><span class="cx">                 4F6FDD641341DEDD001F8EE3 /* InspectorPageAgent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F6FDD621341DEDD001F8EE3 /* InspectorPageAgent.cpp */; };
</span><span class="cx">                 4F6FDD651341DEDD001F8EE3 /* InspectorPageAgent.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F6FDD631341DEDD001F8EE3 /* InspectorPageAgent.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                4F707A9911EF679400ACDA69 /* InspectorWebBackendDispatchers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4F707A9711EF679400ACDA69 /* InspectorWebBackendDispatchers.cpp */; };
-                4F707A9A11EF679400ACDA69 /* InspectorWebBackendDispatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F707A9811EF679400ACDA69 /* InspectorWebBackendDispatchers.h */; settings = {ATTRIBUTES = (Private, ); }; };
</del><span class="cx">                 4FB390AD15EF61F3007AD51F /* GeneratedImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4FB390AC15EF61F3007AD51F /* GeneratedImage.cpp */; };
</span><span class="cx">                 4FFC022B1643B710004E1638 /* NodeRareData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4FAB48661643A67E00F70C07 /* NodeRareData.cpp */; };
</span><span class="cx">                 4FFC022D1643B726004E1638 /* ElementRareData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4FAB48641643A66D00F70C07 /* ElementRareData.cpp */; };
</span><span class="lines">@@ -2044,9 +2041,6 @@
</span><span class="cx">                 53EF766C16531994004CBE49 /* SettingsMacros.h in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 53EF766A16530A61004CBE49 /* SettingsMacros.h */; };
</span><span class="cx">                 550A0BC9085F6039007353D6 /* QualifiedName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 550A0BC7085F6039007353D6 /* QualifiedName.cpp */; };
</span><span class="cx">                 550A0BCA085F6039007353D6 /* QualifiedName.h in Headers */ = {isa = PBXBuildFile; fileRef = 550A0BC8085F6039007353D6 /* QualifiedName.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                573D134714CE39FF0057ABCA /* InspectorWebProtocolTypes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 573D134514CE39FF0057ABCA /* InspectorWebProtocolTypes.cpp */; };
-                578DA20E1520EB8C006141C1 /* InspectorWebFrontendDispatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F4F5FFC11CBD30100A186BF /* InspectorWebFrontendDispatchers.h */; settings = {ATTRIBUTES = (Private, ); }; };
-                578DA20F1520EBA3006141C1 /* InspectorWebProtocolTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 573D134614CE39FF0057ABCA /* InspectorWebProtocolTypes.h */; settings = {ATTRIBUTES = (Private, ); }; };
</del><span class="cx">                 57B791A314C6A62900F202D1 /* ContentDistributor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57B7919F14C6A62900F202D1 /* ContentDistributor.cpp */; };
</span><span class="cx">                 57B791A414C6A62900F202D1 /* ContentDistributor.h in Headers */ = {isa = PBXBuildFile; fileRef = 57B791A014C6A62900F202D1 /* ContentDistributor.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 57CF497414EE36D700ECFF14 /* InsertionPoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57CF497214EE36D700ECFF14 /* InsertionPoint.cpp */; };
</span><span class="lines">@@ -3606,8 +3600,6 @@
</span><span class="cx">                 98EB1F951313FE0500D0E1EA /* NotImplemented.h in Headers */ = {isa = PBXBuildFile; fileRef = 98EB1F941313FE0500D0E1EA /* NotImplemented.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><span class="cx">                 9920398218B95BC600B39AF9 /* UserInputBridge.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9920398018B95BC600B39AF9 /* UserInputBridge.cpp */; };
</span><span class="cx">                 9920398318B95BC600B39AF9 /* UserInputBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = 9920398118B95BC600B39AF9 /* UserInputBridge.h */; settings = {ATTRIBUTES = (Private, ); }; };
</span><del>-                996231F318D18AC300C03FDA /* InspectorWebBackendCommands.js in Headers */ = {isa = PBXBuildFile; fileRef = 996231F118D189BD00C03FDA /* InspectorWebBackendCommands.js */; };
-                996231F418D22FA200C03FDA /* InspectorWebBackendCommands.js in Copy Generated Headers */ = {isa = PBXBuildFile; fileRef = 996231F118D189BD00C03FDA /* InspectorWebBackendCommands.js */; };
</del><span class="cx">                 99C7CCB318C663E40032E413 /* MemoizedDOMResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 99C7CCB218C663E40032E413 /* MemoizedDOMResult.h */; };
</span><span class="cx">                 99C7CCB518C6B8990032E413 /* MemoizedDOMResult.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 99C7CCB418C6B8990032E413 /* MemoizedDOMResult.cpp */; };
</span><span class="cx">                 99CC0B4D18BE9849006CEBCC /* AllReplayInputs.h in Headers */ = {isa = PBXBuildFile; fileRef = 99CC0B3818BE9849006CEBCC /* AllReplayInputs.h */; };
</span><span class="lines">@@ -6738,7 +6730,6 @@
</span><span class="cx">                         dstPath = PrivateHeaders;
</span><span class="cx">                         dstSubfolderSpec = 1;
</span><span class="cx">                         files = (
</span><del>-                                996231F418D22FA200C03FDA /* InspectorWebBackendCommands.js in Copy Generated Headers */,
</del><span class="cx">                                 5DF7F5C20F01F92A00526B4B /* CSSPropertyNames.h in Copy Generated Headers */,
</span><span class="cx">                                 7D741BDA177226AA00859170 /* CSSValueKeywords.h in Copy Generated Headers */,
</span><span class="cx">                                 8538F0300AD71CDB006A81D1 /* DOMAbstractView.h in Copy Generated Headers */,
</span><span class="lines">@@ -8847,12 +8838,8 @@
</span><span class="cx">                 4E1959280A39DACC00220FE5 /* MediaQueryExp.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MediaQueryExp.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 4F1534DD11B532EC0021FD86 /* EditingBehavior.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditingBehavior.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 4F1534DF11B533020021FD86 /* EditingBehaviorTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditingBehaviorTypes.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                4F4F5FFA11CBD2D200A186BF /* InspectorWebFrontendDispatchers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorWebFrontendDispatchers.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                4F4F5FFC11CBD30100A186BF /* InspectorWebFrontendDispatchers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InspectorWebFrontendDispatchers.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 4F6FDD621341DEDD001F8EE3 /* InspectorPageAgent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorPageAgent.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 4F6FDD631341DEDD001F8EE3 /* InspectorPageAgent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InspectorPageAgent.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                4F707A9711EF679400ACDA69 /* InspectorWebBackendDispatchers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorWebBackendDispatchers.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                4F707A9811EF679400ACDA69 /* InspectorWebBackendDispatchers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InspectorWebBackendDispatchers.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 4FAB48641643A66D00F70C07 /* ElementRareData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ElementRareData.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 4FAB48661643A67E00F70C07 /* NodeRareData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NodeRareData.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 4FB390AC15EF61F3007AD51F /* GeneratedImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GeneratedImage.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -9158,8 +9145,6 @@
</span><span class="cx">                 53EF766A16530A61004CBE49 /* SettingsMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingsMacros.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 550A0BC7085F6039007353D6 /* QualifiedName.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = QualifiedName.cpp; sourceTree = &quot;&lt;group&gt;&quot;; tabWidth = 8; usesTabs = 0; };
</span><span class="cx">                 550A0BC8085F6039007353D6 /* QualifiedName.h */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.c.h; path = QualifiedName.h; sourceTree = &quot;&lt;group&gt;&quot;; tabWidth = 8; usesTabs = 0; };
</span><del>-                573D134514CE39FF0057ABCA /* InspectorWebProtocolTypes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InspectorWebProtocolTypes.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
-                573D134614CE39FF0057ABCA /* InspectorWebProtocolTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InspectorWebProtocolTypes.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 57B7919F14C6A62900F202D1 /* ContentDistributor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ContentDistributor.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 57B791A014C6A62900F202D1 /* ContentDistributor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContentDistributor.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 57CF497214EE36D700ECFF14 /* InsertionPoint.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InsertionPoint.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -10772,7 +10757,6 @@
</span><span class="cx">                 98EB1F941313FE0500D0E1EA /* NotImplemented.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NotImplemented.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 9920398018B95BC600B39AF9 /* UserInputBridge.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UserInputBridge.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 9920398118B95BC600B39AF9 /* UserInputBridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserInputBridge.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                996231F118D189BD00C03FDA /* InspectorWebBackendCommands.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = InspectorWebBackendCommands.js; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 99C7CCB218C663E40032E413 /* MemoizedDOMResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MemoizedDOMResult.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 99C7CCB418C6B8990032E413 /* MemoizedDOMResult.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MemoizedDOMResult.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 99CC0B3818BE9849006CEBCC /* AllReplayInputs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AllReplayInputs.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -10965,7 +10949,6 @@
</span><span class="cx">                 A584FE371864DAC100843B10 /* JSCommandLineAPIHostCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSCommandLineAPIHostCustom.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A584FE391864E2D800843B10 /* JSCommandLineAPIHost.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSCommandLineAPIHost.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A584FE3A1864E2D800843B10 /* JSCommandLineAPIHost.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSCommandLineAPIHost.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><del>-                A593CF7218402CE900BFCE27 /* protocol */ = {isa = PBXFileReference; lastKnownFileType = folder; path = protocol; sourceTree = &quot;&lt;group&gt;&quot;; };
</del><span class="cx">                 A593CF8A1840535200BFCE27 /* InspectorWebAgentBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InspectorWebAgentBase.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A5A2AF091829734300DE1729 /* PageDebuggable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PageDebuggable.cpp; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="cx">                 A5A2AF0A1829734300DE1729 /* PageDebuggable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PageDebuggable.h; sourceTree = &quot;&lt;group&gt;&quot;; };
</span><span class="lines">@@ -15173,13 +15156,6 @@
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><span class="cx">                                 A584FE2518637DAB00843B10 /* CommandLineAPIModuleSource.h */,
</span><del>-                                996231F118D189BD00C03FDA /* InspectorWebBackendCommands.js */,
-                                4F707A9711EF679400ACDA69 /* InspectorWebBackendDispatchers.cpp */,
-                                4F707A9811EF679400ACDA69 /* InspectorWebBackendDispatchers.h */,
-                                4F4F5FFA11CBD2D200A186BF /* InspectorWebFrontendDispatchers.cpp */,
-                                4F4F5FFC11CBD30100A186BF /* InspectorWebFrontendDispatchers.h */,
-                                573D134514CE39FF0057ABCA /* InspectorWebProtocolTypes.cpp */,
-                                573D134614CE39FF0057ABCA /* InspectorWebProtocolTypes.h */,
</del><span class="cx">                                 A584FE391864E2D800843B10 /* JSCommandLineAPIHost.cpp */,
</span><span class="cx">                                 A584FE3A1864E2D800843B10 /* JSCommandLineAPIHost.h */,
</span><span class="cx">                                 7A0E771C10C00DB100A0276E /* JSInspectorFrontendHost.cpp */,
</span><span class="lines">@@ -15195,7 +15171,6 @@
</span><span class="cx">                 1C81B94D0E9732D900266E07 /* inspector */ = {
</span><span class="cx">                         isa = PBXGroup;
</span><span class="cx">                         children = (
</span><del>-                                A593CF7218402CE900BFCE27 /* protocol */,
</del><span class="cx">                                 A584FE311864D5AF00843B10 /* CommandLineAPIHost.cpp */,
</span><span class="cx">                                 A584FE321864D5AF00843B10 /* CommandLineAPIHost.h */,
</span><span class="cx">                                 A584FE331864D5AF00843B10 /* CommandLineAPIHost.idl */,
</span><span class="lines">@@ -24384,7 +24359,6 @@
</span><span class="cx">                                 CD7DBB2918CA19C600C11066 /* CSSGridLineNamesValue.h in Headers */,
</span><span class="cx">                                 A81369D2097374F600D74463 /* HTMLButtonElement.h in Headers */,
</span><span class="cx">                                 93F199E508245E59001E9ABC /* HTMLCanvasElement.h in Headers */,
</span><del>-                                996231F318D18AC300C03FDA /* InspectorWebBackendCommands.js in Headers */,
</del><span class="cx">                                 A8DF3FD0097FA0FC0052981B /* HTMLCollection.h in Headers */,
</span><span class="cx">                                 977B3865122883E900B81FF8 /* HTMLConstructionSite.h in Headers */,
</span><span class="cx">                                 F5C041DB0FFCA7CE00839D4A /* HTMLDataListElement.h in Headers */,
</span><span class="lines">@@ -24628,9 +24602,6 @@
</span><span class="cx">                                 82889B4D13C62392009A6156 /* InspectorStyleTextEditor.h in Headers */,
</span><span class="cx">                                 754133A8102E00E800075D00 /* InspectorTimelineAgent.h in Headers */,
</span><span class="cx">                                 A593CF8B1840535200BFCE27 /* InspectorWebAgentBase.h in Headers */,
</span><del>-                                4F707A9A11EF679400ACDA69 /* InspectorWebBackendDispatchers.h in Headers */,
-                                578DA20E1520EB8C006141C1 /* InspectorWebFrontendDispatchers.h in Headers */,
-                                578DA20F1520EBA3006141C1 /* InspectorWebProtocolTypes.h in Headers */,
</del><span class="cx">                                 F3810C1C1365A49600ED6E33 /* InspectorWorkerAgent.h in Headers */,
</span><span class="cx">                                 F375CC071150D300008DDB81 /* InspectorWorkerResource.h in Headers */,
</span><span class="cx">                                 F3ABFE0C130E9DA000E7F7D1 /* InstrumentingAgents.h in Headers */,
</span><span class="lines">@@ -28058,9 +28029,6 @@
</span><span class="cx">                                 82AB1773125C826700C5069D /* InspectorStyleSheet.cpp in Sources */,
</span><span class="cx">                                 82889B4C13C62392009A6156 /* InspectorStyleTextEditor.cpp in Sources */,
</span><span class="cx">                                 754133AA102E00F400075D00 /* InspectorTimelineAgent.cpp in Sources */,
</span><del>-                                4F707A9911EF679400ACDA69 /* InspectorWebBackendDispatchers.cpp in Sources */,
-                                4F4F5FFB11CBD2E100A186BF /* InspectorWebFrontendDispatchers.cpp in Sources */,
-                                573D134714CE39FF0057ABCA /* InspectorWebProtocolTypes.cpp in Sources */,
</del><span class="cx">                                 F3810C1B1365A49600ED6E33 /* InspectorWorkerAgent.cpp in Sources */,
</span><span class="cx">                                 F350B73513F1377D00880C43 /* InstrumentingAgents.cpp in Sources */,
</span><span class="cx">                                 2D46F04E17B96FBD005647F0 /* IntPoint.cpp in Sources */,
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorCommandLineAPIHostcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/CommandLineAPIHost.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/CommandLineAPIHost.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/CommandLineAPIHost.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx"> #include &quot;InspectorDOMAgent.h&quot;
</span><span class="cx"> #include &quot;InspectorDOMStorageAgent.h&quot;
</span><span class="cx"> #include &quot;InspectorDatabaseAgent.h&quot;
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><ins>+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &quot;Pasteboard.h&quot;
</span><span class="cx"> #include &quot;Storage.h&quot;
</span><span class="cx"> #include &quot;markup.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorApplicationCacheAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorApplicationCacheAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorApplicationCacheAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorApplicationCacheAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -34,11 +34,11 @@
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><span class="cx"> #include &quot;FrameLoader.h&quot;
</span><span class="cx"> #include &quot;InspectorPageAgent.h&quot;
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;NetworkStateNotifier.h&quot;
</span><span class="cx"> #include &quot;Page.h&quot;
</span><span class="cx"> #include &quot;ResourceResponse.h&quot;
</span><ins>+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/text/StringBuilder.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorApplicationCacheAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorApplicationCacheAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorApplicationCacheAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorApplicationCacheAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -29,8 +29,8 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;ApplicationCacheHost.h&quot;
</span><span class="cx"> #include &quot;InspectorWebAgentBase.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace Inspector {
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorCSSAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorCSSAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorCSSAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorCSSAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -43,7 +43,6 @@
</span><span class="cx"> #include &quot;HTMLStyleElement.h&quot;
</span><span class="cx"> #include &quot;InspectorDOMAgent.h&quot;
</span><span class="cx"> #include &quot;InspectorHistory.h&quot;
</span><del>-#include &quot;InspectorWebProtocolTypes.h&quot;
</del><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;NamedFlowCollection.h&quot;
</span><span class="cx"> #include &quot;Node.h&quot;
</span><span class="lines">@@ -56,7 +55,7 @@
</span><span class="cx"> #include &quot;StyleRule.h&quot;
</span><span class="cx"> #include &quot;StyleSheetList.h&quot;
</span><span class="cx"> #include &quot;WebKitNamedFlow.h&quot;
</span><del>-#include &lt;inspector/InspectorValues.h&gt;
</del><ins>+#include &lt;inspector/InspectorProtocolObjects.h&gt;
</ins><span class="cx"> #include &lt;wtf/CurrentTime.h&gt;
</span><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span><span class="cx"> #include &lt;wtf/Ref.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorCSSAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorCSSAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorCSSAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorCSSAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -30,8 +30,8 @@
</span><span class="cx"> #include &quot;InspectorDOMAgent.h&quot;
</span><span class="cx"> #include &quot;InspectorStyleSheet.h&quot;
</span><span class="cx"> #include &quot;InspectorWebAgentBase.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
</del><span class="cx"> #include &quot;SecurityContext.h&quot;
</span><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorController.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorController.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorController.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -48,13 +48,10 @@
</span><span class="cx"> #include &quot;InspectorIndexedDBAgent.h&quot;
</span><span class="cx"> #include &quot;InspectorInstrumentation.h&quot;
</span><span class="cx"> #include &quot;InspectorLayerTreeAgent.h&quot;
</span><del>-#include &quot;InspectorOverlay.h&quot;
</del><span class="cx"> #include &quot;InspectorPageAgent.h&quot;
</span><span class="cx"> #include &quot;InspectorReplayAgent.h&quot;
</span><span class="cx"> #include &quot;InspectorResourceAgent.h&quot;
</span><span class="cx"> #include &quot;InspectorTimelineAgent.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;InspectorWorkerAgent.h&quot;
</span><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;JSDOMWindow.h&quot;
</span><span class="lines">@@ -71,6 +68,8 @@
</span><span class="cx"> #include &quot;WebInjectedScriptManager.h&quot;
</span><span class="cx"> #include &lt;inspector/IdentifiersFactory.h&gt;
</span><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;inspector/agents/InspectorAgent.h&gt;
</span><span class="cx"> #include &lt;profiler/LegacyProfiler.h&gt;
</span><span class="cx"> #include &lt;runtime/JSLock.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorDOMAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorDOMAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -58,7 +58,6 @@
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> #include &quot;EventListener.h&quot;
</span><span class="cx"> #include &quot;EventNames.h&quot;
</span><del>-#include &quot;EventTarget.h&quot;
</del><span class="cx"> #include &quot;ExceptionCodeDescription.h&quot;
</span><span class="cx"> #include &quot;FrameTree.h&quot;
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="lines">@@ -68,9 +67,7 @@
</span><span class="cx"> #include &quot;HitTestResult.h&quot;
</span><span class="cx"> #include &quot;InspectorHistory.h&quot;
</span><span class="cx"> #include &quot;InspectorNodeFinder.h&quot;
</span><del>-#include &quot;InspectorOverlay.h&quot;
</del><span class="cx"> #include &quot;InspectorPageAgent.h&quot;
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;IntRect.h&quot;
</span><span class="cx"> #include &quot;JSEventListener.h&quot;
</span><span class="lines">@@ -97,8 +94,6 @@
</span><span class="cx"> #include &lt;inspector/InjectedScript.h&gt;
</span><span class="cx"> #include &lt;inspector/InjectedScriptManager.h&gt;
</span><span class="cx"> #include &lt;runtime/JSCInlines.h&gt;
</span><del>-#include &lt;wtf/HashSet.h&gt;
-#include &lt;wtf/Vector.h&gt;
</del><span class="cx"> #include &lt;wtf/text/CString.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><span class="lines">@@ -1557,9 +1552,9 @@
</span><span class="cx">                 String ariaRelevantAttrValue = axObject-&gt;ariaLiveRegionRelevant();
</span><span class="cx">                 if (!ariaRelevantAttrValue.isEmpty()) {
</span><span class="cx">                     // FIXME: Pass enum values rather than strings once unblocked. http://webkit.org/b/133711
</span><del>-                    String ariaRelevantAdditions = Inspector::Protocol::getWebEnumConstantValue(Inspector::Protocol::DOM::LiveRegionRelevant::Additions);
-                    String ariaRelevantRemovals = Inspector::Protocol::getWebEnumConstantValue(Inspector::Protocol::DOM::LiveRegionRelevant::Removals);
-                    String ariaRelevantText = Inspector::Protocol::getWebEnumConstantValue(Inspector::Protocol::DOM::LiveRegionRelevant::Text);
</del><ins>+                    String ariaRelevantAdditions = Inspector::Protocol::getEnumConstantValue(Inspector::Protocol::DOM::LiveRegionRelevant::Additions);
+                    String ariaRelevantRemovals = Inspector::Protocol::getEnumConstantValue(Inspector::Protocol::DOM::LiveRegionRelevant::Removals);
+                    String ariaRelevantText = Inspector::Protocol::getEnumConstantValue(Inspector::Protocol::DOM::LiveRegionRelevant::Text);
</ins><span class="cx">                     liveRegionRelevant = Inspector::Protocol::Array&lt;String&gt;::create();
</span><span class="cx">                     const SpaceSplitString&amp; values = SpaceSplitString(ariaRelevantAttrValue, true);
</span><span class="cx">                     // @aria-relevant=&quot;all&quot; is exposed as [&quot;additions&quot;,&quot;removals&quot;,&quot;text&quot;], in order.
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorDOMAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorDOMAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorDOMAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorDOMAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -33,10 +33,10 @@
</span><span class="cx"> #include &quot;EventTarget.h&quot;
</span><span class="cx"> #include &quot;InspectorOverlay.h&quot;
</span><span class="cx"> #include &quot;InspectorWebAgentBase.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;RenderLayer.h&quot;
</span><span class="cx"> #include &quot;Timer.h&quot;
</span><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/Deque.h&gt;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorDOMDebuggerAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorDOMDebuggerAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorDOMDebuggerAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorDOMDebuggerAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -36,10 +36,9 @@
</span><span class="cx"> #include &quot;HTMLElement.h&quot;
</span><span class="cx"> #include &quot;InspectorDOMAgent.h&quot;
</span><span class="cx"> #include &quot;InspectorInstrumentation.h&quot;
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><ins>+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><del>-#include &lt;wtf/text/WTFString.h&gt;
</del><span class="cx"> 
</span><span class="cx"> namespace {
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorDOMDebuggerAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorDOMDebuggerAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorDOMDebuggerAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorDOMDebuggerAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorWebAgentBase.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
</del><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;inspector/agents/InspectorDebuggerAgent.h&gt;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorDOMStorageAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorDOMStorageAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorDOMStorageAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorDOMStorageAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -40,15 +40,14 @@
</span><span class="cx"> #include &quot;ExceptionCodeDescription.h&quot;
</span><span class="cx"> #include &quot;Frame.h&quot;
</span><span class="cx"> #include &quot;InspectorPageAgent.h&quot;
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;Page.h&quot;
</span><span class="cx"> #include &quot;PageGroup.h&quot;
</span><span class="cx"> #include &quot;SecurityOrigin.h&quot;
</span><span class="cx"> #include &quot;Storage.h&quot;
</span><del>-#include &quot;StorageArea.h&quot;
</del><span class="cx"> #include &quot;StorageNamespace.h&quot;
</span><span class="cx"> #include &quot;VoidCallback.h&quot;
</span><ins>+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorDOMStorageAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorDOMStorageAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorDOMStorageAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorDOMStorageAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -30,8 +30,8 @@
</span><span class="cx"> #define InspectorDOMStorageAgent_h
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorWebAgentBase.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
</del><span class="cx"> #include &quot;StorageArea.h&quot;
</span><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorDatabaseAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorDatabaseAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorDatabaseAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorDatabaseAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -36,7 +36,6 @@
</span><span class="cx"> #include &quot;ExceptionCode.h&quot;
</span><span class="cx"> #include &quot;ExceptionCodePlaceholder.h&quot;
</span><span class="cx"> #include &quot;InspectorDatabaseResource.h&quot;
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;SQLError.h&quot;
</span><span class="cx"> #include &quot;SQLResultSet.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorDatabaseAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorDatabaseAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorDatabaseAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorDatabaseAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -32,8 +32,8 @@
</span><span class="cx"> #if ENABLE(INSPECTOR) &amp;&amp; ENABLE(SQL_DATABASE)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorWebAgentBase.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorDatabaseResourcecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorDatabaseResource.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorDatabaseResource.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorDatabaseResource.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx"> #include &quot;InspectorDatabaseResource.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Database.h&quot;
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> 
</span><span class="cx"> using namespace Inspector;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorDatabaseResourceh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorDatabaseResource.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorDatabaseResource.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorDatabaseResource.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -32,7 +32,8 @@
</span><span class="cx"> #define InspectorDatabaseResource_h
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(SQL_DATABASE) &amp;&amp; ENABLE(INSPECTOR)
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><ins>+
+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorFrontendClientLocalcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorFrontendClientLocal.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorFrontendClientLocal.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorFrontendClientLocal.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -44,7 +44,6 @@
</span><span class="cx"> #include &quot;InspectorController.h&quot;
</span><span class="cx"> #include &quot;InspectorFrontendHost.h&quot;
</span><span class="cx"> #include &quot;InspectorPageAgent.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
</del><span class="cx"> #include &quot;MainFrame.h&quot;
</span><span class="cx"> #include &quot;Page.h&quot;
</span><span class="cx"> #include &quot;ScriptController.h&quot;
</span><span class="lines">@@ -55,9 +54,9 @@
</span><span class="cx"> #include &quot;UserGestureIndicator.h&quot;
</span><span class="cx"> #include &quot;WindowFeatures.h&quot;
</span><span class="cx"> #include &lt;bindings/ScriptValue.h&gt;
</span><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;wtf/Deque.h&gt;
</span><span class="cx"> #include &lt;wtf/text/CString.h&gt;
</span><del>-#include &lt;wtf/text/WTFString.h&gt;
</del><span class="cx"> 
</span><span class="cx"> using namespace Inspector;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorIndexedDBAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -59,11 +59,11 @@
</span><span class="cx"> #include &quot;IDBRequest.h&quot;
</span><span class="cx"> #include &quot;IDBTransaction.h&quot;
</span><span class="cx"> #include &quot;InspectorPageAgent.h&quot;
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;SecurityOrigin.h&quot;
</span><span class="cx"> #include &lt;inspector/InjectedScript.h&gt;
</span><span class="cx"> #include &lt;inspector/InjectedScriptManager.h&gt;
</span><ins>+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/NeverDestroyed.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorIndexedDBAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorIndexedDBAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -34,7 +34,7 @@
</span><span class="cx"> #if ENABLE(INSPECTOR) &amp;&amp; ENABLE(INDEXED_DATABASE)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorWebAgentBase.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
</del><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;wtf/text/WTFString.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace Inspector {
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorLayerTreeAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorLayerTreeAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorLayerTreeAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorLayerTreeAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> #include &quot;InspectorLayerTreeAgent.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorDOMAgent.h&quot;
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><ins>+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;IntRect.h&quot;
</span><span class="cx"> #include &quot;PseudoElement.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorLayerTreeAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorLayerTreeAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorLayerTreeAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorLayerTreeAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -32,9 +32,9 @@
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorWebAgentBase.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
-#include &quot;InspectorWebFrontendDispatchers.h&quot;
-#include &quot;InspectorWebProtocolTypes.h&quot;
</del><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
+#include &lt;inspector/InspectorProtocolObjects.h&gt;
</ins><span class="cx"> #include &quot;RenderLayer.h&quot;
</span><span class="cx"> #include &lt;wtf/PassRefPtr.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorPageAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorPageAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorPageAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorPageAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -57,7 +57,6 @@
</span><span class="cx"> #include &quot;InspectorDOMAgent.h&quot;
</span><span class="cx"> #include &quot;InspectorInstrumentation.h&quot;
</span><span class="cx"> #include &quot;InspectorOverlay.h&quot;
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;MainFrame.h&quot;
</span><span class="cx"> #include &quot;MemoryCache.h&quot;
</span><span class="lines">@@ -75,7 +74,6 @@
</span><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/CurrentTime.h&gt;
</span><span class="cx"> #include &lt;wtf/ListHashSet.h&gt;
</span><del>-#include &lt;wtf/Vector.h&gt;
</del><span class="cx"> #include &lt;wtf/text/Base64.h&gt;
</span><span class="cx"> #include &lt;wtf/text/StringBuilder.h&gt;
</span><span class="cx"> #include &lt;yarr/RegularExpression.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorPageAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorPageAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorPageAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorPageAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -34,10 +34,10 @@
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorWebAgentBase.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;IntSize.h&quot;
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorReplayAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorReplayAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorReplayAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorReplayAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> #include &quot;FunctorInputCursor.h&quot;
</span><span class="cx"> #include &quot;InspectorController.h&quot;
</span><span class="cx"> #include &quot;InspectorPageAgent.h&quot;
</span><del>-#include &quot;InspectorWebProtocolTypes.h&quot;
</del><ins>+#include &lt;inspector/InspectorProtocolObjects.h&gt;
</ins><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;Logging.h&quot;
</span><span class="cx"> #include &quot;Page.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorReplayAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorReplayAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorReplayAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorReplayAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -31,8 +31,8 @@
</span><span class="cx"> #if ENABLE(INSPECTOR) &amp;&amp; ENABLE(WEB_REPLAY)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorWebAgentBase.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/Noncopyable.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorResourceAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorResourceAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorResourceAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorResourceAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -47,7 +47,6 @@
</span><span class="cx"> #include &quot;IconController.h&quot;
</span><span class="cx"> #include &quot;InspectorClient.h&quot;
</span><span class="cx"> #include &quot;InspectorPageAgent.h&quot;
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;JSMainThreadExecState.h&quot;
</span><span class="cx"> #include &quot;MemoryCache.h&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorResourceAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorResourceAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorResourceAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorResourceAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -32,8 +32,8 @@
</span><span class="cx"> #define InspectorResourceAgent_h
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorWebAgentBase.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span><span class="cx"> #include &lt;wtf/RefCounted.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorStyleSheetcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorStyleSheet.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorStyleSheet.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorStyleSheet.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -58,8 +58,6 @@
</span><span class="cx"> #include &quot;StyleSheetList.h&quot;
</span><span class="cx"> #include &quot;WebKitCSSKeyframesRule.h&quot;
</span><span class="cx"> #include &lt;inspector/ContentSearchUtilities.h&gt;
</span><del>-#include &lt;inspector/InspectorValues.h&gt;
-#include &lt;wtf/Vector.h&gt;
</del><span class="cx"> #include &lt;wtf/text/StringBuilder.h&gt;
</span><span class="cx"> #include &lt;yarr/RegularExpression.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorStyleSheeth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorStyleSheet.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorStyleSheet.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorStyleSheet.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -29,7 +29,7 @@
</span><span class="cx"> #include &quot;CSSStyleDeclaration.h&quot;
</span><span class="cx"> #include &quot;ExceptionCode.h&quot;
</span><span class="cx"> #include &quot;InspectorStyleTextEditor.h&quot;
</span><del>-#include &quot;InspectorWebProtocolTypes.h&quot;
</del><ins>+#include &lt;inspector/InspectorProtocolObjects.h&gt;
</ins><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> #include &lt;wtf/HashSet.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorTimelineAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorTimelineAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorTimelineAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorTimelineAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -41,7 +41,6 @@
</span><span class="cx"> #include &quot;InspectorClient.h&quot;
</span><span class="cx"> #include &quot;InspectorInstrumentation.h&quot;
</span><span class="cx"> #include &quot;InspectorPageAgent.h&quot;
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;IntRect.h&quot;
</span><span class="cx"> #include &quot;JSDOMWindow.h&quot;
</span><span class="lines">@@ -644,7 +643,7 @@
</span><span class="cx"> 
</span><span class="cx"> void InspectorTimelineAgent::addRecordToTimeline(PassRefPtr&lt;InspectorObject&gt; prpRecord, TimelineRecordType type)
</span><span class="cx"> {
</span><del>-    prpRecord-&gt;setString(&quot;type&quot;, Inspector::Protocol::getWebEnumConstantValue(toProtocol(type)));
</del><ins>+    prpRecord-&gt;setString(&quot;type&quot;, Inspector::Protocol::getEnumConstantValue(toProtocol(type)));
</ins><span class="cx"> 
</span><span class="cx">     RefPtr&lt;Inspector::Protocol::Timeline::TimelineEvent&gt; record = BindingTraits&lt;Inspector::Protocol::Timeline::TimelineEvent&gt;::runtimeCast(prpRecord);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorTimelineAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorTimelineAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorTimelineAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorTimelineAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -35,9 +35,9 @@
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorWebAgentBase.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;inspector/ScriptDebugListener.h&gt;
</span><span class="cx"> #include &lt;wtf/Vector.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorWorkerAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorWorkerAgent.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorWorkerAgent.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorWorkerAgent.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -35,10 +35,10 @@
</span><span class="cx"> #include &quot;InspectorWorkerAgent.h&quot;
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorForwarding.h&quot;
</span><del>-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;URL.h&quot;
</span><span class="cx"> #include &quot;WorkerGlobalScopeProxy.h&quot;
</span><ins>+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;inspector/InspectorValues.h&gt;
</span><span class="cx"> #include &lt;wtf/RefPtr.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorWorkerAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorWorkerAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorWorkerAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/InspectorWorkerAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> #define InspectorWorkerAgent_h
</span><span class="cx"> 
</span><span class="cx"> #include &quot;InspectorWebAgentBase.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
</del><ins>+#include &lt;inspector/InspectorBackendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;wtf/Forward.h&gt;
</span><span class="cx"> #include &lt;wtf/HashMap.h&gt;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorPageRuntimeAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/PageRuntimeAgent.h (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/PageRuntimeAgent.h        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/PageRuntimeAgent.h        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -33,7 +33,7 @@
</span><span class="cx"> 
</span><span class="cx"> #if ENABLE(INSPECTOR)
</span><span class="cx"> 
</span><del>-#include &lt;inspector/InspectorJSFrontendDispatchers.h&gt;
</del><ins>+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> #include &lt;inspector/agents/InspectorRuntimeAgent.h&gt;
</span><span class="cx"> 
</span><span class="cx"> namespace JSC {
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorTimelineRecordFactorycpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/TimelineRecordFactory.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/TimelineRecordFactory.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/TimelineRecordFactory.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -37,12 +37,12 @@
</span><span class="cx"> 
</span><span class="cx"> #include &quot;Event.h&quot;
</span><span class="cx"> #include &quot;FloatQuad.h&quot;
</span><del>-#include &quot;InspectorWebProtocolTypes.h&quot;
</del><span class="cx"> #include &quot;IntRect.h&quot;
</span><span class="cx"> #include &quot;JSMainThreadExecState.h&quot;
</span><span class="cx"> #include &quot;LayoutRect.h&quot;
</span><span class="cx"> #include &quot;ResourceRequest.h&quot;
</span><span class="cx"> #include &quot;ResourceResponse.h&quot;
</span><ins>+#include &lt;inspector/InspectorProtocolObjects.h&gt;
</ins><span class="cx"> #include &lt;inspector/ScriptBreakpoint.h&gt;
</span><span class="cx"> #include &lt;inspector/ScriptCallStack.h&gt;
</span><span class="cx"> #include &lt;inspector/ScriptCallStackFactory.h&gt;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorWorkerInspectorControllercpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/WorkerInspectorController.cpp (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/WorkerInspectorController.cpp        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebCore/inspector/WorkerInspectorController.cpp        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -39,8 +39,6 @@
</span><span class="cx"> #include &quot;InspectorForwarding.h&quot;
</span><span class="cx"> #include &quot;InspectorInstrumentation.h&quot;
</span><span class="cx"> #include &quot;InspectorTimelineAgent.h&quot;
</span><del>-#include &quot;InspectorWebBackendDispatchers.h&quot;
-#include &quot;InspectorWebFrontendDispatchers.h&quot;
</del><span class="cx"> #include &quot;InstrumentingAgents.h&quot;
</span><span class="cx"> #include &quot;JSMainThreadExecState.h&quot;
</span><span class="cx"> #include &quot;WebInjectedScriptHost.h&quot;
</span><span class="lines">@@ -52,6 +50,7 @@
</span><span class="cx"> #include &quot;WorkerRuntimeAgent.h&quot;
</span><span class="cx"> #include &quot;WorkerThread.h&quot;
</span><span class="cx"> #include &lt;inspector/InspectorBackendDispatcher.h&gt;
</span><ins>+#include &lt;inspector/InspectorFrontendDispatchers.h&gt;
</ins><span class="cx"> 
</span><span class="cx"> using namespace Inspector;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/ChangeLog        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,3 +1,53 @@
</span><ins>+2014-10-20  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Web Inspector: Generate all Inspector domains together in JavaScriptCore
+        https://bugs.webkit.org/show_bug.cgi?id=137748
+
+        Reviewed by Brian Burg.
+
+        Change the frontend to always load all agents, but only activate a subset
+        of the agents depending on the type of the backend.
+
+        * UserInterface/Base/Main.js:
+        (WebInspector.loaded):
+        * UserInterface/Protocol/InspectorBackend.js:
+        (InspectorBackendClass.prototype.activateDomains):
+        (InspectorBackendClass.prototype.activateAllDomains):
+        (InspectorBackendClass.prototype._agentForDomain):
+        (InspectorBackendClass.prototype._dispatchEvent):
+        (InspectorBackend.Agent):
+        (InspectorBackend.Agent.prototype.get active):
+        (InspectorBackend.Agent.prototype.activate):
+        * UserInterface/Base/Test.js:
+        Only expose &quot;window.FooAgent&quot; or allow dispatches in the &quot;Foo&quot; domain
+        when that particular agent is activated. Currently we hardcode the list
+        of agents to activate for a debuggable type. This should be generated.
+
+        * UserInterface/Protocol/LoadInspectorBackendCommands.js:
+        Now there should always be a single &quot;InspectorBackendCommands.js&quot; file to load.
+        We may want to change the RWI path to return a single file instead of an array.
+
+        * Scripts/update-LegacyInspectorBackendCommands.rb:
+        * UserInterface/Protocol/Legacy/6.0/InspectorBackendCommands.js: Renamed from Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js.
+        * UserInterface/Protocol/Legacy/7.0/InspectorBackendCommands.js: Renamed from Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js.
+        * UserInterface/Protocol/Legacy/8.0/InspectorBackendCommands.js: Renamed from Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorWebBackendCommands.js.
+        * UserInterface/Protocol/Legacy/8.0/InspectorJSBackendCommands.js: Removed.
+        * Versions/Inspector-iOS-8.0.json: Renamed from Source/WebInspectorUI/Versions/InspectorWeb-iOS-8.0.json.
+        * Versions/InspectorJS-iOS-8.0.json: Removed.
+        Update Legacy versions to output a single InspectorBackendCommands.js file.
+        Do a straightforward merge of the iOS 8 JS/Web inputs to a single json file.
+
+        * Configurations/Base.xcconfig:
+        * Configurations/DebugRelease.xcconfig:
+        * Configurations/WebInspectorUIFramework.xcconfig:
+        * Scripts/copy-user-interface-resources-dryrun.rb:
+        * Scripts/copy-user-interface-resources.pl:
+        * WebInspectorUI.vcxproj/WebInspectorUI.vcxproj:
+        * WebInspectorUI.vcxproj/WebInspectorUI.vcxproj.filters:
+        * WebInspectorUI.vcxproj/build-webinspectorui.pl:
+        We no longer needed WebCore's Private Headers, so simplify build files
+        and update file names where appropriate.
+
</ins><span class="cx"> 2014-10-17  Jono Wells  &lt;jonowells@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Add ESLint open source library to the inspector
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIConfigurationsBasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Configurations/Base.xcconfig (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Configurations/Base.xcconfig        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/Configurations/Base.xcconfig        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -58,15 +58,6 @@
</span><span class="cx"> 
</span><span class="cx"> SDKROOT = macosx.internal;
</span><span class="cx"> 
</span><del>-
-WEBKIT_UMBRELLA_FRAMEWORKS_DIR = $(WEBKIT_UMBRELLA_FRAMEWORKS_DIR_$(USE_STAGING_INSTALL_PATH));
-WEBKIT_UMBRELLA_FRAMEWORKS_DIR_ = $(WEBKIT_UMBRELLA_FRAMEWORKS_DIR_NO);
-WEBKIT_UMBRELLA_FRAMEWORKS_DIR_NO = $(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/Frameworks/WebKit.framework/Versions/A/Frameworks;
-WEBKIT_UMBRELLA_FRAMEWORKS_DIR_YES = $(NEXT_ROOT)$(SYSTEM_LIBRARY_DIR)/StagedFrameworks/Safari;
-
-WEBCORE_PRIVATE_HEADERS_DIR = $(WEBKIT_UMBRELLA_FRAMEWORKS_DIR)/WebCore.framework/PrivateHeaders;
-WEBCORE_RESOURCES_DIR = $(WEBKIT_UMBRELLA_FRAMEWORKS_DIR)/WebCore.framework/Resources;
-
</del><span class="cx"> OTHER_LDFLAGS_VERSIONED_FRAMEWORK_PATH = -Wl,-dyld_env -Wl,DYLD_VERSIONED_FRAMEWORK_PATH=/System/Library/StagedFrameworks/Safari;
</span><span class="cx"> 
</span><span class="cx"> TOOLCHAINS = $(TOOLCHAINS_$(PLATFORM_NAME));
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIConfigurationsDebugReleasexcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Configurations/DebugRelease.xcconfig (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Configurations/DebugRelease.xcconfig        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/Configurations/DebugRelease.xcconfig        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -15,8 +15,6 @@
</span><span class="cx"> DEBUG_INFORMATION_FORMAT = dwarf;
</span><span class="cx"> RUN_CLANG_STATIC_ANALYZER = YES;
</span><span class="cx"> 
</span><del>-WEBKIT_UMBRELLA_FRAMEWORKS_DIR = $(BUILT_PRODUCTS_DIR);
-
</del><span class="cx"> OTHER_CFLAGS = $(ASAN_OTHER_CFLAGS);
</span><span class="cx"> OTHER_CPLUSPLUSFLAGS = $(ASAN_OTHER_CPLUSPLUSFLAGS);
</span><span class="cx"> OTHER_LDFLAGS = $(ASAN_OTHER_LDFLAGS);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIConfigurationsWebInspectorUIFrameworkxcconfig"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Configurations/WebInspectorUIFramework.xcconfig (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Configurations/WebInspectorUIFramework.xcconfig        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/Configurations/WebInspectorUIFramework.xcconfig        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -38,20 +38,6 @@
</span><span class="cx"> JAVASCRIPTCORE_PRIVATE_HEADERS_DIR_Production_macosx = $(SDKROOT)$(PRODUCTION_FRAMEWORKS_DIR)/JavaScriptCore.framework/PrivateHeaders;
</span><span class="cx"> JAVASCRIPTCORE_PRIVATE_HEADERS_engineering = $(BUILT_PRODUCTS_DIR)/JavaScriptCore.framework/PrivateHeaders;
</span><span class="cx"> 
</span><del>-UMBRELLA_FRAMEWORKS_DIR = $(PRODUCTION_FRAMEWORKS_DIR)/WebKit.framework/Versions/A/Frameworks;
-
-WEBCORE_PRIVATE_HEADERS_DIR = $(WEBCORE_PRIVATE_HEADERS_DIR_$(CONFIGURATION));
-WEBCORE_PRIVATE_HEADERS_DIR_Release = $(WEBCORE_PRIVATE_HEADERS_engineering);
-WEBCORE_PRIVATE_HEADERS_DIR_Debug = $(WEBCORE_PRIVATE_HEADERS_engineering);
-WEBCORE_PRIVATE_HEADERS_DIR_Production = $(WEBCORE_PRIVATE_HEADERS_DIR_Production_$(PLATFORM_NAME));
-WEBCORE_PRIVATE_HEADERS_DIR_Production_iphoneos = $(PRODUCTION_FRAMEWORKS_DIR)/WebCore.framework/PrivateHeaders;
-WEBCORE_PRIVATE_HEADERS_DIR_Production_iphonesimulator = $(WEBCORE_PRIVATE_HEADERS_DIR_Production_iphoneos);
-WEBCORE_PRIVATE_HEADERS_DIR_Production_macosx = $(SDKROOT)$(WEBCORE_PRIVATE_HEADERS_DIR_Production_macosx_USE_STAGING_INSTALL_PATH_$(USE_STAGING_INSTALL_PATH));
-WEBCORE_PRIVATE_HEADERS_DIR_Production_macosx_USE_STAGING_INSTALL_PATH_ = $(WEBCORE_PRIVATE_HEADERS_DIR_Production_macosx_USE_STAGING_INSTALL_PATH_NO);
-WEBCORE_PRIVATE_HEADERS_DIR_Production_macosx_USE_STAGING_INSTALL_PATH_NO = $(UMBRELLA_FRAMEWORKS_DIR)/WebCore.framework/PrivateHeaders;
-WEBCORE_PRIVATE_HEADERS_DIR_Production_macosx_USE_STAGING_INSTALL_PATH_YES = $(PRODUCTION_FRAMEWORKS_DIR)/WebCore.framework/PrivateHeaders;
-WEBCORE_PRIVATE_HEADERS_engineering = $(BUILT_PRODUCTS_DIR)/WebCore.framework/PrivateHeaders;
-
</del><span class="cx"> COMBINE_INSPECTOR_RESOURCES = $(COMBINE_INSPECTOR_RESOURCES_$(CONFIGURATION));
</span><span class="cx"> COMBINE_INSPECTOR_RESOURCES_Debug = NO;
</span><span class="cx"> COMBINE_INSPECTOR_RESOURCES_Release = NO;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIScriptscopyuserinterfaceresourcesdryrunrb"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Scripts/copy-user-interface-resources-dryrun.rb (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Scripts/copy-user-interface-resources-dryrun.rb        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/Scripts/copy-user-interface-resources-dryrun.rb        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -19,13 +19,11 @@
</span><span class="cx">   FileUtils.mkdir_p $output_directory
</span><span class="cx">   
</span><span class="cx">   # Create empty derived sources expected to exist.
</span><del>-  FileUtils.touch(File.join(tmpdir, 'InspectorJSBackendCommands.js'))
-  FileUtils.touch(File.join(tmpdir, 'InspectorWebBackendCommands.js'))
</del><ins>+  FileUtils.touch(File.join(tmpdir, 'InspectorBackendCommands.js'))
</ins><span class="cx">   
</span><span class="cx">   # Setup the environment and run.
</span><span class="cx">   ENV[&quot;DERIVED_SOURCES_DIR&quot;] = tmpdir
</span><span class="cx">   ENV[&quot;JAVASCRIPTCORE_PRIVATE_HEADERS_DIR&quot;] = tmpdir
</span><del>-  ENV[&quot;WEBCORE_PRIVATE_HEADERS_DIR&quot;] = tmpdir
</del><span class="cx">   ENV[&quot;SRCROOT&quot;] = WEB_INSPECTOR_PATH
</span><span class="cx">   ENV[&quot;TARGET_BUILD_DIR&quot;] = $output_directory
</span><span class="cx">   ENV[&quot;UNLOCALIZED_RESOURCES_FOLDER_PATH&quot;] = &quot;&quot;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIScriptscopyuserinterfaceresourcespl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Scripts/copy-user-interface-resources.pl (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Scripts/copy-user-interface-resources.pl        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/Scripts/copy-user-interface-resources.pl        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -109,8 +109,7 @@
</span><span class="cx"> make_path($protocolDir, $targetResourcePath);
</span><span class="cx"> 
</span><span class="cx"> # Copy over dynamically loaded files from other frameworks, even if we aren't combining resources.
</span><del>-copy(File::Spec-&gt;catfile($ENV{'JAVASCRIPTCORE_PRIVATE_HEADERS_DIR'}, 'InspectorJSBackendCommands.js'), File::Spec-&gt;catfile($protocolDir, 'InspectorJSBackendCommands.js')) or die &quot;Copy of InspectorJSBackendCommands.js failed: $!&quot;;
-copy(File::Spec-&gt;catfile($ENV{'WEBCORE_PRIVATE_HEADERS_DIR'}, 'InspectorWebBackendCommands.js'), File::Spec-&gt;catfile($protocolDir, 'InspectorWebBackendCommands.js')) or die &quot;Copy of InspectorWebBackendCommands.js failed: $!&quot;;
</del><ins>+copy(File::Spec-&gt;catfile($ENV{'JAVASCRIPTCORE_PRIVATE_HEADERS_DIR'}, 'InspectorBackendCommands.js'), File::Spec-&gt;catfile($protocolDir, 'InspectorBackendCommands.js')) or die &quot;Copy of InspectorBackendCommands.js failed: $!&quot;;
</ins><span class="cx"> 
</span><span class="cx"> if (defined $ENV{'COMBINE_INSPECTOR_RESOURCES'} &amp;&amp; ($ENV{'COMBINE_INSPECTOR_RESOURCES'} eq 'YES')) {
</span><span class="cx">     my $combineResourcesCmd = File::Spec-&gt;catfile($scriptsRoot, 'combine-resources.pl');
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIScriptsupdateLegacyInspectorBackendCommandsrb"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -16,24 +16,20 @@
</span><span class="cx"> $web_inspector_protocol_legacy_path = File.join WEB_INSPECTOR_PATH, &quot;UserInterface&quot;, &quot;Protocol&quot;, &quot;Legacy&quot;
</span><span class="cx"> 
</span><span class="cx"> class Task
</span><del>-  def initialize(input_json_path, dependency_json_path, type, output_directory_path)
-    @type = type
</del><ins>+  def initialize(input_json_path, output_directory_path)
</ins><span class="cx">     @input_json_path = input_json_path
</span><del>-    @dependency_json_path = dependency_json_path
</del><span class="cx">     @output_directory_path = output_directory_path
</span><span class="cx">   end
</span><span class="cx"> 
</span><span class="cx">   def run
</span><del>-    output_filename_prefix = {&quot;JavaScript&quot; =&gt; &quot;JS&quot;, &quot;Web&quot; =&gt; &quot;Web&quot;}[@type]
-    framework = {&quot;JavaScript&quot; =&gt; &quot;JavaScriptCore&quot;, &quot;Web&quot; =&gt; &quot;WebCore&quot;}[@type]
-    output_filename = &quot;Inspector#{output_filename_prefix}BackendCommands.js&quot;
</del><ins>+    output_filename = &quot;InspectorBackendCommands.js&quot;
</ins><span class="cx">     display_input = File.basename @input_json_path
</span><span class="cx">     display_output = File.join @output_directory_path.gsub(/^.*?\/UserInterface/, &quot;UserInterface&quot;), output_filename
</span><span class="cx">     puts &quot;#{display_input} -&gt; #{display_output}&quot;
</span><span class="cx"> 
</span><span class="cx">     Dir.mktmpdir do |tmpdir|
</span><span class="cx">       dependency = @dependency_json_path ? &quot;'#{@dependency_json_path}'&quot; : &quot;&quot;
</span><del>-      cmd = &quot;#{$code_generator_path} --force --outputDir '#{tmpdir}' --framework #{framework} '#{@input_json_path}' #{dependency}&quot;
</del><ins>+      cmd = &quot;#{$code_generator_path} --force --outputDir '#{tmpdir}' --framework JavaScriptCore '#{@input_json_path}' #{dependency}&quot;
</ins><span class="cx">       %x{ #{cmd} }
</span><span class="cx">       if $?.exitstatus != 0
</span><span class="cx">         puts &quot;ERROR: Error Code (#{$?.exitstatus}) Evaluating: #{cmd}&quot;
</span><span class="lines">@@ -57,22 +53,12 @@
</span><span class="cx"> 
</span><span class="cx">   had_error = false
</span><span class="cx">   Dir.glob(File.join($versions_directory_path, &quot;*.json&quot;)).each do |version_path|
</span><del>-    match = File.basename(version_path).match(/^Inspector(.*?)\-(.*?)\-([^-]+?)\.json$/)
</del><ins>+    match = File.basename(version_path).match(/^Inspector\-(.*?)\-([^-]+?)\.json$/)
</ins><span class="cx">     if match
</span><del>-      output_path = File.join $web_inspector_protocol_legacy_path, match[3]
-      type = &quot;Web&quot;
-      dependency_path = nil
-      if !match[1].empty?
-        if match[1] == &quot;JS&quot;
-          type = &quot;JavaScript&quot;
-        else
-          dependency_filename = version_path.sub(/InspectorWeb/, &quot;InspectorJS&quot;)
-          dependency_path = File.join($versions_directory_path, dependency_filename)
-        end
-      end
-      tasks &lt;&lt; Task.new(version_path, dependency_filename, type, output_path)
</del><ins>+      output_path = File.join $web_inspector_protocol_legacy_path, match[2]
+      tasks &lt;&lt; Task.new(version_path, output_path)
</ins><span class="cx">     else
</span><del>-      puts &quot;ERROR: Version file (#{version_path}) did not match the template Inspector(Web|JS)?-&lt;ANYTHING&gt;-&lt;VERSION&gt;.js&quot;
</del><ins>+      puts &quot;ERROR: Version file (#{version_path}) did not match the template Inspector-&lt;ANYTHING&gt;-&lt;VERSION&gt;.js&quot;
</ins><span class="cx">       had_error = true
</span><span class="cx">     end
</span><span class="cx">   end
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceBaseMainjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Base/Main.js (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Base/Main.js        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/UserInterface/Base/Main.js        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -52,6 +52,14 @@
</span><span class="cx">     // Initialize WebSocket to communication.
</span><span class="cx">     this._initializeWebSocketIfNeeded();
</span><span class="cx"> 
</span><ins>+    this.debuggableType = InspectorFrontendHost.debuggableType() === &quot;web&quot; ? WebInspector.DebuggableType.Web : WebInspector.DebuggableType.JavaScript;
+
+    // FIXME: &lt;https://webkit.org/b/137753&gt; Web Inspector: InspectorBackendCommands should include when to activate particular domains
+    if (this.debuggableType === WebInspector.DebuggableType.JavaScript)
+        InspectorBackend.activateDomains([&quot;Inspector&quot;, &quot;Console&quot;, &quot;Debugger&quot;, &quot;Runtime&quot;, &quot;Profiler&quot;]);
+    else
+        InspectorBackend.activateAllDomains();
+
</ins><span class="cx">     // Register observers for events from the InspectorBackend.
</span><span class="cx">     if (InspectorBackend.registerInspectorDispatcher)
</span><span class="cx">         InspectorBackend.registerInspectorDispatcher(new WebInspector.InspectorObserver);
</span><span class="lines">@@ -163,11 +171,11 @@
</span><span class="cx">     this.showReplayInterfaceSetting = new WebInspector.Setting(&quot;show-web-replay&quot;, false);
</span><span class="cx"> 
</span><span class="cx">     this.showJavaScriptTypeInformationSetting = new WebInspector.Setting(&quot;show-javascript-type-information&quot;, false);
</span><del>-    if (this.showJavaScriptTypeInformationSetting.value &amp;&amp; RuntimeAgent &amp;&amp; RuntimeAgent.enableTypeProfiler)
</del><ins>+    if (this.showJavaScriptTypeInformationSetting.value &amp;&amp; window.RuntimeAgent &amp;&amp; RuntimeAgent.enableTypeProfiler)
</ins><span class="cx">         RuntimeAgent.enableTypeProfiler();
</span><span class="cx"> 
</span><span class="cx">     this.showPaintRectsSetting = new WebInspector.Setting(&quot;show-paint-rects&quot;, false);
</span><del>-    if (this.showPaintRectsSetting.value &amp;&amp; PageAgent &amp;&amp; PageAgent.setShowPaintRects)
</del><ins>+    if (this.showPaintRectsSetting.value &amp;&amp; window.PageAgent &amp;&amp; PageAgent.setShowPaintRects)
</ins><span class="cx">         PageAgent.setShowPaintRects(true);
</span><span class="cx"> 
</span><span class="cx">     this.mouseCoords = {
</span><span class="lines">@@ -205,7 +213,6 @@
</span><span class="cx">     if (WebInspector.Platform.version.name)
</span><span class="cx">         document.body.classList.add(WebInspector.Platform.version.name);
</span><span class="cx"> 
</span><del>-    this.debuggableType = InspectorFrontendHost.debuggableType() === &quot;web&quot; ? WebInspector.DebuggableType.Web : WebInspector.DebuggableType.JavaScript;
</del><span class="cx">     document.body.classList.add(this.debuggableType);
</span><span class="cx"> 
</span><span class="cx">     // Create the user interface elements.
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceBaseTestjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Base/Test.js (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Base/Test.js        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/UserInterface/Base/Test.js        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -25,6 +25,9 @@
</span><span class="cx"> 
</span><span class="cx"> WebInspector.loaded = function()
</span><span class="cx"> {
</span><ins>+    // FIXME: &lt;https://webkit.org/b/137753&gt; Web Inspector: InspectorBackendCommands should include when to activate particular domains
+    InspectorBackend.activateAllDomains();
+
</ins><span class="cx">     // Register observers for events from the InspectorBackend.
</span><span class="cx">     // The initialization order should match the same in Main.js.
</span><span class="cx">     InspectorBackend.registerInspectorDispatcher(new WebInspector.InspectorObserver);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolInspectorBackendjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Protocol/InspectorBackend.js (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/InspectorBackend.js        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/InspectorBackend.js        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -99,6 +99,21 @@
</span><span class="cx">             this._deferredScripts.push(script);
</span><span class="cx">     },
</span><span class="cx"> 
</span><ins>+    activateDomains: function(domains)
+    {
+        for (var domainName of domains) {
+            var agent = this._agents[domainName];
+            if (agent)
+                agent.activate();
+        }
+    },
+
+    activateAllDomains: function()
+    {
+        for (var domainName in this._agents)
+            this._agents[domainName].activate();
+    },
+
</ins><span class="cx">     // Private
</span><span class="cx"> 
</span><span class="cx">     _agentForDomain: function(domainName)
</span><span class="lines">@@ -108,7 +123,6 @@
</span><span class="cx"> 
</span><span class="cx">         var agent = new InspectorBackend.Agent(domainName);
</span><span class="cx">         this._agents[domainName] = agent;
</span><del>-        window[domainName + &quot;Agent&quot;] = agent;
</del><span class="cx">         return agent;
</span><span class="cx">     },
</span><span class="cx"> 
</span><span class="lines">@@ -197,6 +211,11 @@
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         var agent = this._agentForDomain(domainName);
</span><ins>+        if (!agent.active) {
+            console.error(&quot;Protocol Error: Attempted to dispatch method for domain '&quot; + domainName + &quot;' which exists but is not active.&quot;);
+            return;
+        }
+
</ins><span class="cx">         var event = agent.getEvent(eventName);
</span><span class="cx">         if (!event) {
</span><span class="cx">             console.error(&quot;Protocol Error: Attempted to dispatch an unspecified method '&quot; + qualifiedName + &quot;'&quot;);
</span><span class="lines">@@ -269,6 +288,9 @@
</span><span class="cx"> {
</span><span class="cx">     this._domainName = domainName;
</span><span class="cx"> 
</span><ins>+    // Agents are always created, but are only useable after they are activated.
+    this._active = false;
+
</ins><span class="cx">     // Commands are stored directly on the Agent instance using their unqualified
</span><span class="cx">     // method name as the property. Thus, callers can write: FooAgent.methodName().
</span><span class="cx">     // Enums are stored similarly based on the unqualified type name.
</span><span class="lines">@@ -281,6 +303,11 @@
</span><span class="cx">         return this._domainName;
</span><span class="cx">     },
</span><span class="cx"> 
</span><ins>+    get active()
+    {
+        return this._active;
+    },
+
</ins><span class="cx">     set dispatcher(value)
</span><span class="cx">     {
</span><span class="cx">         this._dispatcher = value;
</span><span class="lines">@@ -311,6 +338,12 @@
</span><span class="cx">         return eventName in this._events;
</span><span class="cx">     },
</span><span class="cx"> 
</span><ins>+    activate: function()
+    {
+        this._active = true;
+        window[this._domainName + &quot;Agent&quot;] = this;
+    },
+
</ins><span class="cx">     dispatchEvent: function(eventName, eventArguments)
</span><span class="cx">     {
</span><span class="cx">         if (!(eventName in this._dispatcher)) {
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolLegacy60InspectorBackendCommandsjsfromrev174891trunkSourceWebInspectorUIUserInterfaceProtocolLegacy60InspectorWebBackendCommandsjs"></a>
<div class="copfile"><h4>Copied: trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorBackendCommands.js (from rev 174891, trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorBackendCommands.js                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorBackendCommands.js        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,282 @@
</span><ins>+/*
+ * Copyright (C) 2013 Google Inc. All rights reserved.
+ * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
+ * Copyright (C) 2014 University of Washington. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+// DO NOT EDIT THIS FILE. It is automatically generated from Inspector-iOS-6.0.json
+// by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
+
+// Inspector.
+InspectorBackend.registerInspectorDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Inspector&quot;);
+InspectorBackend.registerEvent(&quot;Inspector.evaluateForTestInFrontend&quot;, [&quot;testCallId&quot;, &quot;script&quot;]);
+InspectorBackend.registerEvent(&quot;Inspector.inspect&quot;, [&quot;object&quot;, &quot;hints&quot;]);
+InspectorBackend.registerEvent(&quot;Inspector.didCreateWorker&quot;, [&quot;id&quot;, &quot;url&quot;, &quot;isShared&quot;]);
+InspectorBackend.registerEvent(&quot;Inspector.didDestroyWorker&quot;, [&quot;id&quot;]);
+InspectorBackend.registerCommand(&quot;Inspector.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Inspector.disable&quot;, [], []);
+
+// Page.
+InspectorBackend.registerPageDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Page&quot;);
+InspectorBackend.registerEnum(&quot;Page.ResourceType&quot;, {Document: &quot;Document&quot;, Stylesheet: &quot;Stylesheet&quot;, Image: &quot;Image&quot;, Font: &quot;Font&quot;, Script: &quot;Script&quot;, XHR: &quot;XHR&quot;, WebSocket: &quot;WebSocket&quot;, Other: &quot;Other&quot;});
+InspectorBackend.registerEvent(&quot;Page.domContentEventFired&quot;, [&quot;timestamp&quot;]);
+InspectorBackend.registerEvent(&quot;Page.loadEventFired&quot;, [&quot;timestamp&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameNavigated&quot;, [&quot;frame&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameDetached&quot;, [&quot;frameId&quot;]);
+InspectorBackend.registerCommand(&quot;Page.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Page.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Page.addScriptToEvaluateOnLoad&quot;, [{&quot;name&quot;: &quot;scriptSource&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;identifier&quot;]);
+InspectorBackend.registerCommand(&quot;Page.removeScriptToEvaluateOnLoad&quot;, [{&quot;name&quot;: &quot;identifier&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.reload&quot;, [{&quot;name&quot;: &quot;ignoreCache&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;scriptToEvaluateOnLoad&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;Page.navigate&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.getCookies&quot;, [], [&quot;cookies&quot;, &quot;cookiesString&quot;]);
+InspectorBackend.registerCommand(&quot;Page.deleteCookie&quot;, [{&quot;name&quot;: &quot;cookieName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;domain&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.getResourceTree&quot;, [], [&quot;frameTree&quot;]);
+InspectorBackend.registerCommand(&quot;Page.getResourceContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;content&quot;, &quot;base64Encoded&quot;]);
+InspectorBackend.registerCommand(&quot;Page.searchInResource&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Page.searchInResources&quot;, [{&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Page.setDocumentContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;html&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.getScriptExecutionStatus&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Page.setScriptExecutionDisabled&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+
+// Runtime.
+InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectType&quot;, {Object: &quot;object&quot;, Function: &quot;function&quot;, Undefined: &quot;undefined&quot;, String: &quot;string&quot;, Number: &quot;number&quot;, Boolean: &quot;boolean&quot;});
+InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectSubtype&quot;, {Array: &quot;array&quot;, Null: &quot;null&quot;, Node: &quot;node&quot;, Regexp: &quot;regexp&quot;, Date: &quot;date&quot;});
+InspectorBackend.registerCommand(&quot;Runtime.evaluate&quot;, [{&quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
+InspectorBackend.registerCommand(&quot;Runtime.callFunctionOn&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;functionDeclaration&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;arguments&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
+InspectorBackend.registerCommand(&quot;Runtime.getProperties&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;ownProperties&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Runtime.releaseObject&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Runtime.releaseObjectGroup&quot;, [{&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Runtime.run&quot;, [], []);
+
+// Console.
+InspectorBackend.registerConsoleDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Console&quot;);
+InspectorBackend.registerEnum(&quot;Console.ConsoleMessageSource&quot;, {HTML: &quot;html&quot;, XML: &quot;xml&quot;, Javascript: &quot;javascript&quot;, Network: &quot;network&quot;, ConsoleAPI: &quot;console-api&quot;, Other: &quot;other&quot;});
+InspectorBackend.registerEnum(&quot;Console.ConsoleMessageLevel&quot;, {Tip: &quot;tip&quot;, Log: &quot;log&quot;, Warning: &quot;warning&quot;, Error: &quot;error&quot;, Debug: &quot;debug&quot;});
+InspectorBackend.registerEnum(&quot;Console.ConsoleMessageType&quot;, {Log: &quot;log&quot;, Dir: &quot;dir&quot;, DirXML: &quot;dirxml&quot;, Trace: &quot;trace&quot;, StartGroup: &quot;startGroup&quot;, StartGroupCollapsed: &quot;startGroupCollapsed&quot;, EndGroup: &quot;endGroup&quot;, Assert: &quot;assert&quot;});
+InspectorBackend.registerEvent(&quot;Console.messageAdded&quot;, [&quot;message&quot;]);
+InspectorBackend.registerEvent(&quot;Console.messageRepeatCountUpdated&quot;, [&quot;count&quot;]);
+InspectorBackend.registerEvent(&quot;Console.messagesCleared&quot;, []);
+InspectorBackend.registerCommand(&quot;Console.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Console.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Console.clearMessages&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Console.setMonitoringXHREnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Console.addInspectedNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+
+// Network.
+InspectorBackend.registerNetworkDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Network&quot;);
+InspectorBackend.registerEnum(&quot;Network.InitiatorType&quot;, {Parser: &quot;parser&quot;, Script: &quot;script&quot;, Other: &quot;other&quot;});
+InspectorBackend.registerEvent(&quot;Network.requestWillBeSent&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;documentURL&quot;, &quot;request&quot;, &quot;timestamp&quot;, &quot;initiator&quot;, &quot;redirectResponse&quot;]);
+InspectorBackend.registerEvent(&quot;Network.requestServedFromCache&quot;, [&quot;requestId&quot;]);
+InspectorBackend.registerEvent(&quot;Network.responseReceived&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;timestamp&quot;, &quot;type&quot;, &quot;response&quot;]);
+InspectorBackend.registerEvent(&quot;Network.dataReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;dataLength&quot;, &quot;encodedDataLength&quot;]);
+InspectorBackend.registerEvent(&quot;Network.loadingFinished&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;]);
+InspectorBackend.registerEvent(&quot;Network.loadingFailed&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;errorText&quot;, &quot;canceled&quot;]);
+InspectorBackend.registerEvent(&quot;Network.requestServedFromMemoryCache&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;documentURL&quot;, &quot;timestamp&quot;, &quot;initiator&quot;, &quot;resource&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketWillSendHandshakeRequest&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;request&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketHandshakeResponseReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketCreated&quot;, [&quot;requestId&quot;, &quot;url&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketClosed&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketFrameReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketFrameError&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;errorMessage&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketFrameSent&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
+InspectorBackend.registerCommand(&quot;Network.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Network.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Network.setExtraHTTPHeaders&quot;, [{&quot;name&quot;: &quot;headers&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Network.getResponseBody&quot;, [{&quot;name&quot;: &quot;requestId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;body&quot;, &quot;base64Encoded&quot;]);
+InspectorBackend.registerCommand(&quot;Network.canClearBrowserCache&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Network.clearBrowserCache&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Network.canClearBrowserCookies&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Network.clearBrowserCookies&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Network.setCacheDisabled&quot;, [{&quot;name&quot;: &quot;cacheDisabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+
+// Database.
+InspectorBackend.registerDatabaseDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Database&quot;);
+InspectorBackend.registerEvent(&quot;Database.addDatabase&quot;, [&quot;database&quot;]);
+InspectorBackend.registerEvent(&quot;Database.sqlTransactionSucceeded&quot;, [&quot;transactionId&quot;, &quot;columnNames&quot;, &quot;values&quot;]);
+InspectorBackend.registerEvent(&quot;Database.sqlTransactionFailed&quot;, [&quot;transactionId&quot;, &quot;sqlError&quot;]);
+InspectorBackend.registerCommand(&quot;Database.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Database.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Database.getDatabaseTableNames&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;tableNames&quot;]);
+InspectorBackend.registerCommand(&quot;Database.executeSQL&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;success&quot;, &quot;transactionId&quot;]);
+
+// DOMStorage.
+InspectorBackend.registerDOMStorageDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;DOMStorage&quot;);
+InspectorBackend.registerEvent(&quot;DOMStorage.addDOMStorage&quot;, [&quot;storage&quot;]);
+InspectorBackend.registerEvent(&quot;DOMStorage.updateDOMStorage&quot;, [&quot;storageId&quot;]);
+InspectorBackend.registerCommand(&quot;DOMStorage.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOMStorage.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOMStorage.getDOMStorageEntries&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;entries&quot;]);
+InspectorBackend.registerCommand(&quot;DOMStorage.setDOMStorageItem&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;success&quot;]);
+InspectorBackend.registerCommand(&quot;DOMStorage.removeDOMStorageItem&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;success&quot;]);
+
+// ApplicationCache.
+InspectorBackend.registerApplicationCacheDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;ApplicationCache&quot;);
+InspectorBackend.registerEvent(&quot;ApplicationCache.applicationCacheStatusUpdated&quot;, [&quot;frameId&quot;, &quot;manifestURL&quot;, &quot;status&quot;]);
+InspectorBackend.registerEvent(&quot;ApplicationCache.networkStateUpdated&quot;, [&quot;isNowOnline&quot;]);
+InspectorBackend.registerCommand(&quot;ApplicationCache.getFramesWithManifests&quot;, [], [&quot;frameIds&quot;]);
+InspectorBackend.registerCommand(&quot;ApplicationCache.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;ApplicationCache.getManifestForFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;manifestURL&quot;]);
+InspectorBackend.registerCommand(&quot;ApplicationCache.getApplicationCacheForFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;applicationCache&quot;]);
+
+// DOM.
+InspectorBackend.registerDOMDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;DOM&quot;);
+InspectorBackend.registerEvent(&quot;DOM.documentUpdated&quot;, []);
+InspectorBackend.registerEvent(&quot;DOM.setChildNodes&quot;, [&quot;parentId&quot;, &quot;nodes&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.attributeModified&quot;, [&quot;nodeId&quot;, &quot;name&quot;, &quot;value&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.attributeRemoved&quot;, [&quot;nodeId&quot;, &quot;name&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.inlineStyleInvalidated&quot;, [&quot;nodeIds&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.characterDataModified&quot;, [&quot;nodeId&quot;, &quot;characterData&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.childNodeCountUpdated&quot;, [&quot;nodeId&quot;, &quot;childNodeCount&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.childNodeInserted&quot;, [&quot;parentNodeId&quot;, &quot;previousNodeId&quot;, &quot;node&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.childNodeRemoved&quot;, [&quot;parentNodeId&quot;, &quot;nodeId&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.shadowRootPushed&quot;, [&quot;hostId&quot;, &quot;root&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.shadowRootPopped&quot;, [&quot;hostId&quot;, &quot;rootId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.getDocument&quot;, [], [&quot;root&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.requestChildNodes&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.querySelector&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.querySelectorAll&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeIds&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.setNodeName&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.setNodeValue&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.removeNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.setAttributeValue&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.setAttributesAsText&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.removeAttribute&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.getEventListenersForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;listeners&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.getOuterHTML&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;outerHTML&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.setOuterHTML&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;outerHTML&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.performSearch&quot;, [{&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;searchId&quot;, &quot;resultCount&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.getSearchResults&quot;, [{&quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;fromIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;toIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;nodeIds&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.discardSearchResults&quot;, [{&quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.requestNode&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.setInspectModeEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;highlightConfig&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.highlightRect&quot;, [{&quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;color&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;outlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.highlightNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;highlightConfig&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.hideHighlight&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOM.highlightFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;contentColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;contentOutlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.pushNodeByPathToFrontend&quot;, [{&quot;name&quot;: &quot;path&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.resolveNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;object&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.getAttributes&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;attributes&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.moveTo&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;targetNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;insertBeforeNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.setTouchEmulationEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.undo&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOM.redo&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOM.markUndoableState&quot;, [], []);
+
+// CSS.
+InspectorBackend.registerCSSDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;CSS&quot;);
+InspectorBackend.registerEnum(&quot;CSS.CSSRuleOrigin&quot;, {User: &quot;user&quot;, UserAgent: &quot;user-agent&quot;, Inspector: &quot;inspector&quot;, Regular: &quot;regular&quot;});
+InspectorBackend.registerEnum(&quot;CSS.CSSPropertyStatus&quot;, {Active: &quot;active&quot;, Inactive: &quot;inactive&quot;, Disabled: &quot;disabled&quot;, Style: &quot;style&quot;});
+InspectorBackend.registerEnum(&quot;CSS.CSSMediaSource&quot;, {MediaRule: &quot;mediaRule&quot;, ImportRule: &quot;importRule&quot;, LinkedSheet: &quot;linkedSheet&quot;, InlineSheet: &quot;inlineSheet&quot;});
+InspectorBackend.registerEvent(&quot;CSS.mediaQueryResultChanged&quot;, []);
+InspectorBackend.registerEvent(&quot;CSS.styleSheetChanged&quot;, [&quot;styleSheetId&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;CSS.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;CSS.getMatchedStylesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;forcedPseudoClasses&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includePseudo&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeInherited&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;matchedCSSRules&quot;, &quot;pseudoElements&quot;, &quot;inherited&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getInlineStylesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;inlineStyle&quot;, &quot;attributesStyle&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getComputedStyleForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;forcedPseudoClasses&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], [&quot;computedStyle&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getAllStyleSheets&quot;, [], [&quot;headers&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getStyleSheet&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;styleSheet&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getStyleSheetText&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;text&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.setStyleSheetText&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;CSS.setPropertyText&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;overwrite&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.toggleProperty&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;disable&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.setRuleSelector&quot;, [{&quot;name&quot;: &quot;ruleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;rule&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.addRule&quot;, [{&quot;name&quot;: &quot;contextNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;rule&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getSupportedCSSProperties&quot;, [], [&quot;cssProperties&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.startSelectorProfiler&quot;, [], []);
+InspectorBackend.registerCommand(&quot;CSS.stopSelectorProfiler&quot;, [], [&quot;profile&quot;]);
+
+// Timeline.
+InspectorBackend.registerTimelineDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Timeline&quot;);
+InspectorBackend.registerEnum(&quot;Timeline.EventType&quot;, {EventDispatch: &quot;EventDispatch&quot;, Layout: &quot;Layout&quot;, RecalculateStyles: &quot;RecalculateStyles&quot;, Paint: &quot;Paint&quot;, ParseHTML: &quot;ParseHTML&quot;, TimerInstall: &quot;TimerInstall&quot;, TimerRemove: &quot;TimerRemove&quot;, TimerFire: &quot;TimerFire&quot;, EvaluateScript: &quot;EvaluateScript&quot;, MarkLoad: &quot;MarkLoad&quot;, MarkDOMContent: &quot;MarkDOMContent&quot;, TimeStamp: &quot;TimeStamp&quot;, ScheduleResourceRequest: &quot;ScheduleResourceRequest&quot;, ResourceSendRequest: &quot;ResourceSendRequest&quot;, ResourceReceiveResponse: &quot;ResourceReceiveResponse&quot;, ResourceReceivedData: &quot;ResourceReceivedData&quot;, ResourceFinish: &quot;ResourceFinish&quot;, XHRReadyStateChange: &quot;XHRReadyStateChange&quot;, XHRLoad: &quot;XHRLoad&quot;, FunctionCall: &quot;FunctionCall&quot;, GCEvent: &quot;GCEvent&quot;, RequestAnimationFrame: &quot;RequestAnimationFra
 me&quot;, CancelAnimationFrame: &quot;CancelAnimationFrame&quot;, FireAnimationFrame: &quot;FireAnimationFrame&quot;});
+InspectorBackend.registerEvent(&quot;Timeline.eventRecorded&quot;, [&quot;record&quot;]);
+InspectorBackend.registerCommand(&quot;Timeline.start&quot;, [{&quot;name&quot;: &quot;maxCallStackDepth&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;Timeline.stop&quot;, [], []);
+
+// Debugger.
+InspectorBackend.registerDebuggerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Debugger&quot;);
+InspectorBackend.registerEnum(&quot;Debugger.ScopeType&quot;, {Global: &quot;global&quot;, Local: &quot;local&quot;, With: &quot;with&quot;, Closure: &quot;closure&quot;, Catch: &quot;catch&quot;});
+InspectorBackend.registerEvent(&quot;Debugger.globalObjectCleared&quot;, []);
+InspectorBackend.registerEvent(&quot;Debugger.scriptParsed&quot;, [&quot;scriptId&quot;, &quot;url&quot;, &quot;startLine&quot;, &quot;startColumn&quot;, &quot;endLine&quot;, &quot;endColumn&quot;, &quot;isContentScript&quot;, &quot;sourceMapURL&quot;]);
+InspectorBackend.registerEvent(&quot;Debugger.scriptFailedToParse&quot;, [&quot;url&quot;, &quot;scriptSource&quot;, &quot;startLine&quot;, &quot;errorLine&quot;, &quot;errorMessage&quot;]);
+InspectorBackend.registerEvent(&quot;Debugger.breakpointResolved&quot;, [&quot;breakpointId&quot;, &quot;location&quot;]);
+InspectorBackend.registerEvent(&quot;Debugger.paused&quot;, [&quot;callFrames&quot;, &quot;reason&quot;, &quot;data&quot;]);
+InspectorBackend.registerEvent(&quot;Debugger.resumed&quot;, []);
+InspectorBackend.registerCommand(&quot;Debugger.supportsNativeBreakpoints&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.setBreakpointsActive&quot;, [{&quot;name&quot;: &quot;active&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Debugger.setBreakpointByUrl&quot;, [{&quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;urlRegex&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;condition&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;breakpointId&quot;, &quot;locations&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.setBreakpoint&quot;, [{&quot;name&quot;: &quot;location&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;condition&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;breakpointId&quot;, &quot;actualLocation&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.removeBreakpoint&quot;, [{&quot;name&quot;: &quot;breakpointId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Debugger.continueToLocation&quot;, [{&quot;name&quot;: &quot;location&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Debugger.stepOver&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.stepInto&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.stepOut&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.pause&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.resume&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.searchInContent&quot;, [{&quot;name&quot;: &quot;scriptId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.getScriptSource&quot;, [{&quot;name&quot;: &quot;scriptId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;scriptSource&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.getFunctionDetails&quot;, [{&quot;name&quot;: &quot;functionId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;details&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.setPauseOnExceptions&quot;, [{&quot;name&quot;: &quot;state&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Debugger.evaluateOnCallFrame&quot;, [{&quot;name&quot;: &quot;callFrameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
+
+// DOMDebugger.
+InspectorBackend.registerEnum(&quot;DOMDebugger.DOMBreakpointType&quot;, {SubtreeModified: &quot;subtree-modified&quot;, AttributeModified: &quot;attribute-modified&quot;, NodeRemoved: &quot;node-removed&quot;});
+InspectorBackend.registerCommand(&quot;DOMDebugger.setDOMBreakpoint&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.removeDOMBreakpoint&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.setEventListenerBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.removeEventListenerBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.setInstrumentationBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.removeInstrumentationBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.setXHRBreakpoint&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.removeXHRBreakpoint&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+
+// Profiler.
+InspectorBackend.registerProfilerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Profiler&quot;);
+InspectorBackend.registerEnum(&quot;Profiler.ProfileHeaderTypeId&quot;, {CPU: &quot;CPU&quot;});
+InspectorBackend.registerEvent(&quot;Profiler.addProfileHeader&quot;, [&quot;header&quot;]);
+InspectorBackend.registerEvent(&quot;Profiler.setRecordingProfile&quot;, [&quot;isProfiling&quot;]);
+InspectorBackend.registerEvent(&quot;Profiler.resetProfiles&quot;, []);
+InspectorBackend.registerCommand(&quot;Profiler.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Profiler.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Profiler.start&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Profiler.stop&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Profiler.getProfileHeaders&quot;, [], [&quot;headers&quot;]);
+InspectorBackend.registerCommand(&quot;Profiler.getProfile&quot;, [{&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;profile&quot;]);
+InspectorBackend.registerCommand(&quot;Profiler.removeProfile&quot;, [{&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Profiler.clearProfiles&quot;, [], []);
+
+// Worker.
+InspectorBackend.registerWorkerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Worker&quot;);
+InspectorBackend.registerEvent(&quot;Worker.workerCreated&quot;, [&quot;workerId&quot;, &quot;url&quot;, &quot;inspectorConnected&quot;]);
+InspectorBackend.registerEvent(&quot;Worker.workerTerminated&quot;, [&quot;workerId&quot;]);
+InspectorBackend.registerEvent(&quot;Worker.dispatchMessageFromWorker&quot;, [&quot;workerId&quot;, &quot;message&quot;]);
+InspectorBackend.registerEvent(&quot;Worker.disconnectedFromWorker&quot;, []);
+InspectorBackend.registerCommand(&quot;Worker.setWorkerInspectionEnabled&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Worker.sendMessageToWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Worker.connectToWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Worker.disconnectFromWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Worker.setAutoconnectToWorkers&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolLegacy60InspectorWebBackendCommandsjs"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,282 +0,0 @@
</span><del>-/*
- * Copyright (C) 2013 Google Inc. All rights reserved.
- * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
- * Copyright (C) 2014 University of Washington. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-// DO NOT EDIT THIS FILE. It is automatically generated from Inspector-iOS-6.0.json
-// by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
-
-// Inspector.
-InspectorBackend.registerInspectorDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Inspector&quot;);
-InspectorBackend.registerEvent(&quot;Inspector.evaluateForTestInFrontend&quot;, [&quot;testCallId&quot;, &quot;script&quot;]);
-InspectorBackend.registerEvent(&quot;Inspector.inspect&quot;, [&quot;object&quot;, &quot;hints&quot;]);
-InspectorBackend.registerEvent(&quot;Inspector.didCreateWorker&quot;, [&quot;id&quot;, &quot;url&quot;, &quot;isShared&quot;]);
-InspectorBackend.registerEvent(&quot;Inspector.didDestroyWorker&quot;, [&quot;id&quot;]);
-InspectorBackend.registerCommand(&quot;Inspector.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Inspector.disable&quot;, [], []);
-
-// Page.
-InspectorBackend.registerPageDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Page&quot;);
-InspectorBackend.registerEnum(&quot;Page.ResourceType&quot;, {Document: &quot;Document&quot;, Stylesheet: &quot;Stylesheet&quot;, Image: &quot;Image&quot;, Font: &quot;Font&quot;, Script: &quot;Script&quot;, XHR: &quot;XHR&quot;, WebSocket: &quot;WebSocket&quot;, Other: &quot;Other&quot;});
-InspectorBackend.registerEvent(&quot;Page.domContentEventFired&quot;, [&quot;timestamp&quot;]);
-InspectorBackend.registerEvent(&quot;Page.loadEventFired&quot;, [&quot;timestamp&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameNavigated&quot;, [&quot;frame&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameDetached&quot;, [&quot;frameId&quot;]);
-InspectorBackend.registerCommand(&quot;Page.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Page.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Page.addScriptToEvaluateOnLoad&quot;, [{&quot;name&quot;: &quot;scriptSource&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;identifier&quot;]);
-InspectorBackend.registerCommand(&quot;Page.removeScriptToEvaluateOnLoad&quot;, [{&quot;name&quot;: &quot;identifier&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.reload&quot;, [{&quot;name&quot;: &quot;ignoreCache&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;scriptToEvaluateOnLoad&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;Page.navigate&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.getCookies&quot;, [], [&quot;cookies&quot;, &quot;cookiesString&quot;]);
-InspectorBackend.registerCommand(&quot;Page.deleteCookie&quot;, [{&quot;name&quot;: &quot;cookieName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;domain&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.getResourceTree&quot;, [], [&quot;frameTree&quot;]);
-InspectorBackend.registerCommand(&quot;Page.getResourceContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;content&quot;, &quot;base64Encoded&quot;]);
-InspectorBackend.registerCommand(&quot;Page.searchInResource&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Page.searchInResources&quot;, [{&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setDocumentContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;html&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.getScriptExecutionStatus&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setScriptExecutionDisabled&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-
-// Runtime.
-InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectType&quot;, {Object: &quot;object&quot;, Function: &quot;function&quot;, Undefined: &quot;undefined&quot;, String: &quot;string&quot;, Number: &quot;number&quot;, Boolean: &quot;boolean&quot;});
-InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectSubtype&quot;, {Array: &quot;array&quot;, Null: &quot;null&quot;, Node: &quot;node&quot;, Regexp: &quot;regexp&quot;, Date: &quot;date&quot;});
-InspectorBackend.registerCommand(&quot;Runtime.evaluate&quot;, [{&quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
-InspectorBackend.registerCommand(&quot;Runtime.callFunctionOn&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;functionDeclaration&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;arguments&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
-InspectorBackend.registerCommand(&quot;Runtime.getProperties&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;ownProperties&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Runtime.releaseObject&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Runtime.releaseObjectGroup&quot;, [{&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Runtime.run&quot;, [], []);
-
-// Console.
-InspectorBackend.registerConsoleDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Console&quot;);
-InspectorBackend.registerEnum(&quot;Console.ConsoleMessageSource&quot;, {HTML: &quot;html&quot;, XML: &quot;xml&quot;, Javascript: &quot;javascript&quot;, Network: &quot;network&quot;, ConsoleAPI: &quot;console-api&quot;, Other: &quot;other&quot;});
-InspectorBackend.registerEnum(&quot;Console.ConsoleMessageLevel&quot;, {Tip: &quot;tip&quot;, Log: &quot;log&quot;, Warning: &quot;warning&quot;, Error: &quot;error&quot;, Debug: &quot;debug&quot;});
-InspectorBackend.registerEnum(&quot;Console.ConsoleMessageType&quot;, {Log: &quot;log&quot;, Dir: &quot;dir&quot;, DirXML: &quot;dirxml&quot;, Trace: &quot;trace&quot;, StartGroup: &quot;startGroup&quot;, StartGroupCollapsed: &quot;startGroupCollapsed&quot;, EndGroup: &quot;endGroup&quot;, Assert: &quot;assert&quot;});
-InspectorBackend.registerEvent(&quot;Console.messageAdded&quot;, [&quot;message&quot;]);
-InspectorBackend.registerEvent(&quot;Console.messageRepeatCountUpdated&quot;, [&quot;count&quot;]);
-InspectorBackend.registerEvent(&quot;Console.messagesCleared&quot;, []);
-InspectorBackend.registerCommand(&quot;Console.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Console.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Console.clearMessages&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Console.setMonitoringXHREnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Console.addInspectedNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-
-// Network.
-InspectorBackend.registerNetworkDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Network&quot;);
-InspectorBackend.registerEnum(&quot;Network.InitiatorType&quot;, {Parser: &quot;parser&quot;, Script: &quot;script&quot;, Other: &quot;other&quot;});
-InspectorBackend.registerEvent(&quot;Network.requestWillBeSent&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;documentURL&quot;, &quot;request&quot;, &quot;timestamp&quot;, &quot;initiator&quot;, &quot;redirectResponse&quot;]);
-InspectorBackend.registerEvent(&quot;Network.requestServedFromCache&quot;, [&quot;requestId&quot;]);
-InspectorBackend.registerEvent(&quot;Network.responseReceived&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;timestamp&quot;, &quot;type&quot;, &quot;response&quot;]);
-InspectorBackend.registerEvent(&quot;Network.dataReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;dataLength&quot;, &quot;encodedDataLength&quot;]);
-InspectorBackend.registerEvent(&quot;Network.loadingFinished&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;]);
-InspectorBackend.registerEvent(&quot;Network.loadingFailed&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;errorText&quot;, &quot;canceled&quot;]);
-InspectorBackend.registerEvent(&quot;Network.requestServedFromMemoryCache&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;documentURL&quot;, &quot;timestamp&quot;, &quot;initiator&quot;, &quot;resource&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketWillSendHandshakeRequest&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;request&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketHandshakeResponseReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketCreated&quot;, [&quot;requestId&quot;, &quot;url&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketClosed&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketFrameReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketFrameError&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;errorMessage&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketFrameSent&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
-InspectorBackend.registerCommand(&quot;Network.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Network.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Network.setExtraHTTPHeaders&quot;, [{&quot;name&quot;: &quot;headers&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Network.getResponseBody&quot;, [{&quot;name&quot;: &quot;requestId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;body&quot;, &quot;base64Encoded&quot;]);
-InspectorBackend.registerCommand(&quot;Network.canClearBrowserCache&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Network.clearBrowserCache&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Network.canClearBrowserCookies&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Network.clearBrowserCookies&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Network.setCacheDisabled&quot;, [{&quot;name&quot;: &quot;cacheDisabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-
-// Database.
-InspectorBackend.registerDatabaseDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Database&quot;);
-InspectorBackend.registerEvent(&quot;Database.addDatabase&quot;, [&quot;database&quot;]);
-InspectorBackend.registerEvent(&quot;Database.sqlTransactionSucceeded&quot;, [&quot;transactionId&quot;, &quot;columnNames&quot;, &quot;values&quot;]);
-InspectorBackend.registerEvent(&quot;Database.sqlTransactionFailed&quot;, [&quot;transactionId&quot;, &quot;sqlError&quot;]);
-InspectorBackend.registerCommand(&quot;Database.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Database.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Database.getDatabaseTableNames&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;tableNames&quot;]);
-InspectorBackend.registerCommand(&quot;Database.executeSQL&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;success&quot;, &quot;transactionId&quot;]);
-
-// DOMStorage.
-InspectorBackend.registerDOMStorageDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;DOMStorage&quot;);
-InspectorBackend.registerEvent(&quot;DOMStorage.addDOMStorage&quot;, [&quot;storage&quot;]);
-InspectorBackend.registerEvent(&quot;DOMStorage.updateDOMStorage&quot;, [&quot;storageId&quot;]);
-InspectorBackend.registerCommand(&quot;DOMStorage.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOMStorage.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOMStorage.getDOMStorageEntries&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;entries&quot;]);
-InspectorBackend.registerCommand(&quot;DOMStorage.setDOMStorageItem&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;success&quot;]);
-InspectorBackend.registerCommand(&quot;DOMStorage.removeDOMStorageItem&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;success&quot;]);
-
-// ApplicationCache.
-InspectorBackend.registerApplicationCacheDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;ApplicationCache&quot;);
-InspectorBackend.registerEvent(&quot;ApplicationCache.applicationCacheStatusUpdated&quot;, [&quot;frameId&quot;, &quot;manifestURL&quot;, &quot;status&quot;]);
-InspectorBackend.registerEvent(&quot;ApplicationCache.networkStateUpdated&quot;, [&quot;isNowOnline&quot;]);
-InspectorBackend.registerCommand(&quot;ApplicationCache.getFramesWithManifests&quot;, [], [&quot;frameIds&quot;]);
-InspectorBackend.registerCommand(&quot;ApplicationCache.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;ApplicationCache.getManifestForFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;manifestURL&quot;]);
-InspectorBackend.registerCommand(&quot;ApplicationCache.getApplicationCacheForFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;applicationCache&quot;]);
-
-// DOM.
-InspectorBackend.registerDOMDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;DOM&quot;);
-InspectorBackend.registerEvent(&quot;DOM.documentUpdated&quot;, []);
-InspectorBackend.registerEvent(&quot;DOM.setChildNodes&quot;, [&quot;parentId&quot;, &quot;nodes&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.attributeModified&quot;, [&quot;nodeId&quot;, &quot;name&quot;, &quot;value&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.attributeRemoved&quot;, [&quot;nodeId&quot;, &quot;name&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.inlineStyleInvalidated&quot;, [&quot;nodeIds&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.characterDataModified&quot;, [&quot;nodeId&quot;, &quot;characterData&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.childNodeCountUpdated&quot;, [&quot;nodeId&quot;, &quot;childNodeCount&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.childNodeInserted&quot;, [&quot;parentNodeId&quot;, &quot;previousNodeId&quot;, &quot;node&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.childNodeRemoved&quot;, [&quot;parentNodeId&quot;, &quot;nodeId&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.shadowRootPushed&quot;, [&quot;hostId&quot;, &quot;root&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.shadowRootPopped&quot;, [&quot;hostId&quot;, &quot;rootId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.getDocument&quot;, [], [&quot;root&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.requestChildNodes&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.querySelector&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.querySelectorAll&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeIds&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.setNodeName&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.setNodeValue&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.removeNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.setAttributeValue&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.setAttributesAsText&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.removeAttribute&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.getEventListenersForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;listeners&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.getOuterHTML&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;outerHTML&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.setOuterHTML&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;outerHTML&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.performSearch&quot;, [{&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;searchId&quot;, &quot;resultCount&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.getSearchResults&quot;, [{&quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;fromIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;toIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;nodeIds&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.discardSearchResults&quot;, [{&quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.requestNode&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.setInspectModeEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;highlightConfig&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.highlightRect&quot;, [{&quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;color&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;outlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.highlightNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;highlightConfig&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.hideHighlight&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOM.highlightFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;contentColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;contentOutlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.pushNodeByPathToFrontend&quot;, [{&quot;name&quot;: &quot;path&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.resolveNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;object&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.getAttributes&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;attributes&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.moveTo&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;targetNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;insertBeforeNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.setTouchEmulationEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.undo&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOM.redo&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOM.markUndoableState&quot;, [], []);
-
-// CSS.
-InspectorBackend.registerCSSDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;CSS&quot;);
-InspectorBackend.registerEnum(&quot;CSS.CSSRuleOrigin&quot;, {User: &quot;user&quot;, UserAgent: &quot;user-agent&quot;, Inspector: &quot;inspector&quot;, Regular: &quot;regular&quot;});
-InspectorBackend.registerEnum(&quot;CSS.CSSPropertyStatus&quot;, {Active: &quot;active&quot;, Inactive: &quot;inactive&quot;, Disabled: &quot;disabled&quot;, Style: &quot;style&quot;});
-InspectorBackend.registerEnum(&quot;CSS.CSSMediaSource&quot;, {MediaRule: &quot;mediaRule&quot;, ImportRule: &quot;importRule&quot;, LinkedSheet: &quot;linkedSheet&quot;, InlineSheet: &quot;inlineSheet&quot;});
-InspectorBackend.registerEvent(&quot;CSS.mediaQueryResultChanged&quot;, []);
-InspectorBackend.registerEvent(&quot;CSS.styleSheetChanged&quot;, [&quot;styleSheetId&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;CSS.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;CSS.getMatchedStylesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;forcedPseudoClasses&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includePseudo&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeInherited&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;matchedCSSRules&quot;, &quot;pseudoElements&quot;, &quot;inherited&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getInlineStylesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;inlineStyle&quot;, &quot;attributesStyle&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getComputedStyleForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;forcedPseudoClasses&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], [&quot;computedStyle&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getAllStyleSheets&quot;, [], [&quot;headers&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getStyleSheet&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;styleSheet&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getStyleSheetText&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;text&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.setStyleSheetText&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;CSS.setPropertyText&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;overwrite&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.toggleProperty&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;disable&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.setRuleSelector&quot;, [{&quot;name&quot;: &quot;ruleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;rule&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.addRule&quot;, [{&quot;name&quot;: &quot;contextNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;rule&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getSupportedCSSProperties&quot;, [], [&quot;cssProperties&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.startSelectorProfiler&quot;, [], []);
-InspectorBackend.registerCommand(&quot;CSS.stopSelectorProfiler&quot;, [], [&quot;profile&quot;]);
-
-// Timeline.
-InspectorBackend.registerTimelineDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Timeline&quot;);
-InspectorBackend.registerEnum(&quot;Timeline.EventType&quot;, {EventDispatch: &quot;EventDispatch&quot;, Layout: &quot;Layout&quot;, RecalculateStyles: &quot;RecalculateStyles&quot;, Paint: &quot;Paint&quot;, ParseHTML: &quot;ParseHTML&quot;, TimerInstall: &quot;TimerInstall&quot;, TimerRemove: &quot;TimerRemove&quot;, TimerFire: &quot;TimerFire&quot;, EvaluateScript: &quot;EvaluateScript&quot;, MarkLoad: &quot;MarkLoad&quot;, MarkDOMContent: &quot;MarkDOMContent&quot;, TimeStamp: &quot;TimeStamp&quot;, ScheduleResourceRequest: &quot;ScheduleResourceRequest&quot;, ResourceSendRequest: &quot;ResourceSendRequest&quot;, ResourceReceiveResponse: &quot;ResourceReceiveResponse&quot;, ResourceReceivedData: &quot;ResourceReceivedData&quot;, ResourceFinish: &quot;ResourceFinish&quot;, XHRReadyStateChange: &quot;XHRReadyStateChange&quot;, XHRLoad: &quot;XHRLoad&quot;, FunctionCall: &quot;FunctionCall&quot;, GCEvent: &quot;GCEvent&quot;, RequestAnimationFrame: &quot;RequestAnimationFra
 me&quot;, CancelAnimationFrame: &quot;CancelAnimationFrame&quot;, FireAnimationFrame: &quot;FireAnimationFrame&quot;});
-InspectorBackend.registerEvent(&quot;Timeline.eventRecorded&quot;, [&quot;record&quot;]);
-InspectorBackend.registerCommand(&quot;Timeline.start&quot;, [{&quot;name&quot;: &quot;maxCallStackDepth&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;Timeline.stop&quot;, [], []);
-
-// Debugger.
-InspectorBackend.registerDebuggerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Debugger&quot;);
-InspectorBackend.registerEnum(&quot;Debugger.ScopeType&quot;, {Global: &quot;global&quot;, Local: &quot;local&quot;, With: &quot;with&quot;, Closure: &quot;closure&quot;, Catch: &quot;catch&quot;});
-InspectorBackend.registerEvent(&quot;Debugger.globalObjectCleared&quot;, []);
-InspectorBackend.registerEvent(&quot;Debugger.scriptParsed&quot;, [&quot;scriptId&quot;, &quot;url&quot;, &quot;startLine&quot;, &quot;startColumn&quot;, &quot;endLine&quot;, &quot;endColumn&quot;, &quot;isContentScript&quot;, &quot;sourceMapURL&quot;]);
-InspectorBackend.registerEvent(&quot;Debugger.scriptFailedToParse&quot;, [&quot;url&quot;, &quot;scriptSource&quot;, &quot;startLine&quot;, &quot;errorLine&quot;, &quot;errorMessage&quot;]);
-InspectorBackend.registerEvent(&quot;Debugger.breakpointResolved&quot;, [&quot;breakpointId&quot;, &quot;location&quot;]);
-InspectorBackend.registerEvent(&quot;Debugger.paused&quot;, [&quot;callFrames&quot;, &quot;reason&quot;, &quot;data&quot;]);
-InspectorBackend.registerEvent(&quot;Debugger.resumed&quot;, []);
-InspectorBackend.registerCommand(&quot;Debugger.supportsNativeBreakpoints&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.setBreakpointsActive&quot;, [{&quot;name&quot;: &quot;active&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Debugger.setBreakpointByUrl&quot;, [{&quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;urlRegex&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;condition&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;breakpointId&quot;, &quot;locations&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.setBreakpoint&quot;, [{&quot;name&quot;: &quot;location&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;condition&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;breakpointId&quot;, &quot;actualLocation&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.removeBreakpoint&quot;, [{&quot;name&quot;: &quot;breakpointId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Debugger.continueToLocation&quot;, [{&quot;name&quot;: &quot;location&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Debugger.stepOver&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.stepInto&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.stepOut&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.pause&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.resume&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.searchInContent&quot;, [{&quot;name&quot;: &quot;scriptId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.getScriptSource&quot;, [{&quot;name&quot;: &quot;scriptId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;scriptSource&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.getFunctionDetails&quot;, [{&quot;name&quot;: &quot;functionId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;details&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.setPauseOnExceptions&quot;, [{&quot;name&quot;: &quot;state&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Debugger.evaluateOnCallFrame&quot;, [{&quot;name&quot;: &quot;callFrameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
-
-// DOMDebugger.
-InspectorBackend.registerEnum(&quot;DOMDebugger.DOMBreakpointType&quot;, {SubtreeModified: &quot;subtree-modified&quot;, AttributeModified: &quot;attribute-modified&quot;, NodeRemoved: &quot;node-removed&quot;});
-InspectorBackend.registerCommand(&quot;DOMDebugger.setDOMBreakpoint&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.removeDOMBreakpoint&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.setEventListenerBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.removeEventListenerBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.setInstrumentationBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.removeInstrumentationBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.setXHRBreakpoint&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.removeXHRBreakpoint&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-
-// Profiler.
-InspectorBackend.registerProfilerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Profiler&quot;);
-InspectorBackend.registerEnum(&quot;Profiler.ProfileHeaderTypeId&quot;, {CPU: &quot;CPU&quot;});
-InspectorBackend.registerEvent(&quot;Profiler.addProfileHeader&quot;, [&quot;header&quot;]);
-InspectorBackend.registerEvent(&quot;Profiler.setRecordingProfile&quot;, [&quot;isProfiling&quot;]);
-InspectorBackend.registerEvent(&quot;Profiler.resetProfiles&quot;, []);
-InspectorBackend.registerCommand(&quot;Profiler.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Profiler.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Profiler.start&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Profiler.stop&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Profiler.getProfileHeaders&quot;, [], [&quot;headers&quot;]);
-InspectorBackend.registerCommand(&quot;Profiler.getProfile&quot;, [{&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;profile&quot;]);
-InspectorBackend.registerCommand(&quot;Profiler.removeProfile&quot;, [{&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Profiler.clearProfiles&quot;, [], []);
-
-// Worker.
-InspectorBackend.registerWorkerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Worker&quot;);
-InspectorBackend.registerEvent(&quot;Worker.workerCreated&quot;, [&quot;workerId&quot;, &quot;url&quot;, &quot;inspectorConnected&quot;]);
-InspectorBackend.registerEvent(&quot;Worker.workerTerminated&quot;, [&quot;workerId&quot;]);
-InspectorBackend.registerEvent(&quot;Worker.dispatchMessageFromWorker&quot;, [&quot;workerId&quot;, &quot;message&quot;]);
-InspectorBackend.registerEvent(&quot;Worker.disconnectedFromWorker&quot;, []);
-InspectorBackend.registerCommand(&quot;Worker.setWorkerInspectionEnabled&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Worker.sendMessageToWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Worker.connectToWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Worker.disconnectFromWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Worker.setAutoconnectToWorkers&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolLegacy70InspectorBackendCommandsjsfromrev174891trunkSourceWebInspectorUIUserInterfaceProtocolLegacy70InspectorWebBackendCommandsjs"></a>
<div class="copfile"><h4>Copied: trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorBackendCommands.js (from rev 174891, trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorBackendCommands.js                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorBackendCommands.js        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,325 @@
</span><ins>+/*
+ * Copyright (C) 2013 Google Inc. All rights reserved.
+ * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
+ * Copyright (C) 2014 University of Washington. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+// DO NOT EDIT THIS FILE. It is automatically generated from Inspector-iOS-7.0.json
+// by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
+
+// Inspector.
+InspectorBackend.registerInspectorDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Inspector&quot;);
+InspectorBackend.registerEvent(&quot;Inspector.evaluateForTestInFrontend&quot;, [&quot;testCallId&quot;, &quot;script&quot;]);
+InspectorBackend.registerEvent(&quot;Inspector.inspect&quot;, [&quot;object&quot;, &quot;hints&quot;]);
+InspectorBackend.registerEvent(&quot;Inspector.detached&quot;, [&quot;reason&quot;]);
+InspectorBackend.registerEvent(&quot;Inspector.targetCrashed&quot;, []);
+InspectorBackend.registerCommand(&quot;Inspector.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Inspector.disable&quot;, [], []);
+
+// Page.
+InspectorBackend.registerPageDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Page&quot;);
+InspectorBackend.registerEnum(&quot;Page.ResourceType&quot;, {Document: &quot;Document&quot;, Stylesheet: &quot;Stylesheet&quot;, Image: &quot;Image&quot;, Font: &quot;Font&quot;, Script: &quot;Script&quot;, XHR: &quot;XHR&quot;, WebSocket: &quot;WebSocket&quot;, Other: &quot;Other&quot;});
+InspectorBackend.registerEvent(&quot;Page.domContentEventFired&quot;, [&quot;timestamp&quot;]);
+InspectorBackend.registerEvent(&quot;Page.loadEventFired&quot;, [&quot;timestamp&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameNavigated&quot;, [&quot;frame&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameDetached&quot;, [&quot;frameId&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameStartedLoading&quot;, [&quot;frameId&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameStoppedLoading&quot;, [&quot;frameId&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameScheduledNavigation&quot;, [&quot;frameId&quot;, &quot;delay&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameClearedScheduledNavigation&quot;, [&quot;frameId&quot;]);
+InspectorBackend.registerEvent(&quot;Page.javascriptDialogOpening&quot;, [&quot;message&quot;]);
+InspectorBackend.registerEvent(&quot;Page.javascriptDialogClosed&quot;, []);
+InspectorBackend.registerEvent(&quot;Page.scriptsEnabled&quot;, [&quot;isEnabled&quot;]);
+InspectorBackend.registerCommand(&quot;Page.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Page.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Page.addScriptToEvaluateOnLoad&quot;, [{&quot;name&quot;: &quot;scriptSource&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;identifier&quot;]);
+InspectorBackend.registerCommand(&quot;Page.removeScriptToEvaluateOnLoad&quot;, [{&quot;name&quot;: &quot;identifier&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.reload&quot;, [{&quot;name&quot;: &quot;ignoreCache&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;scriptToEvaluateOnLoad&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;scriptPreprocessor&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;Page.navigate&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.getCookies&quot;, [], [&quot;cookies&quot;, &quot;cookiesString&quot;]);
+InspectorBackend.registerCommand(&quot;Page.deleteCookie&quot;, [{&quot;name&quot;: &quot;cookieName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.getResourceTree&quot;, [], [&quot;frameTree&quot;]);
+InspectorBackend.registerCommand(&quot;Page.getResourceContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;content&quot;, &quot;base64Encoded&quot;]);
+InspectorBackend.registerCommand(&quot;Page.searchInResource&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Page.searchInResources&quot;, [{&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Page.setDocumentContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;html&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.getScriptExecutionStatus&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Page.setScriptExecutionDisabled&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.setTouchEmulationEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.setEmulatedMedia&quot;, [{&quot;name&quot;: &quot;media&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.getCompositingBordersVisible&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Page.setCompositingBordersVisible&quot;, [{&quot;name&quot;: &quot;visible&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.handleJavaScriptDialog&quot;, [{&quot;name&quot;: &quot;accept&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;promptText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
+
+// Runtime.
+InspectorBackend.registerRuntimeDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Runtime&quot;);
+InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectType&quot;, {Object: &quot;object&quot;, Function: &quot;function&quot;, Undefined: &quot;undefined&quot;, String: &quot;string&quot;, Number: &quot;number&quot;, Boolean: &quot;boolean&quot;});
+InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectSubtype&quot;, {Array: &quot;array&quot;, Null: &quot;null&quot;, Node: &quot;node&quot;, Regexp: &quot;regexp&quot;, Date: &quot;date&quot;});
+InspectorBackend.registerEnum(&quot;Runtime.PropertyPreviewType&quot;, {Object: &quot;object&quot;, Function: &quot;function&quot;, Undefined: &quot;undefined&quot;, String: &quot;string&quot;, Number: &quot;number&quot;, Boolean: &quot;boolean&quot;});
+InspectorBackend.registerEnum(&quot;Runtime.PropertyPreviewSubtype&quot;, {Array: &quot;array&quot;, Null: &quot;null&quot;, Node: &quot;node&quot;, Regexp: &quot;regexp&quot;, Date: &quot;date&quot;});
+InspectorBackend.registerEnum(&quot;Runtime.SyntaxErrorType&quot;, {None: &quot;none&quot;, Irrecoverable: &quot;irrecoverable&quot;, UnterminatedLiteral: &quot;unterminated-literal&quot;, Recoverable: &quot;recoverable&quot;});
+InspectorBackend.registerEvent(&quot;Runtime.executionContextCreated&quot;, [&quot;context&quot;]);
+InspectorBackend.registerCommand(&quot;Runtime.parse&quot;, [{&quot;name&quot;: &quot;source&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;result&quot;, &quot;message&quot;, &quot;range&quot;]);
+InspectorBackend.registerCommand(&quot;Runtime.evaluate&quot;, [{&quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;contextId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
+InspectorBackend.registerCommand(&quot;Runtime.callFunctionOn&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;functionDeclaration&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;arguments&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
+InspectorBackend.registerCommand(&quot;Runtime.getProperties&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;ownProperties&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;internalProperties&quot;]);
+InspectorBackend.registerCommand(&quot;Runtime.releaseObject&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Runtime.releaseObjectGroup&quot;, [{&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Runtime.run&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Runtime.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Runtime.disable&quot;, [], []);
+
+// Console.
+InspectorBackend.registerConsoleDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Console&quot;);
+InspectorBackend.registerEnum(&quot;Console.ConsoleMessageSource&quot;, {XML: &quot;xml&quot;, Javascript: &quot;javascript&quot;, Network: &quot;network&quot;, ConsoleAPI: &quot;console-api&quot;, Storage: &quot;storage&quot;, Appcache: &quot;appcache&quot;, Rendering: &quot;rendering&quot;, CSS: &quot;css&quot;, Security: &quot;security&quot;, Other: &quot;other&quot;});
+InspectorBackend.registerEnum(&quot;Console.ConsoleMessageLevel&quot;, {Log: &quot;log&quot;, Warning: &quot;warning&quot;, Error: &quot;error&quot;, Debug: &quot;debug&quot;});
+InspectorBackend.registerEnum(&quot;Console.ConsoleMessageType&quot;, {Log: &quot;log&quot;, Dir: &quot;dir&quot;, DirXML: &quot;dirxml&quot;, Table: &quot;table&quot;, Trace: &quot;trace&quot;, Clear: &quot;clear&quot;, StartGroup: &quot;startGroup&quot;, StartGroupCollapsed: &quot;startGroupCollapsed&quot;, EndGroup: &quot;endGroup&quot;, Assert: &quot;assert&quot;, Timing: &quot;timing&quot;, Profile: &quot;profile&quot;, ProfileEnd: &quot;profileEnd&quot;});
+InspectorBackend.registerEvent(&quot;Console.messageAdded&quot;, [&quot;message&quot;]);
+InspectorBackend.registerEvent(&quot;Console.messageRepeatCountUpdated&quot;, [&quot;count&quot;]);
+InspectorBackend.registerEvent(&quot;Console.messagesCleared&quot;, []);
+InspectorBackend.registerCommand(&quot;Console.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Console.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Console.clearMessages&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Console.setMonitoringXHREnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Console.addInspectedNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+
+// Network.
+InspectorBackend.registerNetworkDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Network&quot;);
+InspectorBackend.registerEnum(&quot;Network.InitiatorType&quot;, {Parser: &quot;parser&quot;, Script: &quot;script&quot;, Other: &quot;other&quot;});
+InspectorBackend.registerEvent(&quot;Network.requestWillBeSent&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;documentURL&quot;, &quot;request&quot;, &quot;timestamp&quot;, &quot;initiator&quot;, &quot;redirectResponse&quot;, &quot;type&quot;]);
+InspectorBackend.registerEvent(&quot;Network.requestServedFromCache&quot;, [&quot;requestId&quot;]);
+InspectorBackend.registerEvent(&quot;Network.responseReceived&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;timestamp&quot;, &quot;type&quot;, &quot;response&quot;]);
+InspectorBackend.registerEvent(&quot;Network.dataReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;dataLength&quot;, &quot;encodedDataLength&quot;]);
+InspectorBackend.registerEvent(&quot;Network.loadingFinished&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;sourceMapURL&quot;]);
+InspectorBackend.registerEvent(&quot;Network.loadingFailed&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;errorText&quot;, &quot;canceled&quot;]);
+InspectorBackend.registerEvent(&quot;Network.requestServedFromMemoryCache&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;documentURL&quot;, &quot;timestamp&quot;, &quot;initiator&quot;, &quot;resource&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketWillSendHandshakeRequest&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;request&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketHandshakeResponseReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketCreated&quot;, [&quot;requestId&quot;, &quot;url&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketClosed&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketFrameReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketFrameError&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;errorMessage&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketFrameSent&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
+InspectorBackend.registerCommand(&quot;Network.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Network.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Network.setExtraHTTPHeaders&quot;, [{&quot;name&quot;: &quot;headers&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Network.getResponseBody&quot;, [{&quot;name&quot;: &quot;requestId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;body&quot;, &quot;base64Encoded&quot;]);
+InspectorBackend.registerCommand(&quot;Network.replayXHR&quot;, [{&quot;name&quot;: &quot;requestId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Network.canClearBrowserCache&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Network.clearBrowserCache&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Network.canClearBrowserCookies&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Network.clearBrowserCookies&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Network.setCacheDisabled&quot;, [{&quot;name&quot;: &quot;cacheDisabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+
+// Database.
+InspectorBackend.registerDatabaseDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Database&quot;);
+InspectorBackend.registerEvent(&quot;Database.addDatabase&quot;, [&quot;database&quot;]);
+InspectorBackend.registerCommand(&quot;Database.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Database.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Database.getDatabaseTableNames&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;tableNames&quot;]);
+InspectorBackend.registerCommand(&quot;Database.executeSQL&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;columnNames&quot;, &quot;values&quot;, &quot;sqlError&quot;]);
+
+// DOMStorage.
+InspectorBackend.registerDOMStorageDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;DOMStorage&quot;);
+InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemsCleared&quot;, [&quot;storageId&quot;]);
+InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemRemoved&quot;, [&quot;storageId&quot;, &quot;key&quot;]);
+InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemAdded&quot;, [&quot;storageId&quot;, &quot;key&quot;, &quot;newValue&quot;]);
+InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemUpdated&quot;, [&quot;storageId&quot;, &quot;key&quot;, &quot;oldValue&quot;, &quot;newValue&quot;]);
+InspectorBackend.registerCommand(&quot;DOMStorage.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOMStorage.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOMStorage.getDOMStorageItems&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], [&quot;entries&quot;]);
+InspectorBackend.registerCommand(&quot;DOMStorage.setDOMStorageItem&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMStorage.removeDOMStorageItem&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+
+// ApplicationCache.
+InspectorBackend.registerApplicationCacheDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;ApplicationCache&quot;);
+InspectorBackend.registerEvent(&quot;ApplicationCache.applicationCacheStatusUpdated&quot;, [&quot;frameId&quot;, &quot;manifestURL&quot;, &quot;status&quot;]);
+InspectorBackend.registerEvent(&quot;ApplicationCache.networkStateUpdated&quot;, [&quot;isNowOnline&quot;]);
+InspectorBackend.registerCommand(&quot;ApplicationCache.getFramesWithManifests&quot;, [], [&quot;frameIds&quot;]);
+InspectorBackend.registerCommand(&quot;ApplicationCache.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;ApplicationCache.getManifestForFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;manifestURL&quot;]);
+InspectorBackend.registerCommand(&quot;ApplicationCache.getApplicationCacheForFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;applicationCache&quot;]);
+
+// DOM.
+InspectorBackend.registerDOMDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;DOM&quot;);
+InspectorBackend.registerEvent(&quot;DOM.documentUpdated&quot;, []);
+InspectorBackend.registerEvent(&quot;DOM.setChildNodes&quot;, [&quot;parentId&quot;, &quot;nodes&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.attributeModified&quot;, [&quot;nodeId&quot;, &quot;name&quot;, &quot;value&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.attributeRemoved&quot;, [&quot;nodeId&quot;, &quot;name&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.inlineStyleInvalidated&quot;, [&quot;nodeIds&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.characterDataModified&quot;, [&quot;nodeId&quot;, &quot;characterData&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.childNodeCountUpdated&quot;, [&quot;nodeId&quot;, &quot;childNodeCount&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.childNodeInserted&quot;, [&quot;parentNodeId&quot;, &quot;previousNodeId&quot;, &quot;node&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.childNodeRemoved&quot;, [&quot;parentNodeId&quot;, &quot;nodeId&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.shadowRootPushed&quot;, [&quot;hostId&quot;, &quot;root&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.shadowRootPopped&quot;, [&quot;hostId&quot;, &quot;rootId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.getDocument&quot;, [], [&quot;root&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.requestChildNodes&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;depth&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.querySelector&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.querySelectorAll&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeIds&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.setNodeName&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.setNodeValue&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.removeNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.setAttributeValue&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.setAttributesAsText&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.removeAttribute&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.getEventListenersForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;listeners&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.getOuterHTML&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;outerHTML&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.setOuterHTML&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;outerHTML&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.performSearch&quot;, [{&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;searchId&quot;, &quot;resultCount&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.getSearchResults&quot;, [{&quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;fromIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;toIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;nodeIds&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.discardSearchResults&quot;, [{&quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.requestNode&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.setInspectModeEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;highlightConfig&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.highlightRect&quot;, [{&quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;color&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;outlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.highlightQuad&quot;, [{&quot;name&quot;: &quot;quad&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;color&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;outlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.highlightNode&quot;, [{&quot;name&quot;: &quot;highlightConfig&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.hideHighlight&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOM.highlightFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;contentColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;contentOutlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.pushNodeByPathToFrontend&quot;, [{&quot;name&quot;: &quot;path&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.pushNodeByBackendIdToFrontend&quot;, [{&quot;name&quot;: &quot;backendNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.releaseBackendNodeIds&quot;, [{&quot;name&quot;: &quot;nodeGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.resolveNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;object&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.getAttributes&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;attributes&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.moveTo&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;targetNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;insertBeforeNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.undo&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOM.redo&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOM.markUndoableState&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOM.focus&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+
+// CSS.
+InspectorBackend.registerCSSDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;CSS&quot;);
+InspectorBackend.registerEnum(&quot;CSS.StyleSheetOrigin&quot;, {User: &quot;user&quot;, UserAgent: &quot;user-agent&quot;, Inspector: &quot;inspector&quot;, Regular: &quot;regular&quot;});
+InspectorBackend.registerEnum(&quot;CSS.CSSPropertyStatus&quot;, {Active: &quot;active&quot;, Inactive: &quot;inactive&quot;, Disabled: &quot;disabled&quot;, Style: &quot;style&quot;});
+InspectorBackend.registerEnum(&quot;CSS.CSSMediaSource&quot;, {MediaRule: &quot;mediaRule&quot;, ImportRule: &quot;importRule&quot;, LinkedSheet: &quot;linkedSheet&quot;, InlineSheet: &quot;inlineSheet&quot;});
+InspectorBackend.registerEnum(&quot;CSS.RegionRegionOverset&quot;, {Overset: &quot;overset&quot;, Fit: &quot;fit&quot;, Empty: &quot;empty&quot;});
+InspectorBackend.registerEvent(&quot;CSS.mediaQueryResultChanged&quot;, []);
+InspectorBackend.registerEvent(&quot;CSS.styleSheetChanged&quot;, [&quot;styleSheetId&quot;]);
+InspectorBackend.registerEvent(&quot;CSS.namedFlowCreated&quot;, [&quot;namedFlow&quot;]);
+InspectorBackend.registerEvent(&quot;CSS.namedFlowRemoved&quot;, [&quot;documentNodeId&quot;, &quot;flowName&quot;]);
+InspectorBackend.registerEvent(&quot;CSS.regionLayoutUpdated&quot;, [&quot;namedFlow&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;CSS.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;CSS.getMatchedStylesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;includePseudo&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeInherited&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;matchedCSSRules&quot;, &quot;pseudoElements&quot;, &quot;inherited&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getInlineStylesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;inlineStyle&quot;, &quot;attributesStyle&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getComputedStyleForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;computedStyle&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getAllStyleSheets&quot;, [], [&quot;headers&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getStyleSheet&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;styleSheet&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getStyleSheetText&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;text&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.setStyleSheetText&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;CSS.setStyleText&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.setPropertyText&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;overwrite&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.toggleProperty&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;disable&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.setRuleSelector&quot;, [{&quot;name&quot;: &quot;ruleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;rule&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.addRule&quot;, [{&quot;name&quot;: &quot;contextNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;rule&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getSupportedCSSProperties&quot;, [], [&quot;cssProperties&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.forcePseudoState&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;forcedPseudoClasses&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;CSS.startSelectorProfiler&quot;, [], []);
+InspectorBackend.registerCommand(&quot;CSS.stopSelectorProfiler&quot;, [], [&quot;profile&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getNamedFlowCollection&quot;, [{&quot;name&quot;: &quot;documentNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;namedFlows&quot;]);
+
+// Timeline.
+InspectorBackend.registerTimelineDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Timeline&quot;);
+InspectorBackend.registerEnum(&quot;Timeline.EventType&quot;, {EventDispatch: &quot;EventDispatch&quot;, ScheduleStyleRecalculation: &quot;ScheduleStyleRecalculation&quot;, RecalculateStyles: &quot;RecalculateStyles&quot;, InvalidateLayout: &quot;InvalidateLayout&quot;, Layout: &quot;Layout&quot;, Paint: &quot;Paint&quot;, ScrollLayer: &quot;ScrollLayer&quot;, ResizeImage: &quot;ResizeImage&quot;, ParseHTML: &quot;ParseHTML&quot;, TimerInstall: &quot;TimerInstall&quot;, TimerRemove: &quot;TimerRemove&quot;, TimerFire: &quot;TimerFire&quot;, EvaluateScript: &quot;EvaluateScript&quot;, MarkLoad: &quot;MarkLoad&quot;, MarkDOMContent: &quot;MarkDOMContent&quot;, TimeStamp: &quot;TimeStamp&quot;, Time: &quot;Time&quot;, TimeEnd: &quot;TimeEnd&quot;, ScheduleResourceRequest: &quot;ScheduleResourceRequest&quot;, ResourceSendRequest: &quot;ResourceSendRequest&quot;, ResourceReceiveResponse: &quot;ResourceReceiveResponse&quot;, ResourceReceivedData: &quot;ResourceReceivedData&quot;, 
 ResourceFinish: &quot;ResourceFinish&quot;, XHRReadyStateChange: &quot;XHRReadyStateChange&quot;, XHRLoad: &quot;XHRLoad&quot;, FunctionCall: &quot;FunctionCall&quot;, GCEvent: &quot;GCEvent&quot;, RequestAnimationFrame: &quot;RequestAnimationFrame&quot;, CancelAnimationFrame: &quot;CancelAnimationFrame&quot;, FireAnimationFrame: &quot;FireAnimationFrame&quot;, WebSocketCreate: &quot;WebSocketCreate&quot;, WebSocketSendHandshakeRequest: &quot;WebSocketSendHandshakeRequest&quot;, WebSocketReceiveHandshakeResponse: &quot;WebSocketReceiveHandshakeResponse&quot;, WebSocketDestroy: &quot;WebSocketDestroy&quot;});
+InspectorBackend.registerEvent(&quot;Timeline.eventRecorded&quot;, [&quot;record&quot;]);
+InspectorBackend.registerCommand(&quot;Timeline.start&quot;, [{&quot;name&quot;: &quot;maxCallStackDepth&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;Timeline.stop&quot;, [], []);
+
+// Debugger.
+InspectorBackend.registerDebuggerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Debugger&quot;);
+InspectorBackend.registerEnum(&quot;Debugger.ScopeType&quot;, {Global: &quot;global&quot;, Local: &quot;local&quot;, With: &quot;with&quot;, Closure: &quot;closure&quot;, Catch: &quot;catch&quot;});
+InspectorBackend.registerEvent(&quot;Debugger.globalObjectCleared&quot;, []);
+InspectorBackend.registerEvent(&quot;Debugger.scriptParsed&quot;, [&quot;scriptId&quot;, &quot;url&quot;, &quot;startLine&quot;, &quot;startColumn&quot;, &quot;endLine&quot;, &quot;endColumn&quot;, &quot;isContentScript&quot;, &quot;sourceMapURL&quot;, &quot;hasSourceURL&quot;]);
+InspectorBackend.registerEvent(&quot;Debugger.scriptFailedToParse&quot;, [&quot;url&quot;, &quot;scriptSource&quot;, &quot;startLine&quot;, &quot;errorLine&quot;, &quot;errorMessage&quot;]);
+InspectorBackend.registerEvent(&quot;Debugger.breakpointResolved&quot;, [&quot;breakpointId&quot;, &quot;location&quot;]);
+InspectorBackend.registerEvent(&quot;Debugger.paused&quot;, [&quot;callFrames&quot;, &quot;reason&quot;, &quot;data&quot;]);
+InspectorBackend.registerEvent(&quot;Debugger.resumed&quot;, []);
+InspectorBackend.registerCommand(&quot;Debugger.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.setBreakpointsActive&quot;, [{&quot;name&quot;: &quot;active&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Debugger.setBreakpointByUrl&quot;, [{&quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;urlRegex&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;condition&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;breakpointId&quot;, &quot;locations&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.setBreakpoint&quot;, [{&quot;name&quot;: &quot;location&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;condition&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;breakpointId&quot;, &quot;actualLocation&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.removeBreakpoint&quot;, [{&quot;name&quot;: &quot;breakpointId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Debugger.continueToLocation&quot;, [{&quot;name&quot;: &quot;location&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Debugger.stepOver&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.stepInto&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.stepOut&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.pause&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.resume&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.searchInContent&quot;, [{&quot;name&quot;: &quot;scriptId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.restartFrame&quot;, [{&quot;name&quot;: &quot;callFrameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;callFrames&quot;, &quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.getScriptSource&quot;, [{&quot;name&quot;: &quot;scriptId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;scriptSource&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.getFunctionDetails&quot;, [{&quot;name&quot;: &quot;functionId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;details&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.setPauseOnExceptions&quot;, [{&quot;name&quot;: &quot;state&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Debugger.evaluateOnCallFrame&quot;, [{&quot;name&quot;: &quot;callFrameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.setOverlayMessage&quot;, [{&quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;Debugger.setVariableValue&quot;, [{&quot;name&quot;: &quot;scopeNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;variableName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;newValue&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;callFrameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;functionObjectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
+
+// DOMDebugger.
+InspectorBackend.registerEnum(&quot;DOMDebugger.DOMBreakpointType&quot;, {SubtreeModified: &quot;subtree-modified&quot;, AttributeModified: &quot;attribute-modified&quot;, NodeRemoved: &quot;node-removed&quot;});
+InspectorBackend.registerCommand(&quot;DOMDebugger.setDOMBreakpoint&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.removeDOMBreakpoint&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.setEventListenerBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.removeEventListenerBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.setInstrumentationBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.removeInstrumentationBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.setXHRBreakpoint&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.removeXHRBreakpoint&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+
+// Profiler.
+InspectorBackend.registerProfilerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Profiler&quot;);
+InspectorBackend.registerEnum(&quot;Profiler.ProfileHeaderTypeId&quot;, {CPU: &quot;CPU&quot;, CSS: &quot;CSS&quot;});
+InspectorBackend.registerEvent(&quot;Profiler.addProfileHeader&quot;, [&quot;header&quot;]);
+InspectorBackend.registerEvent(&quot;Profiler.setRecordingProfile&quot;, [&quot;isProfiling&quot;]);
+InspectorBackend.registerEvent(&quot;Profiler.resetProfiles&quot;, []);
+InspectorBackend.registerCommand(&quot;Profiler.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Profiler.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Profiler.start&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Profiler.stop&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Profiler.getProfileHeaders&quot;, [], [&quot;headers&quot;]);
+InspectorBackend.registerCommand(&quot;Profiler.getCPUProfile&quot;, [{&quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;profile&quot;]);
+InspectorBackend.registerCommand(&quot;Profiler.removeProfile&quot;, [{&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Profiler.clearProfiles&quot;, [], []);
+
+// Worker.
+InspectorBackend.registerWorkerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Worker&quot;);
+InspectorBackend.registerEvent(&quot;Worker.workerCreated&quot;, [&quot;workerId&quot;, &quot;url&quot;, &quot;inspectorConnected&quot;]);
+InspectorBackend.registerEvent(&quot;Worker.workerTerminated&quot;, [&quot;workerId&quot;]);
+InspectorBackend.registerEvent(&quot;Worker.dispatchMessageFromWorker&quot;, [&quot;workerId&quot;, &quot;message&quot;]);
+InspectorBackend.registerEvent(&quot;Worker.disconnectedFromWorker&quot;, []);
+InspectorBackend.registerCommand(&quot;Worker.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Worker.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Worker.sendMessageToWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Worker.canInspectWorkers&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Worker.connectToWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Worker.disconnectFromWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Worker.setAutoconnectToWorkers&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+
+// LayerTree.
+InspectorBackend.registerLayerTreeDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;LayerTree&quot;);
+InspectorBackend.registerEvent(&quot;LayerTree.layerTreeDidChange&quot;, []);
+InspectorBackend.registerCommand(&quot;LayerTree.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;LayerTree.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;LayerTree.layersForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;layers&quot;]);
+InspectorBackend.registerCommand(&quot;LayerTree.reasonsForCompositingLayer&quot;, [{&quot;name&quot;: &quot;layerId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;compositingReasons&quot;]);
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolLegacy70InspectorWebBackendCommandsjs"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,325 +0,0 @@
</span><del>-/*
- * Copyright (C) 2013 Google Inc. All rights reserved.
- * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
- * Copyright (C) 2014 University of Washington. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-// DO NOT EDIT THIS FILE. It is automatically generated from Inspector-iOS-7.0.json
-// by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
-
-// Inspector.
-InspectorBackend.registerInspectorDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Inspector&quot;);
-InspectorBackend.registerEvent(&quot;Inspector.evaluateForTestInFrontend&quot;, [&quot;testCallId&quot;, &quot;script&quot;]);
-InspectorBackend.registerEvent(&quot;Inspector.inspect&quot;, [&quot;object&quot;, &quot;hints&quot;]);
-InspectorBackend.registerEvent(&quot;Inspector.detached&quot;, [&quot;reason&quot;]);
-InspectorBackend.registerEvent(&quot;Inspector.targetCrashed&quot;, []);
-InspectorBackend.registerCommand(&quot;Inspector.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Inspector.disable&quot;, [], []);
-
-// Page.
-InspectorBackend.registerPageDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Page&quot;);
-InspectorBackend.registerEnum(&quot;Page.ResourceType&quot;, {Document: &quot;Document&quot;, Stylesheet: &quot;Stylesheet&quot;, Image: &quot;Image&quot;, Font: &quot;Font&quot;, Script: &quot;Script&quot;, XHR: &quot;XHR&quot;, WebSocket: &quot;WebSocket&quot;, Other: &quot;Other&quot;});
-InspectorBackend.registerEvent(&quot;Page.domContentEventFired&quot;, [&quot;timestamp&quot;]);
-InspectorBackend.registerEvent(&quot;Page.loadEventFired&quot;, [&quot;timestamp&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameNavigated&quot;, [&quot;frame&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameDetached&quot;, [&quot;frameId&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameStartedLoading&quot;, [&quot;frameId&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameStoppedLoading&quot;, [&quot;frameId&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameScheduledNavigation&quot;, [&quot;frameId&quot;, &quot;delay&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameClearedScheduledNavigation&quot;, [&quot;frameId&quot;]);
-InspectorBackend.registerEvent(&quot;Page.javascriptDialogOpening&quot;, [&quot;message&quot;]);
-InspectorBackend.registerEvent(&quot;Page.javascriptDialogClosed&quot;, []);
-InspectorBackend.registerEvent(&quot;Page.scriptsEnabled&quot;, [&quot;isEnabled&quot;]);
-InspectorBackend.registerCommand(&quot;Page.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Page.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Page.addScriptToEvaluateOnLoad&quot;, [{&quot;name&quot;: &quot;scriptSource&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;identifier&quot;]);
-InspectorBackend.registerCommand(&quot;Page.removeScriptToEvaluateOnLoad&quot;, [{&quot;name&quot;: &quot;identifier&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.reload&quot;, [{&quot;name&quot;: &quot;ignoreCache&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;scriptToEvaluateOnLoad&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;scriptPreprocessor&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;Page.navigate&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.getCookies&quot;, [], [&quot;cookies&quot;, &quot;cookiesString&quot;]);
-InspectorBackend.registerCommand(&quot;Page.deleteCookie&quot;, [{&quot;name&quot;: &quot;cookieName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.getResourceTree&quot;, [], [&quot;frameTree&quot;]);
-InspectorBackend.registerCommand(&quot;Page.getResourceContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;content&quot;, &quot;base64Encoded&quot;]);
-InspectorBackend.registerCommand(&quot;Page.searchInResource&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Page.searchInResources&quot;, [{&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setDocumentContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;html&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.getScriptExecutionStatus&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setScriptExecutionDisabled&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.setTouchEmulationEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.setEmulatedMedia&quot;, [{&quot;name&quot;: &quot;media&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.getCompositingBordersVisible&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setCompositingBordersVisible&quot;, [{&quot;name&quot;: &quot;visible&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.handleJavaScriptDialog&quot;, [{&quot;name&quot;: &quot;accept&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;promptText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
-
-// Runtime.
-InspectorBackend.registerRuntimeDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Runtime&quot;);
-InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectType&quot;, {Object: &quot;object&quot;, Function: &quot;function&quot;, Undefined: &quot;undefined&quot;, String: &quot;string&quot;, Number: &quot;number&quot;, Boolean: &quot;boolean&quot;});
-InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectSubtype&quot;, {Array: &quot;array&quot;, Null: &quot;null&quot;, Node: &quot;node&quot;, Regexp: &quot;regexp&quot;, Date: &quot;date&quot;});
-InspectorBackend.registerEnum(&quot;Runtime.PropertyPreviewType&quot;, {Object: &quot;object&quot;, Function: &quot;function&quot;, Undefined: &quot;undefined&quot;, String: &quot;string&quot;, Number: &quot;number&quot;, Boolean: &quot;boolean&quot;});
-InspectorBackend.registerEnum(&quot;Runtime.PropertyPreviewSubtype&quot;, {Array: &quot;array&quot;, Null: &quot;null&quot;, Node: &quot;node&quot;, Regexp: &quot;regexp&quot;, Date: &quot;date&quot;});
-InspectorBackend.registerEnum(&quot;Runtime.SyntaxErrorType&quot;, {None: &quot;none&quot;, Irrecoverable: &quot;irrecoverable&quot;, UnterminatedLiteral: &quot;unterminated-literal&quot;, Recoverable: &quot;recoverable&quot;});
-InspectorBackend.registerEvent(&quot;Runtime.executionContextCreated&quot;, [&quot;context&quot;]);
-InspectorBackend.registerCommand(&quot;Runtime.parse&quot;, [{&quot;name&quot;: &quot;source&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;result&quot;, &quot;message&quot;, &quot;range&quot;]);
-InspectorBackend.registerCommand(&quot;Runtime.evaluate&quot;, [{&quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;contextId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
-InspectorBackend.registerCommand(&quot;Runtime.callFunctionOn&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;functionDeclaration&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;arguments&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
-InspectorBackend.registerCommand(&quot;Runtime.getProperties&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;ownProperties&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;internalProperties&quot;]);
-InspectorBackend.registerCommand(&quot;Runtime.releaseObject&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Runtime.releaseObjectGroup&quot;, [{&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Runtime.run&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Runtime.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Runtime.disable&quot;, [], []);
-
-// Console.
-InspectorBackend.registerConsoleDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Console&quot;);
-InspectorBackend.registerEnum(&quot;Console.ConsoleMessageSource&quot;, {XML: &quot;xml&quot;, Javascript: &quot;javascript&quot;, Network: &quot;network&quot;, ConsoleAPI: &quot;console-api&quot;, Storage: &quot;storage&quot;, Appcache: &quot;appcache&quot;, Rendering: &quot;rendering&quot;, CSS: &quot;css&quot;, Security: &quot;security&quot;, Other: &quot;other&quot;});
-InspectorBackend.registerEnum(&quot;Console.ConsoleMessageLevel&quot;, {Log: &quot;log&quot;, Warning: &quot;warning&quot;, Error: &quot;error&quot;, Debug: &quot;debug&quot;});
-InspectorBackend.registerEnum(&quot;Console.ConsoleMessageType&quot;, {Log: &quot;log&quot;, Dir: &quot;dir&quot;, DirXML: &quot;dirxml&quot;, Table: &quot;table&quot;, Trace: &quot;trace&quot;, Clear: &quot;clear&quot;, StartGroup: &quot;startGroup&quot;, StartGroupCollapsed: &quot;startGroupCollapsed&quot;, EndGroup: &quot;endGroup&quot;, Assert: &quot;assert&quot;, Timing: &quot;timing&quot;, Profile: &quot;profile&quot;, ProfileEnd: &quot;profileEnd&quot;});
-InspectorBackend.registerEvent(&quot;Console.messageAdded&quot;, [&quot;message&quot;]);
-InspectorBackend.registerEvent(&quot;Console.messageRepeatCountUpdated&quot;, [&quot;count&quot;]);
-InspectorBackend.registerEvent(&quot;Console.messagesCleared&quot;, []);
-InspectorBackend.registerCommand(&quot;Console.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Console.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Console.clearMessages&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Console.setMonitoringXHREnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Console.addInspectedNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-
-// Network.
-InspectorBackend.registerNetworkDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Network&quot;);
-InspectorBackend.registerEnum(&quot;Network.InitiatorType&quot;, {Parser: &quot;parser&quot;, Script: &quot;script&quot;, Other: &quot;other&quot;});
-InspectorBackend.registerEvent(&quot;Network.requestWillBeSent&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;documentURL&quot;, &quot;request&quot;, &quot;timestamp&quot;, &quot;initiator&quot;, &quot;redirectResponse&quot;, &quot;type&quot;]);
-InspectorBackend.registerEvent(&quot;Network.requestServedFromCache&quot;, [&quot;requestId&quot;]);
-InspectorBackend.registerEvent(&quot;Network.responseReceived&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;timestamp&quot;, &quot;type&quot;, &quot;response&quot;]);
-InspectorBackend.registerEvent(&quot;Network.dataReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;dataLength&quot;, &quot;encodedDataLength&quot;]);
-InspectorBackend.registerEvent(&quot;Network.loadingFinished&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;sourceMapURL&quot;]);
-InspectorBackend.registerEvent(&quot;Network.loadingFailed&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;errorText&quot;, &quot;canceled&quot;]);
-InspectorBackend.registerEvent(&quot;Network.requestServedFromMemoryCache&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;documentURL&quot;, &quot;timestamp&quot;, &quot;initiator&quot;, &quot;resource&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketWillSendHandshakeRequest&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;request&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketHandshakeResponseReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketCreated&quot;, [&quot;requestId&quot;, &quot;url&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketClosed&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketFrameReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketFrameError&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;errorMessage&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketFrameSent&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
-InspectorBackend.registerCommand(&quot;Network.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Network.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Network.setExtraHTTPHeaders&quot;, [{&quot;name&quot;: &quot;headers&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Network.getResponseBody&quot;, [{&quot;name&quot;: &quot;requestId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;body&quot;, &quot;base64Encoded&quot;]);
-InspectorBackend.registerCommand(&quot;Network.replayXHR&quot;, [{&quot;name&quot;: &quot;requestId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Network.canClearBrowserCache&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Network.clearBrowserCache&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Network.canClearBrowserCookies&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Network.clearBrowserCookies&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Network.setCacheDisabled&quot;, [{&quot;name&quot;: &quot;cacheDisabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-
-// Database.
-InspectorBackend.registerDatabaseDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Database&quot;);
-InspectorBackend.registerEvent(&quot;Database.addDatabase&quot;, [&quot;database&quot;]);
-InspectorBackend.registerCommand(&quot;Database.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Database.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Database.getDatabaseTableNames&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;tableNames&quot;]);
-InspectorBackend.registerCommand(&quot;Database.executeSQL&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;columnNames&quot;, &quot;values&quot;, &quot;sqlError&quot;]);
-
-// DOMStorage.
-InspectorBackend.registerDOMStorageDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;DOMStorage&quot;);
-InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemsCleared&quot;, [&quot;storageId&quot;]);
-InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemRemoved&quot;, [&quot;storageId&quot;, &quot;key&quot;]);
-InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemAdded&quot;, [&quot;storageId&quot;, &quot;key&quot;, &quot;newValue&quot;]);
-InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemUpdated&quot;, [&quot;storageId&quot;, &quot;key&quot;, &quot;oldValue&quot;, &quot;newValue&quot;]);
-InspectorBackend.registerCommand(&quot;DOMStorage.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOMStorage.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOMStorage.getDOMStorageItems&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], [&quot;entries&quot;]);
-InspectorBackend.registerCommand(&quot;DOMStorage.setDOMStorageItem&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMStorage.removeDOMStorageItem&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-
-// ApplicationCache.
-InspectorBackend.registerApplicationCacheDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;ApplicationCache&quot;);
-InspectorBackend.registerEvent(&quot;ApplicationCache.applicationCacheStatusUpdated&quot;, [&quot;frameId&quot;, &quot;manifestURL&quot;, &quot;status&quot;]);
-InspectorBackend.registerEvent(&quot;ApplicationCache.networkStateUpdated&quot;, [&quot;isNowOnline&quot;]);
-InspectorBackend.registerCommand(&quot;ApplicationCache.getFramesWithManifests&quot;, [], [&quot;frameIds&quot;]);
-InspectorBackend.registerCommand(&quot;ApplicationCache.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;ApplicationCache.getManifestForFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;manifestURL&quot;]);
-InspectorBackend.registerCommand(&quot;ApplicationCache.getApplicationCacheForFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;applicationCache&quot;]);
-
-// DOM.
-InspectorBackend.registerDOMDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;DOM&quot;);
-InspectorBackend.registerEvent(&quot;DOM.documentUpdated&quot;, []);
-InspectorBackend.registerEvent(&quot;DOM.setChildNodes&quot;, [&quot;parentId&quot;, &quot;nodes&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.attributeModified&quot;, [&quot;nodeId&quot;, &quot;name&quot;, &quot;value&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.attributeRemoved&quot;, [&quot;nodeId&quot;, &quot;name&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.inlineStyleInvalidated&quot;, [&quot;nodeIds&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.characterDataModified&quot;, [&quot;nodeId&quot;, &quot;characterData&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.childNodeCountUpdated&quot;, [&quot;nodeId&quot;, &quot;childNodeCount&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.childNodeInserted&quot;, [&quot;parentNodeId&quot;, &quot;previousNodeId&quot;, &quot;node&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.childNodeRemoved&quot;, [&quot;parentNodeId&quot;, &quot;nodeId&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.shadowRootPushed&quot;, [&quot;hostId&quot;, &quot;root&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.shadowRootPopped&quot;, [&quot;hostId&quot;, &quot;rootId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.getDocument&quot;, [], [&quot;root&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.requestChildNodes&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;depth&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.querySelector&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.querySelectorAll&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeIds&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.setNodeName&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.setNodeValue&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.removeNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.setAttributeValue&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.setAttributesAsText&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.removeAttribute&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.getEventListenersForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;listeners&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.getOuterHTML&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;outerHTML&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.setOuterHTML&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;outerHTML&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.performSearch&quot;, [{&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;searchId&quot;, &quot;resultCount&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.getSearchResults&quot;, [{&quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;fromIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;toIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;nodeIds&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.discardSearchResults&quot;, [{&quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.requestNode&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.setInspectModeEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;highlightConfig&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.highlightRect&quot;, [{&quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;color&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;outlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.highlightQuad&quot;, [{&quot;name&quot;: &quot;quad&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;color&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;outlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.highlightNode&quot;, [{&quot;name&quot;: &quot;highlightConfig&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.hideHighlight&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOM.highlightFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;contentColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;contentOutlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.pushNodeByPathToFrontend&quot;, [{&quot;name&quot;: &quot;path&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.pushNodeByBackendIdToFrontend&quot;, [{&quot;name&quot;: &quot;backendNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.releaseBackendNodeIds&quot;, [{&quot;name&quot;: &quot;nodeGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.resolveNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;object&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.getAttributes&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;attributes&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.moveTo&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;targetNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;insertBeforeNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.undo&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOM.redo&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOM.markUndoableState&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOM.focus&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-
-// CSS.
-InspectorBackend.registerCSSDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;CSS&quot;);
-InspectorBackend.registerEnum(&quot;CSS.StyleSheetOrigin&quot;, {User: &quot;user&quot;, UserAgent: &quot;user-agent&quot;, Inspector: &quot;inspector&quot;, Regular: &quot;regular&quot;});
-InspectorBackend.registerEnum(&quot;CSS.CSSPropertyStatus&quot;, {Active: &quot;active&quot;, Inactive: &quot;inactive&quot;, Disabled: &quot;disabled&quot;, Style: &quot;style&quot;});
-InspectorBackend.registerEnum(&quot;CSS.CSSMediaSource&quot;, {MediaRule: &quot;mediaRule&quot;, ImportRule: &quot;importRule&quot;, LinkedSheet: &quot;linkedSheet&quot;, InlineSheet: &quot;inlineSheet&quot;});
-InspectorBackend.registerEnum(&quot;CSS.RegionRegionOverset&quot;, {Overset: &quot;overset&quot;, Fit: &quot;fit&quot;, Empty: &quot;empty&quot;});
-InspectorBackend.registerEvent(&quot;CSS.mediaQueryResultChanged&quot;, []);
-InspectorBackend.registerEvent(&quot;CSS.styleSheetChanged&quot;, [&quot;styleSheetId&quot;]);
-InspectorBackend.registerEvent(&quot;CSS.namedFlowCreated&quot;, [&quot;namedFlow&quot;]);
-InspectorBackend.registerEvent(&quot;CSS.namedFlowRemoved&quot;, [&quot;documentNodeId&quot;, &quot;flowName&quot;]);
-InspectorBackend.registerEvent(&quot;CSS.regionLayoutUpdated&quot;, [&quot;namedFlow&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;CSS.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;CSS.getMatchedStylesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;includePseudo&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeInherited&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;matchedCSSRules&quot;, &quot;pseudoElements&quot;, &quot;inherited&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getInlineStylesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;inlineStyle&quot;, &quot;attributesStyle&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getComputedStyleForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;computedStyle&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getAllStyleSheets&quot;, [], [&quot;headers&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getStyleSheet&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;styleSheet&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getStyleSheetText&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;text&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.setStyleSheetText&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;CSS.setStyleText&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.setPropertyText&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;overwrite&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.toggleProperty&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;disable&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.setRuleSelector&quot;, [{&quot;name&quot;: &quot;ruleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;rule&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.addRule&quot;, [{&quot;name&quot;: &quot;contextNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;rule&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getSupportedCSSProperties&quot;, [], [&quot;cssProperties&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.forcePseudoState&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;forcedPseudoClasses&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;CSS.startSelectorProfiler&quot;, [], []);
-InspectorBackend.registerCommand(&quot;CSS.stopSelectorProfiler&quot;, [], [&quot;profile&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getNamedFlowCollection&quot;, [{&quot;name&quot;: &quot;documentNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;namedFlows&quot;]);
-
-// Timeline.
-InspectorBackend.registerTimelineDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Timeline&quot;);
-InspectorBackend.registerEnum(&quot;Timeline.EventType&quot;, {EventDispatch: &quot;EventDispatch&quot;, ScheduleStyleRecalculation: &quot;ScheduleStyleRecalculation&quot;, RecalculateStyles: &quot;RecalculateStyles&quot;, InvalidateLayout: &quot;InvalidateLayout&quot;, Layout: &quot;Layout&quot;, Paint: &quot;Paint&quot;, ScrollLayer: &quot;ScrollLayer&quot;, ResizeImage: &quot;ResizeImage&quot;, ParseHTML: &quot;ParseHTML&quot;, TimerInstall: &quot;TimerInstall&quot;, TimerRemove: &quot;TimerRemove&quot;, TimerFire: &quot;TimerFire&quot;, EvaluateScript: &quot;EvaluateScript&quot;, MarkLoad: &quot;MarkLoad&quot;, MarkDOMContent: &quot;MarkDOMContent&quot;, TimeStamp: &quot;TimeStamp&quot;, Time: &quot;Time&quot;, TimeEnd: &quot;TimeEnd&quot;, ScheduleResourceRequest: &quot;ScheduleResourceRequest&quot;, ResourceSendRequest: &quot;ResourceSendRequest&quot;, ResourceReceiveResponse: &quot;ResourceReceiveResponse&quot;, ResourceReceivedData: &quot;ResourceReceivedData&quot;, 
 ResourceFinish: &quot;ResourceFinish&quot;, XHRReadyStateChange: &quot;XHRReadyStateChange&quot;, XHRLoad: &quot;XHRLoad&quot;, FunctionCall: &quot;FunctionCall&quot;, GCEvent: &quot;GCEvent&quot;, RequestAnimationFrame: &quot;RequestAnimationFrame&quot;, CancelAnimationFrame: &quot;CancelAnimationFrame&quot;, FireAnimationFrame: &quot;FireAnimationFrame&quot;, WebSocketCreate: &quot;WebSocketCreate&quot;, WebSocketSendHandshakeRequest: &quot;WebSocketSendHandshakeRequest&quot;, WebSocketReceiveHandshakeResponse: &quot;WebSocketReceiveHandshakeResponse&quot;, WebSocketDestroy: &quot;WebSocketDestroy&quot;});
-InspectorBackend.registerEvent(&quot;Timeline.eventRecorded&quot;, [&quot;record&quot;]);
-InspectorBackend.registerCommand(&quot;Timeline.start&quot;, [{&quot;name&quot;: &quot;maxCallStackDepth&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;Timeline.stop&quot;, [], []);
-
-// Debugger.
-InspectorBackend.registerDebuggerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Debugger&quot;);
-InspectorBackend.registerEnum(&quot;Debugger.ScopeType&quot;, {Global: &quot;global&quot;, Local: &quot;local&quot;, With: &quot;with&quot;, Closure: &quot;closure&quot;, Catch: &quot;catch&quot;});
-InspectorBackend.registerEvent(&quot;Debugger.globalObjectCleared&quot;, []);
-InspectorBackend.registerEvent(&quot;Debugger.scriptParsed&quot;, [&quot;scriptId&quot;, &quot;url&quot;, &quot;startLine&quot;, &quot;startColumn&quot;, &quot;endLine&quot;, &quot;endColumn&quot;, &quot;isContentScript&quot;, &quot;sourceMapURL&quot;, &quot;hasSourceURL&quot;]);
-InspectorBackend.registerEvent(&quot;Debugger.scriptFailedToParse&quot;, [&quot;url&quot;, &quot;scriptSource&quot;, &quot;startLine&quot;, &quot;errorLine&quot;, &quot;errorMessage&quot;]);
-InspectorBackend.registerEvent(&quot;Debugger.breakpointResolved&quot;, [&quot;breakpointId&quot;, &quot;location&quot;]);
-InspectorBackend.registerEvent(&quot;Debugger.paused&quot;, [&quot;callFrames&quot;, &quot;reason&quot;, &quot;data&quot;]);
-InspectorBackend.registerEvent(&quot;Debugger.resumed&quot;, []);
-InspectorBackend.registerCommand(&quot;Debugger.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.setBreakpointsActive&quot;, [{&quot;name&quot;: &quot;active&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Debugger.setBreakpointByUrl&quot;, [{&quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;urlRegex&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;condition&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;breakpointId&quot;, &quot;locations&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.setBreakpoint&quot;, [{&quot;name&quot;: &quot;location&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;condition&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;breakpointId&quot;, &quot;actualLocation&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.removeBreakpoint&quot;, [{&quot;name&quot;: &quot;breakpointId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Debugger.continueToLocation&quot;, [{&quot;name&quot;: &quot;location&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Debugger.stepOver&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.stepInto&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.stepOut&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.pause&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.resume&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.searchInContent&quot;, [{&quot;name&quot;: &quot;scriptId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.restartFrame&quot;, [{&quot;name&quot;: &quot;callFrameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;callFrames&quot;, &quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.getScriptSource&quot;, [{&quot;name&quot;: &quot;scriptId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;scriptSource&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.getFunctionDetails&quot;, [{&quot;name&quot;: &quot;functionId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;details&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.setPauseOnExceptions&quot;, [{&quot;name&quot;: &quot;state&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Debugger.evaluateOnCallFrame&quot;, [{&quot;name&quot;: &quot;callFrameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.setOverlayMessage&quot;, [{&quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;Debugger.setVariableValue&quot;, [{&quot;name&quot;: &quot;scopeNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;variableName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;newValue&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;callFrameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;functionObjectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
-
-// DOMDebugger.
-InspectorBackend.registerEnum(&quot;DOMDebugger.DOMBreakpointType&quot;, {SubtreeModified: &quot;subtree-modified&quot;, AttributeModified: &quot;attribute-modified&quot;, NodeRemoved: &quot;node-removed&quot;});
-InspectorBackend.registerCommand(&quot;DOMDebugger.setDOMBreakpoint&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.removeDOMBreakpoint&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.setEventListenerBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.removeEventListenerBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.setInstrumentationBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.removeInstrumentationBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.setXHRBreakpoint&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.removeXHRBreakpoint&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-
-// Profiler.
-InspectorBackend.registerProfilerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Profiler&quot;);
-InspectorBackend.registerEnum(&quot;Profiler.ProfileHeaderTypeId&quot;, {CPU: &quot;CPU&quot;, CSS: &quot;CSS&quot;});
-InspectorBackend.registerEvent(&quot;Profiler.addProfileHeader&quot;, [&quot;header&quot;]);
-InspectorBackend.registerEvent(&quot;Profiler.setRecordingProfile&quot;, [&quot;isProfiling&quot;]);
-InspectorBackend.registerEvent(&quot;Profiler.resetProfiles&quot;, []);
-InspectorBackend.registerCommand(&quot;Profiler.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Profiler.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Profiler.start&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Profiler.stop&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Profiler.getProfileHeaders&quot;, [], [&quot;headers&quot;]);
-InspectorBackend.registerCommand(&quot;Profiler.getCPUProfile&quot;, [{&quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;profile&quot;]);
-InspectorBackend.registerCommand(&quot;Profiler.removeProfile&quot;, [{&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Profiler.clearProfiles&quot;, [], []);
-
-// Worker.
-InspectorBackend.registerWorkerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Worker&quot;);
-InspectorBackend.registerEvent(&quot;Worker.workerCreated&quot;, [&quot;workerId&quot;, &quot;url&quot;, &quot;inspectorConnected&quot;]);
-InspectorBackend.registerEvent(&quot;Worker.workerTerminated&quot;, [&quot;workerId&quot;]);
-InspectorBackend.registerEvent(&quot;Worker.dispatchMessageFromWorker&quot;, [&quot;workerId&quot;, &quot;message&quot;]);
-InspectorBackend.registerEvent(&quot;Worker.disconnectedFromWorker&quot;, []);
-InspectorBackend.registerCommand(&quot;Worker.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Worker.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Worker.sendMessageToWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Worker.canInspectWorkers&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Worker.connectToWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Worker.disconnectFromWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Worker.setAutoconnectToWorkers&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-
-// LayerTree.
-InspectorBackend.registerLayerTreeDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;LayerTree&quot;);
-InspectorBackend.registerEvent(&quot;LayerTree.layerTreeDidChange&quot;, []);
-InspectorBackend.registerCommand(&quot;LayerTree.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;LayerTree.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;LayerTree.layersForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;layers&quot;]);
-InspectorBackend.registerCommand(&quot;LayerTree.reasonsForCompositingLayer&quot;, [{&quot;name&quot;: &quot;layerId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;compositingReasons&quot;]);
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolLegacy80InspectorBackendCommandsjsfromrev174891trunkSourceWebInspectorUIUserInterfaceProtocolLegacy80InspectorWebBackendCommandsjs"></a>
<div class="copfile"><h4>Copied: trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorBackendCommands.js (from rev 174891, trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorWebBackendCommands.js) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorBackendCommands.js                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorBackendCommands.js        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,349 @@
</span><ins>+/*
+ * Copyright (C) 2013 Google Inc. All rights reserved.
+ * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
+ * Copyright (C) 2014 University of Washington. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+// DO NOT EDIT THIS FILE. It is automatically generated from Inspector-iOS-8.0.json
+// by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
+
+// Console.
+InspectorBackend.registerConsoleDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Console&quot;);
+InspectorBackend.registerEnum(&quot;Console.ConsoleMessageSource&quot;, {XML: &quot;xml&quot;, Javascript: &quot;javascript&quot;, Network: &quot;network&quot;, ConsoleAPI: &quot;console-api&quot;, Storage: &quot;storage&quot;, Appcache: &quot;appcache&quot;, Rendering: &quot;rendering&quot;, CSS: &quot;css&quot;, Security: &quot;security&quot;, Other: &quot;other&quot;});
+InspectorBackend.registerEnum(&quot;Console.ConsoleMessageLevel&quot;, {Log: &quot;log&quot;, Warning: &quot;warning&quot;, Error: &quot;error&quot;, Debug: &quot;debug&quot;});
+InspectorBackend.registerEnum(&quot;Console.ConsoleMessageType&quot;, {Log: &quot;log&quot;, Dir: &quot;dir&quot;, DirXML: &quot;dirxml&quot;, Table: &quot;table&quot;, Trace: &quot;trace&quot;, Clear: &quot;clear&quot;, StartGroup: &quot;startGroup&quot;, StartGroupCollapsed: &quot;startGroupCollapsed&quot;, EndGroup: &quot;endGroup&quot;, Assert: &quot;assert&quot;, Timing: &quot;timing&quot;, Profile: &quot;profile&quot;, ProfileEnd: &quot;profileEnd&quot;});
+InspectorBackend.registerEvent(&quot;Console.messageAdded&quot;, [&quot;message&quot;]);
+InspectorBackend.registerEvent(&quot;Console.messageRepeatCountUpdated&quot;, [&quot;count&quot;]);
+InspectorBackend.registerEvent(&quot;Console.messagesCleared&quot;, []);
+InspectorBackend.registerCommand(&quot;Console.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Console.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Console.clearMessages&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Console.setMonitoringXHREnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Console.addInspectedNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+
+// Debugger.
+InspectorBackend.registerDebuggerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Debugger&quot;);
+InspectorBackend.registerEnum(&quot;Debugger.BreakpointActionType&quot;, {Log: &quot;log&quot;, Evaluate: &quot;evaluate&quot;, Sound: &quot;sound&quot;, Probe: &quot;probe&quot;});
+InspectorBackend.registerEnum(&quot;Debugger.ScopeType&quot;, {Global: &quot;global&quot;, Local: &quot;local&quot;, With: &quot;with&quot;, Closure: &quot;closure&quot;, Catch: &quot;catch&quot;});
+InspectorBackend.registerEvent(&quot;Debugger.globalObjectCleared&quot;, []);
+InspectorBackend.registerEvent(&quot;Debugger.scriptParsed&quot;, [&quot;scriptId&quot;, &quot;url&quot;, &quot;startLine&quot;, &quot;startColumn&quot;, &quot;endLine&quot;, &quot;endColumn&quot;, &quot;isContentScript&quot;, &quot;sourceMapURL&quot;, &quot;hasSourceURL&quot;]);
+InspectorBackend.registerEvent(&quot;Debugger.scriptFailedToParse&quot;, [&quot;url&quot;, &quot;scriptSource&quot;, &quot;startLine&quot;, &quot;errorLine&quot;, &quot;errorMessage&quot;]);
+InspectorBackend.registerEvent(&quot;Debugger.breakpointResolved&quot;, [&quot;breakpointId&quot;, &quot;location&quot;]);
+InspectorBackend.registerEvent(&quot;Debugger.paused&quot;, [&quot;callFrames&quot;, &quot;reason&quot;, &quot;data&quot;]);
+InspectorBackend.registerEvent(&quot;Debugger.resumed&quot;, []);
+InspectorBackend.registerEvent(&quot;Debugger.didSampleProbe&quot;, [&quot;sample&quot;]);
+InspectorBackend.registerEvent(&quot;Debugger.playBreakpointActionSound&quot;, [&quot;breakpointActionId&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.setBreakpointsActive&quot;, [{&quot;name&quot;: &quot;active&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Debugger.setBreakpointByUrl&quot;, [{&quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;urlRegex&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;options&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], [&quot;breakpointId&quot;, &quot;locations&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.setBreakpoint&quot;, [{&quot;name&quot;: &quot;location&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;options&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], [&quot;breakpointId&quot;, &quot;actualLocation&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.removeBreakpoint&quot;, [{&quot;name&quot;: &quot;breakpointId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Debugger.continueToLocation&quot;, [{&quot;name&quot;: &quot;location&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Debugger.stepOver&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.stepInto&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.stepOut&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.pause&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.resume&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Debugger.searchInContent&quot;, [{&quot;name&quot;: &quot;scriptId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.getScriptSource&quot;, [{&quot;name&quot;: &quot;scriptId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;scriptSource&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.getFunctionDetails&quot;, [{&quot;name&quot;: &quot;functionId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;details&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.setPauseOnExceptions&quot;, [{&quot;name&quot;: &quot;state&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Debugger.evaluateOnCallFrame&quot;, [{&quot;name&quot;: &quot;callFrameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
+InspectorBackend.registerCommand(&quot;Debugger.setOverlayMessage&quot;, [{&quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
+
+// Inspector.
+InspectorBackend.registerInspectorDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Inspector&quot;);
+InspectorBackend.registerEvent(&quot;Inspector.evaluateForTestInFrontend&quot;, [&quot;script&quot;]);
+InspectorBackend.registerEvent(&quot;Inspector.inspect&quot;, [&quot;object&quot;, &quot;hints&quot;]);
+InspectorBackend.registerEvent(&quot;Inspector.detached&quot;, [&quot;reason&quot;]);
+InspectorBackend.registerEvent(&quot;Inspector.targetCrashed&quot;, []);
+InspectorBackend.registerCommand(&quot;Inspector.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Inspector.disable&quot;, [], []);
+
+// Profiler.
+InspectorBackend.registerProfilerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Profiler&quot;);
+InspectorBackend.registerEnum(&quot;Profiler.ProfileHeaderTypeId&quot;, {CPU: &quot;CPU&quot;});
+InspectorBackend.registerEvent(&quot;Profiler.addProfileHeader&quot;, [&quot;header&quot;]);
+InspectorBackend.registerEvent(&quot;Profiler.setRecordingProfile&quot;, [&quot;isProfiling&quot;]);
+InspectorBackend.registerEvent(&quot;Profiler.resetProfiles&quot;, []);
+InspectorBackend.registerCommand(&quot;Profiler.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Profiler.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Profiler.start&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Profiler.stop&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Profiler.getProfileHeaders&quot;, [], [&quot;headers&quot;]);
+InspectorBackend.registerCommand(&quot;Profiler.getCPUProfile&quot;, [{&quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;profile&quot;]);
+InspectorBackend.registerCommand(&quot;Profiler.removeProfile&quot;, [{&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Profiler.clearProfiles&quot;, [], []);
+
+// Runtime.
+InspectorBackend.registerRuntimeDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Runtime&quot;);
+InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectType&quot;, {Object: &quot;object&quot;, Function: &quot;function&quot;, Undefined: &quot;undefined&quot;, String: &quot;string&quot;, Number: &quot;number&quot;, Boolean: &quot;boolean&quot;});
+InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectSubtype&quot;, {Array: &quot;array&quot;, Null: &quot;null&quot;, Node: &quot;node&quot;, Regexp: &quot;regexp&quot;, Date: &quot;date&quot;});
+InspectorBackend.registerEnum(&quot;Runtime.PropertyPreviewType&quot;, {Object: &quot;object&quot;, Function: &quot;function&quot;, Undefined: &quot;undefined&quot;, String: &quot;string&quot;, Number: &quot;number&quot;, Boolean: &quot;boolean&quot;});
+InspectorBackend.registerEnum(&quot;Runtime.PropertyPreviewSubtype&quot;, {Array: &quot;array&quot;, Null: &quot;null&quot;, Node: &quot;node&quot;, Regexp: &quot;regexp&quot;, Date: &quot;date&quot;});
+InspectorBackend.registerEnum(&quot;Runtime.SyntaxErrorType&quot;, {None: &quot;none&quot;, Irrecoverable: &quot;irrecoverable&quot;, UnterminatedLiteral: &quot;unterminated-literal&quot;, Recoverable: &quot;recoverable&quot;});
+InspectorBackend.registerEvent(&quot;Runtime.executionContextCreated&quot;, [&quot;context&quot;]);
+InspectorBackend.registerCommand(&quot;Runtime.parse&quot;, [{&quot;name&quot;: &quot;source&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;result&quot;, &quot;message&quot;, &quot;range&quot;]);
+InspectorBackend.registerCommand(&quot;Runtime.evaluate&quot;, [{&quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;contextId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
+InspectorBackend.registerCommand(&quot;Runtime.callFunctionOn&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;functionDeclaration&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;arguments&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
+InspectorBackend.registerCommand(&quot;Runtime.getProperties&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;ownProperties&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;internalProperties&quot;]);
+InspectorBackend.registerCommand(&quot;Runtime.releaseObject&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Runtime.releaseObjectGroup&quot;, [{&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Runtime.run&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Runtime.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Runtime.disable&quot;, [], []);
+
+// ApplicationCache.
+InspectorBackend.registerApplicationCacheDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;ApplicationCache&quot;);
+InspectorBackend.registerEvent(&quot;ApplicationCache.applicationCacheStatusUpdated&quot;, [&quot;frameId&quot;, &quot;manifestURL&quot;, &quot;status&quot;]);
+InspectorBackend.registerEvent(&quot;ApplicationCache.networkStateUpdated&quot;, [&quot;isNowOnline&quot;]);
+InspectorBackend.registerCommand(&quot;ApplicationCache.getFramesWithManifests&quot;, [], [&quot;frameIds&quot;]);
+InspectorBackend.registerCommand(&quot;ApplicationCache.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;ApplicationCache.getManifestForFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;manifestURL&quot;]);
+InspectorBackend.registerCommand(&quot;ApplicationCache.getApplicationCacheForFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;applicationCache&quot;]);
+
+// CSS.
+InspectorBackend.registerCSSDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;CSS&quot;);
+InspectorBackend.registerEnum(&quot;CSS.StyleSheetOrigin&quot;, {User: &quot;user&quot;, UserAgent: &quot;user-agent&quot;, Inspector: &quot;inspector&quot;, Regular: &quot;regular&quot;});
+InspectorBackend.registerEnum(&quot;CSS.CSSPropertyStatus&quot;, {Active: &quot;active&quot;, Inactive: &quot;inactive&quot;, Disabled: &quot;disabled&quot;, Style: &quot;style&quot;});
+InspectorBackend.registerEnum(&quot;CSS.CSSMediaSource&quot;, {MediaRule: &quot;mediaRule&quot;, ImportRule: &quot;importRule&quot;, LinkedSheet: &quot;linkedSheet&quot;, InlineSheet: &quot;inlineSheet&quot;});
+InspectorBackend.registerEnum(&quot;CSS.RegionRegionOverset&quot;, {Overset: &quot;overset&quot;, Fit: &quot;fit&quot;, Empty: &quot;empty&quot;});
+InspectorBackend.registerEvent(&quot;CSS.mediaQueryResultChanged&quot;, []);
+InspectorBackend.registerEvent(&quot;CSS.styleSheetChanged&quot;, [&quot;styleSheetId&quot;]);
+InspectorBackend.registerEvent(&quot;CSS.namedFlowCreated&quot;, [&quot;namedFlow&quot;]);
+InspectorBackend.registerEvent(&quot;CSS.namedFlowRemoved&quot;, [&quot;documentNodeId&quot;, &quot;flowName&quot;]);
+InspectorBackend.registerEvent(&quot;CSS.regionOversetChanged&quot;, [&quot;namedFlow&quot;]);
+InspectorBackend.registerEvent(&quot;CSS.registeredNamedFlowContentElement&quot;, [&quot;documentNodeId&quot;, &quot;flowName&quot;, &quot;contentNodeId&quot;, &quot;nextContentNodeId&quot;]);
+InspectorBackend.registerEvent(&quot;CSS.unregisteredNamedFlowContentElement&quot;, [&quot;documentNodeId&quot;, &quot;flowName&quot;, &quot;contentNodeId&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;CSS.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;CSS.getMatchedStylesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;includePseudo&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeInherited&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;matchedCSSRules&quot;, &quot;pseudoElements&quot;, &quot;inherited&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getInlineStylesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;inlineStyle&quot;, &quot;attributesStyle&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getComputedStyleForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;computedStyle&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getAllStyleSheets&quot;, [], [&quot;headers&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getStyleSheet&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;styleSheet&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getStyleSheetText&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;text&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.setStyleSheetText&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;CSS.setStyleText&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.setPropertyText&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;overwrite&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.toggleProperty&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;disable&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.setRuleSelector&quot;, [{&quot;name&quot;: &quot;ruleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;rule&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.addRule&quot;, [{&quot;name&quot;: &quot;contextNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;rule&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.getSupportedCSSProperties&quot;, [], [&quot;cssProperties&quot;]);
+InspectorBackend.registerCommand(&quot;CSS.forcePseudoState&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;forcedPseudoClasses&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;CSS.getNamedFlowCollection&quot;, [{&quot;name&quot;: &quot;documentNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;namedFlows&quot;]);
+
+// DOM.
+InspectorBackend.registerDOMDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;DOM&quot;);
+InspectorBackend.registerEnum(&quot;DOM.LiveRegionRelevant&quot;, {Additions: &quot;additions&quot;, Removals: &quot;removals&quot;, Text: &quot;text&quot;});
+InspectorBackend.registerEnum(&quot;DOM.AccessibilityPropertiesChecked&quot;, {True: &quot;true&quot;, False: &quot;false&quot;, Mixed: &quot;mixed&quot;});
+InspectorBackend.registerEnum(&quot;DOM.AccessibilityPropertiesInvalid&quot;, {True: &quot;true&quot;, False: &quot;false&quot;, Grammar: &quot;grammar&quot;, Spelling: &quot;spelling&quot;});
+InspectorBackend.registerEnum(&quot;DOM.AccessibilityPropertiesLiveRegionStatus&quot;, {Assertive: &quot;assertive&quot;, Polite: &quot;polite&quot;, Off: &quot;off&quot;});
+InspectorBackend.registerEvent(&quot;DOM.documentUpdated&quot;, []);
+InspectorBackend.registerEvent(&quot;DOM.setChildNodes&quot;, [&quot;parentId&quot;, &quot;nodes&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.attributeModified&quot;, [&quot;nodeId&quot;, &quot;name&quot;, &quot;value&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.attributeRemoved&quot;, [&quot;nodeId&quot;, &quot;name&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.inlineStyleInvalidated&quot;, [&quot;nodeIds&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.characterDataModified&quot;, [&quot;nodeId&quot;, &quot;characterData&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.childNodeCountUpdated&quot;, [&quot;nodeId&quot;, &quot;childNodeCount&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.childNodeInserted&quot;, [&quot;parentNodeId&quot;, &quot;previousNodeId&quot;, &quot;node&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.childNodeRemoved&quot;, [&quot;parentNodeId&quot;, &quot;nodeId&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.shadowRootPushed&quot;, [&quot;hostId&quot;, &quot;root&quot;]);
+InspectorBackend.registerEvent(&quot;DOM.shadowRootPopped&quot;, [&quot;hostId&quot;, &quot;rootId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.getDocument&quot;, [], [&quot;root&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.requestChildNodes&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;depth&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.querySelector&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.querySelectorAll&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeIds&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.setNodeName&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.setNodeValue&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.removeNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.setAttributeValue&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.setAttributesAsText&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.removeAttribute&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.getEventListenersForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;listeners&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.getAccessibilityPropertiesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;properties&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.getOuterHTML&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;outerHTML&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.setOuterHTML&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;outerHTML&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.performSearch&quot;, [{&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], [&quot;searchId&quot;, &quot;resultCount&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.getSearchResults&quot;, [{&quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;fromIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;toIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;nodeIds&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.discardSearchResults&quot;, [{&quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.requestNode&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.setInspectModeEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;highlightConfig&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.highlightRect&quot;, [{&quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;color&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;outlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.highlightQuad&quot;, [{&quot;name&quot;: &quot;quad&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;color&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;outlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.highlightNode&quot;, [{&quot;name&quot;: &quot;highlightConfig&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.hideHighlight&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOM.highlightFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;contentColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;contentOutlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;DOM.pushNodeByPathToFrontend&quot;, [{&quot;name&quot;: &quot;path&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.pushNodeByBackendIdToFrontend&quot;, [{&quot;name&quot;: &quot;backendNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.releaseBackendNodeIds&quot;, [{&quot;name&quot;: &quot;nodeGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOM.resolveNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;object&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.getAttributes&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;attributes&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.moveTo&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;targetNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;insertBeforeNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], [&quot;nodeId&quot;]);
+InspectorBackend.registerCommand(&quot;DOM.undo&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOM.redo&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOM.markUndoableState&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOM.focus&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+
+// DOMDebugger.
+InspectorBackend.registerEnum(&quot;DOMDebugger.DOMBreakpointType&quot;, {SubtreeModified: &quot;subtree-modified&quot;, AttributeModified: &quot;attribute-modified&quot;, NodeRemoved: &quot;node-removed&quot;});
+InspectorBackend.registerCommand(&quot;DOMDebugger.setDOMBreakpoint&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.removeDOMBreakpoint&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.setEventListenerBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.removeEventListenerBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.setInstrumentationBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.removeInstrumentationBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.setXHRBreakpoint&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMDebugger.removeXHRBreakpoint&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+
+// DOMStorage.
+InspectorBackend.registerDOMStorageDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;DOMStorage&quot;);
+InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemsCleared&quot;, [&quot;storageId&quot;]);
+InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemRemoved&quot;, [&quot;storageId&quot;, &quot;key&quot;]);
+InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemAdded&quot;, [&quot;storageId&quot;, &quot;key&quot;, &quot;newValue&quot;]);
+InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemUpdated&quot;, [&quot;storageId&quot;, &quot;key&quot;, &quot;oldValue&quot;, &quot;newValue&quot;]);
+InspectorBackend.registerCommand(&quot;DOMStorage.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOMStorage.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;DOMStorage.getDOMStorageItems&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], [&quot;entries&quot;]);
+InspectorBackend.registerCommand(&quot;DOMStorage.setDOMStorageItem&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;DOMStorage.removeDOMStorageItem&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+
+// Database.
+InspectorBackend.registerDatabaseDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Database&quot;);
+InspectorBackend.registerEvent(&quot;Database.addDatabase&quot;, [&quot;database&quot;]);
+InspectorBackend.registerCommand(&quot;Database.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Database.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Database.getDatabaseTableNames&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;tableNames&quot;]);
+InspectorBackend.registerCommand(&quot;Database.executeSQL&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;columnNames&quot;, &quot;values&quot;, &quot;sqlError&quot;]);
+
+// IndexedDB.
+InspectorBackend.registerIndexedDBDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;IndexedDB&quot;);
+InspectorBackend.registerEnum(&quot;IndexedDB.KeyType&quot;, {Number: &quot;number&quot;, String: &quot;string&quot;, Date: &quot;date&quot;, Array: &quot;array&quot;});
+InspectorBackend.registerEnum(&quot;IndexedDB.KeyPathType&quot;, {Null: &quot;null&quot;, String: &quot;string&quot;, Array: &quot;array&quot;});
+InspectorBackend.registerCommand(&quot;IndexedDB.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;IndexedDB.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;IndexedDB.requestDatabaseNames&quot;, [{&quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;databaseNames&quot;]);
+InspectorBackend.registerCommand(&quot;IndexedDB.requestDatabase&quot;, [{&quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;databaseWithObjectStores&quot;]);
+InspectorBackend.registerCommand(&quot;IndexedDB.requestData&quot;, [{&quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectStoreName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;indexName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;skipCount&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;pageSize&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;keyRange&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], [&quot;objectStoreDataEntries&quot;, &quot;hasMore&quot;]);
+InspectorBackend.registerCommand(&quot;IndexedDB.clearObjectStore&quot;, [{&quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectStoreName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+
+// LayerTree.
+InspectorBackend.registerLayerTreeDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;LayerTree&quot;);
+InspectorBackend.registerEvent(&quot;LayerTree.layerTreeDidChange&quot;, []);
+InspectorBackend.registerCommand(&quot;LayerTree.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;LayerTree.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;LayerTree.layersForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;layers&quot;]);
+InspectorBackend.registerCommand(&quot;LayerTree.reasonsForCompositingLayer&quot;, [{&quot;name&quot;: &quot;layerId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;compositingReasons&quot;]);
+
+// Network.
+InspectorBackend.registerNetworkDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Network&quot;);
+InspectorBackend.registerEnum(&quot;Network.InitiatorType&quot;, {Parser: &quot;parser&quot;, Script: &quot;script&quot;, Other: &quot;other&quot;});
+InspectorBackend.registerEvent(&quot;Network.requestWillBeSent&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;documentURL&quot;, &quot;request&quot;, &quot;timestamp&quot;, &quot;initiator&quot;, &quot;redirectResponse&quot;, &quot;type&quot;]);
+InspectorBackend.registerEvent(&quot;Network.requestServedFromCache&quot;, [&quot;requestId&quot;]);
+InspectorBackend.registerEvent(&quot;Network.responseReceived&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;timestamp&quot;, &quot;type&quot;, &quot;response&quot;]);
+InspectorBackend.registerEvent(&quot;Network.dataReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;dataLength&quot;, &quot;encodedDataLength&quot;]);
+InspectorBackend.registerEvent(&quot;Network.loadingFinished&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;sourceMapURL&quot;]);
+InspectorBackend.registerEvent(&quot;Network.loadingFailed&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;errorText&quot;, &quot;canceled&quot;]);
+InspectorBackend.registerEvent(&quot;Network.requestServedFromMemoryCache&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;documentURL&quot;, &quot;timestamp&quot;, &quot;initiator&quot;, &quot;resource&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketWillSendHandshakeRequest&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;request&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketHandshakeResponseReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketCreated&quot;, [&quot;requestId&quot;, &quot;url&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketClosed&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketFrameReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketFrameError&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;errorMessage&quot;]);
+InspectorBackend.registerEvent(&quot;Network.webSocketFrameSent&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
+InspectorBackend.registerCommand(&quot;Network.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Network.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Network.setExtraHTTPHeaders&quot;, [{&quot;name&quot;: &quot;headers&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Network.getResponseBody&quot;, [{&quot;name&quot;: &quot;requestId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;body&quot;, &quot;base64Encoded&quot;]);
+InspectorBackend.registerCommand(&quot;Network.replayXHR&quot;, [{&quot;name&quot;: &quot;requestId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Network.canClearBrowserCache&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Network.clearBrowserCache&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Network.canClearBrowserCookies&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Network.clearBrowserCookies&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Network.setCacheDisabled&quot;, [{&quot;name&quot;: &quot;cacheDisabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Network.loadResource&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;content&quot;, &quot;mimeType&quot;, &quot;status&quot;]);
+
+// Page.
+InspectorBackend.registerPageDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Page&quot;);
+InspectorBackend.registerEnum(&quot;Page.ResourceType&quot;, {Document: &quot;Document&quot;, Stylesheet: &quot;Stylesheet&quot;, Image: &quot;Image&quot;, Font: &quot;Font&quot;, Script: &quot;Script&quot;, XHR: &quot;XHR&quot;, WebSocket: &quot;WebSocket&quot;, Other: &quot;Other&quot;});
+InspectorBackend.registerEnum(&quot;Page.CoordinateSystem&quot;, {Viewport: &quot;Viewport&quot;, Page: &quot;Page&quot;});
+InspectorBackend.registerEvent(&quot;Page.domContentEventFired&quot;, [&quot;timestamp&quot;]);
+InspectorBackend.registerEvent(&quot;Page.loadEventFired&quot;, [&quot;timestamp&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameNavigated&quot;, [&quot;frame&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameDetached&quot;, [&quot;frameId&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameStartedLoading&quot;, [&quot;frameId&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameStoppedLoading&quot;, [&quot;frameId&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameScheduledNavigation&quot;, [&quot;frameId&quot;, &quot;delay&quot;]);
+InspectorBackend.registerEvent(&quot;Page.frameClearedScheduledNavigation&quot;, [&quot;frameId&quot;]);
+InspectorBackend.registerEvent(&quot;Page.javascriptDialogOpening&quot;, [&quot;message&quot;]);
+InspectorBackend.registerEvent(&quot;Page.javascriptDialogClosed&quot;, []);
+InspectorBackend.registerEvent(&quot;Page.scriptsEnabled&quot;, [&quot;isEnabled&quot;]);
+InspectorBackend.registerCommand(&quot;Page.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Page.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Page.addScriptToEvaluateOnLoad&quot;, [{&quot;name&quot;: &quot;scriptSource&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;identifier&quot;]);
+InspectorBackend.registerCommand(&quot;Page.removeScriptToEvaluateOnLoad&quot;, [{&quot;name&quot;: &quot;identifier&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.reload&quot;, [{&quot;name&quot;: &quot;ignoreCache&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;scriptToEvaluateOnLoad&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;Page.navigate&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.getCookies&quot;, [], [&quot;cookies&quot;]);
+InspectorBackend.registerCommand(&quot;Page.deleteCookie&quot;, [{&quot;name&quot;: &quot;cookieName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.getResourceTree&quot;, [], [&quot;frameTree&quot;]);
+InspectorBackend.registerCommand(&quot;Page.getResourceContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;content&quot;, &quot;base64Encoded&quot;]);
+InspectorBackend.registerCommand(&quot;Page.searchInResource&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Page.searchInResources&quot;, [{&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Page.setDocumentContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;html&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.getScriptExecutionStatus&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Page.setScriptExecutionDisabled&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.setTouchEmulationEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.setEmulatedMedia&quot;, [{&quot;name&quot;: &quot;media&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.getCompositingBordersVisible&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Page.setCompositingBordersVisible&quot;, [{&quot;name&quot;: &quot;visible&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Page.snapshotNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;dataURL&quot;]);
+InspectorBackend.registerCommand(&quot;Page.snapshotRect&quot;, [{&quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;coordinateSystem&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;dataURL&quot;]);
+InspectorBackend.registerCommand(&quot;Page.handleJavaScriptDialog&quot;, [{&quot;name&quot;: &quot;accept&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;promptText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;Page.archive&quot;, [], [&quot;data&quot;]);
+
+// Timeline.
+InspectorBackend.registerTimelineDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Timeline&quot;);
+InspectorBackend.registerEnum(&quot;Timeline.EventType&quot;, {EventDispatch: &quot;EventDispatch&quot;, ScheduleStyleRecalculation: &quot;ScheduleStyleRecalculation&quot;, RecalculateStyles: &quot;RecalculateStyles&quot;, InvalidateLayout: &quot;InvalidateLayout&quot;, Layout: &quot;Layout&quot;, Paint: &quot;Paint&quot;, ScrollLayer: &quot;ScrollLayer&quot;, ResizeImage: &quot;ResizeImage&quot;, ParseHTML: &quot;ParseHTML&quot;, TimerInstall: &quot;TimerInstall&quot;, TimerRemove: &quot;TimerRemove&quot;, TimerFire: &quot;TimerFire&quot;, EvaluateScript: &quot;EvaluateScript&quot;, MarkLoad: &quot;MarkLoad&quot;, MarkDOMContent: &quot;MarkDOMContent&quot;, TimeStamp: &quot;TimeStamp&quot;, Time: &quot;Time&quot;, TimeEnd: &quot;TimeEnd&quot;, ScheduleResourceRequest: &quot;ScheduleResourceRequest&quot;, ResourceSendRequest: &quot;ResourceSendRequest&quot;, ResourceReceiveResponse: &quot;ResourceReceiveResponse&quot;, ResourceReceivedData: &quot;ResourceReceivedData&quot;, 
 ResourceFinish: &quot;ResourceFinish&quot;, XHRReadyStateChange: &quot;XHRReadyStateChange&quot;, XHRLoad: &quot;XHRLoad&quot;, FunctionCall: &quot;FunctionCall&quot;, ProbeSample: &quot;ProbeSample&quot;, ConsoleProfile: &quot;ConsoleProfile&quot;, GCEvent: &quot;GCEvent&quot;, RequestAnimationFrame: &quot;RequestAnimationFrame&quot;, CancelAnimationFrame: &quot;CancelAnimationFrame&quot;, FireAnimationFrame: &quot;FireAnimationFrame&quot;, WebSocketCreate: &quot;WebSocketCreate&quot;, WebSocketSendHandshakeRequest: &quot;WebSocketSendHandshakeRequest&quot;, WebSocketReceiveHandshakeResponse: &quot;WebSocketReceiveHandshakeResponse&quot;, WebSocketDestroy: &quot;WebSocketDestroy&quot;});
+InspectorBackend.registerEvent(&quot;Timeline.eventRecorded&quot;, [&quot;record&quot;]);
+InspectorBackend.registerEvent(&quot;Timeline.recordingStarted&quot;, []);
+InspectorBackend.registerEvent(&quot;Timeline.recordingStopped&quot;, []);
+InspectorBackend.registerCommand(&quot;Timeline.start&quot;, [{&quot;name&quot;: &quot;maxCallStackDepth&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], []);
+InspectorBackend.registerCommand(&quot;Timeline.stop&quot;, [], []);
+
+// Worker.
+InspectorBackend.registerWorkerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Worker&quot;);
+InspectorBackend.registerEvent(&quot;Worker.workerCreated&quot;, [&quot;workerId&quot;, &quot;url&quot;, &quot;inspectorConnected&quot;]);
+InspectorBackend.registerEvent(&quot;Worker.workerTerminated&quot;, [&quot;workerId&quot;]);
+InspectorBackend.registerEvent(&quot;Worker.dispatchMessageFromWorker&quot;, [&quot;workerId&quot;, &quot;message&quot;]);
+InspectorBackend.registerEvent(&quot;Worker.disconnectedFromWorker&quot;, []);
+InspectorBackend.registerCommand(&quot;Worker.enable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Worker.disable&quot;, [], []);
+InspectorBackend.registerCommand(&quot;Worker.sendMessageToWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Worker.canInspectWorkers&quot;, [], [&quot;result&quot;]);
+InspectorBackend.registerCommand(&quot;Worker.connectToWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Worker.disconnectFromWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
+InspectorBackend.registerCommand(&quot;Worker.setAutoconnectToWorkers&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolLegacy80InspectorJSBackendCommandsjs"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorJSBackendCommands.js (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorJSBackendCommands.js        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorJSBackendCommands.js        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,116 +0,0 @@
</span><del>-/*
- * Copyright (C) 2013 Google Inc. All rights reserved.
- * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
- * Copyright (C) 2014 University of Washington. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-// DO NOT EDIT THIS FILE. It is automatically generated from InspectorJS-iOS-8.0.json
-// by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
-
-// Console.
-InspectorBackend.registerConsoleDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Console&quot;);
-InspectorBackend.registerEnum(&quot;Console.ConsoleMessageSource&quot;, {XML: &quot;xml&quot;, Javascript: &quot;javascript&quot;, Network: &quot;network&quot;, ConsoleAPI: &quot;console-api&quot;, Storage: &quot;storage&quot;, Appcache: &quot;appcache&quot;, Rendering: &quot;rendering&quot;, CSS: &quot;css&quot;, Security: &quot;security&quot;, Other: &quot;other&quot;});
-InspectorBackend.registerEnum(&quot;Console.ConsoleMessageLevel&quot;, {Log: &quot;log&quot;, Warning: &quot;warning&quot;, Error: &quot;error&quot;, Debug: &quot;debug&quot;});
-InspectorBackend.registerEnum(&quot;Console.ConsoleMessageType&quot;, {Log: &quot;log&quot;, Dir: &quot;dir&quot;, DirXML: &quot;dirxml&quot;, Table: &quot;table&quot;, Trace: &quot;trace&quot;, Clear: &quot;clear&quot;, StartGroup: &quot;startGroup&quot;, StartGroupCollapsed: &quot;startGroupCollapsed&quot;, EndGroup: &quot;endGroup&quot;, Assert: &quot;assert&quot;, Timing: &quot;timing&quot;, Profile: &quot;profile&quot;, ProfileEnd: &quot;profileEnd&quot;});
-InspectorBackend.registerEvent(&quot;Console.messageAdded&quot;, [&quot;message&quot;]);
-InspectorBackend.registerEvent(&quot;Console.messageRepeatCountUpdated&quot;, [&quot;count&quot;]);
-InspectorBackend.registerEvent(&quot;Console.messagesCleared&quot;, []);
-InspectorBackend.registerCommand(&quot;Console.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Console.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Console.clearMessages&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Console.setMonitoringXHREnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Console.addInspectedNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-
-// Debugger.
-InspectorBackend.registerDebuggerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Debugger&quot;);
-InspectorBackend.registerEnum(&quot;Debugger.BreakpointActionType&quot;, {Log: &quot;log&quot;, Evaluate: &quot;evaluate&quot;, Sound: &quot;sound&quot;, Probe: &quot;probe&quot;});
-InspectorBackend.registerEnum(&quot;Debugger.ScopeType&quot;, {Global: &quot;global&quot;, Local: &quot;local&quot;, With: &quot;with&quot;, Closure: &quot;closure&quot;, Catch: &quot;catch&quot;});
-InspectorBackend.registerEvent(&quot;Debugger.globalObjectCleared&quot;, []);
-InspectorBackend.registerEvent(&quot;Debugger.scriptParsed&quot;, [&quot;scriptId&quot;, &quot;url&quot;, &quot;startLine&quot;, &quot;startColumn&quot;, &quot;endLine&quot;, &quot;endColumn&quot;, &quot;isContentScript&quot;, &quot;sourceMapURL&quot;, &quot;hasSourceURL&quot;]);
-InspectorBackend.registerEvent(&quot;Debugger.scriptFailedToParse&quot;, [&quot;url&quot;, &quot;scriptSource&quot;, &quot;startLine&quot;, &quot;errorLine&quot;, &quot;errorMessage&quot;]);
-InspectorBackend.registerEvent(&quot;Debugger.breakpointResolved&quot;, [&quot;breakpointId&quot;, &quot;location&quot;]);
-InspectorBackend.registerEvent(&quot;Debugger.paused&quot;, [&quot;callFrames&quot;, &quot;reason&quot;, &quot;data&quot;]);
-InspectorBackend.registerEvent(&quot;Debugger.resumed&quot;, []);
-InspectorBackend.registerEvent(&quot;Debugger.didSampleProbe&quot;, [&quot;sample&quot;]);
-InspectorBackend.registerEvent(&quot;Debugger.playBreakpointActionSound&quot;, [&quot;breakpointActionId&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.setBreakpointsActive&quot;, [{&quot;name&quot;: &quot;active&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Debugger.setBreakpointByUrl&quot;, [{&quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;urlRegex&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;options&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], [&quot;breakpointId&quot;, &quot;locations&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.setBreakpoint&quot;, [{&quot;name&quot;: &quot;location&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;options&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], [&quot;breakpointId&quot;, &quot;actualLocation&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.removeBreakpoint&quot;, [{&quot;name&quot;: &quot;breakpointId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Debugger.continueToLocation&quot;, [{&quot;name&quot;: &quot;location&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Debugger.stepOver&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.stepInto&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.stepOut&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.pause&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.resume&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Debugger.searchInContent&quot;, [{&quot;name&quot;: &quot;scriptId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.getScriptSource&quot;, [{&quot;name&quot;: &quot;scriptId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;scriptSource&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.getFunctionDetails&quot;, [{&quot;name&quot;: &quot;functionId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;details&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.setPauseOnExceptions&quot;, [{&quot;name&quot;: &quot;state&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Debugger.evaluateOnCallFrame&quot;, [{&quot;name&quot;: &quot;callFrameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
-InspectorBackend.registerCommand(&quot;Debugger.setOverlayMessage&quot;, [{&quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
-
-// Inspector.
-InspectorBackend.registerInspectorDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Inspector&quot;);
-InspectorBackend.registerEvent(&quot;Inspector.evaluateForTestInFrontend&quot;, [&quot;script&quot;]);
-InspectorBackend.registerEvent(&quot;Inspector.inspect&quot;, [&quot;object&quot;, &quot;hints&quot;]);
-InspectorBackend.registerEvent(&quot;Inspector.detached&quot;, [&quot;reason&quot;]);
-InspectorBackend.registerEvent(&quot;Inspector.targetCrashed&quot;, []);
-InspectorBackend.registerCommand(&quot;Inspector.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Inspector.disable&quot;, [], []);
-
-// Profiler.
-InspectorBackend.registerProfilerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Profiler&quot;);
-InspectorBackend.registerEnum(&quot;Profiler.ProfileHeaderTypeId&quot;, {CPU: &quot;CPU&quot;});
-InspectorBackend.registerEvent(&quot;Profiler.addProfileHeader&quot;, [&quot;header&quot;]);
-InspectorBackend.registerEvent(&quot;Profiler.setRecordingProfile&quot;, [&quot;isProfiling&quot;]);
-InspectorBackend.registerEvent(&quot;Profiler.resetProfiles&quot;, []);
-InspectorBackend.registerCommand(&quot;Profiler.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Profiler.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Profiler.start&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Profiler.stop&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Profiler.getProfileHeaders&quot;, [], [&quot;headers&quot;]);
-InspectorBackend.registerCommand(&quot;Profiler.getCPUProfile&quot;, [{&quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;profile&quot;]);
-InspectorBackend.registerCommand(&quot;Profiler.removeProfile&quot;, [{&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Profiler.clearProfiles&quot;, [], []);
-
-// Runtime.
-InspectorBackend.registerRuntimeDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Runtime&quot;);
-InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectType&quot;, {Object: &quot;object&quot;, Function: &quot;function&quot;, Undefined: &quot;undefined&quot;, String: &quot;string&quot;, Number: &quot;number&quot;, Boolean: &quot;boolean&quot;});
-InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectSubtype&quot;, {Array: &quot;array&quot;, Null: &quot;null&quot;, Node: &quot;node&quot;, Regexp: &quot;regexp&quot;, Date: &quot;date&quot;});
-InspectorBackend.registerEnum(&quot;Runtime.PropertyPreviewType&quot;, {Object: &quot;object&quot;, Function: &quot;function&quot;, Undefined: &quot;undefined&quot;, String: &quot;string&quot;, Number: &quot;number&quot;, Boolean: &quot;boolean&quot;});
-InspectorBackend.registerEnum(&quot;Runtime.PropertyPreviewSubtype&quot;, {Array: &quot;array&quot;, Null: &quot;null&quot;, Node: &quot;node&quot;, Regexp: &quot;regexp&quot;, Date: &quot;date&quot;});
-InspectorBackend.registerEnum(&quot;Runtime.SyntaxErrorType&quot;, {None: &quot;none&quot;, Irrecoverable: &quot;irrecoverable&quot;, UnterminatedLiteral: &quot;unterminated-literal&quot;, Recoverable: &quot;recoverable&quot;});
-InspectorBackend.registerEvent(&quot;Runtime.executionContextCreated&quot;, [&quot;context&quot;]);
-InspectorBackend.registerCommand(&quot;Runtime.parse&quot;, [{&quot;name&quot;: &quot;source&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;result&quot;, &quot;message&quot;, &quot;range&quot;]);
-InspectorBackend.registerCommand(&quot;Runtime.evaluate&quot;, [{&quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;contextId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
-InspectorBackend.registerCommand(&quot;Runtime.callFunctionOn&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;functionDeclaration&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;arguments&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
-InspectorBackend.registerCommand(&quot;Runtime.getProperties&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;ownProperties&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;internalProperties&quot;]);
-InspectorBackend.registerCommand(&quot;Runtime.releaseObject&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Runtime.releaseObjectGroup&quot;, [{&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Runtime.run&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Runtime.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Runtime.disable&quot;, [], []);
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolLegacy80InspectorWebBackendCommandsjs"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorWebBackendCommands.js (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorWebBackendCommands.js        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorWebBackendCommands.js        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,262 +0,0 @@
</span><del>-/*
- * Copyright (C) 2013 Google Inc. All rights reserved.
- * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
- * Copyright (C) 2014 University of Washington. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-// DO NOT EDIT THIS FILE. It is automatically generated from InspectorWeb-iOS-8.0.json
-// by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
-
-// ApplicationCache.
-InspectorBackend.registerApplicationCacheDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;ApplicationCache&quot;);
-InspectorBackend.registerEvent(&quot;ApplicationCache.applicationCacheStatusUpdated&quot;, [&quot;frameId&quot;, &quot;manifestURL&quot;, &quot;status&quot;]);
-InspectorBackend.registerEvent(&quot;ApplicationCache.networkStateUpdated&quot;, [&quot;isNowOnline&quot;]);
-InspectorBackend.registerCommand(&quot;ApplicationCache.getFramesWithManifests&quot;, [], [&quot;frameIds&quot;]);
-InspectorBackend.registerCommand(&quot;ApplicationCache.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;ApplicationCache.getManifestForFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;manifestURL&quot;]);
-InspectorBackend.registerCommand(&quot;ApplicationCache.getApplicationCacheForFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;applicationCache&quot;]);
-
-// CSS.
-InspectorBackend.registerCSSDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;CSS&quot;);
-InspectorBackend.registerEnum(&quot;CSS.StyleSheetOrigin&quot;, {User: &quot;user&quot;, UserAgent: &quot;user-agent&quot;, Inspector: &quot;inspector&quot;, Regular: &quot;regular&quot;});
-InspectorBackend.registerEnum(&quot;CSS.CSSPropertyStatus&quot;, {Active: &quot;active&quot;, Inactive: &quot;inactive&quot;, Disabled: &quot;disabled&quot;, Style: &quot;style&quot;});
-InspectorBackend.registerEnum(&quot;CSS.CSSMediaSource&quot;, {MediaRule: &quot;mediaRule&quot;, ImportRule: &quot;importRule&quot;, LinkedSheet: &quot;linkedSheet&quot;, InlineSheet: &quot;inlineSheet&quot;});
-InspectorBackend.registerEnum(&quot;CSS.RegionRegionOverset&quot;, {Overset: &quot;overset&quot;, Fit: &quot;fit&quot;, Empty: &quot;empty&quot;});
-InspectorBackend.registerEvent(&quot;CSS.mediaQueryResultChanged&quot;, []);
-InspectorBackend.registerEvent(&quot;CSS.styleSheetChanged&quot;, [&quot;styleSheetId&quot;]);
-InspectorBackend.registerEvent(&quot;CSS.namedFlowCreated&quot;, [&quot;namedFlow&quot;]);
-InspectorBackend.registerEvent(&quot;CSS.namedFlowRemoved&quot;, [&quot;documentNodeId&quot;, &quot;flowName&quot;]);
-InspectorBackend.registerEvent(&quot;CSS.regionOversetChanged&quot;, [&quot;namedFlow&quot;]);
-InspectorBackend.registerEvent(&quot;CSS.registeredNamedFlowContentElement&quot;, [&quot;documentNodeId&quot;, &quot;flowName&quot;, &quot;contentNodeId&quot;, &quot;nextContentNodeId&quot;]);
-InspectorBackend.registerEvent(&quot;CSS.unregisteredNamedFlowContentElement&quot;, [&quot;documentNodeId&quot;, &quot;flowName&quot;, &quot;contentNodeId&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;CSS.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;CSS.getMatchedStylesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;includePseudo&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeInherited&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;matchedCSSRules&quot;, &quot;pseudoElements&quot;, &quot;inherited&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getInlineStylesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;inlineStyle&quot;, &quot;attributesStyle&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getComputedStyleForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;computedStyle&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getAllStyleSheets&quot;, [], [&quot;headers&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getStyleSheet&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;styleSheet&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getStyleSheetText&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;text&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.setStyleSheetText&quot;, [{&quot;name&quot;: &quot;styleSheetId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;CSS.setStyleText&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.setPropertyText&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;overwrite&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.toggleProperty&quot;, [{&quot;name&quot;: &quot;styleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;disable&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], [&quot;style&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.setRuleSelector&quot;, [{&quot;name&quot;: &quot;ruleId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;rule&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.addRule&quot;, [{&quot;name&quot;: &quot;contextNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;rule&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.getSupportedCSSProperties&quot;, [], [&quot;cssProperties&quot;]);
-InspectorBackend.registerCommand(&quot;CSS.forcePseudoState&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;forcedPseudoClasses&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;CSS.getNamedFlowCollection&quot;, [{&quot;name&quot;: &quot;documentNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;namedFlows&quot;]);
-
-// DOM.
-InspectorBackend.registerDOMDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;DOM&quot;);
-InspectorBackend.registerEnum(&quot;DOM.LiveRegionRelevant&quot;, {Additions: &quot;additions&quot;, Removals: &quot;removals&quot;, Text: &quot;text&quot;});
-InspectorBackend.registerEnum(&quot;DOM.AccessibilityPropertiesChecked&quot;, {True: &quot;true&quot;, False: &quot;false&quot;, Mixed: &quot;mixed&quot;});
-InspectorBackend.registerEnum(&quot;DOM.AccessibilityPropertiesInvalid&quot;, {True: &quot;true&quot;, False: &quot;false&quot;, Grammar: &quot;grammar&quot;, Spelling: &quot;spelling&quot;});
-InspectorBackend.registerEnum(&quot;DOM.AccessibilityPropertiesLiveRegionStatus&quot;, {Assertive: &quot;assertive&quot;, Polite: &quot;polite&quot;, Off: &quot;off&quot;});
-InspectorBackend.registerEvent(&quot;DOM.documentUpdated&quot;, []);
-InspectorBackend.registerEvent(&quot;DOM.setChildNodes&quot;, [&quot;parentId&quot;, &quot;nodes&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.attributeModified&quot;, [&quot;nodeId&quot;, &quot;name&quot;, &quot;value&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.attributeRemoved&quot;, [&quot;nodeId&quot;, &quot;name&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.inlineStyleInvalidated&quot;, [&quot;nodeIds&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.characterDataModified&quot;, [&quot;nodeId&quot;, &quot;characterData&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.childNodeCountUpdated&quot;, [&quot;nodeId&quot;, &quot;childNodeCount&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.childNodeInserted&quot;, [&quot;parentNodeId&quot;, &quot;previousNodeId&quot;, &quot;node&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.childNodeRemoved&quot;, [&quot;parentNodeId&quot;, &quot;nodeId&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.shadowRootPushed&quot;, [&quot;hostId&quot;, &quot;root&quot;]);
-InspectorBackend.registerEvent(&quot;DOM.shadowRootPopped&quot;, [&quot;hostId&quot;, &quot;rootId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.getDocument&quot;, [], [&quot;root&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.requestChildNodes&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;depth&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.querySelector&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.querySelectorAll&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeIds&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.setNodeName&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.setNodeValue&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.removeNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.setAttributeValue&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.setAttributesAsText&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.removeAttribute&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.getEventListenersForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;listeners&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.getAccessibilityPropertiesForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;properties&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.getOuterHTML&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;outerHTML&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.setOuterHTML&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;outerHTML&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.performSearch&quot;, [{&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], [&quot;searchId&quot;, &quot;resultCount&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.getSearchResults&quot;, [{&quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;fromIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;toIndex&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;nodeIds&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.discardSearchResults&quot;, [{&quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.requestNode&quot;, [{&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.setInspectModeEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;highlightConfig&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.highlightRect&quot;, [{&quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;color&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;outlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.highlightQuad&quot;, [{&quot;name&quot;: &quot;quad&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;color&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;outlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.highlightNode&quot;, [{&quot;name&quot;: &quot;highlightConfig&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;objectId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.hideHighlight&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOM.highlightFrame&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;contentColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;contentOutlineColor&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;DOM.pushNodeByPathToFrontend&quot;, [{&quot;name&quot;: &quot;path&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.pushNodeByBackendIdToFrontend&quot;, [{&quot;name&quot;: &quot;backendNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.releaseBackendNodeIds&quot;, [{&quot;name&quot;: &quot;nodeGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOM.resolveNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], [&quot;object&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.getAttributes&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;attributes&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.moveTo&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;targetNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;insertBeforeNodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], [&quot;nodeId&quot;]);
-InspectorBackend.registerCommand(&quot;DOM.undo&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOM.redo&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOM.markUndoableState&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOM.focus&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-
-// DOMDebugger.
-InspectorBackend.registerEnum(&quot;DOMDebugger.DOMBreakpointType&quot;, {SubtreeModified: &quot;subtree-modified&quot;, AttributeModified: &quot;attribute-modified&quot;, NodeRemoved: &quot;node-removed&quot;});
-InspectorBackend.registerCommand(&quot;DOMDebugger.setDOMBreakpoint&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.removeDOMBreakpoint&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.setEventListenerBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.removeEventListenerBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.setInstrumentationBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.removeInstrumentationBreakpoint&quot;, [{&quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.setXHRBreakpoint&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMDebugger.removeXHRBreakpoint&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-
-// DOMStorage.
-InspectorBackend.registerDOMStorageDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;DOMStorage&quot;);
-InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemsCleared&quot;, [&quot;storageId&quot;]);
-InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemRemoved&quot;, [&quot;storageId&quot;, &quot;key&quot;]);
-InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemAdded&quot;, [&quot;storageId&quot;, &quot;key&quot;, &quot;newValue&quot;]);
-InspectorBackend.registerEvent(&quot;DOMStorage.domStorageItemUpdated&quot;, [&quot;storageId&quot;, &quot;key&quot;, &quot;oldValue&quot;, &quot;newValue&quot;]);
-InspectorBackend.registerCommand(&quot;DOMStorage.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOMStorage.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;DOMStorage.getDOMStorageItems&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], [&quot;entries&quot;]);
-InspectorBackend.registerCommand(&quot;DOMStorage.setDOMStorageItem&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;DOMStorage.removeDOMStorageItem&quot;, [{&quot;name&quot;: &quot;storageId&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-
-// Database.
-InspectorBackend.registerDatabaseDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Database&quot;);
-InspectorBackend.registerEvent(&quot;Database.addDatabase&quot;, [&quot;database&quot;]);
-InspectorBackend.registerCommand(&quot;Database.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Database.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Database.getDatabaseTableNames&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;tableNames&quot;]);
-InspectorBackend.registerCommand(&quot;Database.executeSQL&quot;, [{&quot;name&quot;: &quot;databaseId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;columnNames&quot;, &quot;values&quot;, &quot;sqlError&quot;]);
-
-// IndexedDB.
-InspectorBackend.registerIndexedDBDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;IndexedDB&quot;);
-InspectorBackend.registerEnum(&quot;IndexedDB.KeyType&quot;, {Number: &quot;number&quot;, String: &quot;string&quot;, Date: &quot;date&quot;, Array: &quot;array&quot;});
-InspectorBackend.registerEnum(&quot;IndexedDB.KeyPathType&quot;, {Null: &quot;null&quot;, String: &quot;string&quot;, Array: &quot;array&quot;});
-InspectorBackend.registerCommand(&quot;IndexedDB.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;IndexedDB.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;IndexedDB.requestDatabaseNames&quot;, [{&quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;databaseNames&quot;]);
-InspectorBackend.registerCommand(&quot;IndexedDB.requestDatabase&quot;, [{&quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;databaseWithObjectStores&quot;]);
-InspectorBackend.registerCommand(&quot;IndexedDB.requestData&quot;, [{&quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectStoreName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;indexName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;skipCount&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;pageSize&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;keyRange&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true}], [&quot;objectStoreDataEntries&quot;, &quot;hasMore&quot;]);
-InspectorBackend.registerCommand(&quot;IndexedDB.clearObjectStore&quot;, [{&quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectStoreName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-
-// LayerTree.
-InspectorBackend.registerLayerTreeDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;LayerTree&quot;);
-InspectorBackend.registerEvent(&quot;LayerTree.layerTreeDidChange&quot;, []);
-InspectorBackend.registerCommand(&quot;LayerTree.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;LayerTree.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;LayerTree.layersForNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;layers&quot;]);
-InspectorBackend.registerCommand(&quot;LayerTree.reasonsForCompositingLayer&quot;, [{&quot;name&quot;: &quot;layerId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;compositingReasons&quot;]);
-
-// Network.
-InspectorBackend.registerNetworkDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Network&quot;);
-InspectorBackend.registerEnum(&quot;Network.InitiatorType&quot;, {Parser: &quot;parser&quot;, Script: &quot;script&quot;, Other: &quot;other&quot;});
-InspectorBackend.registerEvent(&quot;Network.requestWillBeSent&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;documentURL&quot;, &quot;request&quot;, &quot;timestamp&quot;, &quot;initiator&quot;, &quot;redirectResponse&quot;, &quot;type&quot;]);
-InspectorBackend.registerEvent(&quot;Network.requestServedFromCache&quot;, [&quot;requestId&quot;]);
-InspectorBackend.registerEvent(&quot;Network.responseReceived&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;timestamp&quot;, &quot;type&quot;, &quot;response&quot;]);
-InspectorBackend.registerEvent(&quot;Network.dataReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;dataLength&quot;, &quot;encodedDataLength&quot;]);
-InspectorBackend.registerEvent(&quot;Network.loadingFinished&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;sourceMapURL&quot;]);
-InspectorBackend.registerEvent(&quot;Network.loadingFailed&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;errorText&quot;, &quot;canceled&quot;]);
-InspectorBackend.registerEvent(&quot;Network.requestServedFromMemoryCache&quot;, [&quot;requestId&quot;, &quot;frameId&quot;, &quot;loaderId&quot;, &quot;documentURL&quot;, &quot;timestamp&quot;, &quot;initiator&quot;, &quot;resource&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketWillSendHandshakeRequest&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;request&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketHandshakeResponseReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketCreated&quot;, [&quot;requestId&quot;, &quot;url&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketClosed&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketFrameReceived&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketFrameError&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;errorMessage&quot;]);
-InspectorBackend.registerEvent(&quot;Network.webSocketFrameSent&quot;, [&quot;requestId&quot;, &quot;timestamp&quot;, &quot;response&quot;]);
-InspectorBackend.registerCommand(&quot;Network.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Network.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Network.setExtraHTTPHeaders&quot;, [{&quot;name&quot;: &quot;headers&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Network.getResponseBody&quot;, [{&quot;name&quot;: &quot;requestId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;body&quot;, &quot;base64Encoded&quot;]);
-InspectorBackend.registerCommand(&quot;Network.replayXHR&quot;, [{&quot;name&quot;: &quot;requestId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Network.canClearBrowserCache&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Network.clearBrowserCache&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Network.canClearBrowserCookies&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Network.clearBrowserCookies&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Network.setCacheDisabled&quot;, [{&quot;name&quot;: &quot;cacheDisabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Network.loadResource&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;content&quot;, &quot;mimeType&quot;, &quot;status&quot;]);
-
-// Page.
-InspectorBackend.registerPageDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Page&quot;);
-InspectorBackend.registerEnum(&quot;Page.ResourceType&quot;, {Document: &quot;Document&quot;, Stylesheet: &quot;Stylesheet&quot;, Image: &quot;Image&quot;, Font: &quot;Font&quot;, Script: &quot;Script&quot;, XHR: &quot;XHR&quot;, WebSocket: &quot;WebSocket&quot;, Other: &quot;Other&quot;});
-InspectorBackend.registerEnum(&quot;Page.CoordinateSystem&quot;, {Viewport: &quot;Viewport&quot;, Page: &quot;Page&quot;});
-InspectorBackend.registerEvent(&quot;Page.domContentEventFired&quot;, [&quot;timestamp&quot;]);
-InspectorBackend.registerEvent(&quot;Page.loadEventFired&quot;, [&quot;timestamp&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameNavigated&quot;, [&quot;frame&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameDetached&quot;, [&quot;frameId&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameStartedLoading&quot;, [&quot;frameId&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameStoppedLoading&quot;, [&quot;frameId&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameScheduledNavigation&quot;, [&quot;frameId&quot;, &quot;delay&quot;]);
-InspectorBackend.registerEvent(&quot;Page.frameClearedScheduledNavigation&quot;, [&quot;frameId&quot;]);
-InspectorBackend.registerEvent(&quot;Page.javascriptDialogOpening&quot;, [&quot;message&quot;]);
-InspectorBackend.registerEvent(&quot;Page.javascriptDialogClosed&quot;, []);
-InspectorBackend.registerEvent(&quot;Page.scriptsEnabled&quot;, [&quot;isEnabled&quot;]);
-InspectorBackend.registerCommand(&quot;Page.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Page.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Page.addScriptToEvaluateOnLoad&quot;, [{&quot;name&quot;: &quot;scriptSource&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;identifier&quot;]);
-InspectorBackend.registerCommand(&quot;Page.removeScriptToEvaluateOnLoad&quot;, [{&quot;name&quot;: &quot;identifier&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.reload&quot;, [{&quot;name&quot;: &quot;ignoreCache&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;scriptToEvaluateOnLoad&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;Page.navigate&quot;, [{&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.getCookies&quot;, [], [&quot;cookies&quot;]);
-InspectorBackend.registerCommand(&quot;Page.deleteCookie&quot;, [{&quot;name&quot;: &quot;cookieName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.getResourceTree&quot;, [], [&quot;frameTree&quot;]);
-InspectorBackend.registerCommand(&quot;Page.getResourceContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;content&quot;, &quot;base64Encoded&quot;]);
-InspectorBackend.registerCommand(&quot;Page.searchInResource&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Page.searchInResources&quot;, [{&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setDocumentContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;html&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.getScriptExecutionStatus&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setScriptExecutionDisabled&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.setTouchEmulationEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.setEmulatedMedia&quot;, [{&quot;name&quot;: &quot;media&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.getCompositingBordersVisible&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setCompositingBordersVisible&quot;, [{&quot;name&quot;: &quot;visible&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.snapshotNode&quot;, [{&quot;name&quot;: &quot;nodeId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], [&quot;dataURL&quot;]);
-InspectorBackend.registerCommand(&quot;Page.snapshotRect&quot;, [{&quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;coordinateSystem&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], [&quot;dataURL&quot;]);
-InspectorBackend.registerCommand(&quot;Page.handleJavaScriptDialog&quot;, [{&quot;name&quot;: &quot;accept&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;promptText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;Page.archive&quot;, [], [&quot;data&quot;]);
-
-// Timeline.
-InspectorBackend.registerTimelineDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Timeline&quot;);
-InspectorBackend.registerEnum(&quot;Timeline.EventType&quot;, {EventDispatch: &quot;EventDispatch&quot;, ScheduleStyleRecalculation: &quot;ScheduleStyleRecalculation&quot;, RecalculateStyles: &quot;RecalculateStyles&quot;, InvalidateLayout: &quot;InvalidateLayout&quot;, Layout: &quot;Layout&quot;, Paint: &quot;Paint&quot;, ScrollLayer: &quot;ScrollLayer&quot;, ResizeImage: &quot;ResizeImage&quot;, ParseHTML: &quot;ParseHTML&quot;, TimerInstall: &quot;TimerInstall&quot;, TimerRemove: &quot;TimerRemove&quot;, TimerFire: &quot;TimerFire&quot;, EvaluateScript: &quot;EvaluateScript&quot;, MarkLoad: &quot;MarkLoad&quot;, MarkDOMContent: &quot;MarkDOMContent&quot;, TimeStamp: &quot;TimeStamp&quot;, Time: &quot;Time&quot;, TimeEnd: &quot;TimeEnd&quot;, ScheduleResourceRequest: &quot;ScheduleResourceRequest&quot;, ResourceSendRequest: &quot;ResourceSendRequest&quot;, ResourceReceiveResponse: &quot;ResourceReceiveResponse&quot;, ResourceReceivedData: &quot;ResourceReceivedData&quot;, 
 ResourceFinish: &quot;ResourceFinish&quot;, XHRReadyStateChange: &quot;XHRReadyStateChange&quot;, XHRLoad: &quot;XHRLoad&quot;, FunctionCall: &quot;FunctionCall&quot;, ProbeSample: &quot;ProbeSample&quot;, ConsoleProfile: &quot;ConsoleProfile&quot;, GCEvent: &quot;GCEvent&quot;, RequestAnimationFrame: &quot;RequestAnimationFrame&quot;, CancelAnimationFrame: &quot;CancelAnimationFrame&quot;, FireAnimationFrame: &quot;FireAnimationFrame&quot;, WebSocketCreate: &quot;WebSocketCreate&quot;, WebSocketSendHandshakeRequest: &quot;WebSocketSendHandshakeRequest&quot;, WebSocketReceiveHandshakeResponse: &quot;WebSocketReceiveHandshakeResponse&quot;, WebSocketDestroy: &quot;WebSocketDestroy&quot;});
-InspectorBackend.registerEvent(&quot;Timeline.eventRecorded&quot;, [&quot;record&quot;]);
-InspectorBackend.registerEvent(&quot;Timeline.recordingStarted&quot;, []);
-InspectorBackend.registerEvent(&quot;Timeline.recordingStopped&quot;, []);
-InspectorBackend.registerCommand(&quot;Timeline.start&quot;, [{&quot;name&quot;: &quot;maxCallStackDepth&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true}], []);
-InspectorBackend.registerCommand(&quot;Timeline.stop&quot;, [], []);
-
-// Worker.
-InspectorBackend.registerWorkerDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Worker&quot;);
-InspectorBackend.registerEvent(&quot;Worker.workerCreated&quot;, [&quot;workerId&quot;, &quot;url&quot;, &quot;inspectorConnected&quot;]);
-InspectorBackend.registerEvent(&quot;Worker.workerTerminated&quot;, [&quot;workerId&quot;]);
-InspectorBackend.registerEvent(&quot;Worker.dispatchMessageFromWorker&quot;, [&quot;workerId&quot;, &quot;message&quot;]);
-InspectorBackend.registerEvent(&quot;Worker.disconnectedFromWorker&quot;, []);
-InspectorBackend.registerCommand(&quot;Worker.enable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Worker.disable&quot;, [], []);
-InspectorBackend.registerCommand(&quot;Worker.sendMessageToWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Worker.canInspectWorkers&quot;, [], [&quot;result&quot;]);
-InspectorBackend.registerCommand(&quot;Worker.connectToWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Worker.disconnectFromWorker&quot;, [{&quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Worker.setAutoconnectToWorkers&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolLoadInspectorBackendCommandsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Protocol/LoadInspectorBackendCommands.js (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/LoadInspectorBackendCommands.js        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/LoadInspectorBackendCommands.js        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -31,11 +31,8 @@
</span><span class="cx">             backendURLs = suggestedBackendCommandsURLs;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    if (!backendURLs) {
-        backendURLs = [&quot;Protocol/InspectorJSBackendCommands.js&quot;];
-        if (InspectorFrontendHost.debuggableType() === &quot;web&quot;)
-            backendURLs.push(&quot;Protocol/InspectorWebBackendCommands.js&quot;);
-    }
</del><ins>+    if (!backendURLs)
+        backendURLs = [&quot;Protocol/InspectorBackendCommands.js&quot;];
</ins><span class="cx"> 
</span><span class="cx">     console.assert(backendURLs.length);
</span><span class="cx">     for (var backendCommandsURL of backendURLs)
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIVersionsInspectoriOS80jsonfromrev174891trunkSourceWebInspectorUIVersionsInspectorWebiOS80json"></a>
<div class="copfile"><h4>Copied: trunk/Source/WebInspectorUI/Versions/Inspector-iOS-8.0.json (from rev 174891, trunk/Source/WebInspectorUI/Versions/InspectorWeb-iOS-8.0.json) (0 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Versions/Inspector-iOS-8.0.json                                (rev 0)
+++ trunk/Source/WebInspectorUI/Versions/Inspector-iOS-8.0.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -0,0 +1,3132 @@
</span><ins>+{&quot;domains&quot;:[
+{
+    &quot;domain&quot;: &quot;Console&quot;,
+    &quot;description&quot;: &quot;Console domain defines methods and events for interaction with the JavaScript console. Console collects messages created by means of the &lt;a href='http://getfirebug.com/wiki/index.php/Console_API'&gt;JavaScript Console API&lt;/a&gt;. One needs to enable this domain using &lt;code&gt;enable&lt;/code&gt; command in order to start receiving the console messages. Browser collects messages issued while console domain is not enabled as well and reports them using &lt;code&gt;messageAdded&lt;/code&gt; notification upon enabling.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;ConsoleNetworkRequestId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique request identifier. FIXME: Duplicate of Network.RequestId &lt;https://webkit.org/b/125664&gt; Web Inspector: FIX Type Dependency Issues&quot;
+        },
+        {
+            &quot;id&quot;: &quot;ConsoleDOMNodeId&quot;,
+            &quot;type&quot;: &quot;integer&quot;,
+            &quot;description&quot;: &quot;Unique DOM node identifier. FIXME: Duplicate of DOM.NodeId &lt;https://webkit.org/b/125664&gt; Web Inspector: FIX Type Dependency Issues&quot;
+        },
+        {
+            &quot;id&quot;: &quot;ConsoleMessage&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Console message.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;source&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;xml&quot;, &quot;javascript&quot;, &quot;network&quot;, &quot;console-api&quot;, &quot;storage&quot;, &quot;appcache&quot;, &quot;rendering&quot;, &quot;css&quot;, &quot;security&quot;, &quot;other&quot;], &quot;description&quot;: &quot;Message source.&quot; },
+                { &quot;name&quot;: &quot;level&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;log&quot;, &quot;warning&quot;, &quot;error&quot;, &quot;debug&quot;], &quot;description&quot;: &quot;Message severity.&quot; },
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Message text.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;log&quot;, &quot;dir&quot;, &quot;dirxml&quot;, &quot;table&quot;, &quot;trace&quot;, &quot;clear&quot;, &quot;startGroup&quot;, &quot;startGroupCollapsed&quot;, &quot;endGroup&quot;, &quot;assert&quot;, &quot;timing&quot;, &quot;profile&quot;, &quot;profileEnd&quot;], &quot;description&quot;: &quot;Console message type.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of the message origin.&quot; },
+                { &quot;name&quot;: &quot;line&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Line number in the resource that generated this message.&quot; },
+                { &quot;name&quot;: &quot;column&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Column number on the line in the resource that generated this message.&quot; },
+                { &quot;name&quot;: &quot;repeatCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Repeat count for repeated messages.&quot; },
+                { &quot;name&quot;: &quot;parameters&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Message parameters in case of the formatted message.&quot; },
+                { &quot;name&quot;: &quot;stackTrace&quot;, &quot;$ref&quot;: &quot;StackTrace&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;JavaScript stack trace for assertions and error messages.&quot; },
+                { &quot;name&quot;: &quot;networkRequestId&quot;, &quot;$ref&quot;: &quot;ConsoleNetworkRequestId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Identifier of the network request associated with this message.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CallFrame&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Stack entry for console errors and assertions.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;functionName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;JavaScript function name.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;JavaScript script name or url.&quot; },
+                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;JavaScript script line number.&quot; },
+                { &quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;JavaScript script column number.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;StackTrace&quot;,
+            &quot;type&quot;: &quot;array&quot;,
+            &quot;items&quot;: { &quot;$ref&quot;: &quot;CallFrame&quot; },
+            &quot;description&quot;: &quot;Call frames for assertions or error messages.&quot;
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables console domain, sends the messages collected so far to the client by means of the &lt;code&gt;messageAdded&lt;/code&gt; notification.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables console domain, prevents further console messages from being reported to the client.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;clearMessages&quot;,
+            &quot;description&quot;: &quot;Clears console messages collected in the browser.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setMonitoringXHREnabled&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Monitoring enabled state.&quot; }
+            ],
+            &quot;description&quot;: &quot;Toggles monitoring of XMLHttpRequest. If &lt;code&gt;true&lt;/code&gt;, console will receive messages upon each XHR issued.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;addInspectedNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;ConsoleDOMNodeId&quot;, &quot;description&quot;: &quot;DOM node id to be accessible by means of $x command line API.&quot; }
+            ],
+            &quot;description&quot;: &quot;Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;messageAdded&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;message&quot;, &quot;$ref&quot;: &quot;ConsoleMessage&quot;, &quot;description&quot;: &quot;Console message that has been added.&quot; }
+            ],
+            &quot;description&quot;: &quot;Issued when new console message is added.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;messageRepeatCountUpdated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;count&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;New repeat count value.&quot; }
+            ],
+            &quot;description&quot;: &quot;Issued when subsequent message(s) are equal to the previous one(s).&quot;
+        },
+        {
+            &quot;name&quot;: &quot;messagesCleared&quot;,
+            &quot;description&quot;: &quot;Issued when console is cleared. This happens either upon &lt;code&gt;clearMessages&lt;/code&gt; command or after page navigation.&quot;
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;Debugger&quot;,
+    &quot;description&quot;: &quot;Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;BreakpointId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Breakpoint identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;BreakpointActionIdentifier&quot;,
+            &quot;type&quot;: &quot;integer&quot;,
+            &quot;description&quot;: &quot;Breakpoint action identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;ScriptId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique script identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CallFrameId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Call frame identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Location&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;scriptId&quot;, &quot;$ref&quot;: &quot;ScriptId&quot;, &quot;description&quot;: &quot;Script identifier as reported in the &lt;code&gt;Debugger.scriptParsed&lt;/code&gt;.&quot; },
+                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Line number in the script.&quot; },
+                { &quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Column number in the script.&quot; }
+            ],
+            &quot;description&quot;: &quot;Location in the source code.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;BreakpointAction&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;log&quot;, &quot;evaluate&quot;, &quot;sound&quot;, &quot;probe&quot;], &quot;description&quot;: &quot;Different kinds of breakpoint actions.&quot; },
+                { &quot;name&quot;: &quot;data&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Data associated with this breakpoint type (e.g. for type \&quot;eval\&quot; this is the JavaScript string to evalulate).&quot; },
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;BreakpointActionIdentifier&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;A frontend-assigned identifier for this breakpoint action.&quot; }
+            ],
+            &quot;description&quot;: &quot;Action to perform when a breakpoint is triggered.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;BreakpointOptions&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;condition&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.&quot; },
+                { &quot;name&quot;: &quot;actions&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;BreakpointAction&quot; }, &quot;description&quot;: &quot;Actions to perform automatically when the breakpoint is triggered.&quot; },
+                { &quot;name&quot;: &quot;autoContinue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Automatically continue after hitting this breakpoint and running actions.&quot; }
+            ],
+            &quot;description&quot;: &quot;Extra options that modify breakpoint behavior.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;FunctionDetails&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;location&quot;, &quot;$ref&quot;: &quot;Location&quot;, &quot;description&quot;: &quot;Location of the function.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Name of the function. Not present for anonymous functions.&quot; },
+                { &quot;name&quot;: &quot;displayName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Display name of the function(specified in 'displayName' property on the function object).&quot; },
+                { &quot;name&quot;: &quot;inferredName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Name of the function inferred from its initial assignment.&quot; },
+                { &quot;name&quot;: &quot;scopeChain&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;Scope&quot; }, &quot;description&quot;: &quot;Scope chain for this closure.&quot; }
+            ],
+            &quot;description&quot;: &quot;Information about the function.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CallFrame&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;callFrameId&quot;, &quot;$ref&quot;: &quot;CallFrameId&quot;, &quot;description&quot;: &quot;Call frame identifier. This identifier is only valid while the virtual machine is paused.&quot; },
+                { &quot;name&quot;: &quot;functionName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Name of the JavaScript function called on this call frame.&quot; },
+                { &quot;name&quot;: &quot;location&quot;, &quot;$ref&quot;: &quot;Location&quot;, &quot;description&quot;: &quot;Location in the source code.&quot; },
+                { &quot;name&quot;: &quot;scopeChain&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Scope&quot; }, &quot;description&quot;: &quot;Scope chain for this call frame.&quot; },
+                { &quot;name&quot;: &quot;this&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;&lt;code&gt;this&lt;/code&gt; object for this call frame.&quot; }
+            ],
+            &quot;description&quot;: &quot;JavaScript call frame. Array of call frames form the call stack.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Scope&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;global&quot;, &quot;local&quot;, &quot;with&quot;, &quot;closure&quot;, &quot;catch&quot;], &quot;description&quot;: &quot;Scope type.&quot; },
+                { &quot;name&quot;: &quot;object&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Object representing the scope. For &lt;code&gt;global&lt;/code&gt; and &lt;code&gt;with&lt;/code&gt; scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.&quot; }
+            ],
+            &quot;description&quot;: &quot;Scope description.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;ProbeSample&quot;,
+            &quot;description&quot;: &quot;A sample collected by evaluating a probe breakpoint action.&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;probeId&quot;, &quot;$ref&quot;: &quot;BreakpointActionIdentifier&quot;, &quot;description&quot;: &quot;Identifier of the probe breakpoint action that created the sample.&quot; },
+                { &quot;name&quot;: &quot;sampleId&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Unique identifier for this sample.&quot; },
+                { &quot;name&quot;: &quot;batchId&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;A batch identifier which is the same for all samples taken at the same breakpoint hit.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Timestamp of when the sample was taken.&quot; },
+                { &quot;name&quot;: &quot;payload&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Contents of the sample.&quot; }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables debugger for given page.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setBreakpointsActive&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;active&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;New value for breakpoints active state.&quot; }
+            ],
+            &quot;description&quot;: &quot;Activates / deactivates all breakpoints on the page.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setBreakpointByUrl&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Line number to set breakpoint at.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of the resources to set breakpoint on.&quot; },
+                { &quot;name&quot;: &quot;urlRegex&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Regex pattern for the URLs of the resources to set breakpoints on. Either &lt;code&gt;url&lt;/code&gt; or &lt;code&gt;urlRegex&lt;/code&gt; must be specified.&quot; },
+                { &quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Offset in the line to set breakpoint at.&quot; },
+                { &quot;name&quot;: &quot;options&quot;, &quot;$ref&quot;: &quot;BreakpointOptions&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Options to apply to this breakpoint to modify its behavior.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;breakpointId&quot;, &quot;$ref&quot;: &quot;BreakpointId&quot;, &quot;description&quot;: &quot;Id of the created breakpoint for further reference.&quot; },
+                { &quot;name&quot;: &quot;locations&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Location&quot;}, &quot;description&quot;: &quot;List of the locations this breakpoint resolved into upon addition.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in &lt;code&gt;locations&lt;/code&gt; property. Further matching script parsing will result in subsequent &lt;code&gt;breakpointResolved&lt;/code&gt; events issued. This logical breakpoint will survive page reloads.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;location&quot;, &quot;$ref&quot;: &quot;Location&quot;, &quot;description&quot;: &quot;Location to set breakpoint in.&quot; },
+                { &quot;name&quot;: &quot;options&quot;, &quot;$ref&quot;: &quot;BreakpointOptions&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Options to apply to this breakpoint to modify its behavior.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;breakpointId&quot;, &quot;$ref&quot;: &quot;BreakpointId&quot;, &quot;description&quot;: &quot;Id of the created breakpoint for further reference.&quot; },
+                { &quot;name&quot;: &quot;actualLocation&quot;, &quot;$ref&quot;: &quot;Location&quot;, &quot;description&quot;: &quot;Location this breakpoint resolved into.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets JavaScript breakpoint at a given location.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;removeBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;breakpointId&quot;, &quot;$ref&quot;: &quot;BreakpointId&quot; }
+            ],
+            &quot;description&quot;: &quot;Removes JavaScript breakpoint.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;continueToLocation&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;location&quot;, &quot;$ref&quot;: &quot;Location&quot;, &quot;description&quot;: &quot;Location to continue to.&quot; }
+            ],
+            &quot;description&quot;: &quot;Continues execution until specific location is reached.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;stepOver&quot;,
+            &quot;description&quot;: &quot;Steps over the statement.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;stepInto&quot;,
+            &quot;description&quot;: &quot;Steps into the function call.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;stepOut&quot;,
+            &quot;description&quot;: &quot;Steps out of the function call.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;pause&quot;,
+            &quot;description&quot;: &quot;Stops on the next JavaScript statement.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;resume&quot;,
+            &quot;description&quot;: &quot;Resumes JavaScript execution.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;searchInContent&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;scriptId&quot;, &quot;$ref&quot;: &quot;ScriptId&quot;, &quot;description&quot;: &quot;Id of the script to search in.&quot; },
+                { &quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;String to search for.&quot;  },
+                { &quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, search is case sensitive.&quot; },
+                { &quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, treats string parameter as regex.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;GenericTypes.SearchMatch&quot; }, &quot;description&quot;: &quot;List of search matches.&quot; }
+            ],
+            &quot;description&quot;: &quot;Searches for given string in script content.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getScriptSource&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;scriptId&quot;, &quot;$ref&quot;: &quot;ScriptId&quot;, &quot;description&quot;: &quot;Id of the script to get source for.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;scriptSource&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Script source.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns source for the script with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getFunctionDetails&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;functionId&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObjectId&quot;, &quot;description&quot;: &quot;Id of the function to get location for.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;details&quot;, &quot;$ref&quot;: &quot;FunctionDetails&quot;, &quot;description&quot;: &quot;Information about the function.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns detailed informtation on given function.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setPauseOnExceptions&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;state&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;none&quot;, &quot;uncaught&quot;, &quot;all&quot;], &quot;description&quot;: &quot;Pause on exceptions mode.&quot; }
+            ],
+            &quot;description&quot;: &quot;Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is &lt;code&gt;none&lt;/code&gt;.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;evaluateOnCallFrame&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;callFrameId&quot;, &quot;$ref&quot;: &quot;CallFrameId&quot;, &quot;description&quot;: &quot;Call frame identifier to evaluate on.&quot; },
+                { &quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Expression to evaluate.&quot; },
+                { &quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;String object group name to put result into (allows rapid releasing resulting object handles using &lt;code&gt;releaseObjectGroup&lt;/code&gt;).&quot; },
+                { &quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies whether command line API should be available to the evaluated expression, defaults to false.&quot; },
+                { &quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies whether evaluation should stop on exceptions and mute console. Overrides setPauseOnException state.&quot; },
+                { &quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the result is expected to be a JSON object that should be sent by value.&quot; },
+                { &quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether preview should be generated for the result.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Object wrapper for the evaluation result.&quot; },
+                { &quot;name&quot;: &quot;wasThrown&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the result was thrown during the evaluation.&quot; }
+            ],
+            &quot;description&quot;: &quot;Evaluates expression on a given call frame.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setOverlayMessage&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Overlay message to display when paused in debugger.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets overlay message.&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;globalObjectCleared&quot;,
+            &quot;description&quot;: &quot;Called when global has been cleared and debugger client should reset its state. Happens upon navigation or reload.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;scriptParsed&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;scriptId&quot;, &quot;$ref&quot;: &quot;ScriptId&quot;, &quot;description&quot;: &quot;Identifier of the script parsed.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL or name of the script parsed (if any).&quot; },
+                { &quot;name&quot;: &quot;startLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Line offset of the script within the resource with given URL (for script tags).&quot; },
+                { &quot;name&quot;: &quot;startColumn&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Column offset of the script within the resource with given URL.&quot; },
+                { &quot;name&quot;: &quot;endLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Last line of the script.&quot; },
+                { &quot;name&quot;: &quot;endColumn&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Length of the last line of the script.&quot; },
+                { &quot;name&quot;: &quot;isContentScript&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Determines whether this script is a user extension script.&quot; },
+                { &quot;name&quot;: &quot;sourceMapURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of source map associated with script (if any).&quot; },
+                { &quot;name&quot;: &quot;hasSourceURL&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True, if this script has sourceURL.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;scriptFailedToParse&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the script that failed to parse.&quot; },
+                { &quot;name&quot;: &quot;scriptSource&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Source text of the script that failed to parse.&quot; },
+                { &quot;name&quot;: &quot;startLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Line offset of the script within the resource.&quot; },
+                { &quot;name&quot;: &quot;errorLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Line with error.&quot; },
+                { &quot;name&quot;: &quot;errorMessage&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Parse error message.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when virtual machine fails to parse the script.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;breakpointResolved&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;breakpointId&quot;, &quot;$ref&quot;: &quot;BreakpointId&quot;, &quot;description&quot;: &quot;Breakpoint unique identifier.&quot; },
+                { &quot;name&quot;: &quot;location&quot;, &quot;$ref&quot;: &quot;Location&quot;, &quot;description&quot;: &quot;Actual breakpoint location.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when breakpoint is resolved to an actual script and location.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;paused&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;callFrames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CallFrame&quot; }, &quot;description&quot;: &quot;Call stack the virtual machine stopped on.&quot; },
+                { &quot;name&quot;: &quot;reason&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [ &quot;XHR&quot;, &quot;DOM&quot;, &quot;EventListener&quot;, &quot;exception&quot;, &quot;assert&quot;, &quot;CSPViolation&quot;, &quot;other&quot; ], &quot;description&quot;: &quot;Pause reason.&quot; },
+                { &quot;name&quot;: &quot;data&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Object containing break-specific auxiliary properties.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;resumed&quot;,
+            &quot;description&quot;: &quot;Fired when the virtual machine resumed execution.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;didSampleProbe&quot;,
+            &quot;description&quot;: &quot;Fires when a new probe sample is collected.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;sample&quot;, &quot;$ref&quot;: &quot;ProbeSample&quot;, &quot;description&quot;: &quot;A collected probe sample.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;playBreakpointActionSound&quot;,
+            &quot;description&quot;: &quot;Fired when a \&quot;sound\&quot; breakpoint action is triggered on a breakpoint.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;breakpointActionId&quot;, &quot;$ref&quot;: &quot;BreakpointActionIdentifier&quot;, &quot;description&quot;: &quot;Breakpoint action identifier.&quot; }
+            ]
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;GenericTypes&quot;,
+    &quot;description&quot;: &quot;Exposes generic types to be used by any domain.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;SearchMatch&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Search match in a resource.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Line number in resource content.&quot; },
+                { &quot;name&quot;: &quot;lineContent&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Line with match content.&quot; }
+            ]
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;Inspector&quot;,
+    &quot;types&quot;: [],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables inspector domain notifications.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables inspector domain notifications.&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;evaluateForTestInFrontend&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;script&quot;, &quot;type&quot;: &quot;string&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;inspect&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;object&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot; },
+                { &quot;name&quot;: &quot;hints&quot;, &quot;type&quot;: &quot;object&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;detached&quot;,
+            &quot;description&quot;: &quot;Fired when remote debugging connection is about to be terminated. Contains detach reason.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;reason&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The reason why connection has been terminated.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;targetCrashed&quot;,
+            &quot;description&quot;: &quot;Fired when debugging target has crashed&quot;
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;Profiler&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;ProfileHeader&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Profile header.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;typeId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;CPU&quot;], &quot;description&quot;: &quot;Profile type name.&quot; },
+                { &quot;name&quot;: &quot;title&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Profile title.&quot; },
+                { &quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Unique identifier of the profile.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CPUProfileNodeCall&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;CPU Profile call info. Holds time information for a specific call that happened on a node.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;startTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Start time for the call.&quot; },
+                { &quot;name&quot;: &quot;totalTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Total execution time for the call.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CPUProfileNode&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;CPU Profile node. Holds callsite information, execution statistics and child nodes.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Unique identifier for this call site.&quot; },
+                { &quot;name&quot;: &quot;calls&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CPUProfileNodeCall&quot; }, &quot;description&quot;: &quot;Calls making up this node.&quot; },
+                { &quot;name&quot;: &quot;functionName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Function name.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL.&quot; },
+                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Line number.&quot; },
+                { &quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Column number.&quot; },
+                { &quot;name&quot;: &quot;children&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CPUProfileNode&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Child nodes.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CPUProfile&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Profile.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;rootNodes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CPUProfileNode&quot; }, &quot;description&quot;: &quot;Top level nodes in the stack.&quot; },
+                { &quot;name&quot;: &quot;idleTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;
+        },
+        {
+            &quot;name&quot;: &quot;start&quot;
+        },
+        {
+            &quot;name&quot;: &quot;stop&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getProfileHeaders&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;headers&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ProfileHeader&quot;} }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;getCPUProfile&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;integer&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;profile&quot;, &quot;$ref&quot;: &quot;CPUProfile&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;removeProfile&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot; },
+                { &quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;integer&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;clearProfiles&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;addProfileHeader&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;header&quot;, &quot;$ref&quot;: &quot;ProfileHeader&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setRecordingProfile&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;isProfiling&quot;, &quot;type&quot;: &quot;boolean&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;resetProfiles&quot;
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;Runtime&quot;,
+    &quot;description&quot;: &quot;Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released or are released along with the other objects in their object group.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;RemoteObjectId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique object identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;RemoteObject&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Mirror object referencing original JavaScript object.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;object&quot;, &quot;function&quot;, &quot;undefined&quot;, &quot;string&quot;, &quot;number&quot;, &quot;boolean&quot;], &quot;description&quot;: &quot;Object type.&quot; },
+                { &quot;name&quot;: &quot;subtype&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;array&quot;, &quot;null&quot;, &quot;node&quot;, &quot;regexp&quot;, &quot;date&quot;], &quot;description&quot;: &quot;Object subtype hint. Specified for &lt;code&gt;object&lt;/code&gt; type values only.&quot; },
+                { &quot;name&quot;: &quot;className&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Object class (constructor) name. Specified for &lt;code&gt;object&lt;/code&gt; type values only.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;any&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Remote object value (in case of primitive values or JSON values if it was requested).&quot; },
+                { &quot;name&quot;: &quot;description&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;String representation of the object.&quot; },
+                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;RemoteObjectId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Unique object identifier (for non-primitive values).&quot; },
+                { &quot;name&quot;: &quot;preview&quot;, &quot;$ref&quot;: &quot;ObjectPreview&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Preview containsing abbreviated property values.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;ObjectPreview&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Object containing abbreviated remote object value.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;lossless&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Determines whether preview is lossless (contains all information of the original object).&quot; },
+                { &quot;name&quot;: &quot;overflow&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True iff some of the properties of the original did not fit.&quot; },
+                { &quot;name&quot;: &quot;properties&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;PropertyPreview&quot; }, &quot;description&quot;: &quot;List of the properties.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;PropertyPreview&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Property name.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;object&quot;, &quot;function&quot;, &quot;undefined&quot;, &quot;string&quot;, &quot;number&quot;, &quot;boolean&quot;], &quot;description&quot;: &quot;Object type.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;User-friendly property value string.&quot; },
+                { &quot;name&quot;: &quot;valuePreview&quot;, &quot;$ref&quot;: &quot;ObjectPreview&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Nested value preview.&quot; },
+                { &quot;name&quot;: &quot;subtype&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;array&quot;, &quot;null&quot;, &quot;node&quot;, &quot;regexp&quot;, &quot;date&quot;], &quot;description&quot;: &quot;Object subtype hint. Specified for &lt;code&gt;object&lt;/code&gt; type values only.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;PropertyDescriptor&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Object property descriptor.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Property name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;$ref&quot;: &quot;RemoteObject&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The value associated with the property.&quot; },
+                { &quot;name&quot;: &quot;writable&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the value associated with the property may be changed (data descriptors only).&quot; },
+                { &quot;name&quot;: &quot;get&quot;, &quot;$ref&quot;: &quot;RemoteObject&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;A function which serves as a getter for the property, or &lt;code&gt;undefined&lt;/code&gt; if there is no getter (accessor descriptors only).&quot; },
+                { &quot;name&quot;: &quot;set&quot;, &quot;$ref&quot;: &quot;RemoteObject&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;A function which serves as a setter for the property, or &lt;code&gt;undefined&lt;/code&gt; if there is no setter (accessor descriptors only).&quot; },
+                { &quot;name&quot;: &quot;configurable&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.&quot; },
+                { &quot;name&quot;: &quot;enumerable&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if this property shows up during enumeration of the properties on the corresponding object.&quot; },
+                { &quot;name&quot;: &quot;wasThrown&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the result was thrown during the evaluation.&quot; },
+                { &quot;name&quot;: &quot;isOwn&quot;, &quot;optional&quot;: true, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if the property is owned for the object.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;InternalPropertyDescriptor&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Object internal property descriptor. This property isn't normally visible in JavaScript code.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Conventional property name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;$ref&quot;: &quot;RemoteObject&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The value associated with the property.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CallArgument&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Represents function call argument. Either remote object id &lt;code&gt;objectId&lt;/code&gt; or primitive &lt;code&gt;value&lt;/code&gt; or neither of (for undefined) them should be specified.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;any&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Primitive value.&quot; },
+                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;RemoteObjectId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Remote object handle.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;ExecutionContextId&quot;,
+            &quot;type&quot;: &quot;integer&quot;,
+            &quot;description&quot;: &quot;Id of an execution context.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;RuntimeFrameId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique frame identifier. FIXME: Duplicate of Network.FrameId &lt;https://webkit.org/b/125664&gt; Web Inspector: FIX Type Dependency Issues&quot;
+        },
+        {
+            &quot;id&quot;: &quot;ExecutionContextDescription&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Description of an isolated world.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;ExecutionContextId&quot;, &quot;description&quot;: &quot;Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.&quot; },
+                { &quot;name&quot;: &quot;isPageContext&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if this is a context where inpspected web page scripts run. False if it is a content script isolated context.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Human readable name describing given context.&quot;},
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;RuntimeFrameId&quot;, &quot;description&quot;: &quot;Id of the owning frame.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;SyntaxErrorType&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;none&quot;, &quot;irrecoverable&quot;, &quot;unterminated-literal&quot;, &quot;recoverable&quot;],
+            &quot;description&quot;: &quot;Syntax error type: \&quot;none\&quot; for no error, \&quot;irrecoverable\&quot; for unrecoverable errors, \&quot;unterminated-literal\&quot; for when there is an unterminated literal, \&quot;recoverable\&quot; for when the expression is unfinished but valid so far.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;ErrorRange&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Range of an error in source code.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;startOffset&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Start offset of range (inclusive).&quot; },
+                { &quot;name&quot;: &quot;endOffset&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;End offset of range (exclusive).&quot; }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;parse&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;source&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Source code to parse.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;$ref&quot;: &quot;SyntaxErrorType&quot;, &quot;description&quot;: &quot;Parse result.&quot; },
+                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Parse error message.&quot; },
+                { &quot;name&quot;: &quot;range&quot;, &quot;$ref&quot;: &quot;ErrorRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Range in the source where the error occurred.&quot; }
+            ],
+            &quot;description&quot;: &quot;Parses JavaScript source code for errors.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;evaluate&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Expression to evaluate.&quot; },
+                { &quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Symbolic group name that can be used to release multiple objects.&quot; },
+                { &quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Determines whether Command Line API should be available during the evaluation.&quot; },
+                { &quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies whether evaluation should stop on exceptions and mute console. Overrides setPauseOnException state.&quot; },
+                { &quot;name&quot;: &quot;contextId&quot;, &quot;$ref&quot;: &quot;Runtime.ExecutionContextId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies in which isolated context to perform evaluation. Each content script lives in an isolated context and this parameter may be used to specify one of those contexts. If the parameter is omitted or 0 the evaluation will be performed in the context of the inspected page.&quot; },
+                { &quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the result is expected to be a JSON object that should be sent by value.&quot; },
+                { &quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether preview should be generated for the result.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;$ref&quot;: &quot;RemoteObject&quot;, &quot;description&quot;: &quot;Evaluation result.&quot; },
+                { &quot;name&quot;: &quot;wasThrown&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the result was thrown during the evaluation.&quot; }
+            ],
+            &quot;description&quot;: &quot;Evaluates expression on global object.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;callFunctionOn&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;RemoteObjectId&quot;, &quot;description&quot;: &quot;Identifier of the object to call function on.&quot; },
+                { &quot;name&quot;: &quot;functionDeclaration&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Declaration of the function to call.&quot; },
+                { &quot;name&quot;: &quot;arguments&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CallArgument&quot;, &quot;description&quot;: &quot;Call argument.&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Call arguments. All call arguments must belong to the same JavaScript world as the target object.&quot; },
+                { &quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies whether function call should stop on exceptions and mute console. Overrides setPauseOnException state.&quot; },
+                { &quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the result is expected to be a JSON object which should be sent by value.&quot; },
+                { &quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether preview should be generated for the result.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;$ref&quot;: &quot;RemoteObject&quot;, &quot;description&quot;: &quot;Call result.&quot; },
+                { &quot;name&quot;: &quot;wasThrown&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the result was thrown during the evaluation.&quot; }
+            ],
+            &quot;description&quot;: &quot;Calls function with given declaration on the given object. Object group of the result is inherited from the target object.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getProperties&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;RemoteObjectId&quot;, &quot;description&quot;: &quot;Identifier of the object to return properties for.&quot; },
+                { &quot;name&quot;: &quot;ownProperties&quot;, &quot;optional&quot;: true, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, returns properties belonging only to the element itself, not to its prototype chain.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;PropertyDescriptor&quot;}, &quot;description&quot;: &quot;Object properties.&quot; },
+                { &quot;name&quot;: &quot;internalProperties&quot;, &quot;optional&quot;: true, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;InternalPropertyDescriptor&quot;}, &quot;description&quot;: &quot;Internal object properties.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns properties of a given object. Object group of the result is inherited from the target object.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;releaseObject&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;RemoteObjectId&quot;, &quot;description&quot;: &quot;Identifier of the object to release.&quot; }
+            ],
+            &quot;description&quot;: &quot;Releases remote object with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;releaseObjectGroup&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Symbolic object group name.&quot; }
+            ],
+            &quot;description&quot;: &quot;Releases all remote objects that belong to a given group.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;run&quot;,
+            &quot;description&quot;: &quot;Tells inspected instance(worker or page) that it can run in case it was started paused.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables reporting of execution contexts creation by means of &lt;code&gt;executionContextCreated&lt;/code&gt; event. When the reporting gets enabled the event will be sent immediately for each existing execution context.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables reporting of execution contexts creation.&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;executionContextCreated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;context&quot;, &quot;$ref&quot;: &quot;ExecutionContextDescription&quot;, &quot;description&quot;: &quot;A newly created execution contex.&quot; }
+            ],
+            &quot;description&quot;: &quot;Issued when new execution context is created.&quot;
+        }
+    ]
+},
+{
+    &quot;domain&quot;: &quot;ApplicationCache&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;ApplicationCacheResource&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Detailed application cache resource information.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource url.&quot; },
+                { &quot;name&quot;: &quot;size&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Resource size.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource type.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;ApplicationCache&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Detailed application cache information.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;manifestURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Manifest URL.&quot; },
+                { &quot;name&quot;: &quot;size&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Application cache size.&quot; },
+                { &quot;name&quot;: &quot;creationTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Application cache creation time.&quot; },
+                { &quot;name&quot;: &quot;updateTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Application cache update time.&quot; },
+                { &quot;name&quot;: &quot;resources&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ApplicationCacheResource&quot; }, &quot;description&quot;: &quot;Application cache resources.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;FrameWithManifest&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Frame identifier - manifest URL pair.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Frame identifier.&quot; },
+                { &quot;name&quot;: &quot;manifestURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Manifest URL.&quot; },
+                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Application cache status.&quot; }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;getFramesWithManifests&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;frameIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;FrameWithManifest&quot; }, &quot;description&quot;: &quot;Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables application cache domain notifications.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getManifestForFrame&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Identifier of the frame containing document whose manifest is retrieved.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;manifestURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Manifest URL for document in the given frame.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns manifest URL for document in the given frame.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getApplicationCacheForFrame&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Identifier of the frame containing document whose application cache is retrieved.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;applicationCache&quot;, &quot;$ref&quot;: &quot;ApplicationCache&quot;, &quot;description&quot;: &quot;Relevant application cache data for the document in given frame.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns relevant application cache data for the document in given frame.&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;applicationCacheStatusUpdated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Identifier of the frame containing document whose application cache updated status.&quot; },
+                { &quot;name&quot;: &quot;manifestURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Manifest URL.&quot; },
+                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Updated application cache status.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;networkStateUpdated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;isNowOnline&quot;, &quot;type&quot;: &quot;boolean&quot; }
+            ]
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;CSS&quot;,
+    &quot;description&quot;: &quot;This domain exposes CSS read/write operations. All CSS objects, like stylesheets, rules, and styles, have an associated &lt;code&gt;id&lt;/code&gt; used in subsequent operations on the related object. Each object type has a specific &lt;code&gt;id&lt;/code&gt; structure, and those are not interchangeable between objects of different kinds. CSS objects can be loaded using the &lt;code&gt;get*ForNode()&lt;/code&gt; calls (which accept a DOM node id). Alternatively, a client can discover all the existing stylesheets with the &lt;code&gt;getAllStyleSheets()&lt;/code&gt; method and subsequently load the required stylesheet contents using the &lt;code&gt;getStyleSheet[Text]()&lt;/code&gt; methods.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;StyleSheetId&quot;,
+            &quot;type&quot;: &quot;string&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSStyleId&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot;, &quot;description&quot;: &quot;Enclosing stylesheet identifier.&quot; },
+                { &quot;name&quot;: &quot;ordinal&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The style ordinal within the stylesheet.&quot; }
+            ],
+            &quot;description&quot;: &quot;This object identifies a CSS style in a unique way.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;StyleSheetOrigin&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;user&quot;, &quot;user-agent&quot;, &quot;inspector&quot;, &quot;regular&quot;],
+            &quot;description&quot;: &quot;Stylesheet type: \&quot;user\&quot; for user stylesheets, \&quot;user-agent\&quot; for user-agent stylesheets, \&quot;inspector\&quot; for stylesheets created by the inspector (i.e. those holding the \&quot;via inspector\&quot; rules), \&quot;regular\&quot; for regular stylesheets.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSRuleId&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot;, &quot;description&quot;: &quot;Enclosing stylesheet identifier.&quot; },
+                { &quot;name&quot;: &quot;ordinal&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The rule ordinal within the stylesheet.&quot; }
+            ],
+            &quot;description&quot;: &quot;This object identifies a CSS rule in a unique way.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;PseudoIdMatches&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;pseudoId&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Pseudo style identifier (see &lt;code&gt;enum PseudoId&lt;/code&gt; in &lt;code&gt;RenderStyleConstants.h&lt;/code&gt;).&quot;},
+                { &quot;name&quot;: &quot;matches&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;RuleMatch&quot; }, &quot;description&quot;: &quot;Matches of CSS rules applicable to the pseudo style.&quot;}
+            ],
+            &quot;description&quot;: &quot;CSS rule collection for a single pseudo style.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;InheritedStyleEntry&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;inlineStyle&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The ancestor node's inline style, if any, in the style inheritance chain.&quot; },
+                { &quot;name&quot;: &quot;matchedCSSRules&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;RuleMatch&quot; }, &quot;description&quot;: &quot;Matches of CSS rules matching the ancestor node in the style inheritance chain.&quot; }
+            ],
+            &quot;description&quot;: &quot;CSS rule collection for a single pseudo style.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;RuleMatch&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;rule&quot;, &quot;$ref&quot;: &quot;CSSRule&quot;, &quot;description&quot;: &quot;CSS rule in the match.&quot; },
+                { &quot;name&quot;: &quot;matchingSelectors&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;integer&quot; }, &quot;description&quot;: &quot;Matching selector indices in the rule's selectorList selectors (0-based).&quot; }
+            ],
+            &quot;description&quot;: &quot;Match data for a CSS rule.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;SelectorList&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;selectors&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Selectors in the list.&quot; },
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Rule selector text.&quot; },
+                { &quot;name&quot;: &quot;range&quot;, &quot;$ref&quot;: &quot;SourceRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Rule selector range in the underlying resource (if available).&quot; }
+            ],
+            &quot;description&quot;: &quot;Selector list data.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSStyleAttribute&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;DOM attribute name (e.g. \&quot;width\&quot;).&quot;},
+                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;CSS style generated by the respective DOM attribute.&quot;}
+            ],
+            &quot;description&quot;: &quot;CSS style information for a DOM style attribute.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSStyleSheetHeader&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot;, &quot;description&quot;: &quot;The stylesheet identifier.&quot;},
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Owner frame identifier.&quot;},
+                { &quot;name&quot;: &quot;sourceURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Stylesheet resource URL.&quot;},
+                { &quot;name&quot;: &quot;origin&quot;, &quot;$ref&quot;: &quot;StyleSheetOrigin&quot;, &quot;description&quot;: &quot;Stylesheet origin.&quot;},
+                { &quot;name&quot;: &quot;title&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Stylesheet title.&quot;},
+                { &quot;name&quot;: &quot;disabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Denotes whether the stylesheet is disabled.&quot;}
+            ],
+            &quot;description&quot;: &quot;CSS stylesheet metainformation.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSStyleSheetBody&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot;, &quot;description&quot;: &quot;The stylesheet identifier.&quot;},
+                { &quot;name&quot;: &quot;rules&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSRule&quot; }, &quot;description&quot;: &quot;Stylesheet resource URL.&quot;},
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Stylesheet resource contents (if available).&quot;}
+            ],
+            &quot;description&quot;: &quot;CSS stylesheet contents.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSRule&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;ruleId&quot;, &quot;$ref&quot;: &quot;CSSRuleId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The CSS rule identifier (absent for user agent stylesheet and user-specified stylesheet rules).&quot;},
+                { &quot;name&quot;: &quot;selectorList&quot;, &quot;$ref&quot;: &quot;SelectorList&quot;, &quot;description&quot;: &quot;Rule selector data.&quot; },
+                { &quot;name&quot;: &quot;sourceURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Parent stylesheet resource URL (for regular rules).&quot;},
+                { &quot;name&quot;: &quot;sourceLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Line ordinal of the rule selector start character in the resource.&quot;},
+                { &quot;name&quot;: &quot;origin&quot;, &quot;$ref&quot;: &quot;StyleSheetOrigin&quot;, &quot;description&quot;: &quot;Parent stylesheet's origin.&quot;},
+                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;Associated style declaration.&quot; },
+                { &quot;name&quot;: &quot;media&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSMedia&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Media list array (for rules involving media queries). The array enumerates media queries starting with the innermost one, going outwards.&quot; }
+            ],
+            &quot;description&quot;: &quot;CSS rule representation.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;SourceRange&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;startLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Start line of range.&quot; },
+                { &quot;name&quot;: &quot;startColumn&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Start column of range (inclusive).&quot; },
+                { &quot;name&quot;: &quot;endLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;End line of range&quot; },
+                { &quot;name&quot;: &quot;endColumn&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;End column of range (exclusive).&quot; }
+            ],
+            &quot;description&quot;: &quot;Text range within a resource.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;ShorthandEntry&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Shorthand name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Shorthand value.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CSSPropertyInfo&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Property name.&quot; },
+                { &quot;name&quot;: &quot;longhands&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Longhand property names.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CSSComputedStyleProperty&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed style property name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed style property value.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CSSStyle&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;styleId&quot;, &quot;$ref&quot;: &quot;CSSStyleId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The CSS style identifier (absent for attribute styles).&quot; },
+                { &quot;name&quot;: &quot;cssProperties&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSProperty&quot; }, &quot;description&quot;: &quot;CSS properties in the style.&quot; },
+                { &quot;name&quot;: &quot;shorthandEntries&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ShorthandEntry&quot; }, &quot;description&quot;: &quot;Computed values for all shorthands found in the style.&quot; },
+                { &quot;name&quot;: &quot;cssText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Style declaration text (if available).&quot; },
+                { &quot;name&quot;: &quot;range&quot;, &quot;$ref&quot;: &quot;SourceRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Style declaration range in the enclosing stylesheet (if available).&quot; },
+                { &quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The effective \&quot;width\&quot; property value from this style.&quot; },
+                { &quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The effective \&quot;height\&quot; property value from this style.&quot; }
+            ],
+            &quot;description&quot;: &quot;CSS style representation.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSProperty&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The property name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The property value.&quot; },
+                { &quot;name&quot;: &quot;priority&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The property priority (implies \&quot;\&quot; if absent).&quot; },
+                { &quot;name&quot;: &quot;implicit&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the property is implicit (implies &lt;code&gt;false&lt;/code&gt; if absent).&quot; },
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The full property text as specified in the style.&quot; },
+                { &quot;name&quot;: &quot;parsedOk&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the property is understood by the browser (implies &lt;code&gt;true&lt;/code&gt; if absent).&quot; },
+                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;active&quot;, &quot;inactive&quot;, &quot;disabled&quot;, &quot;style&quot;], &quot;optional&quot;: true, &quot;description&quot;: &quot;The property status: \&quot;active\&quot; if the property is effective in the style, \&quot;inactive\&quot; if the property is overridden by a same-named property in this style later on, \&quot;disabled\&quot; if the property is disabled by the user, \&quot;style\&quot; (implied if absent) if the property is reported by the browser rather than by the CSS source parser.&quot; },
+                { &quot;name&quot;: &quot;range&quot;, &quot;$ref&quot;: &quot;SourceRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The entire property range in the enclosing style declaration (if available).&quot; }
+            ],
+            &quot;description&quot;: &quot;CSS style effective visual dimensions and source offsets.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CSSMedia&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Media query text.&quot; },
+                { &quot;name&quot;: &quot;source&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;mediaRule&quot;, &quot;importRule&quot;, &quot;linkedSheet&quot;, &quot;inlineSheet&quot;], &quot;description&quot;: &quot;Source of the media query: \&quot;mediaRule\&quot; if specified by a @media rule, \&quot;importRule\&quot; if specified by an @import rule, \&quot;linkedSheet\&quot; if specified by a \&quot;media\&quot; attribute in a linked stylesheet's LINK tag, \&quot;inlineSheet\&quot; if specified by a \&quot;media\&quot; attribute in an inline stylesheet's STYLE tag.&quot; },
+                { &quot;name&quot;: &quot;sourceURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of the document containing the media query description.&quot; },
+                { &quot;name&quot;: &quot;sourceLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Line in the document containing the media query (not defined for the \&quot;stylesheet\&quot; source).&quot; }
+            ],
+            &quot;description&quot;: &quot;CSS media query descriptor.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Region&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;regionOverset&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;overset&quot;, &quot;fit&quot;, &quot;empty&quot;], &quot;description&quot;: &quot;The \&quot;overset\&quot; attribute of a Named Flow.&quot; },
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The corresponding DOM node id.&quot; }
+            ],
+            &quot;description&quot;: &quot;This object represents a region that flows from a Named Flow.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;NamedFlow&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Named Flow identifier.&quot; },
+                { &quot;name&quot;: &quot;overset&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;The \&quot;overset\&quot; attribute of a Named Flow.&quot; },
+                { &quot;name&quot;: &quot;content&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;DOM.NodeId&quot; }, &quot;description&quot;: &quot;An array of nodes that flow into the Named Flow.&quot; },
+                { &quot;name&quot;: &quot;regions&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Region&quot; }, &quot;description&quot;: &quot;An array of regions associated with the Named Flow.&quot; }
+            ],
+            &quot;description&quot;: &quot;This object represents a Named Flow.&quot;
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables the CSS agent for the given page. Clients should not assume that the CSS agent has been enabled until the result of this command is received.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables the CSS agent for the given page.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getMatchedStylesForNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot; },
+                { &quot;name&quot;: &quot;includePseudo&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether to include pseudo styles (default: true).&quot; },
+                { &quot;name&quot;: &quot;includeInherited&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether to include inherited styles (default: true).&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;matchedCSSRules&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;RuleMatch&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;CSS rules matching this node, from all applicable stylesheets.&quot; },
+                { &quot;name&quot;: &quot;pseudoElements&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;PseudoIdMatches&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Pseudo style matches for this node.&quot; },
+                { &quot;name&quot;: &quot;inherited&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;InheritedStyleEntry&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;A chain of inherited styles (from the immediate node parent up to the DOM tree root).&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns requested styles for a DOM node identified by &lt;code&gt;nodeId&lt;/code&gt;.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getInlineStylesForNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;inlineStyle&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Inline style for the specified DOM node.&quot; },
+                { &quot;name&quot;: &quot;attributesStyle&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Attribute-defined element style (e.g. resulting from \&quot;width=20 height=100%\&quot;).&quot;}
+            ],
+            &quot;description&quot;: &quot;Returns the styles defined inline (explicitly in the \&quot;style\&quot; attribute and implicitly, using DOM attributes) for a DOM node identified by &lt;code&gt;nodeId&lt;/code&gt;.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getComputedStyleForNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;computedStyle&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSComputedStyleProperty&quot; }, &quot;description&quot;: &quot;Computed style for the specified DOM node.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns the computed style for a DOM node identified by &lt;code&gt;nodeId&lt;/code&gt;.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getAllStyleSheets&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;headers&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSStyleSheetHeader&quot; }, &quot;description&quot;: &quot;Descriptor entries for all available stylesheets.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns metainfo entries for all known stylesheets.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getStyleSheet&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;styleSheet&quot;, &quot;$ref&quot;: &quot;CSSStyleSheetBody&quot;, &quot;description&quot;: &quot;Stylesheet contents for the specified &lt;code&gt;styleSheetId&lt;/code&gt;.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns stylesheet data for the specified &lt;code&gt;styleSheetId&lt;/code&gt;.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getStyleSheetText&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The stylesheet text.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns the current textual content and the URL for a stylesheet.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setStyleSheetText&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot; },
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets the new stylesheet text, thereby invalidating all existing &lt;code&gt;CSSStyleId&lt;/code&gt;'s and &lt;code&gt;CSSRuleId&lt;/code&gt;'s contained by this stylesheet.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setStyleText&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleId&quot;, &quot;$ref&quot;: &quot;CSSStyleId&quot; },
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;The resulting style after the text modification.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets the new &lt;code&gt;text&lt;/code&gt; for the respective style.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setPropertyText&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleId&quot;, &quot;$ref&quot;: &quot;CSSStyleId&quot; },
+                { &quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;integer&quot; },
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot; },
+                { &quot;name&quot;: &quot;overwrite&quot;, &quot;type&quot;: &quot;boolean&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;The resulting style after the property text modification.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets the new &lt;code&gt;text&lt;/code&gt; for a property in the respective style, at offset &lt;code&gt;propertyIndex&lt;/code&gt;. If &lt;code&gt;overwrite&lt;/code&gt; is &lt;code&gt;true&lt;/code&gt;, a property at the given offset is overwritten, otherwise inserted. &lt;code&gt;text&lt;/code&gt; entirely replaces the property &lt;code&gt;name: value&lt;/code&gt;.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;toggleProperty&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleId&quot;, &quot;$ref&quot;: &quot;CSSStyleId&quot; },
+                { &quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;integer&quot; },
+                { &quot;name&quot;: &quot;disable&quot;, &quot;type&quot;: &quot;boolean&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;The resulting style after the property toggling.&quot; }
+            ],
+            &quot;description&quot;: &quot;Toggles the property in the respective style, at offset &lt;code&gt;propertyIndex&lt;/code&gt;. The &lt;code&gt;disable&lt;/code&gt; parameter denotes whether the property should be disabled (i.e. removed from the style declaration). If &lt;code&gt;disable == false&lt;/code&gt;, the property gets put back into its original place in the style declaration.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setRuleSelector&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;ruleId&quot;, &quot;$ref&quot;: &quot;CSSRuleId&quot; },
+                { &quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;rule&quot;, &quot;$ref&quot;: &quot;CSSRule&quot;, &quot;description&quot;: &quot;The resulting rule after the selector modification.&quot; }
+            ],
+            &quot;description&quot;: &quot;Modifies the rule selector.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;addRule&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;contextNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot; },
+                { &quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;rule&quot;, &quot;$ref&quot;: &quot;CSSRule&quot;, &quot;description&quot;: &quot;The newly created rule.&quot; }
+            ],
+            &quot;description&quot;: &quot;Creates a new empty rule with the given &lt;code&gt;selector&lt;/code&gt; in a special \&quot;inspector\&quot; stylesheet in the owner document of the context node.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getSupportedCSSProperties&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;cssProperties&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSPropertyInfo&quot; }, &quot;description&quot;: &quot;Supported property metainfo.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns all supported CSS property names.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;forcePseudoState&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The element id for which to force the pseudo state.&quot; },
+                { &quot;name&quot;: &quot;forcedPseudoClasses&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;active&quot;, &quot;focus&quot;, &quot;hover&quot;, &quot;visited&quot;] }, &quot;description&quot;: &quot;Element pseudo classes to force when computing the element's style.&quot; }
+            ],
+            &quot;description&quot;: &quot;Ensures that the given node will have specified pseudo-classes whenever its style is computed by the browser.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getNamedFlowCollection&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id for which to get the Named Flow Collection.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;namedFlows&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NamedFlow&quot; }, &quot;description&quot;: &quot;An array containing the Named Flows in the document.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns the Named Flows from the document.&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;mediaQueryResultChanged&quot;,
+            &quot;description&quot;: &quot;Fires whenever a MediaQuery result changes (for example, after a browser window has been resized.) The current implementation considers only viewport-dependent media features.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;styleSheetChanged&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired whenever a stylesheet is changed as a result of the client operation.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;namedFlowCreated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;namedFlow&quot;, &quot;$ref&quot;: &quot;NamedFlow&quot;, &quot;description&quot;: &quot;The new Named Flow.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fires when a Named Flow is created.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;namedFlowRemoved&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id.&quot; },
+                { &quot;name&quot;: &quot;flowName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Identifier of the removed Named Flow.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fires when a Named Flow is removed: has no associated content nodes and regions.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;regionOversetChanged&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;namedFlow&quot;, &quot;$ref&quot;: &quot;NamedFlow&quot;, &quot;description&quot;: &quot;The Named Flow containing the regions whose regionOverset values changed.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fires if any of the regionOverset values changed in a Named Flow's region chain.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;registeredNamedFlowContentElement&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id.&quot; },
+                { &quot;name&quot;: &quot;flowName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Named Flow identifier for which the new content element was registered.&quot; },
+                { &quot;name&quot;: &quot;contentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The node id of the registered content node.&quot; },
+                { &quot;name&quot;: &quot;nextContentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The node id of the element following the registered content node.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fires when a Named Flow's has been registered with a new content node.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;unregisteredNamedFlowContentElement&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id.&quot; },
+                { &quot;name&quot;: &quot;flowName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Named Flow identifier for which the new content element was unregistered.&quot; },
+                { &quot;name&quot;: &quot;contentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The node id of the unregistered content node.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fires when a Named Flow's has been registered with a new content node.&quot;
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;DOM&quot;,
+    &quot;description&quot;: &quot;This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object that has an &lt;code&gt;id&lt;/code&gt;. This &lt;code&gt;id&lt;/code&gt; can be used to get additional information on the Node, resolve it into the JavaScript object wrapper, etc. It is important that client receives DOM events only for the nodes that are known to the client. Backend keeps track of the nodes that were sent to the client and never sends the same node twice. It is client's responsibility to collect information about the nodes that were sent to the client.&lt;p&gt;Note that &lt;code&gt;iframe&lt;/code&gt; owner elements will return corresponding document elements as their child nodes.&lt;/p&gt;&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;NodeId&quot;,
+            &quot;type&quot;: &quot;integer&quot;,
+            &quot;description&quot;: &quot;Unique DOM node identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;BackendNodeId&quot;,
+            &quot;type&quot;: &quot;integer&quot;,
+            &quot;description&quot;: &quot;Unique DOM node identifier used to reference a node that may not have been pushed to the front-end.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;LiveRegionRelevant&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;additions&quot;, &quot;removals&quot;, &quot;text&quot;],
+            &quot;description&quot;: &quot;Token values of @aria-relevant attribute.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Node&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Node identifier that is passed into the rest of the DOM messages as the &lt;code&gt;nodeId&lt;/code&gt;. Backend will only push node with given &lt;code&gt;id&lt;/code&gt; once. It is aware of all requested nodes and will only fire DOM events for nodes known to the client.&quot; },
+                { &quot;name&quot;: &quot;nodeType&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;&lt;code&gt;Node&lt;/code&gt;'s nodeType.&quot; },
+                { &quot;name&quot;: &quot;nodeName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;&lt;code&gt;Node&lt;/code&gt;'s nodeName.&quot; },
+                { &quot;name&quot;: &quot;localName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;&lt;code&gt;Node&lt;/code&gt;'s localName.&quot; },
+                { &quot;name&quot;: &quot;nodeValue&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;&lt;code&gt;Node&lt;/code&gt;'s nodeValue.&quot; },
+                { &quot;name&quot;: &quot;childNodeCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Child count for &lt;code&gt;Container&lt;/code&gt; nodes.&quot; },
+                { &quot;name&quot;: &quot;children&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;Node&quot; }, &quot;description&quot;: &quot;Child nodes of this node when requested with children.&quot; },
+                { &quot;name&quot;: &quot;attributes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Attributes of the &lt;code&gt;Element&lt;/code&gt; node in the form of flat array &lt;code&gt;[name1, value1, name2, value2]&lt;/code&gt;.&quot; },
+                { &quot;name&quot;: &quot;documentURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Document URL that &lt;code&gt;Document&lt;/code&gt; or &lt;code&gt;FrameOwner&lt;/code&gt; node points to.&quot; },
+                { &quot;name&quot;: &quot;baseURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Base URL that &lt;code&gt;Document&lt;/code&gt; or &lt;code&gt;FrameOwner&lt;/code&gt; node uses for URL completion.&quot; },
+                { &quot;name&quot;: &quot;publicId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DocumentType&lt;/code&gt;'s publicId.&quot; },
+                { &quot;name&quot;: &quot;systemId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DocumentType&lt;/code&gt;'s systemId.&quot; },
+                { &quot;name&quot;: &quot;internalSubset&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DocumentType&lt;/code&gt;'s internalSubset.&quot; },
+                { &quot;name&quot;: &quot;xmlVersion&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;Document&lt;/code&gt;'s XML version in case of XML documents.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;Attr&lt;/code&gt;'s name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;Attr&lt;/code&gt;'s value.&quot; },
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Frame ID for frame owner elements.&quot; },
+                { &quot;name&quot;: &quot;contentDocument&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Content document for frame owner elements.&quot; },
+                { &quot;name&quot;: &quot;shadowRoots&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;Node&quot; }, &quot;description&quot;: &quot;Shadow root list for given element host.&quot; },
+                { &quot;name&quot;: &quot;templateContent&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Content document fragment for template elements&quot; },
+                { &quot;name&quot;: &quot;role&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Computed value for first recognized role token, default role per element, or overridden role.&quot; }
+            ],
+            &quot;description&quot;: &quot;DOM interaction is implemented in terms of mirror objects that represent the actual DOM nodes. DOMNode is a base node mirror type.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;EventListener&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;&lt;code&gt;EventListener&lt;/code&gt;'s type.&quot; },
+                { &quot;name&quot;: &quot;useCapture&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;&lt;code&gt;EventListener&lt;/code&gt;'s useCapture.&quot; },
+                { &quot;name&quot;: &quot;isAttribute&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;&lt;code&gt;EventListener&lt;/code&gt;'s isAttribute.&quot; },
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Target &lt;code&gt;DOMNode&lt;/code&gt; id.&quot; },
+                { &quot;name&quot;: &quot;handlerBody&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Event handler function body.&quot; },
+                { &quot;name&quot;: &quot;location&quot;, &quot;$ref&quot;: &quot;Debugger.Location&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Handler code location.&quot; },
+                { &quot;name&quot;: &quot;sourceName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Source script URL.&quot; },
+                { &quot;name&quot;: &quot;handler&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Event handler function value.&quot; }
+            ],
+            &quot;description&quot;: &quot;A structure holding event listener properties.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;AccessibilityProperties&quot;,
+            &quot;description&quot;: &quot;A structure holding accessibility properties.&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;activeDescendantNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DOMNode&lt;/code&gt; id of the accessibility object referenced by aria-activedescendant.&quot; },
+                { &quot;name&quot;: &quot;busy&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Value of @aria-busy on current or ancestor node.&quot; },
+                { &quot;name&quot;: &quot;checked&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;true&quot;, &quot;false&quot;, &quot;mixed&quot;], &quot;description&quot;: &quot;Checked state of certain form controls.&quot; },
+                { &quot;name&quot;: &quot;childNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of the accessibility tree children if available.&quot; },
+                { &quot;name&quot;: &quot;controlledNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of any nodes referenced via @aria-controls.&quot; },
+                { &quot;name&quot;: &quot;disabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Disabled state of form controls.&quot; },
+                { &quot;name&quot;: &quot;exists&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Indicates whether there is an existing AX object for the DOM node. If this is false, all the other properties will be default values.&quot; },
+                { &quot;name&quot;: &quot;expanded&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Expanded state.&quot; },
+                { &quot;name&quot;: &quot;flowedNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of any nodes referenced via @aria-flowto.&quot; },
+                { &quot;name&quot;: &quot;focused&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Focused state. Only defined on focusable elements.&quot; },
+                { &quot;name&quot;: &quot;ignored&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the accessibility of the associated AX object node is ignored, whether heuristically or explicitly.&quot; },
+                { &quot;name&quot;: &quot;ignoredByDefault&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;State indicating whether the accessibility of the associated AX object node is ignored by default for node type.&quot; },
+                { &quot;name&quot;: &quot;invalid&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;true&quot;, &quot;false&quot;, &quot;grammar&quot;, &quot;spelling&quot;], &quot;description&quot;: &quot;Invalid status of form controls.&quot; },
+                { &quot;name&quot;: &quot;hidden&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Hidden state. True if node or an ancestor is hidden via CSS or explicit @aria-hidden, to clarify why the element is ignored.&quot; },
+                { &quot;name&quot;: &quot;label&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed label value for the node, sometimes calculated by referencing other nodes.&quot; },
+                { &quot;name&quot;: &quot;liveRegionAtomic&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Value of @aria-atomic.&quot; },
+                { &quot;name&quot;: &quot;liveRegionRelevant&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Token value(s) of element's @aria-relevant attribute. Array of string values matching $ref LiveRegionRelevant. FIXME: Enum values blocked by http://webkit.org/b/133711&quot; },
+                { &quot;name&quot;: &quot;liveRegionStatus&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;assertive&quot;, &quot;polite&quot;, &quot;off&quot;], &quot;description&quot;: &quot;Value of element's @aria-live attribute.&quot; },
+                { &quot;name&quot;: &quot;mouseEventNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DOMNode&lt;/code&gt; id of node or closest ancestor node that has a mousedown, mouseup, or click event handler.&quot; },
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Target &lt;code&gt;DOMNode&lt;/code&gt; id.&quot; },
+                { &quot;name&quot;: &quot;ownedNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of any nodes referenced via @aria-owns.&quot; },
+                { &quot;name&quot;: &quot;parentNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DOMNode&lt;/code&gt; id of the accessibility tree parent object if available.&quot; },
+                { &quot;name&quot;: &quot;pressed&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Pressed state for toggle buttons.&quot; },
+                { &quot;name&quot;: &quot;readonly&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Readonly state of text controls.&quot; },
+                { &quot;name&quot;: &quot;required&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Required state of form controls.&quot; },
+                { &quot;name&quot;: &quot;role&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed value for first recognized role token, default role per element, or overridden role.&quot; },
+                { &quot;name&quot;: &quot;selected&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Selected state of certain form controls.&quot; },
+                { &quot;name&quot;: &quot;selectedChildNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of any children marked as selected.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;RGBA&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;r&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The red component, in the [0-255] range.&quot; },
+                { &quot;name&quot;: &quot;g&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The green component, in the [0-255] range.&quot; },
+                { &quot;name&quot;: &quot;b&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The blue component, in the [0-255] range.&quot; },
+                { &quot;name&quot;: &quot;a&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The alpha component, in the [0-1] range (default: 1).&quot; }
+            ],
+            &quot;description&quot;: &quot;A structure holding an RGBA color.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Quad&quot;,
+            &quot;type&quot;: &quot;array&quot;,
+            &quot;items&quot;: { &quot;type&quot;: &quot;number&quot; },
+            &quot;minItems&quot;: 8,
+            &quot;maxItems&quot;: 8,
+            &quot;description&quot;: &quot;An array of quad vertices, x immediately followed by y for each point, points clock-wise.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;HighlightConfig&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;showInfo&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the node info tooltip should be shown (default: false).&quot; },
+                { &quot;name&quot;: &quot;contentColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The content box highlight fill color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;paddingColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The padding highlight fill color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;borderColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The border highlight fill color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;marginColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The margin highlight fill color (default: transparent).&quot; }
+            ],
+            &quot;description&quot;: &quot;Configuration data for the highlighting of page elements.&quot;
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;getDocument&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;root&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;description&quot;: &quot;Resulting node.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns the root DOM node to the caller.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;requestChildNodes&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to get children for.&quot; },
+                { &quot;name&quot;: &quot;depth&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The maximum depth at which children should be retrieved, defaults to 1. Use -1 for the entire subtree or provide an integer larger than 0.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests that children of the node with given id are returned to the caller in form of &lt;code&gt;setChildNodes&lt;/code&gt; events where not only immediate children are retrieved, but all children down to the specified depth.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;querySelector&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to query upon.&quot; },
+                { &quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Selector string.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Query selector result.&quot; }
+            ],
+            &quot;description&quot;: &quot;Executes &lt;code&gt;querySelector&lt;/code&gt; on a given node.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;querySelectorAll&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to query upon.&quot; },
+                { &quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Selector string.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;description&quot;: &quot;Query selector result.&quot; }
+            ],
+            &quot;description&quot;: &quot;Executes &lt;code&gt;querySelectorAll&lt;/code&gt; on a given node.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setNodeName&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to set name for.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;New node's name.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;New node's id.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets node name for a node with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setNodeValue&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to set value for.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;New node's value.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets node value for a node with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;removeNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to remove.&quot; }
+            ],
+            &quot;description&quot;: &quot;Removes node with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setAttributeValue&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the element to set attribute for.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Attribute name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Attribute value.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets attribute for an element with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setAttributesAsText&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the element to set attributes for.&quot; },
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Text with a number of attributes. Will parse this text using HTML parser.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Attribute name to replace with new attributes derived from text in case text parsed successfully.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets attributes on element with given id. This method is useful when user edits some existing attribute value and types in several attribute name/value pairs.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;removeAttribute&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the element to remove attribute from.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Name of the attribute to remove.&quot; }
+            ],
+            &quot;description&quot;: &quot;Removes attribute with given name from an element with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getEventListenersForNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to get listeners for.&quot; },
+                { &quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Symbolic group name for handler value. Handler value is not returned without this parameter specified.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;listeners&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;EventListener&quot;}, &quot;description&quot;: &quot;Array of relevant listeners.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns event listeners relevant to the node.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getAccessibilityPropertiesForNode&quot;,
+            &quot;description&quot;: &quot;Returns a dictionary of accessibility properties for the node.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node for which to get accessibility properties.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;properties&quot;, &quot;$ref&quot;: &quot;AccessibilityProperties&quot;, &quot;description&quot;: &quot;Dictionary of relevant accessibility properties.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;getOuterHTML&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to get markup for.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;outerHTML&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Outer HTML markup.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns node's HTML markup.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setOuterHTML&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to set markup for.&quot; },
+                { &quot;name&quot;: &quot;outerHTML&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Outer HTML markup to set.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets node HTML markup, returns new node id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;performSearch&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Plain text or query selector or XPath search query.&quot; },
+                { &quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Ids of nodes to use as starting points for the search.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Unique search session identifier.&quot; },
+                { &quot;name&quot;: &quot;resultCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Number of search results.&quot; }
+            ],
+            &quot;description&quot;: &quot;Searches for a given string in the DOM tree. Use &lt;code&gt;getSearchResults&lt;/code&gt; to access search results or &lt;code&gt;cancelSearch&lt;/code&gt; to end this search session.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getSearchResults&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Unique search session identifier.&quot; },
+                { &quot;name&quot;: &quot;fromIndex&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Start index of the search result to be returned.&quot; },
+                { &quot;name&quot;: &quot;toIndex&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;End index of the search result to be returned.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;description&quot;: &quot;Ids of the search result nodes.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns search results from given &lt;code&gt;fromIndex&lt;/code&gt; to given &lt;code&gt;toIndex&lt;/code&gt; from the sarch with the given identifier.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;discardSearchResults&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Unique search session identifier.&quot; }
+            ],
+            &quot;description&quot;: &quot;Discards search results from the session with the given id. &lt;code&gt;getSearchResults&lt;/code&gt; should no longer be called for that search.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;requestNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObjectId&quot;, &quot;description&quot;: &quot;JavaScript object id to convert into node.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Node id for given object.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests that the node is sent to the caller given the JavaScript node object reference. All nodes that form the path from the node to the root are also sent to the client as a series of &lt;code&gt;setChildNodes&lt;/code&gt; notifications.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setInspectModeEnabled&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True to enable inspection mode, false to disable it.&quot; },
+                { &quot;name&quot;: &quot;highlightConfig&quot;, &quot;$ref&quot;: &quot;HighlightConfig&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;A descriptor for the highlight appearance of hovered-over nodes. May be omitted if &lt;code&gt;enabled == false&lt;/code&gt;.&quot; }
+            ],
+            &quot;description&quot;: &quot;Enters the 'inspect' mode. In this mode, elements that user is hovering over are highlighted. Backend then generates 'inspect' command upon element selection.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;highlightRect&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;X coordinate&quot; },
+                { &quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Y coordinate&quot; },
+                { &quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Rectangle width&quot; },
+                { &quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Rectangle height&quot; },
+                { &quot;name&quot;: &quot;color&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The highlight fill color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;outlineColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The highlight outline color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the provided parameters are in page coordinates or in viewport coordinates (the default).&quot; }
+            ],
+            &quot;description&quot;: &quot;Highlights given rectangle. Coordinates are absolute with respect to the main frame viewport.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;highlightQuad&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;quad&quot;, &quot;$ref&quot;: &quot;Quad&quot;, &quot;description&quot;: &quot;Quad to highlight&quot; },
+                { &quot;name&quot;: &quot;color&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The highlight fill color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;outlineColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The highlight outline color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the provided parameters are in page coordinates or in viewport coordinates (the default).&quot; }
+            ],
+            &quot;description&quot;: &quot;Highlights given quad. Coordinates are absolute with respect to the main frame viewport.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;highlightNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;highlightConfig&quot;, &quot;$ref&quot;: &quot;HighlightConfig&quot;, &quot;description&quot;: &quot;A descriptor for the highlight appearance.&quot; },
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Identifier of the node to highlight.&quot; },
+                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObjectId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;JavaScript object id of the node to be highlighted.&quot; }
+            ],
+            &quot;description&quot;: &quot;Highlights DOM node with given id or with the given JavaScript object wrapper. Either nodeId or objectId must be specified.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;hideHighlight&quot;,
+            &quot;description&quot;: &quot;Hides DOM node highlight.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;highlightFrame&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Identifier of the frame to highlight.&quot; },
+                { &quot;name&quot;: &quot;contentColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The content box highlight fill color (default: transparent).&quot; },
+                { &quot;name&quot;: &quot;contentOutlineColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The content box highlight outline color (default: transparent).&quot; }
+            ],
+            &quot;description&quot;: &quot;Highlights owner element of the frame with given id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;pushNodeByPathToFrontend&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;path&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Path to node in the proprietary format.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node for given path.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests that the node is sent to the caller given its path. // FIXME, use XPath&quot;
+        },
+        {
+            &quot;name&quot;: &quot;pushNodeByBackendIdToFrontend&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;backendNodeId&quot;, &quot;$ref&quot;: &quot;BackendNodeId&quot;, &quot;description&quot;: &quot;The backend node id of the node.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;The pushed node's id.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests that the node is sent to the caller given its backend node id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;releaseBackendNodeIds&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The backend node ids group name.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests that group of &lt;code&gt;BackendNodeIds&lt;/code&gt; is released.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;resolveNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to resolve.&quot; },
+                { &quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Symbolic group name that can be used to release multiple objects.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;object&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;JavaScript object wrapper for given node.&quot; }
+            ],
+            &quot;description&quot;: &quot;Resolves JavaScript node object for given node id.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getAttributes&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to retrieve attibutes for.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;attributes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;An interleaved array of node attribute names and values.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns attributes for the specified node.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;moveTo&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to drop.&quot; },
+                { &quot;name&quot;: &quot;targetNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the element to drop into.&quot; },
+                { &quot;name&quot;: &quot;insertBeforeNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Drop node before given one.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;New id of the moved node.&quot; }
+            ],
+            &quot;description&quot;: &quot;Moves node into the new container, places it before the given anchor.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;undo&quot;,
+            &quot;description&quot;: &quot;Undoes the last performed action.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;redo&quot;,
+            &quot;description&quot;: &quot;Re-does the last undone action.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;markUndoableState&quot;,
+            &quot;description&quot;: &quot;Marks last undoable state.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;focus&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to focus.&quot; }
+            ],
+            &quot;description&quot;: &quot;Focuses the given element.&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;documentUpdated&quot;,
+            &quot;description&quot;: &quot;Fired when &lt;code&gt;Document&lt;/code&gt; has been totally updated. Node ids are no longer valid.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setChildNodes&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;parentId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Parent node id to populate with children.&quot; },
+                { &quot;name&quot;: &quot;nodes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Node&quot;}, &quot;description&quot;: &quot;Child nodes array.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;attributeModified&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Attribute name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Attribute value.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when &lt;code&gt;Element&lt;/code&gt;'s attribute is modified.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;attributeRemoved&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;A ttribute name.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when &lt;code&gt;Element&lt;/code&gt;'s attribute is removed.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;inlineStyleInvalidated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;description&quot;: &quot;Ids of the nodes for which the inline styles have been invalidated.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when &lt;code&gt;Element&lt;/code&gt;'s inline style is modified via a CSS property modification.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;characterDataModified&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
+                { &quot;name&quot;: &quot;characterData&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;New text value.&quot; }
+            ],
+            &quot;description&quot;: &quot;Mirrors &lt;code&gt;DOMCharacterDataModified&lt;/code&gt; event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;childNodeCountUpdated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
+                { &quot;name&quot;: &quot;childNodeCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;New node count.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired when &lt;code&gt;Container&lt;/code&gt;'s child node count has changed.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;childNodeInserted&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;parentNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
+                { &quot;name&quot;: &quot;previousNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;If of the previous siblint.&quot; },
+                { &quot;name&quot;: &quot;node&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;description&quot;: &quot;Inserted node data.&quot; }
+            ],
+            &quot;description&quot;: &quot;Mirrors &lt;code&gt;DOMNodeInserted&lt;/code&gt; event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;childNodeRemoved&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;parentNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Parent id.&quot; },
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has been removed.&quot; }
+            ],
+            &quot;description&quot;: &quot;Mirrors &lt;code&gt;DOMNodeRemoved&lt;/code&gt; event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;shadowRootPushed&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;hostId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Host element id.&quot; },
+                { &quot;name&quot;: &quot;root&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;description&quot;: &quot;Shadow root.&quot; }
+            ],
+            &quot;description&quot;: &quot;Called when shadow root is pushed into the element.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;shadowRootPopped&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;hostId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Host element id.&quot; },
+                { &quot;name&quot;: &quot;rootId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Shadow root id.&quot; }
+            ],
+            &quot;description&quot;: &quot;Called when shadow root is popped from the element.&quot;
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;DOMDebugger&quot;,
+    &quot;description&quot;: &quot;DOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript execution will stop on these operations as if there was a regular breakpoint set.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;DOMBreakpointType&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;subtree-modified&quot;, &quot;attribute-modified&quot;, &quot;node-removed&quot;],
+            &quot;description&quot;: &quot;DOM breakpoint type.&quot;
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;setDOMBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;Identifier of the node to set breakpoint on.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;DOMBreakpointType&quot;, &quot;description&quot;: &quot;Type of the operation to stop upon.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets breakpoint on particular operation with DOM.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;removeDOMBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;Identifier of the node to remove breakpoint from.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;DOMBreakpointType&quot;, &quot;description&quot;: &quot;Type of the breakpoint to remove.&quot; }
+            ],
+            &quot;description&quot;: &quot;Removes DOM breakpoint that was set using &lt;code&gt;setDOMBreakpoint&lt;/code&gt;.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setEventListenerBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;DOM Event name to stop on (any DOM event will do).&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets breakpoint on particular DOM event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;removeEventListenerBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Event name.&quot; }
+            ],
+            &quot;description&quot;: &quot;Removes breakpoint on particular DOM event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setInstrumentationBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Instrumentation name to stop on.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets breakpoint on particular native event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;removeInstrumentationBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Instrumentation name to stop on.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets breakpoint on particular native event.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setXHRBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL substring. All XHRs having this substring in the URL will get stopped upon.&quot; }
+            ],
+            &quot;description&quot;: &quot;Sets breakpoint on XMLHttpRequest.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;removeXHRBreakpoint&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL substring.&quot; }
+            ],
+            &quot;description&quot;: &quot;Removes breakpoint from XMLHttpRequest.&quot;
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;DOMStorage&quot;,
+    &quot;description&quot;: &quot;Query and modify DOM storage.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;StorageId&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;DOM Storage identifier.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin for the storage.&quot; },
+                { &quot;name&quot;: &quot;isLocalStorage&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether the storage is local storage (not session storage).&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Item&quot;,
+            &quot;type&quot;: &quot;array&quot;,
+            &quot;description&quot;: &quot;DOM Storage item.&quot;,
+            &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables storage tracking, storage events will now be delivered to the client.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables storage tracking, prevents storage events from being sent to the client.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getDOMStorageItems&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;entries&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Item&quot; } }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setDOMStorageItem&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
+                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;removeDOMStorageItem&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
+                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; }
+            ]
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;domStorageItemsCleared&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;domStorageItemRemoved&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
+                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;domStorageItemAdded&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
+                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; },
+                { &quot;name&quot;: &quot;newValue&quot;, &quot;type&quot;: &quot;string&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;domStorageItemUpdated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
+                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; },
+                { &quot;name&quot;: &quot;oldValue&quot;, &quot;type&quot;: &quot;string&quot; },
+                { &quot;name&quot;: &quot;newValue&quot;, &quot;type&quot;: &quot;string&quot; }
+            ]
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;Database&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;DatabaseId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique identifier of Database object.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Database&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Database object.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;DatabaseId&quot;, &quot;description&quot;: &quot;Database ID.&quot; },
+                { &quot;name&quot;: &quot;domain&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database domain.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; },
+                { &quot;name&quot;: &quot;version&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database version.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Error&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Database error.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Error message.&quot; },
+                { &quot;name&quot;: &quot;code&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Error code.&quot; }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables database tracking, database events will now be delivered to the client.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables database tracking, prevents database events from being sent to the client.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getDatabaseTableNames&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;databaseId&quot;, &quot;$ref&quot;: &quot;DatabaseId&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;tableNames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; } }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;executeSQL&quot;,
+            &quot;async&quot;: true,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;databaseId&quot;, &quot;$ref&quot;: &quot;DatabaseId&quot; },
+                { &quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;columnNames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; } },
+                { &quot;name&quot;: &quot;values&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;any&quot; }},
+                { &quot;name&quot;: &quot;sqlError&quot;, &quot;$ref&quot;: &quot;Error&quot;, &quot;optional&quot;: true }
+            ]
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;addDatabase&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;database&quot;, &quot;$ref&quot;: &quot;Database&quot; }
+            ]
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;IndexedDB&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;DatabaseWithObjectStores&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Database with an array of object stores.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; },
+                { &quot;name&quot;: &quot;version&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Database version.&quot; },
+                { &quot;name&quot;: &quot;objectStores&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ObjectStore&quot; }, &quot;description&quot;: &quot;Object stores in this database.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;ObjectStore&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Object store.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Object store name.&quot; },
+                { &quot;name&quot;: &quot;keyPath&quot;, &quot;$ref&quot;: &quot;KeyPath&quot;, &quot;description&quot;: &quot;Object store key path.&quot; },
+                { &quot;name&quot;: &quot;autoIncrement&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, object store has auto increment flag set.&quot; },
+                { &quot;name&quot;: &quot;indexes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ObjectStoreIndex&quot; }, &quot;description&quot;: &quot;Indexes in this object store.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;ObjectStoreIndex&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Object store index.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Index name.&quot; },
+                { &quot;name&quot;: &quot;keyPath&quot;, &quot;$ref&quot;: &quot;KeyPath&quot;, &quot;description&quot;: &quot;Index key path.&quot; },
+                { &quot;name&quot;: &quot;unique&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, index is unique.&quot; },
+                { &quot;name&quot;: &quot;multiEntry&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, index allows multiple entries for a key.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Key&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Key.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;number&quot;, &quot;string&quot;, &quot;date&quot;, &quot;array&quot;], &quot;description&quot;: &quot;Key type.&quot; },
+                { &quot;name&quot;: &quot;number&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Number value.&quot; },
+                { &quot;name&quot;: &quot;string&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;String value.&quot; },
+                { &quot;name&quot;: &quot;date&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Date value.&quot; },
+                { &quot;name&quot;: &quot;array&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;Key&quot; }, &quot;description&quot;: &quot;Array value.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;KeyRange&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Key range.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;lower&quot;, &quot;$ref&quot;: &quot;Key&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Lower bound.&quot; },
+                { &quot;name&quot;: &quot;upper&quot;, &quot;$ref&quot;: &quot;Key&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Upper bound.&quot; },
+                { &quot;name&quot;: &quot;lowerOpen&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true lower bound is open.&quot; },
+                { &quot;name&quot;: &quot;upperOpen&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true upper bound is open.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;DataEntry&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Data entry.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;key&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Key.&quot; },
+                { &quot;name&quot;: &quot;primaryKey&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Primary key.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Value.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;KeyPath&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Key path.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;null&quot;, &quot;string&quot;, &quot;array&quot;], &quot;description&quot;: &quot;Key path type.&quot; },
+                { &quot;name&quot;: &quot;string&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;String value.&quot; },
+                { &quot;name&quot;: &quot;array&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Array value.&quot; }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables events from backend.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables events from backend.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;requestDatabaseNames&quot;,
+            &quot;async&quot;: true,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;databaseNames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Database names for origin.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests database names for given security origin.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;requestDatabase&quot;,
+            &quot;async&quot;: true,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin.&quot; },
+                { &quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;databaseWithObjectStores&quot;, &quot;$ref&quot;: &quot;DatabaseWithObjectStores&quot;, &quot;description&quot;: &quot;Database with an array of object stores.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests database with given name in given frame.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;requestData&quot;,
+            &quot;async&quot;: true,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin.&quot; },
+                { &quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; },
+                { &quot;name&quot;: &quot;objectStoreName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Object store name.&quot; },
+                { &quot;name&quot;: &quot;indexName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Index name, empty string for object store data requests.&quot; },
+                { &quot;name&quot;: &quot;skipCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Number of records to skip.&quot; },
+                { &quot;name&quot;: &quot;pageSize&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Number of records to fetch.&quot; },
+                { &quot;name&quot;: &quot;keyRange&quot;, &quot;$ref&quot;: &quot;KeyRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Key range.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;objectStoreDataEntries&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;DataEntry&quot; }, &quot;description&quot;: &quot;Array of object store data entries.&quot; },
+                { &quot;name&quot;: &quot;hasMore&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, there are more entries to fetch in the given range.&quot; }
+            ],
+            &quot;description&quot;: &quot;Requests data from object store or index.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;clearObjectStore&quot;,
+            &quot;async&quot;: true,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin.&quot; },
+                { &quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; },
+                { &quot;name&quot;: &quot;objectStoreName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Object store name.&quot; }
+            ],
+            &quot;returns&quot;: [
+            ],
+            &quot;description&quot;: &quot;Clears all entries from an object store.&quot;
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;LayerTree&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;LayerId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique RenderLayer identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;PseudoElementId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique PseudoElement identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;IntRect&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;A rectangle.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The x position.&quot; },
+                { &quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The y position.&quot; },
+                { &quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The width metric.&quot; },
+                { &quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The height metric.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Layer&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Information about a compositing layer.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;layerId&quot;, &quot;$ref&quot;: &quot;LayerId&quot;, &quot;description&quot;: &quot;The unique id for this layer.&quot; },
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The id for the node associated with this layer.&quot; },
+                { &quot;name&quot;: &quot;bounds&quot;, &quot;$ref&quot;: &quot;IntRect&quot;, &quot;description&quot;: &quot;Bounds of the layer in absolute page coordinates.&quot; },
+                { &quot;name&quot;: &quot;paintCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Indicates how many time this layer has painted.&quot; },
+                { &quot;name&quot;: &quot;memory&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Estimated memory used by this layer.&quot; },
+                { &quot;name&quot;: &quot;compositedBounds&quot;, &quot;$ref&quot;: &quot;IntRect&quot;, &quot;description&quot;: &quot;The bounds of the composited layer.&quot; },
+                { &quot;name&quot;: &quot;isInShadowTree&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether this layer is associated with an element hosted in a shadow tree.&quot; },
+                { &quot;name&quot;: &quot;isReflection&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether this layer was used to provide a reflection for the element.&quot; },
+                { &quot;name&quot;: &quot;isGeneratedContent&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the layer is attached to a pseudo element that is CSS generated content.&quot; },
+                { &quot;name&quot;: &quot;isAnonymous&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the layer was created for a CSS anonymous block or box.&quot; },
+                { &quot;name&quot;: &quot;pseudoElementId&quot;, &quot;$ref&quot;: &quot;PseudoElementId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The id for the pseudo element associated with this layer.&quot; },
+                { &quot;name&quot;: &quot;pseudoElement&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The name of the CSS pseudo-element that prompted the layer to be generated.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CompositingReasons&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;An object containing the reasons why the layer was composited as properties.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;transform3D&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a CSS 3D transform.&quot; },
+                { &quot;name&quot;: &quot;video&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with a &lt;video&gt; element.&quot; },
+                { &quot;name&quot;: &quot;canvas&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to the element being a &lt;canvas&gt; element.&quot; },
+                { &quot;name&quot;: &quot;plugin&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with a plugin.&quot; },
+                { &quot;name&quot;: &quot;iFrame&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an &lt;iframe&gt; element.&quot; },
+                { &quot;name&quot;: &quot;backfaceVisibilityHidden&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;backface-visibility: hidden\&quot; style.&quot; },
+                { &quot;name&quot;: &quot;clipsCompositingDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element clipping compositing descendants.&quot; },
+                { &quot;name&quot;: &quot;animation&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an animated element.&quot; },
+                { &quot;name&quot;: &quot;filters&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with CSS filters applied.&quot; },
+                { &quot;name&quot;: &quot;positionFixed&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;position: fixed\&quot; style.&quot; },
+                { &quot;name&quot;: &quot;positionSticky&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;position: sticky\&quot; style.&quot; },
+                { &quot;name&quot;: &quot;overflowScrollingTouch&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;overflow-scrolling: touch\&quot; style.&quot; },
+                { &quot;name&quot;: &quot;stacking&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element establishing a stacking context.&quot; },
+                { &quot;name&quot;: &quot;overlap&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element overlapping other composited elements.&quot; },
+                { &quot;name&quot;: &quot;negativeZIndexChildren&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with descendants that have a negative z-index.&quot; },
+                { &quot;name&quot;: &quot;transformWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with composited descendants.&quot; },
+                { &quot;name&quot;: &quot;opacityWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with opacity applied and composited descendants.&quot; },
+                { &quot;name&quot;: &quot;maskWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with a masked element and composited descendants.&quot; },
+                { &quot;name&quot;: &quot;reflectionWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a reflection and composited descendants.&quot; },
+                { &quot;name&quot;: &quot;filterWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with CSS filters applied and composited descendants.&quot; },
+                { &quot;name&quot;: &quot;blendingWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with CSS blending applied and composited descendants.&quot; },
+                { &quot;name&quot;: &quot;isolatesCompositedBlendingDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element isolating compositing descendants having CSS blending applied.&quot; },
+                { &quot;name&quot;: &quot;perspective&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with perspective applied.&quot; },
+                { &quot;name&quot;: &quot;preserve3D&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;transform-style: preserve-3d\&quot; style.&quot; },
+                { &quot;name&quot;: &quot;root&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with the root element.&quot; },
+                { &quot;name&quot;: &quot;blending&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;blend-mode\&quot; style.&quot; }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables compositing tree inspection.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables compositing tree inspection.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;layersForNode&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;Root of the subtree for which we want to gather layers.&quot; }                ],
+            &quot;description&quot;: &quot;Returns the layer tree structure of the current page.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;layers&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Layer&quot; }, &quot;description&quot;: &quot;Child layers.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;reasonsForCompositingLayer&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;layerId&quot;, &quot;$ref&quot;: &quot;LayerId&quot;, &quot;description&quot;: &quot;The id of the layer for which we want to get the reasons it was composited.&quot; }
+            ],
+            &quot;description&quot;: &quot;Provides the reasons why the given layer was composited.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;compositingReasons&quot;, &quot;$ref&quot;: &quot;CompositingReasons&quot;, &quot;description&quot;: &quot;An object containing the reasons why the layer was composited as properties.&quot; }
+            ]
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;layerTreeDidChange&quot;
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;Network&quot;,
+    &quot;description&quot;: &quot;Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;LoaderId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique loader identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;FrameId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique frame identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;RequestId&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique request identifier.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Timestamp&quot;,
+            &quot;type&quot;: &quot;number&quot;,
+            &quot;description&quot;: &quot;Number of seconds since epoch.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Headers&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Request / response headers as keys / values of JSON object.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;ResourceTiming&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Timing information for the request.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;navigationStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Timing's navigationStart is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this navigationStart.&quot; },
+                { &quot;name&quot;: &quot;domainLookupStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started DNS address resolve.&quot; },
+                { &quot;name&quot;: &quot;domainLookupEnd&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Finished DNS address resolve.&quot; },
+                { &quot;name&quot;: &quot;connectStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started connecting to the remote host.&quot; },
+                { &quot;name&quot;: &quot;connectEnd&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Connected to the remote host.&quot; },
+                { &quot;name&quot;: &quot;secureConnectionStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started SSL handshake.&quot; },
+                { &quot;name&quot;: &quot;requestStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started sending request.&quot; },
+                { &quot;name&quot;: &quot;responseStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started receiving response headers.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Request&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;HTTP request data.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Request URL.&quot; },
+                { &quot;name&quot;: &quot;method&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;HTTP request method.&quot; },
+                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;HTTP request headers.&quot; },
+                { &quot;name&quot;: &quot;postData&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;HTTP POST request data.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Response&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;HTTP response data.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Response URL. This URL can be different from CachedResource.url in case of redirect.&quot; },
+                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;HTTP response status code.&quot; },
+                { &quot;name&quot;: &quot;statusText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;HTTP response status text.&quot; },
+                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;HTTP response headers.&quot; },
+                { &quot;name&quot;: &quot;headersText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;HTTP response headers text.&quot; },
+                { &quot;name&quot;: &quot;mimeType&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource mimeType as determined by the browser.&quot; },
+                { &quot;name&quot;: &quot;requestHeaders&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Refined HTTP request headers that were actually transmitted over the network.&quot; },
+                { &quot;name&quot;: &quot;requestHeadersText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;HTTP request headers text.&quot; },
+                { &quot;name&quot;: &quot;connectionReused&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Specifies whether physical connection was actually reused for this request.&quot; },
+                { &quot;name&quot;: &quot;connectionId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Physical connection id that was actually used for this request.&quot; },
+                { &quot;name&quot;: &quot;fromDiskCache&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies that the request was served from the disk cache.&quot; },
+                { &quot;name&quot;: &quot;timing&quot;, &quot;$ref&quot;: &quot;ResourceTiming&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Timing information for the given request.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;WebSocketRequest&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;WebSocket request data.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;HTTP response headers.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;WebSocketResponse&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;WebSocket response data.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;HTTP response status code.&quot; },
+                { &quot;name&quot;: &quot;statusText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;HTTP response status text.&quot; },
+                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;HTTP response headers.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;WebSocketFrame&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;WebSocket frame data.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;opcode&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;WebSocket frame opcode.&quot; },
+                { &quot;name&quot;: &quot;mask&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;WebSocket frame mask.&quot; },
+                { &quot;name&quot;: &quot;payloadData&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;WebSocket frame payload data.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;CachedResource&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Information about the cached resource.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL. This is the url of the original network request.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;Page.ResourceType&quot;, &quot;description&quot;: &quot;Type of this resource.&quot; },
+                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;Response&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Cached response data.&quot; },
+                { &quot;name&quot;: &quot;bodySize&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Cached response body size.&quot; },
+                { &quot;name&quot;: &quot;sourceMapURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of source map associated with this resource (if any).&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Initiator&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Information about the request initiator.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;parser&quot;, &quot;script&quot;, &quot;other&quot;], &quot;description&quot;: &quot;Type of this initiator.&quot; },
+                { &quot;name&quot;: &quot;stackTrace&quot;, &quot;$ref&quot;: &quot;Console.StackTrace&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Initiator JavaScript stack trace, set for Script only.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Initiator URL, set for Parser type only.&quot; },
+                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Initiator line number, set for Parser type only.&quot; }
+            ]
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables network tracking, network events will now be delivered to the client.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables network tracking, prevents network events from being sent to the client.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setExtraHTTPHeaders&quot;,
+            &quot;description&quot;: &quot;Specifies whether to always send extra HTTP headers with the requests from this page.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;Map with extra HTTP headers.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;getResponseBody&quot;,
+            &quot;description&quot;: &quot;Returns content served for the given request.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Identifier of the network request to get content for.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;body&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Response body.&quot; },
+                { &quot;name&quot;: &quot;base64Encoded&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True, if content was sent as base64.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;replayXHR&quot;,
+            &quot;description&quot;: &quot;This method sends a new XMLHttpRequest which is identical to the original one. The following parameters should be identical: method, url, async, request body, extra headers, withCredentials attribute, user, password.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Identifier of XHR to replay.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;canClearBrowserCache&quot;,
+            &quot;description&quot;: &quot;Tells whether clearing browser cache is supported.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if browser cache can be cleared.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;clearBrowserCache&quot;,
+            &quot;description&quot;: &quot;Clears browser cache.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;canClearBrowserCookies&quot;,
+            &quot;description&quot;: &quot;Tells whether clearing browser cookies is supported.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if browser cookies can be cleared.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;clearBrowserCookies&quot;,
+            &quot;description&quot;: &quot;Clears browser cookies.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setCacheDisabled&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;cacheDisabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Cache disabled state.&quot; }
+            ],
+            &quot;description&quot;: &quot;Toggles ignoring cache for each request. If &lt;code&gt;true&lt;/code&gt;, cache will not be used.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;loadResource&quot;,
+            &quot;async&quot;: true,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;FrameId&quot;, &quot;description&quot;: &quot;Frame to load the resource from.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the resource to load.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;content&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource content.&quot; },
+                { &quot;name&quot;: &quot;mimeType&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource mimeType.&quot; },
+                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;HTTP response status code.&quot; }
+            ],
+            &quot;description&quot;: &quot;Loads a resource in the context of a frame on the inspected page without cross origin checks.&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;requestWillBeSent&quot;,
+            &quot;description&quot;: &quot;Fired when page is about to send HTTP request.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;FrameId&quot;, &quot;description&quot;: &quot;Frame identifier.&quot; },
+                { &quot;name&quot;: &quot;loaderId&quot;, &quot;$ref&quot;: &quot;LoaderId&quot;, &quot;description&quot;: &quot;Loader identifier.&quot; },
+                { &quot;name&quot;: &quot;documentURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the document this request is loaded for.&quot; },
+                { &quot;name&quot;: &quot;request&quot;, &quot;$ref&quot;: &quot;Request&quot;, &quot;description&quot;: &quot;Request data.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;initiator&quot;, &quot;$ref&quot;: &quot;Initiator&quot;, &quot;description&quot;: &quot;Request initiator.&quot; },
+                { &quot;name&quot;: &quot;redirectResponse&quot;, &quot;optional&quot;: true, &quot;$ref&quot;: &quot;Response&quot;, &quot;description&quot;: &quot;Redirect response data.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;Page.ResourceType&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Resource type.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;requestServedFromCache&quot;,
+            &quot;description&quot;: &quot;Fired if request ended up loading from cache.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;responseReceived&quot;,
+            &quot;description&quot;: &quot;Fired when HTTP response is available.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;FrameId&quot;, &quot;description&quot;: &quot;Frame identifier.&quot; },
+                { &quot;name&quot;: &quot;loaderId&quot;, &quot;$ref&quot;: &quot;LoaderId&quot;, &quot;description&quot;: &quot;Loader identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;Page.ResourceType&quot;, &quot;description&quot;: &quot;Resource type.&quot; },
+                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;Response&quot;, &quot;description&quot;: &quot;Response data.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;dataReceived&quot;,
+            &quot;description&quot;: &quot;Fired when data chunk was received over the network.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;dataLength&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Data chunk length.&quot; },
+                { &quot;name&quot;: &quot;encodedDataLength&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Actual bytes received (might be less than dataLength for compressed encodings).&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;loadingFinished&quot;,
+            &quot;description&quot;: &quot;Fired when HTTP request has finished loading.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;sourceMapURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of source map associated with this resource (if any).&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;loadingFailed&quot;,
+            &quot;description&quot;: &quot;Fired when HTTP request has failed to load.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;errorText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;User friendly error message.&quot; },
+                { &quot;name&quot;: &quot;canceled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if loading was canceled.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;requestServedFromMemoryCache&quot;,
+            &quot;description&quot;: &quot;Fired when HTTP request has been served from memory cache.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;FrameId&quot;, &quot;description&quot;: &quot;Frame identifier.&quot; },
+                { &quot;name&quot;: &quot;loaderId&quot;, &quot;$ref&quot;: &quot;LoaderId&quot;, &quot;description&quot;: &quot;Loader identifier.&quot; },
+                { &quot;name&quot;: &quot;documentURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the document this request is loaded for.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;initiator&quot;, &quot;$ref&quot;: &quot;Initiator&quot;, &quot;description&quot;: &quot;Request initiator.&quot; },
+                { &quot;name&quot;: &quot;resource&quot;, &quot;$ref&quot;: &quot;CachedResource&quot;, &quot;description&quot;: &quot;Cached resource data.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketWillSendHandshakeRequest&quot;,
+            &quot;description&quot;: &quot;Fired when WebSocket is about to initiate handshake.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;request&quot;, &quot;$ref&quot;: &quot;WebSocketRequest&quot;, &quot;description&quot;: &quot;WebSocket request data.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketHandshakeResponseReceived&quot;,
+            &quot;description&quot;: &quot;Fired when WebSocket handshake response becomes available.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;WebSocketResponse&quot;, &quot;description&quot;: &quot;WebSocket response data.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketCreated&quot;,
+            &quot;description&quot;: &quot;Fired upon WebSocket creation.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;WebSocket request URL.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketClosed&quot;,
+            &quot;description&quot;: &quot;Fired when WebSocket is closed.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketFrameReceived&quot;,
+            &quot;description&quot;: &quot;Fired when WebSocket frame is received.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;WebSocketFrame&quot;, &quot;description&quot;: &quot;WebSocket response data.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketFrameError&quot;,
+            &quot;description&quot;: &quot;Fired when WebSocket frame error occurs.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;errorMessage&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;WebSocket frame error message.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;webSocketFrameSent&quot;,
+            &quot;description&quot;: &quot;Fired when WebSocket frame is sent.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
+                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;WebSocketFrame&quot;, &quot;description&quot;: &quot;WebSocket response data.&quot; }
+            ]
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;Page&quot;,
+    &quot;description&quot;: &quot;Actions and events related to the inspected page belong to the page domain.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;ResourceType&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;Document&quot;, &quot;Stylesheet&quot;, &quot;Image&quot;, &quot;Font&quot;, &quot;Script&quot;, &quot;XHR&quot;, &quot;WebSocket&quot;, &quot;Other&quot;],
+            &quot;description&quot;: &quot;Resource type as it was perceived by the rendering engine.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;CoordinateSystem&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;Viewport&quot;, &quot;Page&quot;],
+            &quot;description&quot;: &quot;Coordinate system used by supplied coordinates.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;Frame&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Information about the Frame on the page.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;id&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Frame unique identifier.&quot; },
+                { &quot;name&quot;: &quot;parentId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Parent frame identifier.&quot; },
+                { &quot;name&quot;: &quot;loaderId&quot;, &quot;$ref&quot;: &quot;Network.LoaderId&quot;, &quot;description&quot;: &quot;Identifier of the loader associated with this frame.&quot; },
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Frame's name as specified in the tag.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Frame document's URL.&quot; },
+                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Frame document's security origin.&quot; },
+                { &quot;name&quot;: &quot;mimeType&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Frame document's mimeType as determined by the browser.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;FrameResourceTree&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Information about the Frame hierarchy along with their cached resources.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;frame&quot;, &quot;$ref&quot;: &quot;Frame&quot;, &quot;description&quot;: &quot;Frame information for this tree item.&quot; },
+                { &quot;name&quot;: &quot;childFrames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;FrameResourceTree&quot; }, &quot;description&quot;: &quot;Child frames.&quot; },
+                { &quot;name&quot;: &quot;resources&quot;, &quot;type&quot;: &quot;array&quot;,
+                    &quot;items&quot;: {
+                        &quot;type&quot;: &quot;object&quot;,
+                        &quot;properties&quot;: [
+                            { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL.&quot; },
+                            { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;ResourceType&quot;, &quot;description&quot;: &quot;Type of this resource.&quot; },
+                            { &quot;name&quot;: &quot;mimeType&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource mimeType as determined by the browser.&quot; },
+                            { &quot;name&quot;: &quot;failed&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the resource failed to load.&quot; },
+                            { &quot;name&quot;: &quot;canceled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the resource was canceled during loading.&quot; },
+                            { &quot;name&quot;: &quot;sourceMapURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of source map associated with this resource (if any).&quot; }
+                        ]
+                    },
+                    &quot;description&quot;: &quot;Information about frame resources.&quot;
+                }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;SearchResult&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Search result for resource.&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL.&quot; },
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Resource frame id.&quot; },
+                { &quot;name&quot;: &quot;matchesCount&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Number of matches in the resource content.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;Cookie&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;description&quot;: &quot;Cookie object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Cookie name.&quot; },
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Cookie value.&quot; },
+                { &quot;name&quot;: &quot;domain&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Cookie domain.&quot; },
+                { &quot;name&quot;: &quot;path&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Cookie path.&quot; },
+                { &quot;name&quot;: &quot;expires&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Cookie expires.&quot; },
+                { &quot;name&quot;: &quot;size&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Cookie size.&quot; },
+                { &quot;name&quot;: &quot;httpOnly&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if cookie is http-only.&quot; },
+                { &quot;name&quot;: &quot;secure&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if cookie is secure.&quot; },
+                { &quot;name&quot;: &quot;session&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True in case of session cookie.&quot; }
+            ]
+        },
+        {
+            &quot;id&quot;: &quot;ScriptIdentifier&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;description&quot;: &quot;Unique script identifier.&quot;
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;,
+            &quot;description&quot;: &quot;Enables page domain notifications.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;,
+            &quot;description&quot;: &quot;Disables page domain notifications.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;addScriptToEvaluateOnLoad&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;scriptSource&quot;, &quot;type&quot;: &quot;string&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;identifier&quot;, &quot;$ref&quot;: &quot;ScriptIdentifier&quot;, &quot;description&quot;: &quot;Identifier of the added script.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;removeScriptToEvaluateOnLoad&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;identifier&quot;, &quot;$ref&quot;: &quot;ScriptIdentifier&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;reload&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;ignoreCache&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, browser cache is ignored (as if the user pressed Shift+refresh).&quot; },
+                { &quot;name&quot;: &quot;scriptToEvaluateOnLoad&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If set, the script will be injected into all frames of the inspected page after reload.&quot; }
+            ],
+            &quot;description&quot;: &quot;Reloads given page optionally ignoring the cache.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;navigate&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL to navigate the page to.&quot; }
+            ],
+            &quot;description&quot;: &quot;Navigates current page to the given URL.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getCookies&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;cookies&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Cookie&quot;}, &quot;description&quot;: &quot;Array of cookie objects.&quot; }
+            ],
+            &quot;description&quot;: &quot;Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the &lt;code&gt;cookies&lt;/code&gt; field.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;deleteCookie&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;cookieName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Name of the cookie to remove.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL to match cooke domain and path.&quot; }
+            ],
+            &quot;description&quot;: &quot;Deletes browser cookie with given name, domain and path.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getResourceTree&quot;,
+            &quot;description&quot;: &quot;Returns present frame / resource tree structure.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;frameTree&quot;, &quot;$ref&quot;: &quot;FrameResourceTree&quot;, &quot;description&quot;: &quot;Present frame / resource tree structure.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;getResourceContent&quot;,
+            &quot;description&quot;: &quot;Returns content of the given resource.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Frame id to get resource for.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the resource to get content for.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;content&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource content.&quot; },
+                { &quot;name&quot;: &quot;base64Encoded&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True, if content was served as base64.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;searchInResource&quot;,
+            &quot;description&quot;: &quot;Searches for given string in resource content.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Frame id for resource to search in.&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the resource to search in.&quot; },
+                { &quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;String to search for.&quot;  },
+                { &quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, search is case sensitive.&quot; },
+                { &quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, treats string parameter as regex.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;GenericTypes.SearchMatch&quot; }, &quot;description&quot;: &quot;List of search matches.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;searchInResources&quot;,
+            &quot;description&quot;: &quot;Searches for given string in frame / resource tree structure.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;String to search for.&quot;  },
+                { &quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, search is case sensitive.&quot; },
+                { &quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, treats string parameter as regex.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;SearchResult&quot; }, &quot;description&quot;: &quot;List of search results.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setDocumentContent&quot;,
+            &quot;description&quot;: &quot;Sets given markup as the document's HTML.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Frame id to set HTML for.&quot; },
+                { &quot;name&quot;: &quot;html&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;HTML content to set.&quot;  }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;getScriptExecutionStatus&quot;,
+            &quot;description&quot;: &quot;Determines if scripts can be executed in the page.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;allowed&quot;, &quot;disabled&quot;, &quot;forbidden&quot;], &quot;description&quot;: &quot;Script execution status: \&quot;allowed\&quot; if scripts can be executed, \&quot;disabled\&quot; if script execution has been disabled through page settings, \&quot;forbidden\&quot; if script execution for the given page is not possible for other reasons.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setScriptExecutionDisabled&quot;,
+            &quot;description&quot;: &quot;Switches script execution in the page.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether script execution should be disabled in the page.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setTouchEmulationEnabled&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether the touch event emulation should be enabled.&quot; }
+            ],
+            &quot;description&quot;: &quot;Toggles mouse event-based touch event emulation.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;setEmulatedMedia&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;media&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Media type to emulate. Empty string disables the override.&quot; }
+            ],
+            &quot;description&quot;: &quot;Emulates the given media for CSS media queries.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;getCompositingBordersVisible&quot;,
+            &quot;description&quot;: &quot;Indicates the visibility of compositing borders.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, compositing borders are visible.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setCompositingBordersVisible&quot;,
+            &quot;description&quot;: &quot;Controls the visibility of compositing borders.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;visible&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for showing compositing borders.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;snapshotNode&quot;,
+            &quot;description&quot;: &quot;Capture a snapshot of the specified node that does not include unrelated layers.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;Id of the node to snapshot.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;dataURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Base64-encoded image data (PNG).&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;snapshotRect&quot;,
+            &quot;description&quot;: &quot;Capture a snapshot of the page within the specified rectangle and coordinate system.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;X coordinate&quot; },
+                { &quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Y coordinate&quot; },
+                { &quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Rectangle width&quot; },
+                { &quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Rectangle height&quot; },
+                { &quot;name&quot;: &quot;coordinateSystem&quot;, &quot;$ref&quot;: &quot;CoordinateSystem&quot;, &quot;description&quot;: &quot;Indicates the coordinate system of the supplied rectangle.&quot; }
+            ],
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;dataURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Base64-encoded image data (PNG).&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;handleJavaScriptDialog&quot;,
+            &quot;description&quot;: &quot;Accepts or dismisses a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload).&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;accept&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether to accept or dismiss the dialog.&quot; },
+                { &quot;name&quot;: &quot;promptText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The text to enter into the dialog prompt before accepting. Used only if this is a prompt dialog.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;archive&quot;,
+            &quot;description&quot;: &quot;Grab an archive of the page.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;data&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Base64-encoded web archive.&quot; }
+            ]
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;domContentEventFired&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;type&quot;: &quot;number&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;loadEventFired&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;timestamp&quot;, &quot;type&quot;: &quot;number&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;frameNavigated&quot;,
+            &quot;description&quot;: &quot;Fired once navigation of the frame has completed. Frame is now associated with the new loader.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frame&quot;, &quot;$ref&quot;: &quot;Frame&quot;, &quot;description&quot;: &quot;Frame object.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;frameDetached&quot;,
+            &quot;description&quot;: &quot;Fired when frame has been detached from its parent.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has been detached.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;frameStartedLoading&quot;,
+            &quot;description&quot;: &quot;Fired when frame has started loading.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has started loading.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;frameStoppedLoading&quot;,
+            &quot;description&quot;: &quot;Fired when frame has stopped loading.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has stopped loading.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;frameScheduledNavigation&quot;,
+            &quot;description&quot;: &quot;Fired when frame schedules a potential navigation.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has scheduled a navigation.&quot; },
+                { &quot;name&quot;: &quot;delay&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;frameClearedScheduledNavigation&quot;,
+            &quot;description&quot;: &quot;Fired when frame no longer has a scheduled navigation.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has cleared its scheduled navigation.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;javascriptDialogOpening&quot;,
+            &quot;description&quot;: &quot;Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open.&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Message that will be displayed by the dialog.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;javascriptDialogClosed&quot;,
+            &quot;description&quot;: &quot;Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;scriptsEnabled&quot;,
+            &quot;description&quot;: &quot;Fired when the JavaScript is enabled/disabled on the page&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;isEnabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether script execution is enabled or disabled on the page.&quot; }
+            ]
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;Timeline&quot;,
+    &quot;description&quot;: &quot;Timeline provides its clients with instrumentation records that are generated during the page runtime. Timeline instrumentation can be started and stopped using corresponding commands. While timeline is started, it is generating timeline event records.&quot;,
+    &quot;types&quot;: [
+        {
+            &quot;id&quot;: &quot;EventType&quot;,
+            &quot;type&quot;: &quot;string&quot;,
+            &quot;enum&quot;: [&quot;EventDispatch&quot;, &quot;ScheduleStyleRecalculation&quot;, &quot;RecalculateStyles&quot;, &quot;InvalidateLayout&quot;, &quot;Layout&quot;, &quot;Paint&quot;, &quot;ScrollLayer&quot;, &quot;ResizeImage&quot;, &quot;ParseHTML&quot;, &quot;TimerInstall&quot;, &quot;TimerRemove&quot;, &quot;TimerFire&quot;, &quot;EvaluateScript&quot;, &quot;MarkLoad&quot;, &quot;MarkDOMContent&quot;, &quot;TimeStamp&quot;, &quot;Time&quot;, &quot;TimeEnd&quot;, &quot;ScheduleResourceRequest&quot;, &quot;ResourceSendRequest&quot;, &quot;ResourceReceiveResponse&quot;, &quot;ResourceReceivedData&quot;, &quot;ResourceFinish&quot;, &quot;XHRReadyStateChange&quot;, &quot;XHRLoad&quot;, &quot;FunctionCall&quot;, &quot;ProbeSample&quot;, &quot;ConsoleProfile&quot;, &quot;GCEvent&quot;, &quot;RequestAnimationFrame&quot;, &quot;CancelAnimationFrame&quot;, &quot;FireAnimationFrame&quot;, &quot;WebSocketCreate&quot;, &quot;WebSocketSendHandshakeRequest&quot;, &quot;We
 bSocketReceiveHandshakeResponse&quot;, &quot;WebSocketDestroy&quot;],
+            &quot;description&quot;: &quot;Timeline record type.&quot;
+        },
+        {
+            &quot;id&quot;: &quot;TimelineEvent&quot;,
+            &quot;type&quot;: &quot;object&quot;,
+            &quot;properties&quot;: [
+                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;EventType&quot;, &quot;description&quot;: &quot;Event type.&quot; },
+                { &quot;name&quot;: &quot;data&quot;, &quot;type&quot;: &quot;object&quot;, &quot;description&quot;: &quot;Event data.&quot; },
+                { &quot;name&quot;: &quot;children&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;TimelineEvent&quot; }, &quot;description&quot;: &quot;Nested records.&quot; }
+            ],
+            &quot;description&quot;: &quot;Timeline record contains information about the recorded activity.&quot;
+        }
+    ],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;start&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;maxCallStackDepth&quot;, &quot;optional&quot;: true, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Samples JavaScript stack traces up to &lt;code&gt;maxCallStackDepth&lt;/code&gt;, defaults to 5.&quot; }
+            ],
+            &quot;description&quot;: &quot;Starts capturing instrumentation events.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;stop&quot;,
+            &quot;description&quot;: &quot;Stops capturing instrumentation events.&quot;
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;eventRecorded&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;record&quot;, &quot;$ref&quot;: &quot;TimelineEvent&quot;, &quot;description&quot;: &quot;Timeline event record data.&quot; }
+            ],
+            &quot;description&quot;: &quot;Fired for every instrumentation event while timeline is started.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;recordingStarted&quot;,
+            &quot;description&quot;: &quot;Fired when recording has started.&quot;
+        },
+        {
+            &quot;name&quot;: &quot;recordingStopped&quot;,
+            &quot;description&quot;: &quot;Fired when recording has stopped.&quot;
+        }
+    ]
+}
+,
+{
+    &quot;domain&quot;: &quot;Worker&quot;,
+    &quot;types&quot;: [],
+    &quot;commands&quot;: [
+        {
+            &quot;name&quot;: &quot;enable&quot;
+        },
+        {
+            &quot;name&quot;: &quot;disable&quot;
+        },
+        {
+            &quot;name&quot;: &quot;sendMessageToWorker&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; },
+                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;object&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;canInspectWorkers&quot;,
+            &quot;description&quot;: &quot;Tells whether browser supports workers inspection.&quot;,
+            &quot;returns&quot;: [
+                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if browser has workers support.&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;connectToWorker&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;disconnectFromWorker&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;setAutoconnectToWorkers&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot; }
+            ]
+        }
+    ],
+    &quot;events&quot;: [
+        {
+            &quot;name&quot;: &quot;workerCreated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; },
+                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot; },
+                { &quot;name&quot;: &quot;inspectorConnected&quot;, &quot;type&quot;: &quot;boolean&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;workerTerminated&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;dispatchMessageFromWorker&quot;,
+            &quot;parameters&quot;: [
+                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; },
+                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;object&quot; }
+            ]
+        },
+        {
+            &quot;name&quot;: &quot;disconnectedFromWorker&quot;
+        }
+    ]
+}
+]}
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIVersionsInspectorJSiOS80json"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/Versions/InspectorJS-iOS-8.0.json (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Versions/InspectorJS-iOS-8.0.json        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/Versions/InspectorJS-iOS-8.0.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,784 +0,0 @@
</span><del>-{&quot;domains&quot;:[
-{
-    &quot;domain&quot;: &quot;Console&quot;,
-    &quot;description&quot;: &quot;Console domain defines methods and events for interaction with the JavaScript console. Console collects messages created by means of the &lt;a href='http://getfirebug.com/wiki/index.php/Console_API'&gt;JavaScript Console API&lt;/a&gt;. One needs to enable this domain using &lt;code&gt;enable&lt;/code&gt; command in order to start receiving the console messages. Browser collects messages issued while console domain is not enabled as well and reports them using &lt;code&gt;messageAdded&lt;/code&gt; notification upon enabling.&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;ConsoleNetworkRequestId&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;description&quot;: &quot;Unique request identifier. FIXME: Duplicate of Network.RequestId &lt;https://webkit.org/b/125664&gt; Web Inspector: FIX Type Dependency Issues&quot;
-        },
-        {
-            &quot;id&quot;: &quot;ConsoleDOMNodeId&quot;,
-            &quot;type&quot;: &quot;integer&quot;,
-            &quot;description&quot;: &quot;Unique DOM node identifier. FIXME: Duplicate of DOM.NodeId &lt;https://webkit.org/b/125664&gt; Web Inspector: FIX Type Dependency Issues&quot;
-        },
-        {
-            &quot;id&quot;: &quot;ConsoleMessage&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Console message.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;source&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;xml&quot;, &quot;javascript&quot;, &quot;network&quot;, &quot;console-api&quot;, &quot;storage&quot;, &quot;appcache&quot;, &quot;rendering&quot;, &quot;css&quot;, &quot;security&quot;, &quot;other&quot;], &quot;description&quot;: &quot;Message source.&quot; },
-                { &quot;name&quot;: &quot;level&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;log&quot;, &quot;warning&quot;, &quot;error&quot;, &quot;debug&quot;], &quot;description&quot;: &quot;Message severity.&quot; },
-                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Message text.&quot; },
-                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;log&quot;, &quot;dir&quot;, &quot;dirxml&quot;, &quot;table&quot;, &quot;trace&quot;, &quot;clear&quot;, &quot;startGroup&quot;, &quot;startGroupCollapsed&quot;, &quot;endGroup&quot;, &quot;assert&quot;, &quot;timing&quot;, &quot;profile&quot;, &quot;profileEnd&quot;], &quot;description&quot;: &quot;Console message type.&quot; },
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of the message origin.&quot; },
-                { &quot;name&quot;: &quot;line&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Line number in the resource that generated this message.&quot; },
-                { &quot;name&quot;: &quot;column&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Column number on the line in the resource that generated this message.&quot; },
-                { &quot;name&quot;: &quot;repeatCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Repeat count for repeated messages.&quot; },
-                { &quot;name&quot;: &quot;parameters&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Message parameters in case of the formatted message.&quot; },
-                { &quot;name&quot;: &quot;stackTrace&quot;, &quot;$ref&quot;: &quot;StackTrace&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;JavaScript stack trace for assertions and error messages.&quot; },
-                { &quot;name&quot;: &quot;networkRequestId&quot;, &quot;$ref&quot;: &quot;ConsoleNetworkRequestId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Identifier of the network request associated with this message.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;CallFrame&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Stack entry for console errors and assertions.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;functionName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;JavaScript function name.&quot; },
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;JavaScript script name or url.&quot; },
-                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;JavaScript script line number.&quot; },
-                { &quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;JavaScript script column number.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;StackTrace&quot;,
-            &quot;type&quot;: &quot;array&quot;,
-            &quot;items&quot;: { &quot;$ref&quot;: &quot;CallFrame&quot; },
-            &quot;description&quot;: &quot;Call frames for assertions or error messages.&quot;
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;enable&quot;,
-            &quot;description&quot;: &quot;Enables console domain, sends the messages collected so far to the client by means of the &lt;code&gt;messageAdded&lt;/code&gt; notification.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;disable&quot;,
-            &quot;description&quot;: &quot;Disables console domain, prevents further console messages from being reported to the client.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;clearMessages&quot;,
-            &quot;description&quot;: &quot;Clears console messages collected in the browser.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setMonitoringXHREnabled&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Monitoring enabled state.&quot; }
-            ],
-            &quot;description&quot;: &quot;Toggles monitoring of XMLHttpRequest. If &lt;code&gt;true&lt;/code&gt;, console will receive messages upon each XHR issued.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;addInspectedNode&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;ConsoleDOMNodeId&quot;, &quot;description&quot;: &quot;DOM node id to be accessible by means of $x command line API.&quot; }
-            ],
-            &quot;description&quot;: &quot;Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).&quot;
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;messageAdded&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;message&quot;, &quot;$ref&quot;: &quot;ConsoleMessage&quot;, &quot;description&quot;: &quot;Console message that has been added.&quot; }
-            ],
-            &quot;description&quot;: &quot;Issued when new console message is added.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;messageRepeatCountUpdated&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;count&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;New repeat count value.&quot; }
-            ],
-            &quot;description&quot;: &quot;Issued when subsequent message(s) are equal to the previous one(s).&quot;
-        },
-        {
-            &quot;name&quot;: &quot;messagesCleared&quot;,
-            &quot;description&quot;: &quot;Issued when console is cleared. This happens either upon &lt;code&gt;clearMessages&lt;/code&gt; command or after page navigation.&quot;
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;Debugger&quot;,
-    &quot;description&quot;: &quot;Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;BreakpointId&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;description&quot;: &quot;Breakpoint identifier.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;BreakpointActionIdentifier&quot;,
-            &quot;type&quot;: &quot;integer&quot;,
-            &quot;description&quot;: &quot;Breakpoint action identifier.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;ScriptId&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;description&quot;: &quot;Unique script identifier.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;CallFrameId&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;description&quot;: &quot;Call frame identifier.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;Location&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;scriptId&quot;, &quot;$ref&quot;: &quot;ScriptId&quot;, &quot;description&quot;: &quot;Script identifier as reported in the &lt;code&gt;Debugger.scriptParsed&lt;/code&gt;.&quot; },
-                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Line number in the script.&quot; },
-                { &quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Column number in the script.&quot; }
-            ],
-            &quot;description&quot;: &quot;Location in the source code.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;BreakpointAction&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;log&quot;, &quot;evaluate&quot;, &quot;sound&quot;, &quot;probe&quot;], &quot;description&quot;: &quot;Different kinds of breakpoint actions.&quot; },
-                { &quot;name&quot;: &quot;data&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Data associated with this breakpoint type (e.g. for type \&quot;eval\&quot; this is the JavaScript string to evalulate).&quot; },
-                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;BreakpointActionIdentifier&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;A frontend-assigned identifier for this breakpoint action.&quot; }
-            ],
-            &quot;description&quot;: &quot;Action to perform when a breakpoint is triggered.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;BreakpointOptions&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;condition&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true.&quot; },
-                { &quot;name&quot;: &quot;actions&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;BreakpointAction&quot; }, &quot;description&quot;: &quot;Actions to perform automatically when the breakpoint is triggered.&quot; },
-                { &quot;name&quot;: &quot;autoContinue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Automatically continue after hitting this breakpoint and running actions.&quot; }
-            ],
-            &quot;description&quot;: &quot;Extra options that modify breakpoint behavior.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;FunctionDetails&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;location&quot;, &quot;$ref&quot;: &quot;Location&quot;, &quot;description&quot;: &quot;Location of the function.&quot; },
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Name of the function. Not present for anonymous functions.&quot; },
-                { &quot;name&quot;: &quot;displayName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Display name of the function(specified in 'displayName' property on the function object).&quot; },
-                { &quot;name&quot;: &quot;inferredName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Name of the function inferred from its initial assignment.&quot; },
-                { &quot;name&quot;: &quot;scopeChain&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;Scope&quot; }, &quot;description&quot;: &quot;Scope chain for this closure.&quot; }
-            ],
-            &quot;description&quot;: &quot;Information about the function.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;CallFrame&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;callFrameId&quot;, &quot;$ref&quot;: &quot;CallFrameId&quot;, &quot;description&quot;: &quot;Call frame identifier. This identifier is only valid while the virtual machine is paused.&quot; },
-                { &quot;name&quot;: &quot;functionName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Name of the JavaScript function called on this call frame.&quot; },
-                { &quot;name&quot;: &quot;location&quot;, &quot;$ref&quot;: &quot;Location&quot;, &quot;description&quot;: &quot;Location in the source code.&quot; },
-                { &quot;name&quot;: &quot;scopeChain&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Scope&quot; }, &quot;description&quot;: &quot;Scope chain for this call frame.&quot; },
-                { &quot;name&quot;: &quot;this&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;&lt;code&gt;this&lt;/code&gt; object for this call frame.&quot; }
-            ],
-            &quot;description&quot;: &quot;JavaScript call frame. Array of call frames form the call stack.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;Scope&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;global&quot;, &quot;local&quot;, &quot;with&quot;, &quot;closure&quot;, &quot;catch&quot;], &quot;description&quot;: &quot;Scope type.&quot; },
-                { &quot;name&quot;: &quot;object&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Object representing the scope. For &lt;code&gt;global&lt;/code&gt; and &lt;code&gt;with&lt;/code&gt; scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.&quot; }
-            ],
-            &quot;description&quot;: &quot;Scope description.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;ProbeSample&quot;,
-            &quot;description&quot;: &quot;A sample collected by evaluating a probe breakpoint action.&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;probeId&quot;, &quot;$ref&quot;: &quot;BreakpointActionIdentifier&quot;, &quot;description&quot;: &quot;Identifier of the probe breakpoint action that created the sample.&quot; },
-                { &quot;name&quot;: &quot;sampleId&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Unique identifier for this sample.&quot; },
-                { &quot;name&quot;: &quot;batchId&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;A batch identifier which is the same for all samples taken at the same breakpoint hit.&quot; },
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Timestamp of when the sample was taken.&quot; },
-                { &quot;name&quot;: &quot;payload&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Contents of the sample.&quot; }
-            ]
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;enable&quot;,
-            &quot;description&quot;: &quot;Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;disable&quot;,
-            &quot;description&quot;: &quot;Disables debugger for given page.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setBreakpointsActive&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;active&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;New value for breakpoints active state.&quot; }
-            ],
-            &quot;description&quot;: &quot;Activates / deactivates all breakpoints on the page.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setBreakpointByUrl&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Line number to set breakpoint at.&quot; },
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of the resources to set breakpoint on.&quot; },
-                { &quot;name&quot;: &quot;urlRegex&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Regex pattern for the URLs of the resources to set breakpoints on. Either &lt;code&gt;url&lt;/code&gt; or &lt;code&gt;urlRegex&lt;/code&gt; must be specified.&quot; },
-                { &quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Offset in the line to set breakpoint at.&quot; },
-                { &quot;name&quot;: &quot;options&quot;, &quot;$ref&quot;: &quot;BreakpointOptions&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Options to apply to this breakpoint to modify its behavior.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;breakpointId&quot;, &quot;$ref&quot;: &quot;BreakpointId&quot;, &quot;description&quot;: &quot;Id of the created breakpoint for further reference.&quot; },
-                { &quot;name&quot;: &quot;locations&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Location&quot;}, &quot;description&quot;: &quot;List of the locations this breakpoint resolved into upon addition.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in &lt;code&gt;locations&lt;/code&gt; property. Further matching script parsing will result in subsequent &lt;code&gt;breakpointResolved&lt;/code&gt; events issued. This logical breakpoint will survive page reloads.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setBreakpoint&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;location&quot;, &quot;$ref&quot;: &quot;Location&quot;, &quot;description&quot;: &quot;Location to set breakpoint in.&quot; },
-                { &quot;name&quot;: &quot;options&quot;, &quot;$ref&quot;: &quot;BreakpointOptions&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Options to apply to this breakpoint to modify its behavior.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;breakpointId&quot;, &quot;$ref&quot;: &quot;BreakpointId&quot;, &quot;description&quot;: &quot;Id of the created breakpoint for further reference.&quot; },
-                { &quot;name&quot;: &quot;actualLocation&quot;, &quot;$ref&quot;: &quot;Location&quot;, &quot;description&quot;: &quot;Location this breakpoint resolved into.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets JavaScript breakpoint at a given location.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;removeBreakpoint&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;breakpointId&quot;, &quot;$ref&quot;: &quot;BreakpointId&quot; }
-            ],
-            &quot;description&quot;: &quot;Removes JavaScript breakpoint.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;continueToLocation&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;location&quot;, &quot;$ref&quot;: &quot;Location&quot;, &quot;description&quot;: &quot;Location to continue to.&quot; }
-            ],
-            &quot;description&quot;: &quot;Continues execution until specific location is reached.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;stepOver&quot;,
-            &quot;description&quot;: &quot;Steps over the statement.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;stepInto&quot;,
-            &quot;description&quot;: &quot;Steps into the function call.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;stepOut&quot;,
-            &quot;description&quot;: &quot;Steps out of the function call.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;pause&quot;,
-            &quot;description&quot;: &quot;Stops on the next JavaScript statement.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;resume&quot;,
-            &quot;description&quot;: &quot;Resumes JavaScript execution.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;searchInContent&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;scriptId&quot;, &quot;$ref&quot;: &quot;ScriptId&quot;, &quot;description&quot;: &quot;Id of the script to search in.&quot; },
-                { &quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;String to search for.&quot;  },
-                { &quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, search is case sensitive.&quot; },
-                { &quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, treats string parameter as regex.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;GenericTypes.SearchMatch&quot; }, &quot;description&quot;: &quot;List of search matches.&quot; }
-            ],
-            &quot;description&quot;: &quot;Searches for given string in script content.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getScriptSource&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;scriptId&quot;, &quot;$ref&quot;: &quot;ScriptId&quot;, &quot;description&quot;: &quot;Id of the script to get source for.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;scriptSource&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Script source.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns source for the script with given id.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getFunctionDetails&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;functionId&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObjectId&quot;, &quot;description&quot;: &quot;Id of the function to get location for.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;details&quot;, &quot;$ref&quot;: &quot;FunctionDetails&quot;, &quot;description&quot;: &quot;Information about the function.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns detailed informtation on given function.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setPauseOnExceptions&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;state&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;none&quot;, &quot;uncaught&quot;, &quot;all&quot;], &quot;description&quot;: &quot;Pause on exceptions mode.&quot; }
-            ],
-            &quot;description&quot;: &quot;Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is &lt;code&gt;none&lt;/code&gt;.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;evaluateOnCallFrame&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;callFrameId&quot;, &quot;$ref&quot;: &quot;CallFrameId&quot;, &quot;description&quot;: &quot;Call frame identifier to evaluate on.&quot; },
-                { &quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Expression to evaluate.&quot; },
-                { &quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;String object group name to put result into (allows rapid releasing resulting object handles using &lt;code&gt;releaseObjectGroup&lt;/code&gt;).&quot; },
-                { &quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies whether command line API should be available to the evaluated expression, defaults to false.&quot; },
-                { &quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies whether evaluation should stop on exceptions and mute console. Overrides setPauseOnException state.&quot; },
-                { &quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the result is expected to be a JSON object that should be sent by value.&quot; },
-                { &quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether preview should be generated for the result.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;result&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Object wrapper for the evaluation result.&quot; },
-                { &quot;name&quot;: &quot;wasThrown&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the result was thrown during the evaluation.&quot; }
-            ],
-            &quot;description&quot;: &quot;Evaluates expression on a given call frame.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setOverlayMessage&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Overlay message to display when paused in debugger.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets overlay message.&quot;
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;globalObjectCleared&quot;,
-            &quot;description&quot;: &quot;Called when global has been cleared and debugger client should reset its state. Happens upon navigation or reload.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;scriptParsed&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;scriptId&quot;, &quot;$ref&quot;: &quot;ScriptId&quot;, &quot;description&quot;: &quot;Identifier of the script parsed.&quot; },
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL or name of the script parsed (if any).&quot; },
-                { &quot;name&quot;: &quot;startLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Line offset of the script within the resource with given URL (for script tags).&quot; },
-                { &quot;name&quot;: &quot;startColumn&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Column offset of the script within the resource with given URL.&quot; },
-                { &quot;name&quot;: &quot;endLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Last line of the script.&quot; },
-                { &quot;name&quot;: &quot;endColumn&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Length of the last line of the script.&quot; },
-                { &quot;name&quot;: &quot;isContentScript&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Determines whether this script is a user extension script.&quot; },
-                { &quot;name&quot;: &quot;sourceMapURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of source map associated with script (if any).&quot; },
-                { &quot;name&quot;: &quot;hasSourceURL&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True, if this script has sourceURL.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;scriptFailedToParse&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the script that failed to parse.&quot; },
-                { &quot;name&quot;: &quot;scriptSource&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Source text of the script that failed to parse.&quot; },
-                { &quot;name&quot;: &quot;startLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Line offset of the script within the resource.&quot; },
-                { &quot;name&quot;: &quot;errorLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Line with error.&quot; },
-                { &quot;name&quot;: &quot;errorMessage&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Parse error message.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fired when virtual machine fails to parse the script.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;breakpointResolved&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;breakpointId&quot;, &quot;$ref&quot;: &quot;BreakpointId&quot;, &quot;description&quot;: &quot;Breakpoint unique identifier.&quot; },
-                { &quot;name&quot;: &quot;location&quot;, &quot;$ref&quot;: &quot;Location&quot;, &quot;description&quot;: &quot;Actual breakpoint location.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fired when breakpoint is resolved to an actual script and location.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;paused&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;callFrames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CallFrame&quot; }, &quot;description&quot;: &quot;Call stack the virtual machine stopped on.&quot; },
-                { &quot;name&quot;: &quot;reason&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [ &quot;XHR&quot;, &quot;DOM&quot;, &quot;EventListener&quot;, &quot;exception&quot;, &quot;assert&quot;, &quot;CSPViolation&quot;, &quot;other&quot; ], &quot;description&quot;: &quot;Pause reason.&quot; },
-                { &quot;name&quot;: &quot;data&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Object containing break-specific auxiliary properties.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;resumed&quot;,
-            &quot;description&quot;: &quot;Fired when the virtual machine resumed execution.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;didSampleProbe&quot;,
-            &quot;description&quot;: &quot;Fires when a new probe sample is collected.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;sample&quot;, &quot;$ref&quot;: &quot;ProbeSample&quot;, &quot;description&quot;: &quot;A collected probe sample.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;playBreakpointActionSound&quot;,
-            &quot;description&quot;: &quot;Fired when a \&quot;sound\&quot; breakpoint action is triggered on a breakpoint.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;breakpointActionId&quot;, &quot;$ref&quot;: &quot;BreakpointActionIdentifier&quot;, &quot;description&quot;: &quot;Breakpoint action identifier.&quot; }
-            ]
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;GenericTypes&quot;,
-    &quot;description&quot;: &quot;Exposes generic types to be used by any domain.&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;SearchMatch&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Search match in a resource.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Line number in resource content.&quot; },
-                { &quot;name&quot;: &quot;lineContent&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Line with match content.&quot; }
-            ]
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;Inspector&quot;,
-    &quot;types&quot;: [],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;enable&quot;,
-            &quot;description&quot;: &quot;Enables inspector domain notifications.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;disable&quot;,
-            &quot;description&quot;: &quot;Disables inspector domain notifications.&quot;
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;evaluateForTestInFrontend&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;script&quot;, &quot;type&quot;: &quot;string&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;inspect&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;object&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot; },
-                { &quot;name&quot;: &quot;hints&quot;, &quot;type&quot;: &quot;object&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;detached&quot;,
-            &quot;description&quot;: &quot;Fired when remote debugging connection is about to be terminated. Contains detach reason.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;reason&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The reason why connection has been terminated.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;targetCrashed&quot;,
-            &quot;description&quot;: &quot;Fired when debugging target has crashed&quot;
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;Profiler&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;ProfileHeader&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Profile header.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;typeId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;CPU&quot;], &quot;description&quot;: &quot;Profile type name.&quot; },
-                { &quot;name&quot;: &quot;title&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Profile title.&quot; },
-                { &quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Unique identifier of the profile.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;CPUProfileNodeCall&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;CPU Profile call info. Holds time information for a specific call that happened on a node.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;startTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Start time for the call.&quot; },
-                { &quot;name&quot;: &quot;totalTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Total execution time for the call.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;CPUProfileNode&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;CPU Profile node. Holds callsite information, execution statistics and child nodes.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;id&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Unique identifier for this call site.&quot; },
-                { &quot;name&quot;: &quot;calls&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CPUProfileNodeCall&quot; }, &quot;description&quot;: &quot;Calls making up this node.&quot; },
-                { &quot;name&quot;: &quot;functionName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Function name.&quot; },
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL.&quot; },
-                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Line number.&quot; },
-                { &quot;name&quot;: &quot;columnNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Column number.&quot; },
-                { &quot;name&quot;: &quot;children&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CPUProfileNode&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Child nodes.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;CPUProfile&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Profile.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;rootNodes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CPUProfileNode&quot; }, &quot;description&quot;: &quot;Top level nodes in the stack.&quot; },
-                { &quot;name&quot;: &quot;idleTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true }
-            ]
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;enable&quot;
-        },
-        {
-            &quot;name&quot;: &quot;disable&quot;
-        },
-        {
-            &quot;name&quot;: &quot;start&quot;
-        },
-        {
-            &quot;name&quot;: &quot;stop&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getProfileHeaders&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;headers&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ProfileHeader&quot;} }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;getCPUProfile&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;integer&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;profile&quot;, &quot;$ref&quot;: &quot;CPUProfile&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;removeProfile&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot; },
-                { &quot;name&quot;: &quot;uid&quot;, &quot;type&quot;: &quot;integer&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;clearProfiles&quot;
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;addProfileHeader&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;header&quot;, &quot;$ref&quot;: &quot;ProfileHeader&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;setRecordingProfile&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;isProfiling&quot;, &quot;type&quot;: &quot;boolean&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;resetProfiles&quot;
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;Runtime&quot;,
-    &quot;description&quot;: &quot;Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released or are released along with the other objects in their object group.&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;RemoteObjectId&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;description&quot;: &quot;Unique object identifier.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;RemoteObject&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Mirror object referencing original JavaScript object.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;object&quot;, &quot;function&quot;, &quot;undefined&quot;, &quot;string&quot;, &quot;number&quot;, &quot;boolean&quot;], &quot;description&quot;: &quot;Object type.&quot; },
-                { &quot;name&quot;: &quot;subtype&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;array&quot;, &quot;null&quot;, &quot;node&quot;, &quot;regexp&quot;, &quot;date&quot;], &quot;description&quot;: &quot;Object subtype hint. Specified for &lt;code&gt;object&lt;/code&gt; type values only.&quot; },
-                { &quot;name&quot;: &quot;className&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Object class (constructor) name. Specified for &lt;code&gt;object&lt;/code&gt; type values only.&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;any&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Remote object value (in case of primitive values or JSON values if it was requested).&quot; },
-                { &quot;name&quot;: &quot;description&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;String representation of the object.&quot; },
-                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;RemoteObjectId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Unique object identifier (for non-primitive values).&quot; },
-                { &quot;name&quot;: &quot;preview&quot;, &quot;$ref&quot;: &quot;ObjectPreview&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Preview containsing abbreviated property values.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;ObjectPreview&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Object containing abbreviated remote object value.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;lossless&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Determines whether preview is lossless (contains all information of the original object).&quot; },
-                { &quot;name&quot;: &quot;overflow&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True iff some of the properties of the original did not fit.&quot; },
-                { &quot;name&quot;: &quot;properties&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;PropertyPreview&quot; }, &quot;description&quot;: &quot;List of the properties.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;PropertyPreview&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Property name.&quot; },
-                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;object&quot;, &quot;function&quot;, &quot;undefined&quot;, &quot;string&quot;, &quot;number&quot;, &quot;boolean&quot;], &quot;description&quot;: &quot;Object type.&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;User-friendly property value string.&quot; },
-                { &quot;name&quot;: &quot;valuePreview&quot;, &quot;$ref&quot;: &quot;ObjectPreview&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Nested value preview.&quot; },
-                { &quot;name&quot;: &quot;subtype&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;array&quot;, &quot;null&quot;, &quot;node&quot;, &quot;regexp&quot;, &quot;date&quot;], &quot;description&quot;: &quot;Object subtype hint. Specified for &lt;code&gt;object&lt;/code&gt; type values only.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;PropertyDescriptor&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Object property descriptor.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Property name.&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;$ref&quot;: &quot;RemoteObject&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The value associated with the property.&quot; },
-                { &quot;name&quot;: &quot;writable&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the value associated with the property may be changed (data descriptors only).&quot; },
-                { &quot;name&quot;: &quot;get&quot;, &quot;$ref&quot;: &quot;RemoteObject&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;A function which serves as a getter for the property, or &lt;code&gt;undefined&lt;/code&gt; if there is no getter (accessor descriptors only).&quot; },
-                { &quot;name&quot;: &quot;set&quot;, &quot;$ref&quot;: &quot;RemoteObject&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;A function which serves as a setter for the property, or &lt;code&gt;undefined&lt;/code&gt; if there is no setter (accessor descriptors only).&quot; },
-                { &quot;name&quot;: &quot;configurable&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object.&quot; },
-                { &quot;name&quot;: &quot;enumerable&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if this property shows up during enumeration of the properties on the corresponding object.&quot; },
-                { &quot;name&quot;: &quot;wasThrown&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the result was thrown during the evaluation.&quot; },
-                { &quot;name&quot;: &quot;isOwn&quot;, &quot;optional&quot;: true, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if the property is owned for the object.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;InternalPropertyDescriptor&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Object internal property descriptor. This property isn't normally visible in JavaScript code.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Conventional property name.&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;$ref&quot;: &quot;RemoteObject&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The value associated with the property.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;CallArgument&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Represents function call argument. Either remote object id &lt;code&gt;objectId&lt;/code&gt; or primitive &lt;code&gt;value&lt;/code&gt; or neither of (for undefined) them should be specified.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;any&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Primitive value.&quot; },
-                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;RemoteObjectId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Remote object handle.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;ExecutionContextId&quot;,
-            &quot;type&quot;: &quot;integer&quot;,
-            &quot;description&quot;: &quot;Id of an execution context.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;RuntimeFrameId&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;description&quot;: &quot;Unique frame identifier. FIXME: Duplicate of Network.FrameId &lt;https://webkit.org/b/125664&gt; Web Inspector: FIX Type Dependency Issues&quot;
-        },
-        {
-            &quot;id&quot;: &quot;ExecutionContextDescription&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Description of an isolated world.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;ExecutionContextId&quot;, &quot;description&quot;: &quot;Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.&quot; },
-                { &quot;name&quot;: &quot;isPageContext&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if this is a context where inpspected web page scripts run. False if it is a content script isolated context.&quot; },
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Human readable name describing given context.&quot;},
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;RuntimeFrameId&quot;, &quot;description&quot;: &quot;Id of the owning frame.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;SyntaxErrorType&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;enum&quot;: [&quot;none&quot;, &quot;irrecoverable&quot;, &quot;unterminated-literal&quot;, &quot;recoverable&quot;],
-            &quot;description&quot;: &quot;Syntax error type: \&quot;none\&quot; for no error, \&quot;irrecoverable\&quot; for unrecoverable errors, \&quot;unterminated-literal\&quot; for when there is an unterminated literal, \&quot;recoverable\&quot; for when the expression is unfinished but valid so far.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;ErrorRange&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Range of an error in source code.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;startOffset&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Start offset of range (inclusive).&quot; },
-                { &quot;name&quot;: &quot;endOffset&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;End offset of range (exclusive).&quot; }
-            ]
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;parse&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;source&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Source code to parse.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;result&quot;, &quot;$ref&quot;: &quot;SyntaxErrorType&quot;, &quot;description&quot;: &quot;Parse result.&quot; },
-                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Parse error message.&quot; },
-                { &quot;name&quot;: &quot;range&quot;, &quot;$ref&quot;: &quot;ErrorRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Range in the source where the error occurred.&quot; }
-            ],
-            &quot;description&quot;: &quot;Parses JavaScript source code for errors.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;evaluate&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Expression to evaluate.&quot; },
-                { &quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Symbolic group name that can be used to release multiple objects.&quot; },
-                { &quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Determines whether Command Line API should be available during the evaluation.&quot; },
-                { &quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies whether evaluation should stop on exceptions and mute console. Overrides setPauseOnException state.&quot; },
-                { &quot;name&quot;: &quot;contextId&quot;, &quot;$ref&quot;: &quot;Runtime.ExecutionContextId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies in which isolated context to perform evaluation. Each content script lives in an isolated context and this parameter may be used to specify one of those contexts. If the parameter is omitted or 0 the evaluation will be performed in the context of the inspected page.&quot; },
-                { &quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the result is expected to be a JSON object that should be sent by value.&quot; },
-                { &quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether preview should be generated for the result.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;result&quot;, &quot;$ref&quot;: &quot;RemoteObject&quot;, &quot;description&quot;: &quot;Evaluation result.&quot; },
-                { &quot;name&quot;: &quot;wasThrown&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the result was thrown during the evaluation.&quot; }
-            ],
-            &quot;description&quot;: &quot;Evaluates expression on global object.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;callFunctionOn&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;RemoteObjectId&quot;, &quot;description&quot;: &quot;Identifier of the object to call function on.&quot; },
-                { &quot;name&quot;: &quot;functionDeclaration&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Declaration of the function to call.&quot; },
-                { &quot;name&quot;: &quot;arguments&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CallArgument&quot;, &quot;description&quot;: &quot;Call argument.&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Call arguments. All call arguments must belong to the same JavaScript world as the target object.&quot; },
-                { &quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies whether function call should stop on exceptions and mute console. Overrides setPauseOnException state.&quot; },
-                { &quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the result is expected to be a JSON object which should be sent by value.&quot; },
-                { &quot;name&quot;: &quot;generatePreview&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether preview should be generated for the result.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;result&quot;, &quot;$ref&quot;: &quot;RemoteObject&quot;, &quot;description&quot;: &quot;Call result.&quot; },
-                { &quot;name&quot;: &quot;wasThrown&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the result was thrown during the evaluation.&quot; }
-            ],
-            &quot;description&quot;: &quot;Calls function with given declaration on the given object. Object group of the result is inherited from the target object.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getProperties&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;RemoteObjectId&quot;, &quot;description&quot;: &quot;Identifier of the object to return properties for.&quot; },
-                { &quot;name&quot;: &quot;ownProperties&quot;, &quot;optional&quot;: true, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, returns properties belonging only to the element itself, not to its prototype chain.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;PropertyDescriptor&quot;}, &quot;description&quot;: &quot;Object properties.&quot; },
-                { &quot;name&quot;: &quot;internalProperties&quot;, &quot;optional&quot;: true, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;InternalPropertyDescriptor&quot;}, &quot;description&quot;: &quot;Internal object properties.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns properties of a given object. Object group of the result is inherited from the target object.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;releaseObject&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;RemoteObjectId&quot;, &quot;description&quot;: &quot;Identifier of the object to release.&quot; }
-            ],
-            &quot;description&quot;: &quot;Releases remote object with given id.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;releaseObjectGroup&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Symbolic object group name.&quot; }
-            ],
-            &quot;description&quot;: &quot;Releases all remote objects that belong to a given group.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;run&quot;,
-            &quot;description&quot;: &quot;Tells inspected instance(worker or page) that it can run in case it was started paused.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;enable&quot;,
-            &quot;description&quot;: &quot;Enables reporting of execution contexts creation by means of &lt;code&gt;executionContextCreated&lt;/code&gt; event. When the reporting gets enabled the event will be sent immediately for each existing execution context.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;disable&quot;,
-            &quot;description&quot;: &quot;Disables reporting of execution contexts creation.&quot;
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;executionContextCreated&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;context&quot;, &quot;$ref&quot;: &quot;ExecutionContextDescription&quot;, &quot;description&quot;: &quot;A newly created execution contex.&quot; }
-            ],
-            &quot;description&quot;: &quot;Issued when new execution context is created.&quot;
-        }
-    ]
-}
-]}
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIVersionsInspectorWebiOS80json"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/Versions/InspectorWeb-iOS-8.0.json (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Versions/InspectorWeb-iOS-8.0.json        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/Versions/InspectorWeb-iOS-8.0.json        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,2350 +0,0 @@
</span><del>-{&quot;domains&quot;:[
-{
-    &quot;domain&quot;: &quot;ApplicationCache&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;ApplicationCacheResource&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Detailed application cache resource information.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource url.&quot; },
-                { &quot;name&quot;: &quot;size&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Resource size.&quot; },
-                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource type.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;ApplicationCache&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Detailed application cache information.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;manifestURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Manifest URL.&quot; },
-                { &quot;name&quot;: &quot;size&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Application cache size.&quot; },
-                { &quot;name&quot;: &quot;creationTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Application cache creation time.&quot; },
-                { &quot;name&quot;: &quot;updateTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Application cache update time.&quot; },
-                { &quot;name&quot;: &quot;resources&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ApplicationCacheResource&quot; }, &quot;description&quot;: &quot;Application cache resources.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;FrameWithManifest&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Frame identifier - manifest URL pair.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Frame identifier.&quot; },
-                { &quot;name&quot;: &quot;manifestURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Manifest URL.&quot; },
-                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Application cache status.&quot; }
-            ]
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;getFramesWithManifests&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;frameIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;FrameWithManifest&quot; }, &quot;description&quot;: &quot;Array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns array of frame identifiers with manifest urls for each frame containing a document associated with some application cache.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;enable&quot;,
-            &quot;description&quot;: &quot;Enables application cache domain notifications.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getManifestForFrame&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Identifier of the frame containing document whose manifest is retrieved.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;manifestURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Manifest URL for document in the given frame.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns manifest URL for document in the given frame.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getApplicationCacheForFrame&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Identifier of the frame containing document whose application cache is retrieved.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;applicationCache&quot;, &quot;$ref&quot;: &quot;ApplicationCache&quot;, &quot;description&quot;: &quot;Relevant application cache data for the document in given frame.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns relevant application cache data for the document in given frame.&quot;
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;applicationCacheStatusUpdated&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Identifier of the frame containing document whose application cache updated status.&quot; },
-                { &quot;name&quot;: &quot;manifestURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Manifest URL.&quot; },
-                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Updated application cache status.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;networkStateUpdated&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;isNowOnline&quot;, &quot;type&quot;: &quot;boolean&quot; }
-            ]
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;CSS&quot;,
-    &quot;description&quot;: &quot;This domain exposes CSS read/write operations. All CSS objects, like stylesheets, rules, and styles, have an associated &lt;code&gt;id&lt;/code&gt; used in subsequent operations on the related object. Each object type has a specific &lt;code&gt;id&lt;/code&gt; structure, and those are not interchangeable between objects of different kinds. CSS objects can be loaded using the &lt;code&gt;get*ForNode()&lt;/code&gt; calls (which accept a DOM node id). Alternatively, a client can discover all the existing stylesheets with the &lt;code&gt;getAllStyleSheets()&lt;/code&gt; method and subsequently load the required stylesheet contents using the &lt;code&gt;getStyleSheet[Text]()&lt;/code&gt; methods.&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;StyleSheetId&quot;,
-            &quot;type&quot;: &quot;string&quot;
-        },
-        {
-            &quot;id&quot;: &quot;CSSStyleId&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot;, &quot;description&quot;: &quot;Enclosing stylesheet identifier.&quot; },
-                { &quot;name&quot;: &quot;ordinal&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The style ordinal within the stylesheet.&quot; }
-            ],
-            &quot;description&quot;: &quot;This object identifies a CSS style in a unique way.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;StyleSheetOrigin&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;enum&quot;: [&quot;user&quot;, &quot;user-agent&quot;, &quot;inspector&quot;, &quot;regular&quot;],
-            &quot;description&quot;: &quot;Stylesheet type: \&quot;user\&quot; for user stylesheets, \&quot;user-agent\&quot; for user-agent stylesheets, \&quot;inspector\&quot; for stylesheets created by the inspector (i.e. those holding the \&quot;via inspector\&quot; rules), \&quot;regular\&quot; for regular stylesheets.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;CSSRuleId&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot;, &quot;description&quot;: &quot;Enclosing stylesheet identifier.&quot; },
-                { &quot;name&quot;: &quot;ordinal&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The rule ordinal within the stylesheet.&quot; }
-            ],
-            &quot;description&quot;: &quot;This object identifies a CSS rule in a unique way.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;PseudoIdMatches&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;pseudoId&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Pseudo style identifier (see &lt;code&gt;enum PseudoId&lt;/code&gt; in &lt;code&gt;RenderStyleConstants.h&lt;/code&gt;).&quot;},
-                { &quot;name&quot;: &quot;matches&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;RuleMatch&quot; }, &quot;description&quot;: &quot;Matches of CSS rules applicable to the pseudo style.&quot;}
-            ],
-            &quot;description&quot;: &quot;CSS rule collection for a single pseudo style.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;InheritedStyleEntry&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;inlineStyle&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The ancestor node's inline style, if any, in the style inheritance chain.&quot; },
-                { &quot;name&quot;: &quot;matchedCSSRules&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;RuleMatch&quot; }, &quot;description&quot;: &quot;Matches of CSS rules matching the ancestor node in the style inheritance chain.&quot; }
-            ],
-            &quot;description&quot;: &quot;CSS rule collection for a single pseudo style.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;RuleMatch&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;rule&quot;, &quot;$ref&quot;: &quot;CSSRule&quot;, &quot;description&quot;: &quot;CSS rule in the match.&quot; },
-                { &quot;name&quot;: &quot;matchingSelectors&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;integer&quot; }, &quot;description&quot;: &quot;Matching selector indices in the rule's selectorList selectors (0-based).&quot; }
-            ],
-            &quot;description&quot;: &quot;Match data for a CSS rule.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;SelectorList&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;selectors&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Selectors in the list.&quot; },
-                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Rule selector text.&quot; },
-                { &quot;name&quot;: &quot;range&quot;, &quot;$ref&quot;: &quot;SourceRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Rule selector range in the underlying resource (if available).&quot; }
-            ],
-            &quot;description&quot;: &quot;Selector list data.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;CSSStyleAttribute&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;DOM attribute name (e.g. \&quot;width\&quot;).&quot;},
-                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;CSS style generated by the respective DOM attribute.&quot;}
-            ],
-            &quot;description&quot;: &quot;CSS style information for a DOM style attribute.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;CSSStyleSheetHeader&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot;, &quot;description&quot;: &quot;The stylesheet identifier.&quot;},
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Owner frame identifier.&quot;},
-                { &quot;name&quot;: &quot;sourceURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Stylesheet resource URL.&quot;},
-                { &quot;name&quot;: &quot;origin&quot;, &quot;$ref&quot;: &quot;StyleSheetOrigin&quot;, &quot;description&quot;: &quot;Stylesheet origin.&quot;},
-                { &quot;name&quot;: &quot;title&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Stylesheet title.&quot;},
-                { &quot;name&quot;: &quot;disabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Denotes whether the stylesheet is disabled.&quot;}
-            ],
-            &quot;description&quot;: &quot;CSS stylesheet metainformation.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;CSSStyleSheetBody&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot;, &quot;description&quot;: &quot;The stylesheet identifier.&quot;},
-                { &quot;name&quot;: &quot;rules&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSRule&quot; }, &quot;description&quot;: &quot;Stylesheet resource URL.&quot;},
-                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Stylesheet resource contents (if available).&quot;}
-            ],
-            &quot;description&quot;: &quot;CSS stylesheet contents.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;CSSRule&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;ruleId&quot;, &quot;$ref&quot;: &quot;CSSRuleId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The CSS rule identifier (absent for user agent stylesheet and user-specified stylesheet rules).&quot;},
-                { &quot;name&quot;: &quot;selectorList&quot;, &quot;$ref&quot;: &quot;SelectorList&quot;, &quot;description&quot;: &quot;Rule selector data.&quot; },
-                { &quot;name&quot;: &quot;sourceURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Parent stylesheet resource URL (for regular rules).&quot;},
-                { &quot;name&quot;: &quot;sourceLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Line ordinal of the rule selector start character in the resource.&quot;},
-                { &quot;name&quot;: &quot;origin&quot;, &quot;$ref&quot;: &quot;StyleSheetOrigin&quot;, &quot;description&quot;: &quot;Parent stylesheet's origin.&quot;},
-                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;Associated style declaration.&quot; },
-                { &quot;name&quot;: &quot;media&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSMedia&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Media list array (for rules involving media queries). The array enumerates media queries starting with the innermost one, going outwards.&quot; }
-            ],
-            &quot;description&quot;: &quot;CSS rule representation.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;SourceRange&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;startLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Start line of range.&quot; },
-                { &quot;name&quot;: &quot;startColumn&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Start column of range (inclusive).&quot; },
-                { &quot;name&quot;: &quot;endLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;End line of range&quot; },
-                { &quot;name&quot;: &quot;endColumn&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;End column of range (exclusive).&quot; }
-            ],
-            &quot;description&quot;: &quot;Text range within a resource.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;ShorthandEntry&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Shorthand name.&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Shorthand value.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;CSSPropertyInfo&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Property name.&quot; },
-                { &quot;name&quot;: &quot;longhands&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Longhand property names.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;CSSComputedStyleProperty&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed style property name.&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed style property value.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;CSSStyle&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;styleId&quot;, &quot;$ref&quot;: &quot;CSSStyleId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The CSS style identifier (absent for attribute styles).&quot; },
-                { &quot;name&quot;: &quot;cssProperties&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSProperty&quot; }, &quot;description&quot;: &quot;CSS properties in the style.&quot; },
-                { &quot;name&quot;: &quot;shorthandEntries&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ShorthandEntry&quot; }, &quot;description&quot;: &quot;Computed values for all shorthands found in the style.&quot; },
-                { &quot;name&quot;: &quot;cssText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Style declaration text (if available).&quot; },
-                { &quot;name&quot;: &quot;range&quot;, &quot;$ref&quot;: &quot;SourceRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Style declaration range in the enclosing stylesheet (if available).&quot; },
-                { &quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The effective \&quot;width\&quot; property value from this style.&quot; },
-                { &quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The effective \&quot;height\&quot; property value from this style.&quot; }
-            ],
-            &quot;description&quot;: &quot;CSS style representation.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;CSSProperty&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The property name.&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The property value.&quot; },
-                { &quot;name&quot;: &quot;priority&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The property priority (implies \&quot;\&quot; if absent).&quot; },
-                { &quot;name&quot;: &quot;implicit&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the property is implicit (implies &lt;code&gt;false&lt;/code&gt; if absent).&quot; },
-                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The full property text as specified in the style.&quot; },
-                { &quot;name&quot;: &quot;parsedOk&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the property is understood by the browser (implies &lt;code&gt;true&lt;/code&gt; if absent).&quot; },
-                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;active&quot;, &quot;inactive&quot;, &quot;disabled&quot;, &quot;style&quot;], &quot;optional&quot;: true, &quot;description&quot;: &quot;The property status: \&quot;active\&quot; if the property is effective in the style, \&quot;inactive\&quot; if the property is overridden by a same-named property in this style later on, \&quot;disabled\&quot; if the property is disabled by the user, \&quot;style\&quot; (implied if absent) if the property is reported by the browser rather than by the CSS source parser.&quot; },
-                { &quot;name&quot;: &quot;range&quot;, &quot;$ref&quot;: &quot;SourceRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The entire property range in the enclosing style declaration (if available).&quot; }
-            ],
-            &quot;description&quot;: &quot;CSS style effective visual dimensions and source offsets.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;CSSMedia&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Media query text.&quot; },
-                { &quot;name&quot;: &quot;source&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;mediaRule&quot;, &quot;importRule&quot;, &quot;linkedSheet&quot;, &quot;inlineSheet&quot;], &quot;description&quot;: &quot;Source of the media query: \&quot;mediaRule\&quot; if specified by a @media rule, \&quot;importRule\&quot; if specified by an @import rule, \&quot;linkedSheet\&quot; if specified by a \&quot;media\&quot; attribute in a linked stylesheet's LINK tag, \&quot;inlineSheet\&quot; if specified by a \&quot;media\&quot; attribute in an inline stylesheet's STYLE tag.&quot; },
-                { &quot;name&quot;: &quot;sourceURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of the document containing the media query description.&quot; },
-                { &quot;name&quot;: &quot;sourceLine&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Line in the document containing the media query (not defined for the \&quot;stylesheet\&quot; source).&quot; }
-            ],
-            &quot;description&quot;: &quot;CSS media query descriptor.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;Region&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;regionOverset&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;overset&quot;, &quot;fit&quot;, &quot;empty&quot;], &quot;description&quot;: &quot;The \&quot;overset\&quot; attribute of a Named Flow.&quot; },
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The corresponding DOM node id.&quot; }
-            ],
-            &quot;description&quot;: &quot;This object represents a region that flows from a Named Flow.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;NamedFlow&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id.&quot; },
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Named Flow identifier.&quot; },
-                { &quot;name&quot;: &quot;overset&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;The \&quot;overset\&quot; attribute of a Named Flow.&quot; },
-                { &quot;name&quot;: &quot;content&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;DOM.NodeId&quot; }, &quot;description&quot;: &quot;An array of nodes that flow into the Named Flow.&quot; },
-                { &quot;name&quot;: &quot;regions&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Region&quot; }, &quot;description&quot;: &quot;An array of regions associated with the Named Flow.&quot; }
-            ],
-            &quot;description&quot;: &quot;This object represents a Named Flow.&quot;
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;enable&quot;,
-            &quot;description&quot;: &quot;Enables the CSS agent for the given page. Clients should not assume that the CSS agent has been enabled until the result of this command is received.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;disable&quot;,
-            &quot;description&quot;: &quot;Disables the CSS agent for the given page.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getMatchedStylesForNode&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot; },
-                { &quot;name&quot;: &quot;includePseudo&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether to include pseudo styles (default: true).&quot; },
-                { &quot;name&quot;: &quot;includeInherited&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether to include inherited styles (default: true).&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;matchedCSSRules&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;RuleMatch&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;CSS rules matching this node, from all applicable stylesheets.&quot; },
-                { &quot;name&quot;: &quot;pseudoElements&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;PseudoIdMatches&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Pseudo style matches for this node.&quot; },
-                { &quot;name&quot;: &quot;inherited&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;InheritedStyleEntry&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;A chain of inherited styles (from the immediate node parent up to the DOM tree root).&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns requested styles for a DOM node identified by &lt;code&gt;nodeId&lt;/code&gt;.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getInlineStylesForNode&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;inlineStyle&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Inline style for the specified DOM node.&quot; },
-                { &quot;name&quot;: &quot;attributesStyle&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Attribute-defined element style (e.g. resulting from \&quot;width=20 height=100%\&quot;).&quot;}
-            ],
-            &quot;description&quot;: &quot;Returns the styles defined inline (explicitly in the \&quot;style\&quot; attribute and implicitly, using DOM attributes) for a DOM node identified by &lt;code&gt;nodeId&lt;/code&gt;.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getComputedStyleForNode&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;computedStyle&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSComputedStyleProperty&quot; }, &quot;description&quot;: &quot;Computed style for the specified DOM node.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns the computed style for a DOM node identified by &lt;code&gt;nodeId&lt;/code&gt;.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getAllStyleSheets&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;headers&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSStyleSheetHeader&quot; }, &quot;description&quot;: &quot;Descriptor entries for all available stylesheets.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns metainfo entries for all known stylesheets.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getStyleSheet&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;styleSheet&quot;, &quot;$ref&quot;: &quot;CSSStyleSheetBody&quot;, &quot;description&quot;: &quot;Stylesheet contents for the specified &lt;code&gt;styleSheetId&lt;/code&gt;.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns stylesheet data for the specified &lt;code&gt;styleSheetId&lt;/code&gt;.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getStyleSheetText&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The stylesheet text.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns the current textual content and the URL for a stylesheet.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setStyleSheetText&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot; },
-                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets the new stylesheet text, thereby invalidating all existing &lt;code&gt;CSSStyleId&lt;/code&gt;'s and &lt;code&gt;CSSRuleId&lt;/code&gt;'s contained by this stylesheet.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setStyleText&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;styleId&quot;, &quot;$ref&quot;: &quot;CSSStyleId&quot; },
-                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;The resulting style after the text modification.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets the new &lt;code&gt;text&lt;/code&gt; for the respective style.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setPropertyText&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;styleId&quot;, &quot;$ref&quot;: &quot;CSSStyleId&quot; },
-                { &quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;integer&quot; },
-                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot; },
-                { &quot;name&quot;: &quot;overwrite&quot;, &quot;type&quot;: &quot;boolean&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;The resulting style after the property text modification.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets the new &lt;code&gt;text&lt;/code&gt; for a property in the respective style, at offset &lt;code&gt;propertyIndex&lt;/code&gt;. If &lt;code&gt;overwrite&lt;/code&gt; is &lt;code&gt;true&lt;/code&gt;, a property at the given offset is overwritten, otherwise inserted. &lt;code&gt;text&lt;/code&gt; entirely replaces the property &lt;code&gt;name: value&lt;/code&gt;.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;toggleProperty&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;styleId&quot;, &quot;$ref&quot;: &quot;CSSStyleId&quot; },
-                { &quot;name&quot;: &quot;propertyIndex&quot;, &quot;type&quot;: &quot;integer&quot; },
-                { &quot;name&quot;: &quot;disable&quot;, &quot;type&quot;: &quot;boolean&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;style&quot;, &quot;$ref&quot;: &quot;CSSStyle&quot;, &quot;description&quot;: &quot;The resulting style after the property toggling.&quot; }
-            ],
-            &quot;description&quot;: &quot;Toggles the property in the respective style, at offset &lt;code&gt;propertyIndex&lt;/code&gt;. The &lt;code&gt;disable&lt;/code&gt; parameter denotes whether the property should be disabled (i.e. removed from the style declaration). If &lt;code&gt;disable == false&lt;/code&gt;, the property gets put back into its original place in the style declaration.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setRuleSelector&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;ruleId&quot;, &quot;$ref&quot;: &quot;CSSRuleId&quot; },
-                { &quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;rule&quot;, &quot;$ref&quot;: &quot;CSSRule&quot;, &quot;description&quot;: &quot;The resulting rule after the selector modification.&quot; }
-            ],
-            &quot;description&quot;: &quot;Modifies the rule selector.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;addRule&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;contextNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot; },
-                { &quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;rule&quot;, &quot;$ref&quot;: &quot;CSSRule&quot;, &quot;description&quot;: &quot;The newly created rule.&quot; }
-            ],
-            &quot;description&quot;: &quot;Creates a new empty rule with the given &lt;code&gt;selector&lt;/code&gt; in a special \&quot;inspector\&quot; stylesheet in the owner document of the context node.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getSupportedCSSProperties&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;cssProperties&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSPropertyInfo&quot; }, &quot;description&quot;: &quot;Supported property metainfo.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns all supported CSS property names.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;forcePseudoState&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The element id for which to force the pseudo state.&quot; },
-                { &quot;name&quot;: &quot;forcedPseudoClasses&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;active&quot;, &quot;focus&quot;, &quot;hover&quot;, &quot;visited&quot;] }, &quot;description&quot;: &quot;Element pseudo classes to force when computing the element's style.&quot; }
-            ],
-            &quot;description&quot;: &quot;Ensures that the given node will have specified pseudo-classes whenever its style is computed by the browser.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getNamedFlowCollection&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id for which to get the Named Flow Collection.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;namedFlows&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NamedFlow&quot; }, &quot;description&quot;: &quot;An array containing the Named Flows in the document.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns the Named Flows from the document.&quot;
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;mediaQueryResultChanged&quot;,
-            &quot;description&quot;: &quot;Fires whenever a MediaQuery result changes (for example, after a browser window has been resized.) The current implementation considers only viewport-dependent media features.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;styleSheetChanged&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;styleSheetId&quot;, &quot;$ref&quot;: &quot;StyleSheetId&quot; }
-            ],
-            &quot;description&quot;: &quot;Fired whenever a stylesheet is changed as a result of the client operation.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;namedFlowCreated&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;namedFlow&quot;, &quot;$ref&quot;: &quot;NamedFlow&quot;, &quot;description&quot;: &quot;The new Named Flow.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fires when a Named Flow is created.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;namedFlowRemoved&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id.&quot; },
-                { &quot;name&quot;: &quot;flowName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Identifier of the removed Named Flow.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fires when a Named Flow is removed: has no associated content nodes and regions.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;regionOversetChanged&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;namedFlow&quot;, &quot;$ref&quot;: &quot;NamedFlow&quot;, &quot;description&quot;: &quot;The Named Flow containing the regions whose regionOverset values changed.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fires if any of the regionOverset values changed in a Named Flow's region chain.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;registeredNamedFlowContentElement&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id.&quot; },
-                { &quot;name&quot;: &quot;flowName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Named Flow identifier for which the new content element was registered.&quot; },
-                { &quot;name&quot;: &quot;contentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The node id of the registered content node.&quot; },
-                { &quot;name&quot;: &quot;nextContentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The node id of the element following the registered content node.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fires when a Named Flow's has been registered with a new content node.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;unregisteredNamedFlowContentElement&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;documentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The document node id.&quot; },
-                { &quot;name&quot;: &quot;flowName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Named Flow identifier for which the new content element was unregistered.&quot; },
-                { &quot;name&quot;: &quot;contentNodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The node id of the unregistered content node.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fires when a Named Flow's has been registered with a new content node.&quot;
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;DOM&quot;,
-    &quot;description&quot;: &quot;This domain exposes DOM read/write operations. Each DOM Node is represented with its mirror object that has an &lt;code&gt;id&lt;/code&gt;. This &lt;code&gt;id&lt;/code&gt; can be used to get additional information on the Node, resolve it into the JavaScript object wrapper, etc. It is important that client receives DOM events only for the nodes that are known to the client. Backend keeps track of the nodes that were sent to the client and never sends the same node twice. It is client's responsibility to collect information about the nodes that were sent to the client.&lt;p&gt;Note that &lt;code&gt;iframe&lt;/code&gt; owner elements will return corresponding document elements as their child nodes.&lt;/p&gt;&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;NodeId&quot;,
-            &quot;type&quot;: &quot;integer&quot;,
-            &quot;description&quot;: &quot;Unique DOM node identifier.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;BackendNodeId&quot;,
-            &quot;type&quot;: &quot;integer&quot;,
-            &quot;description&quot;: &quot;Unique DOM node identifier used to reference a node that may not have been pushed to the front-end.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;LiveRegionRelevant&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;enum&quot;: [&quot;additions&quot;, &quot;removals&quot;, &quot;text&quot;],
-            &quot;description&quot;: &quot;Token values of @aria-relevant attribute.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;Node&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Node identifier that is passed into the rest of the DOM messages as the &lt;code&gt;nodeId&lt;/code&gt;. Backend will only push node with given &lt;code&gt;id&lt;/code&gt; once. It is aware of all requested nodes and will only fire DOM events for nodes known to the client.&quot; },
-                { &quot;name&quot;: &quot;nodeType&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;&lt;code&gt;Node&lt;/code&gt;'s nodeType.&quot; },
-                { &quot;name&quot;: &quot;nodeName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;&lt;code&gt;Node&lt;/code&gt;'s nodeName.&quot; },
-                { &quot;name&quot;: &quot;localName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;&lt;code&gt;Node&lt;/code&gt;'s localName.&quot; },
-                { &quot;name&quot;: &quot;nodeValue&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;&lt;code&gt;Node&lt;/code&gt;'s nodeValue.&quot; },
-                { &quot;name&quot;: &quot;childNodeCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Child count for &lt;code&gt;Container&lt;/code&gt; nodes.&quot; },
-                { &quot;name&quot;: &quot;children&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;Node&quot; }, &quot;description&quot;: &quot;Child nodes of this node when requested with children.&quot; },
-                { &quot;name&quot;: &quot;attributes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Attributes of the &lt;code&gt;Element&lt;/code&gt; node in the form of flat array &lt;code&gt;[name1, value1, name2, value2]&lt;/code&gt;.&quot; },
-                { &quot;name&quot;: &quot;documentURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Document URL that &lt;code&gt;Document&lt;/code&gt; or &lt;code&gt;FrameOwner&lt;/code&gt; node points to.&quot; },
-                { &quot;name&quot;: &quot;baseURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Base URL that &lt;code&gt;Document&lt;/code&gt; or &lt;code&gt;FrameOwner&lt;/code&gt; node uses for URL completion.&quot; },
-                { &quot;name&quot;: &quot;publicId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DocumentType&lt;/code&gt;'s publicId.&quot; },
-                { &quot;name&quot;: &quot;systemId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DocumentType&lt;/code&gt;'s systemId.&quot; },
-                { &quot;name&quot;: &quot;internalSubset&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DocumentType&lt;/code&gt;'s internalSubset.&quot; },
-                { &quot;name&quot;: &quot;xmlVersion&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;Document&lt;/code&gt;'s XML version in case of XML documents.&quot; },
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;Attr&lt;/code&gt;'s name.&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;Attr&lt;/code&gt;'s value.&quot; },
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Frame ID for frame owner elements.&quot; },
-                { &quot;name&quot;: &quot;contentDocument&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Content document for frame owner elements.&quot; },
-                { &quot;name&quot;: &quot;shadowRoots&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;Node&quot; }, &quot;description&quot;: &quot;Shadow root list for given element host.&quot; },
-                { &quot;name&quot;: &quot;templateContent&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Content document fragment for template elements&quot; },
-                { &quot;name&quot;: &quot;role&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Computed value for first recognized role token, default role per element, or overridden role.&quot; }
-            ],
-            &quot;description&quot;: &quot;DOM interaction is implemented in terms of mirror objects that represent the actual DOM nodes. DOMNode is a base node mirror type.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;EventListener&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;&lt;code&gt;EventListener&lt;/code&gt;'s type.&quot; },
-                { &quot;name&quot;: &quot;useCapture&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;&lt;code&gt;EventListener&lt;/code&gt;'s useCapture.&quot; },
-                { &quot;name&quot;: &quot;isAttribute&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;&lt;code&gt;EventListener&lt;/code&gt;'s isAttribute.&quot; },
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Target &lt;code&gt;DOMNode&lt;/code&gt; id.&quot; },
-                { &quot;name&quot;: &quot;handlerBody&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Event handler function body.&quot; },
-                { &quot;name&quot;: &quot;location&quot;, &quot;$ref&quot;: &quot;Debugger.Location&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Handler code location.&quot; },
-                { &quot;name&quot;: &quot;sourceName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Source script URL.&quot; },
-                { &quot;name&quot;: &quot;handler&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Event handler function value.&quot; }
-            ],
-            &quot;description&quot;: &quot;A structure holding event listener properties.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;AccessibilityProperties&quot;,
-            &quot;description&quot;: &quot;A structure holding accessibility properties.&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;activeDescendantNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DOMNode&lt;/code&gt; id of the accessibility object referenced by aria-activedescendant.&quot; },
-                { &quot;name&quot;: &quot;busy&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Value of @aria-busy on current or ancestor node.&quot; },
-                { &quot;name&quot;: &quot;checked&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;true&quot;, &quot;false&quot;, &quot;mixed&quot;], &quot;description&quot;: &quot;Checked state of certain form controls.&quot; },
-                { &quot;name&quot;: &quot;childNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of the accessibility tree children if available.&quot; },
-                { &quot;name&quot;: &quot;controlledNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of any nodes referenced via @aria-controls.&quot; },
-                { &quot;name&quot;: &quot;disabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Disabled state of form controls.&quot; },
-                { &quot;name&quot;: &quot;exists&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Indicates whether there is an existing AX object for the DOM node. If this is false, all the other properties will be default values.&quot; },
-                { &quot;name&quot;: &quot;expanded&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Expanded state.&quot; },
-                { &quot;name&quot;: &quot;flowedNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of any nodes referenced via @aria-flowto.&quot; },
-                { &quot;name&quot;: &quot;focused&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Focused state. Only defined on focusable elements.&quot; },
-                { &quot;name&quot;: &quot;ignored&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the accessibility of the associated AX object node is ignored, whether heuristically or explicitly.&quot; },
-                { &quot;name&quot;: &quot;ignoredByDefault&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;State indicating whether the accessibility of the associated AX object node is ignored by default for node type.&quot; },
-                { &quot;name&quot;: &quot;invalid&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;true&quot;, &quot;false&quot;, &quot;grammar&quot;, &quot;spelling&quot;], &quot;description&quot;: &quot;Invalid status of form controls.&quot; },
-                { &quot;name&quot;: &quot;hidden&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Hidden state. True if node or an ancestor is hidden via CSS or explicit @aria-hidden, to clarify why the element is ignored.&quot; },
-                { &quot;name&quot;: &quot;label&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed label value for the node, sometimes calculated by referencing other nodes.&quot; },
-                { &quot;name&quot;: &quot;liveRegionAtomic&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Value of @aria-atomic.&quot; },
-                { &quot;name&quot;: &quot;liveRegionRelevant&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Token value(s) of element's @aria-relevant attribute. Array of string values matching $ref LiveRegionRelevant. FIXME: Enum values blocked by http://webkit.org/b/133711&quot; },
-                { &quot;name&quot;: &quot;liveRegionStatus&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;enum&quot;: [&quot;assertive&quot;, &quot;polite&quot;, &quot;off&quot;], &quot;description&quot;: &quot;Value of element's @aria-live attribute.&quot; },
-                { &quot;name&quot;: &quot;mouseEventNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DOMNode&lt;/code&gt; id of node or closest ancestor node that has a mousedown, mouseup, or click event handler.&quot; },
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Target &lt;code&gt;DOMNode&lt;/code&gt; id.&quot; },
-                { &quot;name&quot;: &quot;ownedNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of any nodes referenced via @aria-owns.&quot; },
-                { &quot;name&quot;: &quot;parentNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;&lt;code&gt;DOMNode&lt;/code&gt; id of the accessibility tree parent object if available.&quot; },
-                { &quot;name&quot;: &quot;pressed&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Pressed state for toggle buttons.&quot; },
-                { &quot;name&quot;: &quot;readonly&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Readonly state of text controls.&quot; },
-                { &quot;name&quot;: &quot;required&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Required state of form controls.&quot; },
-                { &quot;name&quot;: &quot;role&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Computed value for first recognized role token, default role per element, or overridden role.&quot; },
-                { &quot;name&quot;: &quot;selected&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Selected state of certain form controls.&quot; },
-                { &quot;name&quot;: &quot;selectedChildNodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Array of &lt;code&gt;DOMNode&lt;/code&gt; ids of any children marked as selected.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;RGBA&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;r&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The red component, in the [0-255] range.&quot; },
-                { &quot;name&quot;: &quot;g&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The green component, in the [0-255] range.&quot; },
-                { &quot;name&quot;: &quot;b&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The blue component, in the [0-255] range.&quot; },
-                { &quot;name&quot;: &quot;a&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The alpha component, in the [0-1] range (default: 1).&quot; }
-            ],
-            &quot;description&quot;: &quot;A structure holding an RGBA color.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;Quad&quot;,
-            &quot;type&quot;: &quot;array&quot;,
-            &quot;items&quot;: { &quot;type&quot;: &quot;number&quot; },
-            &quot;minItems&quot;: 8,
-            &quot;maxItems&quot;: 8,
-            &quot;description&quot;: &quot;An array of quad vertices, x immediately followed by y for each point, points clock-wise.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;HighlightConfig&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;showInfo&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Whether the node info tooltip should be shown (default: false).&quot; },
-                { &quot;name&quot;: &quot;contentColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The content box highlight fill color (default: transparent).&quot; },
-                { &quot;name&quot;: &quot;paddingColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The padding highlight fill color (default: transparent).&quot; },
-                { &quot;name&quot;: &quot;borderColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The border highlight fill color (default: transparent).&quot; },
-                { &quot;name&quot;: &quot;marginColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The margin highlight fill color (default: transparent).&quot; }
-            ],
-            &quot;description&quot;: &quot;Configuration data for the highlighting of page elements.&quot;
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;getDocument&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;root&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;description&quot;: &quot;Resulting node.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns the root DOM node to the caller.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;requestChildNodes&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to get children for.&quot; },
-                { &quot;name&quot;: &quot;depth&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The maximum depth at which children should be retrieved, defaults to 1. Use -1 for the entire subtree or provide an integer larger than 0.&quot; }
-            ],
-            &quot;description&quot;: &quot;Requests that children of the node with given id are returned to the caller in form of &lt;code&gt;setChildNodes&lt;/code&gt; events where not only immediate children are retrieved, but all children down to the specified depth.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;querySelector&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to query upon.&quot; },
-                { &quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Selector string.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Query selector result.&quot; }
-            ],
-            &quot;description&quot;: &quot;Executes &lt;code&gt;querySelector&lt;/code&gt; on a given node.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;querySelectorAll&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to query upon.&quot; },
-                { &quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Selector string.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;description&quot;: &quot;Query selector result.&quot; }
-            ],
-            &quot;description&quot;: &quot;Executes &lt;code&gt;querySelectorAll&lt;/code&gt; on a given node.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setNodeName&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to set name for.&quot; },
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;New node's name.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;New node's id.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets node name for a node with given id.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setNodeValue&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to set value for.&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;New node's value.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets node value for a node with given id.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;removeNode&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to remove.&quot; }
-            ],
-            &quot;description&quot;: &quot;Removes node with given id.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setAttributeValue&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the element to set attribute for.&quot; },
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Attribute name.&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Attribute value.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets attribute for an element with given id.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setAttributesAsText&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the element to set attributes for.&quot; },
-                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Text with a number of attributes. Will parse this text using HTML parser.&quot; },
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Attribute name to replace with new attributes derived from text in case text parsed successfully.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets attributes on element with given id. This method is useful when user edits some existing attribute value and types in several attribute name/value pairs.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;removeAttribute&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the element to remove attribute from.&quot; },
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Name of the attribute to remove.&quot; }
-            ],
-            &quot;description&quot;: &quot;Removes attribute with given name from an element with given id.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getEventListenersForNode&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to get listeners for.&quot; },
-                { &quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Symbolic group name for handler value. Handler value is not returned without this parameter specified.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;listeners&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;EventListener&quot;}, &quot;description&quot;: &quot;Array of relevant listeners.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns event listeners relevant to the node.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getAccessibilityPropertiesForNode&quot;,
-            &quot;description&quot;: &quot;Returns a dictionary of accessibility properties for the node.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node for which to get accessibility properties.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;properties&quot;, &quot;$ref&quot;: &quot;AccessibilityProperties&quot;, &quot;description&quot;: &quot;Dictionary of relevant accessibility properties.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;getOuterHTML&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to get markup for.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;outerHTML&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Outer HTML markup.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns node's HTML markup.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setOuterHTML&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to set markup for.&quot; },
-                { &quot;name&quot;: &quot;outerHTML&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Outer HTML markup to set.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets node HTML markup, returns new node id.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;performSearch&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Plain text or query selector or XPath search query.&quot; },
-                { &quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Ids of nodes to use as starting points for the search.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Unique search session identifier.&quot; },
-                { &quot;name&quot;: &quot;resultCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Number of search results.&quot; }
-            ],
-            &quot;description&quot;: &quot;Searches for a given string in the DOM tree. Use &lt;code&gt;getSearchResults&lt;/code&gt; to access search results or &lt;code&gt;cancelSearch&lt;/code&gt; to end this search session.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getSearchResults&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Unique search session identifier.&quot; },
-                { &quot;name&quot;: &quot;fromIndex&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Start index of the search result to be returned.&quot; },
-                { &quot;name&quot;: &quot;toIndex&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;End index of the search result to be returned.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;description&quot;: &quot;Ids of the search result nodes.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns search results from given &lt;code&gt;fromIndex&lt;/code&gt; to given &lt;code&gt;toIndex&lt;/code&gt; from the sarch with the given identifier.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;discardSearchResults&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;searchId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Unique search session identifier.&quot; }
-            ],
-            &quot;description&quot;: &quot;Discards search results from the session with the given id. &lt;code&gt;getSearchResults&lt;/code&gt; should no longer be called for that search.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;requestNode&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObjectId&quot;, &quot;description&quot;: &quot;JavaScript object id to convert into node.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Node id for given object.&quot; }
-            ],
-            &quot;description&quot;: &quot;Requests that the node is sent to the caller given the JavaScript node object reference. All nodes that form the path from the node to the root are also sent to the client as a series of &lt;code&gt;setChildNodes&lt;/code&gt; notifications.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setInspectModeEnabled&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True to enable inspection mode, false to disable it.&quot; },
-                { &quot;name&quot;: &quot;highlightConfig&quot;, &quot;$ref&quot;: &quot;HighlightConfig&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;A descriptor for the highlight appearance of hovered-over nodes. May be omitted if &lt;code&gt;enabled == false&lt;/code&gt;.&quot; }
-            ],
-            &quot;description&quot;: &quot;Enters the 'inspect' mode. In this mode, elements that user is hovering over are highlighted. Backend then generates 'inspect' command upon element selection.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;highlightRect&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;X coordinate&quot; },
-                { &quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Y coordinate&quot; },
-                { &quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Rectangle width&quot; },
-                { &quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Rectangle height&quot; },
-                { &quot;name&quot;: &quot;color&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The highlight fill color (default: transparent).&quot; },
-                { &quot;name&quot;: &quot;outlineColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The highlight outline color (default: transparent).&quot; },
-                { &quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the provided parameters are in page coordinates or in viewport coordinates (the default).&quot; }
-            ],
-            &quot;description&quot;: &quot;Highlights given rectangle. Coordinates are absolute with respect to the main frame viewport.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;highlightQuad&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;quad&quot;, &quot;$ref&quot;: &quot;Quad&quot;, &quot;description&quot;: &quot;Quad to highlight&quot; },
-                { &quot;name&quot;: &quot;color&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The highlight fill color (default: transparent).&quot; },
-                { &quot;name&quot;: &quot;outlineColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The highlight outline color (default: transparent).&quot; },
-                { &quot;name&quot;: &quot;usePageCoordinates&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the provided parameters are in page coordinates or in viewport coordinates (the default).&quot; }
-            ],
-            &quot;description&quot;: &quot;Highlights given quad. Coordinates are absolute with respect to the main frame viewport.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;highlightNode&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;highlightConfig&quot;, &quot;$ref&quot;: &quot;HighlightConfig&quot;, &quot;description&quot;: &quot;A descriptor for the highlight appearance.&quot; },
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Identifier of the node to highlight.&quot; },
-                { &quot;name&quot;: &quot;objectId&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObjectId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;JavaScript object id of the node to be highlighted.&quot; }
-            ],
-            &quot;description&quot;: &quot;Highlights DOM node with given id or with the given JavaScript object wrapper. Either nodeId or objectId must be specified.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;hideHighlight&quot;,
-            &quot;description&quot;: &quot;Hides DOM node highlight.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;highlightFrame&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Identifier of the frame to highlight.&quot; },
-                { &quot;name&quot;: &quot;contentColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The content box highlight fill color (default: transparent).&quot; },
-                { &quot;name&quot;: &quot;contentOutlineColor&quot;, &quot;$ref&quot;: &quot;RGBA&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The content box highlight outline color (default: transparent).&quot; }
-            ],
-            &quot;description&quot;: &quot;Highlights owner element of the frame with given id.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;pushNodeByPathToFrontend&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;path&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Path to node in the proprietary format.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node for given path.&quot; }
-            ],
-            &quot;description&quot;: &quot;Requests that the node is sent to the caller given its path. // FIXME, use XPath&quot;
-        },
-        {
-            &quot;name&quot;: &quot;pushNodeByBackendIdToFrontend&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;backendNodeId&quot;, &quot;$ref&quot;: &quot;BackendNodeId&quot;, &quot;description&quot;: &quot;The backend node id of the node.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;The pushed node's id.&quot; }
-            ],
-            &quot;description&quot;: &quot;Requests that the node is sent to the caller given its backend node id.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;releaseBackendNodeIds&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;The backend node ids group name.&quot; }
-            ],
-            &quot;description&quot;: &quot;Requests that group of &lt;code&gt;BackendNodeIds&lt;/code&gt; is released.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;resolveNode&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to resolve.&quot; },
-                { &quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Symbolic group name that can be used to release multiple objects.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;object&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;JavaScript object wrapper for given node.&quot; }
-            ],
-            &quot;description&quot;: &quot;Resolves JavaScript node object for given node id.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getAttributes&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to retrieve attibutes for.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;attributes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;An interleaved array of node attribute names and values.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns attributes for the specified node.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;moveTo&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to drop.&quot; },
-                { &quot;name&quot;: &quot;targetNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the element to drop into.&quot; },
-                { &quot;name&quot;: &quot;insertBeforeNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Drop node before given one.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;New id of the moved node.&quot; }
-            ],
-            &quot;description&quot;: &quot;Moves node into the new container, places it before the given anchor.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;undo&quot;,
-            &quot;description&quot;: &quot;Undoes the last performed action.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;redo&quot;,
-            &quot;description&quot;: &quot;Re-does the last undone action.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;markUndoableState&quot;,
-            &quot;description&quot;: &quot;Marks last undoable state.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;focus&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node to focus.&quot; }
-            ],
-            &quot;description&quot;: &quot;Focuses the given element.&quot;
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;documentUpdated&quot;,
-            &quot;description&quot;: &quot;Fired when &lt;code&gt;Document&lt;/code&gt; has been totally updated. Node ids are no longer valid.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setChildNodes&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;parentId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Parent node id to populate with children.&quot; },
-                { &quot;name&quot;: &quot;nodes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Node&quot;}, &quot;description&quot;: &quot;Child nodes array.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fired when backend wants to provide client with the missing DOM structure. This happens upon most of the calls requesting node ids.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;attributeModified&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Attribute name.&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Attribute value.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fired when &lt;code&gt;Element&lt;/code&gt;'s attribute is modified.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;attributeRemoved&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;A ttribute name.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fired when &lt;code&gt;Element&lt;/code&gt;'s attribute is removed.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;inlineStyleInvalidated&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeIds&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;NodeId&quot; }, &quot;description&quot;: &quot;Ids of the nodes for which the inline styles have been invalidated.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fired when &lt;code&gt;Element&lt;/code&gt;'s inline style is modified via a CSS property modification.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;characterDataModified&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
-                { &quot;name&quot;: &quot;characterData&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;New text value.&quot; }
-            ],
-            &quot;description&quot;: &quot;Mirrors &lt;code&gt;DOMCharacterDataModified&lt;/code&gt; event.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;childNodeCountUpdated&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
-                { &quot;name&quot;: &quot;childNodeCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;New node count.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fired when &lt;code&gt;Container&lt;/code&gt;'s child node count has changed.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;childNodeInserted&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;parentNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has changed.&quot; },
-                { &quot;name&quot;: &quot;previousNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;If of the previous siblint.&quot; },
-                { &quot;name&quot;: &quot;node&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;description&quot;: &quot;Inserted node data.&quot; }
-            ],
-            &quot;description&quot;: &quot;Mirrors &lt;code&gt;DOMNodeInserted&lt;/code&gt; event.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;childNodeRemoved&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;parentNodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Parent id.&quot; },
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Id of the node that has been removed.&quot; }
-            ],
-            &quot;description&quot;: &quot;Mirrors &lt;code&gt;DOMNodeRemoved&lt;/code&gt; event.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;shadowRootPushed&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;hostId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Host element id.&quot; },
-                { &quot;name&quot;: &quot;root&quot;, &quot;$ref&quot;: &quot;Node&quot;, &quot;description&quot;: &quot;Shadow root.&quot; }
-            ],
-            &quot;description&quot;: &quot;Called when shadow root is pushed into the element.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;shadowRootPopped&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;hostId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Host element id.&quot; },
-                { &quot;name&quot;: &quot;rootId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Shadow root id.&quot; }
-            ],
-            &quot;description&quot;: &quot;Called when shadow root is popped from the element.&quot;
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;DOMDebugger&quot;,
-    &quot;description&quot;: &quot;DOM debugging allows setting breakpoints on particular DOM operations and events. JavaScript execution will stop on these operations as if there was a regular breakpoint set.&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;DOMBreakpointType&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;enum&quot;: [&quot;subtree-modified&quot;, &quot;attribute-modified&quot;, &quot;node-removed&quot;],
-            &quot;description&quot;: &quot;DOM breakpoint type.&quot;
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;setDOMBreakpoint&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;Identifier of the node to set breakpoint on.&quot; },
-                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;DOMBreakpointType&quot;, &quot;description&quot;: &quot;Type of the operation to stop upon.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets breakpoint on particular operation with DOM.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;removeDOMBreakpoint&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;Identifier of the node to remove breakpoint from.&quot; },
-                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;DOMBreakpointType&quot;, &quot;description&quot;: &quot;Type of the breakpoint to remove.&quot; }
-            ],
-            &quot;description&quot;: &quot;Removes DOM breakpoint that was set using &lt;code&gt;setDOMBreakpoint&lt;/code&gt;.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setEventListenerBreakpoint&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;DOM Event name to stop on (any DOM event will do).&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets breakpoint on particular DOM event.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;removeEventListenerBreakpoint&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Event name.&quot; }
-            ],
-            &quot;description&quot;: &quot;Removes breakpoint on particular DOM event.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setInstrumentationBreakpoint&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Instrumentation name to stop on.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets breakpoint on particular native event.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;removeInstrumentationBreakpoint&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;eventName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Instrumentation name to stop on.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets breakpoint on particular native event.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setXHRBreakpoint&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL substring. All XHRs having this substring in the URL will get stopped upon.&quot; }
-            ],
-            &quot;description&quot;: &quot;Sets breakpoint on XMLHttpRequest.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;removeXHRBreakpoint&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL substring.&quot; }
-            ],
-            &quot;description&quot;: &quot;Removes breakpoint from XMLHttpRequest.&quot;
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;DOMStorage&quot;,
-    &quot;description&quot;: &quot;Query and modify DOM storage.&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;StorageId&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;DOM Storage identifier.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin for the storage.&quot; },
-                { &quot;name&quot;: &quot;isLocalStorage&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether the storage is local storage (not session storage).&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;Item&quot;,
-            &quot;type&quot;: &quot;array&quot;,
-            &quot;description&quot;: &quot;DOM Storage item.&quot;,
-            &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;enable&quot;,
-            &quot;description&quot;: &quot;Enables storage tracking, storage events will now be delivered to the client.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;disable&quot;,
-            &quot;description&quot;: &quot;Disables storage tracking, prevents storage events from being sent to the client.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getDOMStorageItems&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;entries&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Item&quot; } }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;setDOMStorageItem&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
-                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;removeDOMStorageItem&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
-                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; }
-            ]
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;domStorageItemsCleared&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;domStorageItemRemoved&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
-                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;domStorageItemAdded&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
-                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; },
-                { &quot;name&quot;: &quot;newValue&quot;, &quot;type&quot;: &quot;string&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;domStorageItemUpdated&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;storageId&quot;, &quot;$ref&quot;: &quot;StorageId&quot; },
-                { &quot;name&quot;: &quot;key&quot;, &quot;type&quot;: &quot;string&quot; },
-                { &quot;name&quot;: &quot;oldValue&quot;, &quot;type&quot;: &quot;string&quot; },
-                { &quot;name&quot;: &quot;newValue&quot;, &quot;type&quot;: &quot;string&quot; }
-            ]
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;Database&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;DatabaseId&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;description&quot;: &quot;Unique identifier of Database object.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;Database&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Database object.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;DatabaseId&quot;, &quot;description&quot;: &quot;Database ID.&quot; },
-                { &quot;name&quot;: &quot;domain&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database domain.&quot; },
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; },
-                { &quot;name&quot;: &quot;version&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database version.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;Error&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Database error.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Error message.&quot; },
-                { &quot;name&quot;: &quot;code&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Error code.&quot; }
-            ]
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;enable&quot;,
-            &quot;description&quot;: &quot;Enables database tracking, database events will now be delivered to the client.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;disable&quot;,
-            &quot;description&quot;: &quot;Disables database tracking, prevents database events from being sent to the client.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getDatabaseTableNames&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;databaseId&quot;, &quot;$ref&quot;: &quot;DatabaseId&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;tableNames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; } }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;executeSQL&quot;,
-            &quot;async&quot;: true,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;databaseId&quot;, &quot;$ref&quot;: &quot;DatabaseId&quot; },
-                { &quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;columnNames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; } },
-                { &quot;name&quot;: &quot;values&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;any&quot; }},
-                { &quot;name&quot;: &quot;sqlError&quot;, &quot;$ref&quot;: &quot;Error&quot;, &quot;optional&quot;: true }
-            ]
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;addDatabase&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;database&quot;, &quot;$ref&quot;: &quot;Database&quot; }
-            ]
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;IndexedDB&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;DatabaseWithObjectStores&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Database with an array of object stores.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; },
-                { &quot;name&quot;: &quot;version&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Database version.&quot; },
-                { &quot;name&quot;: &quot;objectStores&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ObjectStore&quot; }, &quot;description&quot;: &quot;Object stores in this database.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;ObjectStore&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Object store.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Object store name.&quot; },
-                { &quot;name&quot;: &quot;keyPath&quot;, &quot;$ref&quot;: &quot;KeyPath&quot;, &quot;description&quot;: &quot;Object store key path.&quot; },
-                { &quot;name&quot;: &quot;autoIncrement&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, object store has auto increment flag set.&quot; },
-                { &quot;name&quot;: &quot;indexes&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;ObjectStoreIndex&quot; }, &quot;description&quot;: &quot;Indexes in this object store.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;ObjectStoreIndex&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Object store index.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Index name.&quot; },
-                { &quot;name&quot;: &quot;keyPath&quot;, &quot;$ref&quot;: &quot;KeyPath&quot;, &quot;description&quot;: &quot;Index key path.&quot; },
-                { &quot;name&quot;: &quot;unique&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, index is unique.&quot; },
-                { &quot;name&quot;: &quot;multiEntry&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, index allows multiple entries for a key.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;Key&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Key.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;number&quot;, &quot;string&quot;, &quot;date&quot;, &quot;array&quot;], &quot;description&quot;: &quot;Key type.&quot; },
-                { &quot;name&quot;: &quot;number&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Number value.&quot; },
-                { &quot;name&quot;: &quot;string&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;String value.&quot; },
-                { &quot;name&quot;: &quot;date&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Date value.&quot; },
-                { &quot;name&quot;: &quot;array&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;Key&quot; }, &quot;description&quot;: &quot;Array value.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;KeyRange&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Key range.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;lower&quot;, &quot;$ref&quot;: &quot;Key&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Lower bound.&quot; },
-                { &quot;name&quot;: &quot;upper&quot;, &quot;$ref&quot;: &quot;Key&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Upper bound.&quot; },
-                { &quot;name&quot;: &quot;lowerOpen&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true lower bound is open.&quot; },
-                { &quot;name&quot;: &quot;upperOpen&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true upper bound is open.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;DataEntry&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Data entry.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;key&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Key.&quot; },
-                { &quot;name&quot;: &quot;primaryKey&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Primary key.&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;$ref&quot;: &quot;Runtime.RemoteObject&quot;, &quot;description&quot;: &quot;Value.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;KeyPath&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Key path.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;null&quot;, &quot;string&quot;, &quot;array&quot;], &quot;description&quot;: &quot;Key path type.&quot; },
-                { &quot;name&quot;: &quot;string&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;String value.&quot; },
-                { &quot;name&quot;: &quot;array&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Array value.&quot; }
-            ]
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;enable&quot;,
-            &quot;description&quot;: &quot;Enables events from backend.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;disable&quot;,
-            &quot;description&quot;: &quot;Disables events from backend.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;requestDatabaseNames&quot;,
-            &quot;async&quot;: true,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;databaseNames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Database names for origin.&quot; }
-            ],
-            &quot;description&quot;: &quot;Requests database names for given security origin.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;requestDatabase&quot;,
-            &quot;async&quot;: true,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin.&quot; },
-                { &quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;databaseWithObjectStores&quot;, &quot;$ref&quot;: &quot;DatabaseWithObjectStores&quot;, &quot;description&quot;: &quot;Database with an array of object stores.&quot; }
-            ],
-            &quot;description&quot;: &quot;Requests database with given name in given frame.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;requestData&quot;,
-            &quot;async&quot;: true,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin.&quot; },
-                { &quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; },
-                { &quot;name&quot;: &quot;objectStoreName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Object store name.&quot; },
-                { &quot;name&quot;: &quot;indexName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Index name, empty string for object store data requests.&quot; },
-                { &quot;name&quot;: &quot;skipCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Number of records to skip.&quot; },
-                { &quot;name&quot;: &quot;pageSize&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Number of records to fetch.&quot; },
-                { &quot;name&quot;: &quot;keyRange&quot;, &quot;$ref&quot;: &quot;KeyRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Key range.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;objectStoreDataEntries&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;DataEntry&quot; }, &quot;description&quot;: &quot;Array of object store data entries.&quot; },
-                { &quot;name&quot;: &quot;hasMore&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, there are more entries to fetch in the given range.&quot; }
-            ],
-            &quot;description&quot;: &quot;Requests data from object store or index.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;clearObjectStore&quot;,
-            &quot;async&quot;: true,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Security origin.&quot; },
-                { &quot;name&quot;: &quot;databaseName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Database name.&quot; },
-                { &quot;name&quot;: &quot;objectStoreName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Object store name.&quot; }
-            ],
-            &quot;returns&quot;: [
-            ],
-            &quot;description&quot;: &quot;Clears all entries from an object store.&quot;
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;LayerTree&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;LayerId&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;description&quot;: &quot;Unique RenderLayer identifier.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;PseudoElementId&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;description&quot;: &quot;Unique PseudoElement identifier.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;IntRect&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;A rectangle.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The x position.&quot; },
-                { &quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The y position.&quot; },
-                { &quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The width metric.&quot; },
-                { &quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;The height metric.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;Layer&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Information about a compositing layer.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;layerId&quot;, &quot;$ref&quot;: &quot;LayerId&quot;, &quot;description&quot;: &quot;The unique id for this layer.&quot; },
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;The id for the node associated with this layer.&quot; },
-                { &quot;name&quot;: &quot;bounds&quot;, &quot;$ref&quot;: &quot;IntRect&quot;, &quot;description&quot;: &quot;Bounds of the layer in absolute page coordinates.&quot; },
-                { &quot;name&quot;: &quot;paintCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Indicates how many time this layer has painted.&quot; },
-                { &quot;name&quot;: &quot;memory&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Estimated memory used by this layer.&quot; },
-                { &quot;name&quot;: &quot;compositedBounds&quot;, &quot;$ref&quot;: &quot;IntRect&quot;, &quot;description&quot;: &quot;The bounds of the composited layer.&quot; },
-                { &quot;name&quot;: &quot;isInShadowTree&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether this layer is associated with an element hosted in a shadow tree.&quot; },
-                { &quot;name&quot;: &quot;isReflection&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether this layer was used to provide a reflection for the element.&quot; },
-                { &quot;name&quot;: &quot;isGeneratedContent&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the layer is attached to a pseudo element that is CSS generated content.&quot; },
-                { &quot;name&quot;: &quot;isAnonymous&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Indicates whether the layer was created for a CSS anonymous block or box.&quot; },
-                { &quot;name&quot;: &quot;pseudoElementId&quot;, &quot;$ref&quot;: &quot;PseudoElementId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The id for the pseudo element associated with this layer.&quot; },
-                { &quot;name&quot;: &quot;pseudoElement&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The name of the CSS pseudo-element that prompted the layer to be generated.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;CompositingReasons&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;An object containing the reasons why the layer was composited as properties.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;transform3D&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a CSS 3D transform.&quot; },
-                { &quot;name&quot;: &quot;video&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with a &lt;video&gt; element.&quot; },
-                { &quot;name&quot;: &quot;canvas&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to the element being a &lt;canvas&gt; element.&quot; },
-                { &quot;name&quot;: &quot;plugin&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with a plugin.&quot; },
-                { &quot;name&quot;: &quot;iFrame&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an &lt;iframe&gt; element.&quot; },
-                { &quot;name&quot;: &quot;backfaceVisibilityHidden&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;backface-visibility: hidden\&quot; style.&quot; },
-                { &quot;name&quot;: &quot;clipsCompositingDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element clipping compositing descendants.&quot; },
-                { &quot;name&quot;: &quot;animation&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an animated element.&quot; },
-                { &quot;name&quot;: &quot;filters&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with CSS filters applied.&quot; },
-                { &quot;name&quot;: &quot;positionFixed&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;position: fixed\&quot; style.&quot; },
-                { &quot;name&quot;: &quot;positionSticky&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;position: sticky\&quot; style.&quot; },
-                { &quot;name&quot;: &quot;overflowScrollingTouch&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;overflow-scrolling: touch\&quot; style.&quot; },
-                { &quot;name&quot;: &quot;stacking&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element establishing a stacking context.&quot; },
-                { &quot;name&quot;: &quot;overlap&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element overlapping other composited elements.&quot; },
-                { &quot;name&quot;: &quot;negativeZIndexChildren&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with descendants that have a negative z-index.&quot; },
-                { &quot;name&quot;: &quot;transformWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with composited descendants.&quot; },
-                { &quot;name&quot;: &quot;opacityWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with opacity applied and composited descendants.&quot; },
-                { &quot;name&quot;: &quot;maskWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with a masked element and composited descendants.&quot; },
-                { &quot;name&quot;: &quot;reflectionWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a reflection and composited descendants.&quot; },
-                { &quot;name&quot;: &quot;filterWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with CSS filters applied and composited descendants.&quot; },
-                { &quot;name&quot;: &quot;blendingWithCompositedDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with CSS blending applied and composited descendants.&quot; },
-                { &quot;name&quot;: &quot;isolatesCompositedBlendingDescendants&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element isolating compositing descendants having CSS blending applied.&quot; },
-                { &quot;name&quot;: &quot;perspective&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with perspective applied.&quot; },
-                { &quot;name&quot;: &quot;preserve3D&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;transform-style: preserve-3d\&quot; style.&quot; },
-                { &quot;name&quot;: &quot;root&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with the root element.&quot; },
-                { &quot;name&quot;: &quot;blending&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Composition due to association with an element with a \&quot;blend-mode\&quot; style.&quot; }
-            ]
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;enable&quot;,
-            &quot;description&quot;: &quot;Enables compositing tree inspection.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;disable&quot;,
-            &quot;description&quot;: &quot;Disables compositing tree inspection.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;layersForNode&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;Root of the subtree for which we want to gather layers.&quot; }                ],
-            &quot;description&quot;: &quot;Returns the layer tree structure of the current page.&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;layers&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Layer&quot; }, &quot;description&quot;: &quot;Child layers.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;reasonsForCompositingLayer&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;layerId&quot;, &quot;$ref&quot;: &quot;LayerId&quot;, &quot;description&quot;: &quot;The id of the layer for which we want to get the reasons it was composited.&quot; }
-            ],
-            &quot;description&quot;: &quot;Provides the reasons why the given layer was composited.&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;compositingReasons&quot;, &quot;$ref&quot;: &quot;CompositingReasons&quot;, &quot;description&quot;: &quot;An object containing the reasons why the layer was composited as properties.&quot; }
-            ]
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;layerTreeDidChange&quot;
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;Network&quot;,
-    &quot;description&quot;: &quot;Network domain allows tracking network activities of the page. It exposes information about http, file, data and other requests and responses, their headers, bodies, timing, etc.&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;LoaderId&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;description&quot;: &quot;Unique loader identifier.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;FrameId&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;description&quot;: &quot;Unique frame identifier.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;RequestId&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;description&quot;: &quot;Unique request identifier.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;Timestamp&quot;,
-            &quot;type&quot;: &quot;number&quot;,
-            &quot;description&quot;: &quot;Number of seconds since epoch.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;Headers&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Request / response headers as keys / values of JSON object.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;ResourceTiming&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Timing information for the request.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;navigationStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Timing's navigationStart is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this navigationStart.&quot; },
-                { &quot;name&quot;: &quot;domainLookupStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started DNS address resolve.&quot; },
-                { &quot;name&quot;: &quot;domainLookupEnd&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Finished DNS address resolve.&quot; },
-                { &quot;name&quot;: &quot;connectStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started connecting to the remote host.&quot; },
-                { &quot;name&quot;: &quot;connectEnd&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Connected to the remote host.&quot; },
-                { &quot;name&quot;: &quot;secureConnectionStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started SSL handshake.&quot; },
-                { &quot;name&quot;: &quot;requestStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started sending request.&quot; },
-                { &quot;name&quot;: &quot;responseStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started receiving response headers.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;Request&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;HTTP request data.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Request URL.&quot; },
-                { &quot;name&quot;: &quot;method&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;HTTP request method.&quot; },
-                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;HTTP request headers.&quot; },
-                { &quot;name&quot;: &quot;postData&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;HTTP POST request data.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;Response&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;HTTP response data.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Response URL. This URL can be different from CachedResource.url in case of redirect.&quot; },
-                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;HTTP response status code.&quot; },
-                { &quot;name&quot;: &quot;statusText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;HTTP response status text.&quot; },
-                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;HTTP response headers.&quot; },
-                { &quot;name&quot;: &quot;headersText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;HTTP response headers text.&quot; },
-                { &quot;name&quot;: &quot;mimeType&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource mimeType as determined by the browser.&quot; },
-                { &quot;name&quot;: &quot;requestHeaders&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Refined HTTP request headers that were actually transmitted over the network.&quot; },
-                { &quot;name&quot;: &quot;requestHeadersText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;HTTP request headers text.&quot; },
-                { &quot;name&quot;: &quot;connectionReused&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Specifies whether physical connection was actually reused for this request.&quot; },
-                { &quot;name&quot;: &quot;connectionId&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Physical connection id that was actually used for this request.&quot; },
-                { &quot;name&quot;: &quot;fromDiskCache&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies that the request was served from the disk cache.&quot; },
-                { &quot;name&quot;: &quot;timing&quot;, &quot;$ref&quot;: &quot;ResourceTiming&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Timing information for the given request.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;WebSocketRequest&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;WebSocket request data.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;HTTP response headers.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;WebSocketResponse&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;WebSocket response data.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;HTTP response status code.&quot; },
-                { &quot;name&quot;: &quot;statusText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;HTTP response status text.&quot; },
-                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;HTTP response headers.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;WebSocketFrame&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;WebSocket frame data.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;opcode&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;WebSocket frame opcode.&quot; },
-                { &quot;name&quot;: &quot;mask&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;WebSocket frame mask.&quot; },
-                { &quot;name&quot;: &quot;payloadData&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;WebSocket frame payload data.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;CachedResource&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Information about the cached resource.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL. This is the url of the original network request.&quot; },
-                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;Page.ResourceType&quot;, &quot;description&quot;: &quot;Type of this resource.&quot; },
-                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;Response&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Cached response data.&quot; },
-                { &quot;name&quot;: &quot;bodySize&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Cached response body size.&quot; },
-                { &quot;name&quot;: &quot;sourceMapURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of source map associated with this resource (if any).&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;Initiator&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Information about the request initiator.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;type&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;parser&quot;, &quot;script&quot;, &quot;other&quot;], &quot;description&quot;: &quot;Type of this initiator.&quot; },
-                { &quot;name&quot;: &quot;stackTrace&quot;, &quot;$ref&quot;: &quot;Console.StackTrace&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Initiator JavaScript stack trace, set for Script only.&quot; },
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Initiator URL, set for Parser type only.&quot; },
-                { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;number&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Initiator line number, set for Parser type only.&quot; }
-            ]
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;enable&quot;,
-            &quot;description&quot;: &quot;Enables network tracking, network events will now be delivered to the client.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;disable&quot;,
-            &quot;description&quot;: &quot;Disables network tracking, prevents network events from being sent to the client.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setExtraHTTPHeaders&quot;,
-            &quot;description&quot;: &quot;Specifies whether to always send extra HTTP headers with the requests from this page.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;headers&quot;, &quot;$ref&quot;: &quot;Headers&quot;, &quot;description&quot;: &quot;Map with extra HTTP headers.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;getResponseBody&quot;,
-            &quot;description&quot;: &quot;Returns content served for the given request.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Identifier of the network request to get content for.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;body&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Response body.&quot; },
-                { &quot;name&quot;: &quot;base64Encoded&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True, if content was sent as base64.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;replayXHR&quot;,
-            &quot;description&quot;: &quot;This method sends a new XMLHttpRequest which is identical to the original one. The following parameters should be identical: method, url, async, request body, extra headers, withCredentials attribute, user, password.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Identifier of XHR to replay.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;canClearBrowserCache&quot;,
-            &quot;description&quot;: &quot;Tells whether clearing browser cache is supported.&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if browser cache can be cleared.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;clearBrowserCache&quot;,
-            &quot;description&quot;: &quot;Clears browser cache.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;canClearBrowserCookies&quot;,
-            &quot;description&quot;: &quot;Tells whether clearing browser cookies is supported.&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if browser cookies can be cleared.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;clearBrowserCookies&quot;,
-            &quot;description&quot;: &quot;Clears browser cookies.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setCacheDisabled&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;cacheDisabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Cache disabled state.&quot; }
-            ],
-            &quot;description&quot;: &quot;Toggles ignoring cache for each request. If &lt;code&gt;true&lt;/code&gt;, cache will not be used.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;loadResource&quot;,
-            &quot;async&quot;: true,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;FrameId&quot;, &quot;description&quot;: &quot;Frame to load the resource from.&quot; },
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the resource to load.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;content&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource content.&quot; },
-                { &quot;name&quot;: &quot;mimeType&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource mimeType.&quot; },
-                { &quot;name&quot;: &quot;status&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;HTTP response status code.&quot; }
-            ],
-            &quot;description&quot;: &quot;Loads a resource in the context of a frame on the inspected page without cross origin checks.&quot;
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;requestWillBeSent&quot;,
-            &quot;description&quot;: &quot;Fired when page is about to send HTTP request.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;FrameId&quot;, &quot;description&quot;: &quot;Frame identifier.&quot; },
-                { &quot;name&quot;: &quot;loaderId&quot;, &quot;$ref&quot;: &quot;LoaderId&quot;, &quot;description&quot;: &quot;Loader identifier.&quot; },
-                { &quot;name&quot;: &quot;documentURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the document this request is loaded for.&quot; },
-                { &quot;name&quot;: &quot;request&quot;, &quot;$ref&quot;: &quot;Request&quot;, &quot;description&quot;: &quot;Request data.&quot; },
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
-                { &quot;name&quot;: &quot;initiator&quot;, &quot;$ref&quot;: &quot;Initiator&quot;, &quot;description&quot;: &quot;Request initiator.&quot; },
-                { &quot;name&quot;: &quot;redirectResponse&quot;, &quot;optional&quot;: true, &quot;$ref&quot;: &quot;Response&quot;, &quot;description&quot;: &quot;Redirect response data.&quot; },
-                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;Page.ResourceType&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Resource type.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;requestServedFromCache&quot;,
-            &quot;description&quot;: &quot;Fired if request ended up loading from cache.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;responseReceived&quot;,
-            &quot;description&quot;: &quot;Fired when HTTP response is available.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;FrameId&quot;, &quot;description&quot;: &quot;Frame identifier.&quot; },
-                { &quot;name&quot;: &quot;loaderId&quot;, &quot;$ref&quot;: &quot;LoaderId&quot;, &quot;description&quot;: &quot;Loader identifier.&quot; },
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
-                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;Page.ResourceType&quot;, &quot;description&quot;: &quot;Resource type.&quot; },
-                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;Response&quot;, &quot;description&quot;: &quot;Response data.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;dataReceived&quot;,
-            &quot;description&quot;: &quot;Fired when data chunk was received over the network.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
-                { &quot;name&quot;: &quot;dataLength&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Data chunk length.&quot; },
-                { &quot;name&quot;: &quot;encodedDataLength&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Actual bytes received (might be less than dataLength for compressed encodings).&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;loadingFinished&quot;,
-            &quot;description&quot;: &quot;Fired when HTTP request has finished loading.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
-                { &quot;name&quot;: &quot;sourceMapURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of source map associated with this resource (if any).&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;loadingFailed&quot;,
-            &quot;description&quot;: &quot;Fired when HTTP request has failed to load.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
-                { &quot;name&quot;: &quot;errorText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;User friendly error message.&quot; },
-                { &quot;name&quot;: &quot;canceled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if loading was canceled.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;requestServedFromMemoryCache&quot;,
-            &quot;description&quot;: &quot;Fired when HTTP request has been served from memory cache.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;FrameId&quot;, &quot;description&quot;: &quot;Frame identifier.&quot; },
-                { &quot;name&quot;: &quot;loaderId&quot;, &quot;$ref&quot;: &quot;LoaderId&quot;, &quot;description&quot;: &quot;Loader identifier.&quot; },
-                { &quot;name&quot;: &quot;documentURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the document this request is loaded for.&quot; },
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
-                { &quot;name&quot;: &quot;initiator&quot;, &quot;$ref&quot;: &quot;Initiator&quot;, &quot;description&quot;: &quot;Request initiator.&quot; },
-                { &quot;name&quot;: &quot;resource&quot;, &quot;$ref&quot;: &quot;CachedResource&quot;, &quot;description&quot;: &quot;Cached resource data.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;webSocketWillSendHandshakeRequest&quot;,
-            &quot;description&quot;: &quot;Fired when WebSocket is about to initiate handshake.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
-                { &quot;name&quot;: &quot;request&quot;, &quot;$ref&quot;: &quot;WebSocketRequest&quot;, &quot;description&quot;: &quot;WebSocket request data.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;webSocketHandshakeResponseReceived&quot;,
-            &quot;description&quot;: &quot;Fired when WebSocket handshake response becomes available.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
-                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;WebSocketResponse&quot;, &quot;description&quot;: &quot;WebSocket response data.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;webSocketCreated&quot;,
-            &quot;description&quot;: &quot;Fired upon WebSocket creation.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;WebSocket request URL.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;webSocketClosed&quot;,
-            &quot;description&quot;: &quot;Fired when WebSocket is closed.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;webSocketFrameReceived&quot;,
-            &quot;description&quot;: &quot;Fired when WebSocket frame is received.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
-                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;WebSocketFrame&quot;, &quot;description&quot;: &quot;WebSocket response data.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;webSocketFrameError&quot;,
-            &quot;description&quot;: &quot;Fired when WebSocket frame error occurs.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
-                { &quot;name&quot;: &quot;errorMessage&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;WebSocket frame error message.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;webSocketFrameSent&quot;,
-            &quot;description&quot;: &quot;Fired when WebSocket frame is sent.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;requestId&quot;, &quot;$ref&quot;: &quot;RequestId&quot;, &quot;description&quot;: &quot;Request identifier.&quot; },
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;$ref&quot;: &quot;Timestamp&quot;, &quot;description&quot;: &quot;Timestamp.&quot; },
-                { &quot;name&quot;: &quot;response&quot;, &quot;$ref&quot;: &quot;WebSocketFrame&quot;, &quot;description&quot;: &quot;WebSocket response data.&quot; }
-            ]
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;Page&quot;,
-    &quot;description&quot;: &quot;Actions and events related to the inspected page belong to the page domain.&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;ResourceType&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;enum&quot;: [&quot;Document&quot;, &quot;Stylesheet&quot;, &quot;Image&quot;, &quot;Font&quot;, &quot;Script&quot;, &quot;XHR&quot;, &quot;WebSocket&quot;, &quot;Other&quot;],
-            &quot;description&quot;: &quot;Resource type as it was perceived by the rendering engine.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;CoordinateSystem&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;enum&quot;: [&quot;Viewport&quot;, &quot;Page&quot;],
-            &quot;description&quot;: &quot;Coordinate system used by supplied coordinates.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;Frame&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Information about the Frame on the page.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;id&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Frame unique identifier.&quot; },
-                { &quot;name&quot;: &quot;parentId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Parent frame identifier.&quot; },
-                { &quot;name&quot;: &quot;loaderId&quot;, &quot;$ref&quot;: &quot;Network.LoaderId&quot;, &quot;description&quot;: &quot;Identifier of the loader associated with this frame.&quot; },
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Frame's name as specified in the tag.&quot; },
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Frame document's URL.&quot; },
-                { &quot;name&quot;: &quot;securityOrigin&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Frame document's security origin.&quot; },
-                { &quot;name&quot;: &quot;mimeType&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Frame document's mimeType as determined by the browser.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;FrameResourceTree&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Information about the Frame hierarchy along with their cached resources.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;frame&quot;, &quot;$ref&quot;: &quot;Frame&quot;, &quot;description&quot;: &quot;Frame information for this tree item.&quot; },
-                { &quot;name&quot;: &quot;childFrames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;FrameResourceTree&quot; }, &quot;description&quot;: &quot;Child frames.&quot; },
-                { &quot;name&quot;: &quot;resources&quot;, &quot;type&quot;: &quot;array&quot;,
-                    &quot;items&quot;: {
-                        &quot;type&quot;: &quot;object&quot;,
-                        &quot;properties&quot;: [
-                            { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL.&quot; },
-                            { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;ResourceType&quot;, &quot;description&quot;: &quot;Type of this resource.&quot; },
-                            { &quot;name&quot;: &quot;mimeType&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource mimeType as determined by the browser.&quot; },
-                            { &quot;name&quot;: &quot;failed&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the resource failed to load.&quot; },
-                            { &quot;name&quot;: &quot;canceled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;True if the resource was canceled during loading.&quot; },
-                            { &quot;name&quot;: &quot;sourceMapURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;URL of source map associated with this resource (if any).&quot; }
-                        ]
-                    },
-                    &quot;description&quot;: &quot;Information about frame resources.&quot;
-                }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;SearchResult&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Search result for resource.&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource URL.&quot; },
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Resource frame id.&quot; },
-                { &quot;name&quot;: &quot;matchesCount&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Number of matches in the resource content.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;Cookie&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;description&quot;: &quot;Cookie object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;name&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Cookie name.&quot; },
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Cookie value.&quot; },
-                { &quot;name&quot;: &quot;domain&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Cookie domain.&quot; },
-                { &quot;name&quot;: &quot;path&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Cookie path.&quot; },
-                { &quot;name&quot;: &quot;expires&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Cookie expires.&quot; },
-                { &quot;name&quot;: &quot;size&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Cookie size.&quot; },
-                { &quot;name&quot;: &quot;httpOnly&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if cookie is http-only.&quot; },
-                { &quot;name&quot;: &quot;secure&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if cookie is secure.&quot; },
-                { &quot;name&quot;: &quot;session&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True in case of session cookie.&quot; }
-            ]
-        },
-        {
-            &quot;id&quot;: &quot;ScriptIdentifier&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;description&quot;: &quot;Unique script identifier.&quot;
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;enable&quot;,
-            &quot;description&quot;: &quot;Enables page domain notifications.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;disable&quot;,
-            &quot;description&quot;: &quot;Disables page domain notifications.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;addScriptToEvaluateOnLoad&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;scriptSource&quot;, &quot;type&quot;: &quot;string&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;identifier&quot;, &quot;$ref&quot;: &quot;ScriptIdentifier&quot;, &quot;description&quot;: &quot;Identifier of the added script.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;removeScriptToEvaluateOnLoad&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;identifier&quot;, &quot;$ref&quot;: &quot;ScriptIdentifier&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;reload&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;ignoreCache&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, browser cache is ignored (as if the user pressed Shift+refresh).&quot; },
-                { &quot;name&quot;: &quot;scriptToEvaluateOnLoad&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If set, the script will be injected into all frames of the inspected page after reload.&quot; }
-            ],
-            &quot;description&quot;: &quot;Reloads given page optionally ignoring the cache.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;navigate&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL to navigate the page to.&quot; }
-            ],
-            &quot;description&quot;: &quot;Navigates current page to the given URL.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getCookies&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;cookies&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;Cookie&quot;}, &quot;description&quot;: &quot;Array of cookie objects.&quot; }
-            ],
-            &quot;description&quot;: &quot;Returns all browser cookies. Depending on the backend support, will return detailed cookie information in the &lt;code&gt;cookies&lt;/code&gt; field.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;deleteCookie&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;cookieName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Name of the cookie to remove.&quot; },
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL to match cooke domain and path.&quot; }
-            ],
-            &quot;description&quot;: &quot;Deletes browser cookie with given name, domain and path.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getResourceTree&quot;,
-            &quot;description&quot;: &quot;Returns present frame / resource tree structure.&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;frameTree&quot;, &quot;$ref&quot;: &quot;FrameResourceTree&quot;, &quot;description&quot;: &quot;Present frame / resource tree structure.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;getResourceContent&quot;,
-            &quot;description&quot;: &quot;Returns content of the given resource.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Frame id to get resource for.&quot; },
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the resource to get content for.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;content&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Resource content.&quot; },
-                { &quot;name&quot;: &quot;base64Encoded&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True, if content was served as base64.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;searchInResource&quot;,
-            &quot;description&quot;: &quot;Searches for given string in resource content.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Frame id for resource to search in.&quot; },
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the resource to search in.&quot; },
-                { &quot;name&quot;: &quot;query&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;String to search for.&quot;  },
-                { &quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, search is case sensitive.&quot; },
-                { &quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, treats string parameter as regex.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;GenericTypes.SearchMatch&quot; }, &quot;description&quot;: &quot;List of search matches.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;searchInResources&quot;,
-            &quot;description&quot;: &quot;Searches for given string in frame / resource tree structure.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;String to search for.&quot;  },
-                { &quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, search is case sensitive.&quot; },
-                { &quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;If true, treats string parameter as regex.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;SearchResult&quot; }, &quot;description&quot;: &quot;List of search results.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;setDocumentContent&quot;,
-            &quot;description&quot;: &quot;Sets given markup as the document's HTML.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Frame id to set HTML for.&quot; },
-                { &quot;name&quot;: &quot;html&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;HTML content to set.&quot;  }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;getScriptExecutionStatus&quot;,
-            &quot;description&quot;: &quot;Determines if scripts can be executed in the page.&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;allowed&quot;, &quot;disabled&quot;, &quot;forbidden&quot;], &quot;description&quot;: &quot;Script execution status: \&quot;allowed\&quot; if scripts can be executed, \&quot;disabled\&quot; if script execution has been disabled through page settings, \&quot;forbidden\&quot; if script execution for the given page is not possible for other reasons.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;setScriptExecutionDisabled&quot;,
-            &quot;description&quot;: &quot;Switches script execution in the page.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether script execution should be disabled in the page.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;setTouchEmulationEnabled&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether the touch event emulation should be enabled.&quot; }
-            ],
-            &quot;description&quot;: &quot;Toggles mouse event-based touch event emulation.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;setEmulatedMedia&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;media&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Media type to emulate. Empty string disables the override.&quot; }
-            ],
-            &quot;description&quot;: &quot;Emulates the given media for CSS media queries.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;getCompositingBordersVisible&quot;,
-            &quot;description&quot;: &quot;Indicates the visibility of compositing borders.&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;If true, compositing borders are visible.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;setCompositingBordersVisible&quot;,
-            &quot;description&quot;: &quot;Controls the visibility of compositing borders.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;visible&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for showing compositing borders.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;snapshotNode&quot;,
-            &quot;description&quot;: &quot;Capture a snapshot of the specified node that does not include unrelated layers.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&quot;, &quot;description&quot;: &quot;Id of the node to snapshot.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;dataURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Base64-encoded image data (PNG).&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;snapshotRect&quot;,
-            &quot;description&quot;: &quot;Capture a snapshot of the page within the specified rectangle and coordinate system.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;x&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;X coordinate&quot; },
-                { &quot;name&quot;: &quot;y&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Y coordinate&quot; },
-                { &quot;name&quot;: &quot;width&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Rectangle width&quot; },
-                { &quot;name&quot;: &quot;height&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Rectangle height&quot; },
-                { &quot;name&quot;: &quot;coordinateSystem&quot;, &quot;$ref&quot;: &quot;CoordinateSystem&quot;, &quot;description&quot;: &quot;Indicates the coordinate system of the supplied rectangle.&quot; }
-            ],
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;dataURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Base64-encoded image data (PNG).&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;handleJavaScriptDialog&quot;,
-            &quot;description&quot;: &quot;Accepts or dismisses a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload).&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;accept&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether to accept or dismiss the dialog.&quot; },
-                { &quot;name&quot;: &quot;promptText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The text to enter into the dialog prompt before accepting. Used only if this is a prompt dialog.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;archive&quot;,
-            &quot;description&quot;: &quot;Grab an archive of the page.&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;data&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Base64-encoded web archive.&quot; }
-            ]
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;domContentEventFired&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;type&quot;: &quot;number&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;loadEventFired&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;timestamp&quot;, &quot;type&quot;: &quot;number&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;frameNavigated&quot;,
-            &quot;description&quot;: &quot;Fired once navigation of the frame has completed. Frame is now associated with the new loader.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frame&quot;, &quot;$ref&quot;: &quot;Frame&quot;, &quot;description&quot;: &quot;Frame object.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;frameDetached&quot;,
-            &quot;description&quot;: &quot;Fired when frame has been detached from its parent.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has been detached.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;frameStartedLoading&quot;,
-            &quot;description&quot;: &quot;Fired when frame has started loading.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has started loading.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;frameStoppedLoading&quot;,
-            &quot;description&quot;: &quot;Fired when frame has stopped loading.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has stopped loading.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;frameScheduledNavigation&quot;,
-            &quot;description&quot;: &quot;Fired when frame schedules a potential navigation.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has scheduled a navigation.&quot; },
-                { &quot;name&quot;: &quot;delay&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Delay (in seconds) until the navigation is scheduled to begin. The navigation is not guaranteed to start.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;frameClearedScheduledNavigation&quot;,
-            &quot;description&quot;: &quot;Fired when frame no longer has a scheduled navigation.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;description&quot;: &quot;Id of the frame that has cleared its scheduled navigation.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;javascriptDialogOpening&quot;,
-            &quot;description&quot;: &quot;Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) is about to open.&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Message that will be displayed by the dialog.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;javascriptDialogClosed&quot;,
-            &quot;description&quot;: &quot;Fired when a JavaScript initiated dialog (alert, confirm, prompt, or onbeforeunload) has been closed.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;scriptsEnabled&quot;,
-            &quot;description&quot;: &quot;Fired when the JavaScript is enabled/disabled on the page&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;isEnabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;Whether script execution is enabled or disabled on the page.&quot; }
-            ]
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;Timeline&quot;,
-    &quot;description&quot;: &quot;Timeline provides its clients with instrumentation records that are generated during the page runtime. Timeline instrumentation can be started and stopped using corresponding commands. While timeline is started, it is generating timeline event records.&quot;,
-    &quot;types&quot;: [
-        {
-            &quot;id&quot;: &quot;EventType&quot;,
-            &quot;type&quot;: &quot;string&quot;,
-            &quot;enum&quot;: [&quot;EventDispatch&quot;, &quot;ScheduleStyleRecalculation&quot;, &quot;RecalculateStyles&quot;, &quot;InvalidateLayout&quot;, &quot;Layout&quot;, &quot;Paint&quot;, &quot;ScrollLayer&quot;, &quot;ResizeImage&quot;, &quot;ParseHTML&quot;, &quot;TimerInstall&quot;, &quot;TimerRemove&quot;, &quot;TimerFire&quot;, &quot;EvaluateScript&quot;, &quot;MarkLoad&quot;, &quot;MarkDOMContent&quot;, &quot;TimeStamp&quot;, &quot;Time&quot;, &quot;TimeEnd&quot;, &quot;ScheduleResourceRequest&quot;, &quot;ResourceSendRequest&quot;, &quot;ResourceReceiveResponse&quot;, &quot;ResourceReceivedData&quot;, &quot;ResourceFinish&quot;, &quot;XHRReadyStateChange&quot;, &quot;XHRLoad&quot;, &quot;FunctionCall&quot;, &quot;ProbeSample&quot;, &quot;ConsoleProfile&quot;, &quot;GCEvent&quot;, &quot;RequestAnimationFrame&quot;, &quot;CancelAnimationFrame&quot;, &quot;FireAnimationFrame&quot;, &quot;WebSocketCreate&quot;, &quot;WebSocketSendHandshakeRequest&quot;, &quot;We
 bSocketReceiveHandshakeResponse&quot;, &quot;WebSocketDestroy&quot;],
-            &quot;description&quot;: &quot;Timeline record type.&quot;
-        },
-        {
-            &quot;id&quot;: &quot;TimelineEvent&quot;,
-            &quot;type&quot;: &quot;object&quot;,
-            &quot;properties&quot;: [
-                { &quot;name&quot;: &quot;type&quot;, &quot;$ref&quot;: &quot;EventType&quot;, &quot;description&quot;: &quot;Event type.&quot; },
-                { &quot;name&quot;: &quot;data&quot;, &quot;type&quot;: &quot;object&quot;, &quot;description&quot;: &quot;Event data.&quot; },
-                { &quot;name&quot;: &quot;children&quot;, &quot;type&quot;: &quot;array&quot;, &quot;optional&quot;: true, &quot;items&quot;: { &quot;$ref&quot;: &quot;TimelineEvent&quot; }, &quot;description&quot;: &quot;Nested records.&quot; }
-            ],
-            &quot;description&quot;: &quot;Timeline record contains information about the recorded activity.&quot;
-        }
-    ],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;start&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;maxCallStackDepth&quot;, &quot;optional&quot;: true, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Samples JavaScript stack traces up to &lt;code&gt;maxCallStackDepth&lt;/code&gt;, defaults to 5.&quot; }
-            ],
-            &quot;description&quot;: &quot;Starts capturing instrumentation events.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;stop&quot;,
-            &quot;description&quot;: &quot;Stops capturing instrumentation events.&quot;
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;eventRecorded&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;record&quot;, &quot;$ref&quot;: &quot;TimelineEvent&quot;, &quot;description&quot;: &quot;Timeline event record data.&quot; }
-            ],
-            &quot;description&quot;: &quot;Fired for every instrumentation event while timeline is started.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;recordingStarted&quot;,
-            &quot;description&quot;: &quot;Fired when recording has started.&quot;
-        },
-        {
-            &quot;name&quot;: &quot;recordingStopped&quot;,
-            &quot;description&quot;: &quot;Fired when recording has stopped.&quot;
-        }
-    ]
-}
-,
-{
-    &quot;domain&quot;: &quot;Worker&quot;,
-    &quot;types&quot;: [],
-    &quot;commands&quot;: [
-        {
-            &quot;name&quot;: &quot;enable&quot;
-        },
-        {
-            &quot;name&quot;: &quot;disable&quot;
-        },
-        {
-            &quot;name&quot;: &quot;sendMessageToWorker&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; },
-                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;object&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;canInspectWorkers&quot;,
-            &quot;description&quot;: &quot;Tells whether browser supports workers inspection.&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if browser has workers support.&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;connectToWorker&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;disconnectFromWorker&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;setAutoconnectToWorkers&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot; }
-            ]
-        }
-    ],
-    &quot;events&quot;: [
-        {
-            &quot;name&quot;: &quot;workerCreated&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; },
-                { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot; },
-                { &quot;name&quot;: &quot;inspectorConnected&quot;, &quot;type&quot;: &quot;boolean&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;workerTerminated&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;dispatchMessageFromWorker&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;workerId&quot;, &quot;type&quot;: &quot;integer&quot; },
-                { &quot;name&quot;: &quot;message&quot;, &quot;type&quot;: &quot;object&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;disconnectedFromWorker&quot;
-        }
-    ]
-}
-]}
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIWebInspectorUIvcxprojWebInspectorUIvcxproj"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -685,8 +685,9 @@
</span><span class="cx">     &lt;None Include=&quot;..\UserInterface\LayoutTimelineDataGrid.js&quot; /&gt;
</span><span class="cx">     &lt;None Include=&quot;..\UserInterface\LayoutTimelineDataGridNode.js&quot; /&gt;
</span><span class="cx">     &lt;None Include=&quot;..\UserInterface\LayoutTimelineRecord.js&quot; /&gt;
</span><del>-    &lt;None Include=&quot;..\UserInterface\Legacy\6.0\InspectorWebBackendCommands.js&quot; /&gt;
-    &lt;None Include=&quot;..\UserInterface\Legacy\7.0\InspectorWebBackendCommands.js&quot; /&gt;
</del><ins>+    &lt;None Include=&quot;..\UserInterface\Legacy\6.0\InspectorBackendCommands.js&quot; /&gt;
+    &lt;None Include=&quot;..\UserInterface\Legacy\7.0\InspectorBackendCommands.js&quot; /&gt;
+    &lt;None Include=&quot;..\UserInterface\Legacy\8.0\InspectorBackendCommands.js&quot; /&gt;
</ins><span class="cx">     &lt;None Include=&quot;..\UserInterface\LoadInspectorBackendCommands.js&quot; /&gt;
</span><span class="cx">     &lt;None Include=&quot;..\UserInterface\LoadLocalizedStrings.js&quot; /&gt;
</span><span class="cx">     &lt;None Include=&quot;..\UserInterface\LogContentView.css&quot; /&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIWebInspectorUIvcxprojWebInspectorUIvcxprojfilters"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj.filters (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj.filters        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj.filters        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -24,6 +24,9 @@
</span><span class="cx">     &lt;Filter Include=&quot;UserInterface\Legacy\7.0&quot;&gt;
</span><span class="cx">       &lt;UniqueIdentifier&gt;{f3a0840d-35a0-41f6-8642-162354612341}&lt;/UniqueIdentifier&gt;
</span><span class="cx">     &lt;/Filter&gt;
</span><ins>+    &lt;Filter Include=&quot;UserInterface\Legacy\8.0&quot;&gt;
+      &lt;UniqueIdentifier&gt;{f3a0840d-35a0-41f6-8642-928734972394}&lt;/UniqueIdentifier&gt;
+    &lt;/Filter&gt;
</ins><span class="cx">     &lt;Filter Include=&quot;Images&quot;&gt;
</span><span class="cx">       &lt;UniqueIdentifier&gt;{af041f00-ecbb-405c-a2e0-02bbd07bfc7c}&lt;/UniqueIdentifier&gt;
</span><span class="cx">     &lt;/Filter&gt;
</span><span class="lines">@@ -1095,12 +1098,15 @@
</span><span class="cx">     &lt;None Include=&quot;..\UserInterface\External\CodeMirror\xml.js&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;UserInterface\External\CodeMirror&lt;/Filter&gt;
</span><span class="cx">     &lt;/None&gt;
</span><del>-    &lt;None Include=&quot;..\UserInterface\Legacy\6.0\InspectorWebBackendCommands.js&quot;&gt;
</del><ins>+    &lt;None Include=&quot;..\UserInterface\Legacy\6.0\InspectorBackendCommands.js&quot;&gt;
</ins><span class="cx">       &lt;Filter&gt;UserInterface\Legacy\6.0&lt;/Filter&gt;
</span><span class="cx">     &lt;/None&gt;
</span><del>-    &lt;None Include=&quot;..\UserInterface\Legacy\7.0\InspectorWebBackendCommands.js&quot;&gt;
</del><ins>+    &lt;None Include=&quot;..\UserInterface\Legacy\7.0\InspectorBackendCommands.js&quot;&gt;
</ins><span class="cx">       &lt;Filter&gt;UserInterface\Legacy\7.0&lt;/Filter&gt;
</span><span class="cx">     &lt;/None&gt;
</span><ins>+    &lt;None Include=&quot;..\UserInterface\Legacy\8.0\InspectorBackendCommands.js&quot;&gt;
+      &lt;Filter&gt;UserInterface\Legacy\8.0&lt;/Filter&gt;
+    &lt;/None&gt;
</ins><span class="cx">     &lt;None Include=&quot;..\UserInterface\Images\Weight.svg&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;Images&lt;/Filter&gt;
</span><span class="cx">     &lt;/None&gt;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIWebInspectorUIvcxprojbuildwebinspectoruipl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/build-webinspectorui.pl (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/build-webinspectorui.pl        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/build-webinspectorui.pl        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -45,20 +45,17 @@
</span><span class="cx"> 
</span><span class="cx"> my $TARGET_BUILD_DIR = File::Spec-&gt;catdir($XDSTROOT, &quot;bin$ARGV[3]&quot;, 'WebKit.resources');
</span><span class="cx"> $ENV{'TARGET_BUILD_DIR'} = $TARGET_BUILD_DIR;
</span><del>-my ($JAVASCRIPTCORE_PRIVATE_HEADERS_DIR, $WEBCORE_PRIVATE_HEADERS_DIR);
</del><ins>+my $JAVASCRIPTCORE_PRIVATE_HEADERS_DIR;
</ins><span class="cx"> if ($ARGV[4] eq '1') {
</span><span class="cx">     $ARGV[1] =~ s/^\&quot;//;
</span><span class="cx">     $ARGV[1] =~ s/\&quot;$//;
</span><span class="cx">     my $Internal = Cwd::realpath($ARGV[1]);;
</span><span class="cx">     $JAVASCRIPTCORE_PRIVATE_HEADERS_DIR = File::Spec-&gt;catdir($Internal, 'include', 'private', 'JavaScriptCore');
</span><del>-    $WEBCORE_PRIVATE_HEADERS_DIR = File::Spec-&gt;catdir($Internal, 'include', 'private', 'WebCore');
</del><span class="cx"> } else {
</span><span class="cx">     $JAVASCRIPTCORE_PRIVATE_HEADERS_DIR = File::Spec-&gt;catdir($XDSTROOT, &quot;obj$ARGV[3]&quot;, 'JavaScriptCore', 'DerivedSources');
</span><del>-    $WEBCORE_PRIVATE_HEADERS_DIR = File::Spec-&gt;catdir($XDSTROOT, &quot;obj$ARGV[3]&quot;, 'WebCore', 'DerivedSources');
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> $ENV{'JAVASCRIPTCORE_PRIVATE_HEADERS_DIR'} = $JAVASCRIPTCORE_PRIVATE_HEADERS_DIR;
</span><del>-$ENV{'WEBCORE_PRIVATE_HEADERS_DIR'} = $WEBCORE_PRIVATE_HEADERS_DIR;
</del><span class="cx"> 
</span><span class="cx"> my $DERIVED_SOURCES_DIR = File::Spec-&gt;catdir($XDSTROOT, &quot;obj$ARGV[3]&quot;, 'WebInspectorUI', 'DerivedSources');
</span><span class="cx"> $ENV{'DERIVED_SOURCES_DIR'} = $DERIVED_SOURCES_DIR;
</span><span class="lines">@@ -73,13 +70,9 @@
</span><span class="cx"> my $protocolDir = File::Spec-&gt;catdir($targetResourcePath, 'Protocol');
</span><span class="cx"> 
</span><span class="cx"> # Copy over dynamically loaded files from other frameworks, even if we aren't combining resources.
</span><del>-my $jsFrom = File::Spec-&gt;catfile($ENV{'JAVASCRIPTCORE_PRIVATE_HEADERS_DIR'}, 'InspectorJSBackendCommands.js');
-my $jsTo = File::Spec-&gt;catfile($protocolDir, 'InspectorJSBackendCommands.js');
-print &quot;Copying JavaScript bindings from $jsFrom to $jsTo\n&quot;;
</del><ins>+my $jsFrom = File::Spec-&gt;catfile($ENV{'JAVASCRIPTCORE_PRIVATE_HEADERS_DIR'}, 'InspectorBackendCommands.js');
+my $jsTo = File::Spec-&gt;catfile($protocolDir, 'InspectorBackendCommands.js');
+print &quot;Copying Inspector bindings from $jsFrom to $jsTo\n&quot;;
</ins><span class="cx"> 
</span><del>-my $wcFrom = File::Spec-&gt;catfile($ENV{'WEBCORE_PRIVATE_HEADERS_DIR'}, 'InspectorWebBackendCommands.js');
-my $wcTo = File::Spec-&gt;catfile($protocolDir, 'InspectorWebBackendCommands.js');
-print &quot;Copying WebCore bindings from $wcFrom to $wcTo\n&quot;;
-
</del><span class="cx"> my $copyResourcesCommand = File::Spec-&gt;catfile($XSRCROOT, 'Scripts', 'copy-user-interface-resources.pl');
</span><span class="cx"> do $copyResourcesCommand;
</span></span></pre></div>
<a id="trunkSourceWebKit2ChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/ChangeLog (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/ChangeLog        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebKit2/ChangeLog        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-10-20  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Web Inspector: Generate all Inspector domains together in JavaScriptCore
+        https://bugs.webkit.org/show_bug.cgi?id=137748
+
+        Reviewed by Brian Burg.
+
+        * PlatformGTK.cmake:
+
</ins><span class="cx"> 2014-10-19  Antti Koivisto  &lt;antti@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Avoid unnecessary NSURLResponse construction for QuickLook on iOS
</span></span></pre></div>
<a id="trunkSourceWebKit2PlatformGTKcmake"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebKit2/PlatformGTK.cmake (174891 => 174892)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebKit2/PlatformGTK.cmake        2014-10-20 17:48:51 UTC (rev 174891)
+++ trunk/Source/WebKit2/PlatformGTK.cmake        2014-10-20 17:59:24 UTC (rev 174892)
</span><span class="lines">@@ -393,8 +393,7 @@
</span><span class="cx"> 
</span><span class="cx"> list(APPEND InspectorFiles
</span><span class="cx">     ${CMAKE_SOURCE_DIR}/Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js
</span><del>-    ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorJSBackendCommands.js
-    ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorWebBackendCommands.js
</del><ins>+    ${DERIVED_SOURCES_WEBINSPECTORUI_DIR}/UserInterface/Protocol/InspectorBackendCommands.js
</ins><span class="cx"> )
</span><span class="cx"> 
</span><span class="cx"> # This is necessary because of a conflict between the GTK+ API WebKitVersion.h and one generated by WebCore.
</span></span></pre>
</div>
</div>

</body>
</html>