<!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>[188993] trunk/Source/WebInspectorUI</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/188993">188993</a></dd>
<dt>Author</dt> <dd>joepeck@webkit.org</dd>
<dt>Date</dt> <dd>2015-08-26 15:07:18 -0700 (Wed, 26 Aug 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Web Inspector: Drop iOS 6 Legacy Remote Inspector Support
https://bugs.webkit.org/show_bug.cgi?id=148456

Reviewed by Timothy Hatcher.

* UserInterface/Base/Main.js:
(WebInspector.loaded):
(WebInspector._updateReloadToolbarButton):
(WebInspector._updateDownloadToolbarButton):
(WebInspector.canArchiveMainFrame):
* UserInterface/Controllers/CSSStyleManager.js:
(WebInspector.CSSStyleManager.prototype._frameURLMapKey):
(WebInspector.CSSStyleManager.prototype._lookupStyleSheet.styleSheetsFetched):
(WebInspector.CSSStyleManager._updateResourceContent.fetchedStyleSheetContent):
(WebInspector.CSSStyleManager.prototype._clearStyleSheetsForResource): Deleted.
* UserInterface/Controllers/DOMTreeManager.js:
(WebInspector.DOMTreeManager.prototype.highlightSelector):
* UserInterface/Controllers/DebuggerManager.js:
(WebInspector.DebuggerManager.prototype._setBreakpoint):
* UserInterface/Controllers/JavaScriptLogViewController.js:
* UserInterface/Controllers/RuntimeManager.js:
(WebInspector.RuntimeManager):
(WebInspector.RuntimeManager.prototype.evaluateInInspectedWindow):
* UserInterface/Controllers/SourceMapManager.js:
(WebInspector.SourceMapManager.prototype._loadAndParseSourceMap):
* UserInterface/Controllers/StorageManager.js:
(WebInspector.StorageManager):
(WebInspector.StorageManager.prototype._addDOMStorageIfNeeded):
(WebInspector.StorageManager.prototype.domStorageWasUpdated): Deleted.
(WebInspector.StorageManager.prototype._domStorageForIdentifier): Deleted.
(WebInspector.StorageManager.prototype._extraDomainsActivated): Deleted.
* UserInterface/Controllers/TimelineManager.js:
(WebInspector.TimelineManager.prototype._processRecord):
* UserInterface/Models/Breakpoint.js:
(WebInspector.Breakpoint.prototype._editBreakpointPopoverContentElement):
* UserInterface/Models/CSSCompletions.js:
(WebInspector.CSSCompletions):
(WebInspector.CSSCompletions.requestCSSCompletions):
* UserInterface/Models/CSSKeywordCompletions.js:
(WebInspector.CSSKeywordCompletions.addCustomCompletions): Deleted.
* UserInterface/Models/CSSProperty.js:
(WebInspector.CSSProperty):
(WebInspector.CSSProperty.prototype.update):
* UserInterface/Models/CSSRule.js:
(WebInspector.CSSRule.prototype.get matchedSelectors): Deleted.
(WebInspector.CSSRule.prototype.get matchedSelectorText): Deleted.
* UserInterface/Models/DOMNodeStyles.js:
(WebInspector.DOMNodeStyles.prototype.refresh.parseRuleMatchArrayPayload):
(WebInspector.DOMNodeStyles.prototype.refresh.fetchedMatchedStyles):
(WebInspector.DOMNodeStyles.prototype.changeRule.changeText):
(WebInspector.DOMNodeStyles.prototype.changeStyleText):
(WebInspector.DOMNodeStyles.prototype._parseStylePropertyPayload):
(WebInspector.DOMNodeStyles.prototype._parseRulePayload):
(WebInspector.DOMNodeStyles.prototype.changeStyleText.attributeChanged): Deleted.
(WebInspector.DOMNodeStyles.prototype.changeStyleText.fetchedStyleSheetContent.contentDidChange): Deleted.
(WebInspector.DOMNodeStyles.prototype.changeStyleText.fetchedStyleSheetContent): Deleted.
(WebInspector.DOMNodeStyles.prototype._parseSourceRangePayload): Deleted.
(WebInspector.DOMNodeStyles.prototype._parseSelectorListPayload): Deleted.
* UserInterface/Models/DOMStorageObject.js:
* UserInterface/Models/DOMTree.js:
(WebInspector.DOMTree.prototype.requestRootDOMNode):
(WebInspector.DOMTree.prototype._requestRootDOMNode):
* UserInterface/Models/DatabaseObject.js:
(WebInspector.DatabaseObject.prototype.executeSQL.queryCallback):
(WebInspector.DatabaseObject.prototype.executeSQL):
(WebInspector.DatabaseObject):
(WebInspector.DatabaseObject.prototype.executeSQL.callback): Deleted.
* UserInterface/Models/ExecutionContext.js:
(WebInspector.ExecutionContext.supported): Deleted.
* UserInterface/Models/IssueMessage.js:
(WebInspector.IssueMessage): Deleted.
* UserInterface/Models/LayoutTimelineRecord.js:
(WebInspector.LayoutTimelineRecord):
(WebInspector.LayoutTimelineRecord.prototype.get width):
(WebInspector.LayoutTimelineRecord.prototype.get height):
(WebInspector.LayoutTimelineRecord.prototype.get area):
(WebInspector.LayoutTimelineRecord.prototype.get x): Deleted.
(WebInspector.LayoutTimelineRecord.prototype.get y): Deleted.
(WebInspector.LayoutTimelineRecord.prototype.get rect): Deleted.
* UserInterface/Models/ProfileNode.js:
* UserInterface/Models/Resource.js:
(WebInspector.Resource.prototype.associateWithScript):
* UserInterface/Models/ScriptTimelineRecord.js:
(WebInspector.ScriptTimelineRecord.prototype._initializeProfileFromPayload.profileNodeFromPayload):
* UserInterface/Models/SourceMapResource.js:
(WebInspector.SourceMapResource.prototype.requestContentFromBackend):
* UserInterface/Models/TextRange.js:
(WebInspector.TextRange.prototype.resolveLinesAndColumns.countNewLineCharacters): Deleted.
(WebInspector.TextRange.prototype.resolveLinesAndColumns): Deleted.
* UserInterface/Models/TimelineRecording.js:
* UserInterface/Protocol/ConsoleObserver.js:
(WebInspector.ConsoleObserver.prototype.messageAdded): Deleted.
* UserInterface/Protocol/DOMStorageObserver.js:
(WebInspector.DOMStorageObserver.prototype.addDOMStorage): Deleted.
(WebInspector.DOMStorageObserver.prototype.updateDOMStorage): Deleted.
* UserInterface/Protocol/DatabaseObserver.js:
(WebInspector.DatabaseObserver.prototype.sqlTransactionSucceeded): Deleted.
(WebInspector.DatabaseObserver.prototype.sqlTransactionFailed): Deleted.
(WebInspector.DatabaseObserver): Deleted.
* UserInterface/Protocol/Legacy/6.0/InspectorBackendCommands.js: Removed.
* UserInterface/Views/CookieStorageContentView.js:
(WebInspector.CookieStorageContentView.prototype._deleteCallback):
(WebInspector.CookieStorageContentView):
* UserInterface/Views/DOMTreeContentView.js:
(WebInspector.DOMTreeContentView.prototype._updateCompositingBordersButtonToMatchPageSettings): Deleted.
* UserInterface/Views/EventListenerSectionGroup.js:
(WebInspector.EventListenerSectionGroup.prototype._functionTextOrLink):
(WebInspector.EventListenerSectionGroup):
* UserInterface/Views/LayoutTimelineView.js:
(WebInspector.LayoutTimelineView.prototype._showHighlightForRecord):
* UserInterface/Views/QuickConsole.js:
(WebInspector.QuickConsole):
(WebInspector.QuickConsole.prototype._createExecutionContextPathComponentFromFrame):
(WebInspector.QuickConsole.prototype._frameAdded): Deleted.
(WebInspector.QuickConsole.prototype._frameRemoved): Deleted.
(WebInspector.QuickConsole.prototype._frameMainResourceChanged): Deleted.
* UserInterface/Views/ScriptTimelineDataGridNode.js:
(WebInspector.ScriptTimelineDataGridNode.prototype.get data):
* UserInterface/Views/SourceCodeTextEditor.js:
(WebInspector.SourceCodeTextEditor.prototype._makeTypeTokenAnnotator):
(WebInspector.SourceCodeTextEditor.prototype._makeBasicBlockAnnotator):
* Versions/Inspector-iOS-6.0.json: Removed.
* WebInspectorUI.vcxproj/WebInspectorUI.vcxproj:
* WebInspectorUI.vcxproj/WebInspectorUI.vcxproj.filters:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceBaseMainjs">trunk/Source/WebInspectorUI/UserInterface/Base/Main.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceControllersCSSStyleManagerjs">trunk/Source/WebInspectorUI/UserInterface/Controllers/CSSStyleManager.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceControllersDOMTreeManagerjs">trunk/Source/WebInspectorUI/UserInterface/Controllers/DOMTreeManager.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceControllersDebuggerManagerjs">trunk/Source/WebInspectorUI/UserInterface/Controllers/DebuggerManager.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceControllersJavaScriptLogViewControllerjs">trunk/Source/WebInspectorUI/UserInterface/Controllers/JavaScriptLogViewController.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceControllersRuntimeManagerjs">trunk/Source/WebInspectorUI/UserInterface/Controllers/RuntimeManager.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceControllersSourceMapManagerjs">trunk/Source/WebInspectorUI/UserInterface/Controllers/SourceMapManager.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceControllersStorageManagerjs">trunk/Source/WebInspectorUI/UserInterface/Controllers/StorageManager.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceControllersTimelineManagerjs">trunk/Source/WebInspectorUI/UserInterface/Controllers/TimelineManager.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsBreakpointjs">trunk/Source/WebInspectorUI/UserInterface/Models/Breakpoint.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsCSSCompletionsjs">trunk/Source/WebInspectorUI/UserInterface/Models/CSSCompletions.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsCSSKeywordCompletionsjs">trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsCSSPropertyjs">trunk/Source/WebInspectorUI/UserInterface/Models/CSSProperty.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsCSSRulejs">trunk/Source/WebInspectorUI/UserInterface/Models/CSSRule.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsDOMNodeStylesjs">trunk/Source/WebInspectorUI/UserInterface/Models/DOMNodeStyles.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsDOMStorageObjectjs">trunk/Source/WebInspectorUI/UserInterface/Models/DOMStorageObject.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsDOMTreejs">trunk/Source/WebInspectorUI/UserInterface/Models/DOMTree.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsDatabaseObjectjs">trunk/Source/WebInspectorUI/UserInterface/Models/DatabaseObject.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsExecutionContextjs">trunk/Source/WebInspectorUI/UserInterface/Models/ExecutionContext.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsIssueMessagejs">trunk/Source/WebInspectorUI/UserInterface/Models/IssueMessage.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsLayoutTimelineRecordjs">trunk/Source/WebInspectorUI/UserInterface/Models/LayoutTimelineRecord.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsProfileNodejs">trunk/Source/WebInspectorUI/UserInterface/Models/ProfileNode.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsResourcejs">trunk/Source/WebInspectorUI/UserInterface/Models/Resource.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsScriptTimelineRecordjs">trunk/Source/WebInspectorUI/UserInterface/Models/ScriptTimelineRecord.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsSourceMapResourcejs">trunk/Source/WebInspectorUI/UserInterface/Models/SourceMapResource.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsTextRangejs">trunk/Source/WebInspectorUI/UserInterface/Models/TextRange.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceModelsTimelineRecordingjs">trunk/Source/WebInspectorUI/UserInterface/Models/TimelineRecording.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolConsoleObserverjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/ConsoleObserver.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolDOMStorageObserverjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/DOMStorageObserver.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolDatabaseObserverjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/DatabaseObserver.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsCookieStorageContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/CookieStorageContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsDOMTreeContentViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsEventListenerSectionGroupjs">trunk/Source/WebInspectorUI/UserInterface/Views/EventListenerSectionGroup.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsLayoutTimelineViewjs">trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineView.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsQuickConsolejs">trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsScriptTimelineDataGridNodejs">trunk/Source/WebInspectorUI/UserInterface/Views/ScriptTimelineDataGridNode.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsSourceCodeTextEditorjs">trunk/Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.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>
</ul>

<h3>Removed Paths</h3>
<ul>
<li>trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/</li>
<li><a href="#trunkSourceWebInspectorUIVersionsInspectoriOS60json">trunk/Source/WebInspectorUI/Versions/Inspector-iOS-6.0.json</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/ChangeLog        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -1,3 +1,130 @@
</span><ins>+2015-08-26  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Web Inspector: Drop iOS 6 Legacy Remote Inspector Support
+        https://bugs.webkit.org/show_bug.cgi?id=148456
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Base/Main.js:
+        (WebInspector.loaded):
+        (WebInspector._updateReloadToolbarButton):
+        (WebInspector._updateDownloadToolbarButton):
+        (WebInspector.canArchiveMainFrame):
+        * UserInterface/Controllers/CSSStyleManager.js:
+        (WebInspector.CSSStyleManager.prototype._frameURLMapKey):
+        (WebInspector.CSSStyleManager.prototype._lookupStyleSheet.styleSheetsFetched):
+        (WebInspector.CSSStyleManager._updateResourceContent.fetchedStyleSheetContent):
+        (WebInspector.CSSStyleManager.prototype._clearStyleSheetsForResource): Deleted.
+        * UserInterface/Controllers/DOMTreeManager.js:
+        (WebInspector.DOMTreeManager.prototype.highlightSelector):
+        * UserInterface/Controllers/DebuggerManager.js:
+        (WebInspector.DebuggerManager.prototype._setBreakpoint):
+        * UserInterface/Controllers/JavaScriptLogViewController.js:
+        * UserInterface/Controllers/RuntimeManager.js:
+        (WebInspector.RuntimeManager):
+        (WebInspector.RuntimeManager.prototype.evaluateInInspectedWindow):
+        * UserInterface/Controllers/SourceMapManager.js:
+        (WebInspector.SourceMapManager.prototype._loadAndParseSourceMap):
+        * UserInterface/Controllers/StorageManager.js:
+        (WebInspector.StorageManager):
+        (WebInspector.StorageManager.prototype._addDOMStorageIfNeeded):
+        (WebInspector.StorageManager.prototype.domStorageWasUpdated): Deleted.
+        (WebInspector.StorageManager.prototype._domStorageForIdentifier): Deleted.
+        (WebInspector.StorageManager.prototype._extraDomainsActivated): Deleted.
+        * UserInterface/Controllers/TimelineManager.js:
+        (WebInspector.TimelineManager.prototype._processRecord):
+        * UserInterface/Models/Breakpoint.js:
+        (WebInspector.Breakpoint.prototype._editBreakpointPopoverContentElement):
+        * UserInterface/Models/CSSCompletions.js:
+        (WebInspector.CSSCompletions):
+        (WebInspector.CSSCompletions.requestCSSCompletions):
+        * UserInterface/Models/CSSKeywordCompletions.js:
+        (WebInspector.CSSKeywordCompletions.addCustomCompletions): Deleted.
+        * UserInterface/Models/CSSProperty.js:
+        (WebInspector.CSSProperty):
+        (WebInspector.CSSProperty.prototype.update):
+        * UserInterface/Models/CSSRule.js:
+        (WebInspector.CSSRule.prototype.get matchedSelectors): Deleted.
+        (WebInspector.CSSRule.prototype.get matchedSelectorText): Deleted.
+        * UserInterface/Models/DOMNodeStyles.js:
+        (WebInspector.DOMNodeStyles.prototype.refresh.parseRuleMatchArrayPayload):
+        (WebInspector.DOMNodeStyles.prototype.refresh.fetchedMatchedStyles):
+        (WebInspector.DOMNodeStyles.prototype.changeRule.changeText):
+        (WebInspector.DOMNodeStyles.prototype.changeStyleText):
+        (WebInspector.DOMNodeStyles.prototype._parseStylePropertyPayload):
+        (WebInspector.DOMNodeStyles.prototype._parseRulePayload):
+        (WebInspector.DOMNodeStyles.prototype.changeStyleText.attributeChanged): Deleted.
+        (WebInspector.DOMNodeStyles.prototype.changeStyleText.fetchedStyleSheetContent.contentDidChange): Deleted.
+        (WebInspector.DOMNodeStyles.prototype.changeStyleText.fetchedStyleSheetContent): Deleted.
+        (WebInspector.DOMNodeStyles.prototype._parseSourceRangePayload): Deleted.
+        (WebInspector.DOMNodeStyles.prototype._parseSelectorListPayload): Deleted.
+        * UserInterface/Models/DOMStorageObject.js:
+        * UserInterface/Models/DOMTree.js:
+        (WebInspector.DOMTree.prototype.requestRootDOMNode):
+        (WebInspector.DOMTree.prototype._requestRootDOMNode):
+        * UserInterface/Models/DatabaseObject.js:
+        (WebInspector.DatabaseObject.prototype.executeSQL.queryCallback):
+        (WebInspector.DatabaseObject.prototype.executeSQL):
+        (WebInspector.DatabaseObject):
+        (WebInspector.DatabaseObject.prototype.executeSQL.callback): Deleted.
+        * UserInterface/Models/ExecutionContext.js:
+        (WebInspector.ExecutionContext.supported): Deleted.
+        * UserInterface/Models/IssueMessage.js:
+        (WebInspector.IssueMessage): Deleted.
+        * UserInterface/Models/LayoutTimelineRecord.js:
+        (WebInspector.LayoutTimelineRecord):
+        (WebInspector.LayoutTimelineRecord.prototype.get width):
+        (WebInspector.LayoutTimelineRecord.prototype.get height):
+        (WebInspector.LayoutTimelineRecord.prototype.get area):
+        (WebInspector.LayoutTimelineRecord.prototype.get x): Deleted.
+        (WebInspector.LayoutTimelineRecord.prototype.get y): Deleted.
+        (WebInspector.LayoutTimelineRecord.prototype.get rect): Deleted.
+        * UserInterface/Models/ProfileNode.js:
+        * UserInterface/Models/Resource.js:
+        (WebInspector.Resource.prototype.associateWithScript):
+        * UserInterface/Models/ScriptTimelineRecord.js:
+        (WebInspector.ScriptTimelineRecord.prototype._initializeProfileFromPayload.profileNodeFromPayload):
+        * UserInterface/Models/SourceMapResource.js:
+        (WebInspector.SourceMapResource.prototype.requestContentFromBackend):
+        * UserInterface/Models/TextRange.js:
+        (WebInspector.TextRange.prototype.resolveLinesAndColumns.countNewLineCharacters): Deleted.
+        (WebInspector.TextRange.prototype.resolveLinesAndColumns): Deleted.
+        * UserInterface/Models/TimelineRecording.js:
+        * UserInterface/Protocol/ConsoleObserver.js:
+        (WebInspector.ConsoleObserver.prototype.messageAdded): Deleted.
+        * UserInterface/Protocol/DOMStorageObserver.js:
+        (WebInspector.DOMStorageObserver.prototype.addDOMStorage): Deleted.
+        (WebInspector.DOMStorageObserver.prototype.updateDOMStorage): Deleted.
+        * UserInterface/Protocol/DatabaseObserver.js:
+        (WebInspector.DatabaseObserver.prototype.sqlTransactionSucceeded): Deleted.
+        (WebInspector.DatabaseObserver.prototype.sqlTransactionFailed): Deleted.
+        (WebInspector.DatabaseObserver): Deleted.
+        * UserInterface/Protocol/Legacy/6.0/InspectorBackendCommands.js: Removed.
+        * UserInterface/Views/CookieStorageContentView.js:
+        (WebInspector.CookieStorageContentView.prototype._deleteCallback):
+        (WebInspector.CookieStorageContentView):
+        * UserInterface/Views/DOMTreeContentView.js:
+        (WebInspector.DOMTreeContentView.prototype._updateCompositingBordersButtonToMatchPageSettings): Deleted.
+        * UserInterface/Views/EventListenerSectionGroup.js:
+        (WebInspector.EventListenerSectionGroup.prototype._functionTextOrLink):
+        (WebInspector.EventListenerSectionGroup):
+        * UserInterface/Views/LayoutTimelineView.js:
+        (WebInspector.LayoutTimelineView.prototype._showHighlightForRecord):
+        * UserInterface/Views/QuickConsole.js:
+        (WebInspector.QuickConsole):
+        (WebInspector.QuickConsole.prototype._createExecutionContextPathComponentFromFrame):
+        (WebInspector.QuickConsole.prototype._frameAdded): Deleted.
+        (WebInspector.QuickConsole.prototype._frameRemoved): Deleted.
+        (WebInspector.QuickConsole.prototype._frameMainResourceChanged): Deleted.
+        * UserInterface/Views/ScriptTimelineDataGridNode.js:
+        (WebInspector.ScriptTimelineDataGridNode.prototype.get data):
+        * UserInterface/Views/SourceCodeTextEditor.js:
+        (WebInspector.SourceCodeTextEditor.prototype._makeTypeTokenAnnotator):
+        (WebInspector.SourceCodeTextEditor.prototype._makeBasicBlockAnnotator):
+        * Versions/Inspector-iOS-6.0.json: Removed.
+        * WebInspectorUI.vcxproj/WebInspectorUI.vcxproj:
+        * WebInspectorUI.vcxproj/WebInspectorUI.vcxproj.filters:
+
</ins><span class="cx"> 2015-08-26  Nikita Vasilyev  &lt;nvasilyev@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Command-Enter should evaluate selected JS in Debugger/Sources
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceBaseMainjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Base/Main.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Base/Main.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Base/Main.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -123,6 +123,7 @@
</span><span class="cx"> 
</span><span class="cx">     // Tell the backend we are initialized after all our initialization messages have been sent.
</span><span class="cx">     setTimeout(function() {
</span><ins>+        // COMPATIBILITY (iOS 8): Inspector.initialized did not exist yet.
</ins><span class="cx">         if (window.InspectorAgent &amp;&amp; InspectorAgent.initialized)
</span><span class="cx">             InspectorAgent.initialized();
</span><span class="cx">     }, 0);
</span><span class="lines">@@ -152,10 +153,12 @@
</span><span class="cx">     this.showShadowDOMSetting = new WebInspector.Setting(&quot;show-shadow-dom&quot;, false);
</span><span class="cx">     this.showReplayInterfaceSetting = new WebInspector.Setting(&quot;show-web-replay&quot;, false);
</span><span class="cx"> 
</span><ins>+    // COMPATIBILITY (iOS 8): Page.enableTypeProfiler did not exist.
</ins><span class="cx">     this.showJavaScriptTypeInformationSetting = new WebInspector.Setting(&quot;show-javascript-type-information&quot;, false);
</span><span class="cx">     if (this.showJavaScriptTypeInformationSetting.value &amp;&amp; window.RuntimeAgent &amp;&amp; RuntimeAgent.enableTypeProfiler)
</span><span class="cx">         RuntimeAgent.enableTypeProfiler();
</span><span class="cx"> 
</span><ins>+    // COMPATIBILITY (iOS 8): Page.setShowPaintRects did not exist.
</ins><span class="cx">     this.showPaintRectsSetting = new WebInspector.Setting(&quot;show-paint-rects&quot;, false);
</span><span class="cx">     if (this.showPaintRectsSetting.value &amp;&amp; window.PageAgent &amp;&amp; PageAgent.setShowPaintRects)
</span><span class="cx">         PageAgent.setShowPaintRects(true);
</span><span class="lines">@@ -1592,7 +1595,7 @@
</span><span class="cx"> 
</span><span class="cx"> WebInspector._updateReloadToolbarButton = function()
</span><span class="cx"> {
</span><del>-    if (!window.PageAgent || !PageAgent.reload) {
</del><ins>+    if (!window.PageAgent) {
</ins><span class="cx">         this._reloadToolbarButton.hidden = true;
</span><span class="cx">         return;
</span><span class="cx">     }
</span><span class="lines">@@ -1602,6 +1605,7 @@
</span><span class="cx"> 
</span><span class="cx"> WebInspector._updateDownloadToolbarButton = function()
</span><span class="cx"> {
</span><ins>+    // COMPATIBILITY (iOS 7): Page.archive did not exist yet.
</ins><span class="cx">     if (!window.PageAgent || !PageAgent.archive || this.debuggableType !== WebInspector.DebuggableType.Web) {
</span><span class="cx">         this._downloadToolbarButton.hidden = true;
</span><span class="cx">         return;
</span><span class="lines">@@ -2081,6 +2085,7 @@
</span><span class="cx"> 
</span><span class="cx"> WebInspector.canArchiveMainFrame = function()
</span><span class="cx"> {
</span><ins>+    // COMPATIBILITY (iOS 7): Page.archive did not exist yet.
</ins><span class="cx">     if (!PageAgent.archive || this.debuggableType !== WebInspector.DebuggableType.Web)
</span><span class="cx">         return false;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceControllersCSSStyleManagerjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Controllers/CSSStyleManager.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Controllers/CSSStyleManager.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Controllers/CSSStyleManager.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -221,14 +221,12 @@
</span><span class="cx">     {
</span><span class="cx">         // Clear known stylesheets for this URL and frame. This will cause the stylesheets to
</span><span class="cx">         // be updated next time _fetchInfoForAllStyleSheets is called.
</span><del>-        // COMPATIBILITY (iOS 6): The frame's id was not available for the key, so delete just the url too.
</del><span class="cx">         this._styleSheetIdentifierMap.delete(this._frameURLMapKey(resource.parentFrame, resource.url));
</span><del>-        this._styleSheetIdentifierMap.delete(resource.url);
</del><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     _frameURLMapKey(frame, url)
</span><span class="cx">     {
</span><del>-        return (frame ? frame.id + &quot;:&quot; : &quot;&quot;) + url;
</del><ins>+        return frame.id + &quot;:&quot; + url;
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     _lookupStyleSheetForResource(resource, callback)
</span><span class="lines">@@ -244,11 +242,10 @@
</span><span class="cx"> 
</span><span class="cx">         function styleSheetsFetched()
</span><span class="cx">         {
</span><del>-            callback(this._styleSheetFrameURLMap.get(key) || this._styleSheetFrameURLMap.get(url) || null);
</del><ins>+            callback(this._styleSheetFrameURLMap.get(key) || null);
</ins><span class="cx">         }
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS 6): The frame's id was not available for the key, so check for just the url too.
-        let styleSheet = this._styleSheetFrameURLMap.get(key) || this._styleSheetFrameURLMap.get(url) || null;
</del><ins>+        let styleSheet = this._styleSheetFrameURLMap.get(key) || null;
</ins><span class="cx">         if (styleSheet)
</span><span class="cx">             callback(styleSheet);
</span><span class="cx">         else
</span><span class="lines">@@ -269,8 +266,7 @@
</span><span class="cx">             }
</span><span class="cx"> 
</span><span class="cx">             for (let styleSheetInfo of styleSheets) {
</span><del>-                // COMPATIBILITY (iOS 6): The info did not have 'frameId', so make parentFrame null in that case.
-                let parentFrame = &quot;frameId&quot; in styleSheetInfo ? WebInspector.frameResourceManager.frameForIdentifier(styleSheetInfo.frameId) : null;
</del><ins>+                let parentFrame = WebInspector.frameResourceManager.frameForIdentifier(styleSheetInfo.frameId);
</ins><span class="cx"> 
</span><span class="cx">                 // COMPATIBILITY (iOS 9): The info did not have 'isInline', 'startLine', and 'startColumn', so make false and 0 in these cases.
</span><span class="cx">                 let isInline = styleSheetInfo.isInline || false;
</span><span class="lines">@@ -340,15 +336,7 @@
</span><span class="cx">             if (!styleSheet.url)
</span><span class="cx">                 return;
</span><span class="cx"> 
</span><del>-            var resource = null;
-
-            // COMPATIBILITY (iOS 6): The stylesheet did not always have a frame, so fallback to looking
-            // for the resource in all frames.
-            if (styleSheet.parentFrame)
-                resource = styleSheet.parentFrame.resourceForURL(styleSheet.url);
-            else
-                resource = WebInspector.frameResourceManager.resourceForURL(styleSheet.url);
-
</del><ins>+            var resource = styleSheet.parentFrame.resourceForURL(styleSheet.url);;
</ins><span class="cx">             if (!resource)
</span><span class="cx">                 return;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceControllersDOMTreeManagerjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Controllers/DOMTreeManager.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Controllers/DOMTreeManager.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Controllers/DOMTreeManager.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -403,7 +403,8 @@
</span><span class="cx"> 
</span><span class="cx">     highlightSelector(selectorText, frameId, mode)
</span><span class="cx">     {
</span><del>-        if (!DOMAgent.highlightSelector || typeof DOMAgent.highlightSelector !== &quot;function&quot;)
</del><ins>+        // COMPATIBILITY (iOS 8): DOM.highlightSelector did not exist.
+        if (!DOMAgent.highlightSelector)
</ins><span class="cx">             return;
</span><span class="cx"> 
</span><span class="cx">         DOMAgent.highlightSelector(this._buildHighlightConfig(mode), selectorText, frameId);
</span><span class="lines">@@ -513,7 +514,7 @@
</span><span class="cx">             this.dispatchEventToListeners(WebInspector.DOMTreeManager.Event.ContentFlowListWasUpdated, {documentNodeIdentifier, flows: contentFlows});
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        if (window.CSSAgent &amp;&amp; CSSAgent.getNamedFlowCollection)
</del><ins>+        if (window.CSSAgent)
</ins><span class="cx">             CSSAgent.getNamedFlowCollection(documentNodeIdentifier, onNamedFlowCollectionAvailable.bind(this));
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceControllersDebuggerManagerjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Controllers/DebuggerManager.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Controllers/DebuggerManager.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Controllers/DebuggerManager.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -689,6 +689,7 @@
</span><span class="cx"> 
</span><span class="cx">         // Convert BreakpointAction types to DebuggerAgent protocol types.
</span><span class="cx">         // NOTE: Breakpoint.options returns new objects each time, so it is safe to modify.
</span><ins>+        // COMPATIBILITY (iOS 7): Debugger.BreakpointActionType did not exist yet.
</ins><span class="cx">         var options;
</span><span class="cx">         if (DebuggerAgent.BreakpointActionType) {
</span><span class="cx">             options = breakpoint.options;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceControllersJavaScriptLogViewControllerjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Controllers/JavaScriptLogViewController.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Controllers/JavaScriptLogViewController.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Controllers/JavaScriptLogViewController.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -205,12 +205,6 @@
</span><span class="cx">             return;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS 6): RuntimeAgent.parse did not exist in iOS 6. Always commit.
-        if (!RuntimeAgent.parse) {
-            handler(true);
-            return;
-        }
-
</del><span class="cx">         function parseFinished(error, result, message, range)
</span><span class="cx">         {
</span><span class="cx">             handler(result !== RuntimeAgent.SyntaxErrorType.Recoverable);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceControllersRuntimeManagerjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Controllers/RuntimeManager.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Controllers/RuntimeManager.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Controllers/RuntimeManager.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -30,8 +30,7 @@
</span><span class="cx">         super();
</span><span class="cx"> 
</span><span class="cx">         // Enable the RuntimeAgent to receive notification of execution contexts.
</span><del>-        if (RuntimeAgent.enable)
-            RuntimeAgent.enable();
</del><ins>+        RuntimeAgent.enable();
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     // Public
</span><span class="lines">@@ -62,24 +61,21 @@
</span><span class="cx">         }
</span><span class="cx"> 
</span><span class="cx">         if (WebInspector.debuggerManager.activeCallFrame) {
</span><del>-            // COMPATIBILITY (iOS 6): &quot;generatePreview&quot; did not exist.
</del><span class="cx">             // COMPATIBILITY (iOS 8): &quot;saveResult&quot; did not exist.
</span><span class="cx">             DebuggerAgent.evaluateOnCallFrame.invoke({callFrameId: WebInspector.debuggerManager.activeCallFrame.id, expression, objectGroup, includeCommandLineAPI, doNotPauseOnExceptionsAndMuteConsole, returnByValue, generatePreview, saveResult}, evalCallback.bind(this));
</span><span class="cx">             return;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS 6): Execution context identifiers (contextId) did not exist
-        // in iOS 6. Fallback to including the frame identifier (frameId).
-        // COMPATIBILITY (iOS 6): &quot;generatePreview&quot; did not exist.
</del><span class="cx">         // COMPATIBILITY (iOS 8): &quot;saveResult&quot; did not exist.
</span><span class="cx">         var contextId = WebInspector.quickConsole.executionContextIdentifier;
</span><del>-        RuntimeAgent.evaluate.invoke({expression, objectGroup, includeCommandLineAPI, doNotPauseOnExceptionsAndMuteConsole, contextId, frameId: contextId, returnByValue, generatePreview, saveResult}, evalCallback.bind(this));
</del><ins>+        RuntimeAgent.evaluate.invoke({expression, objectGroup, includeCommandLineAPI, doNotPauseOnExceptionsAndMuteConsole, contextId, returnByValue, generatePreview, saveResult}, evalCallback.bind(this));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     saveResult(remoteObject, callback)
</span><span class="cx">     {
</span><span class="cx">         console.assert(remoteObject instanceof WebInspector.RemoteObject);
</span><span class="cx"> 
</span><ins>+        // COMPATIBILITY (iOS 8): Runtime.saveResult did not exist.
</ins><span class="cx">         if (!RuntimeAgent.saveResult) {
</span><span class="cx">             callback(undefined);
</span><span class="cx">             return;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceControllersSourceMapManagerjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Controllers/SourceMapManager.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Controllers/SourceMapManager.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Controllers/SourceMapManager.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -115,8 +115,13 @@
</span><span class="cx">         if (!frameIdentifier)
</span><span class="cx">             frameIdentifier = WebInspector.frameResourceManager.mainFrame.id;
</span><span class="cx"> 
</span><del>-        if (NetworkAgent.loadResource)
-            NetworkAgent.loadResource(frameIdentifier, sourceMapURL, sourceMapLoaded.bind(this));
</del><ins>+        // COMPATIBILITY (iOS 7): Network.loadResource did not exist.
+        if (!NetworkAgent.loadResource) {
+            this._loadAndParseFailed(sourceMapURL);
+            return;
+        }
+
+        NetworkAgent.loadResource(frameIdentifier, sourceMapURL, sourceMapLoaded.bind(this));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     _loadAndParseFailed(sourceMapURL)
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceControllersStorageManagerjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Controllers/StorageManager.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Controllers/StorageManager.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Controllers/StorageManager.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -38,15 +38,8 @@
</span><span class="cx">             IndexedDBAgent.enable();
</span><span class="cx"> 
</span><span class="cx">         WebInspector.Frame.addEventListener(WebInspector.Frame.Event.MainResourceDidChange, this._mainResourceDidChange, this);
</span><ins>+        WebInspector.Frame.addEventListener(WebInspector.Frame.Event.SecurityOriginDidChange, this._securityOriginDidChange, this);
</ins><span class="cx"> 
</span><del>-        WebInspector.notifications.addEventListener(WebInspector.Notification.ExtraDomainsActivated, this._extraDomainsActivated, this);
-
-        // COMPATIBILITY (iOS 6): DOMStorage was discovered via a DOMStorageObserver event. Now DOM Storage
-        // is added whenever a new securityOrigin is discovered. Check for DOMStorageAgent.getDOMStorageItems,
-        // which was renamed at the same time the change to start using securityOrigin was made.
-        if (window.DOMStorageAgent &amp;&amp; DOMStorageAgent.getDOMStorageItems)
-            WebInspector.Frame.addEventListener(WebInspector.Frame.Event.SecurityOriginDidChange, this._securityOriginDidChange, this);
-
</del><span class="cx">         this.initialize();
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -99,11 +92,6 @@
</span><span class="cx">         this.dispatchEventToListeners(WebInspector.StorageManager.Event.DatabaseWasAdded, {database});
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    domStorageWasUpdated(id)
-    {
-        this.dispatchEventToListeners(WebInspector.StorageManager.Event.DOMStorageWasUpdated, id);
-    }
-
</del><span class="cx">     itemsCleared(storageId)
</span><span class="cx">     {
</span><span class="cx">         let domStorage = this._domStorageForIdentifier(storageId);
</span><span class="lines">@@ -196,7 +184,6 @@
</span><span class="cx">     {
</span><span class="cx">         for (var storageObject of this._domStorageObjects) {
</span><span class="cx">             // The id is an object, so we need to compare the properties using Object.shallowEqual.
</span><del>-            // COMPATIBILITY (iOS 6): The id was a string. Object.shallowEqual works for both.
</del><span class="cx">             if (Object.shallowEqual(storageObject.id, id))
</span><span class="cx">                 return storageObject;
</span><span class="cx">         }
</span><span class="lines">@@ -231,6 +218,9 @@
</span><span class="cx"> 
</span><span class="cx">     _addDOMStorageIfNeeded(frame)
</span><span class="cx">     {
</span><ins>+        if (!window.DOMStorageAgent)
+            return;
+
</ins><span class="cx">         // Don't show storage if we don't have a security origin (about:blank).
</span><span class="cx">         if (!frame.securityOrigin || frame.securityOrigin === &quot;://&quot;)
</span><span class="cx">             return;
</span><span class="lines">@@ -326,12 +316,6 @@
</span><span class="cx"> 
</span><span class="cx">         return null;
</span><span class="cx">     }
</span><del>-
-    _extraDomainsActivated(event)
-    {
-        if (event.data.domains.includes(&quot;DOMStorage&quot;) &amp;&amp; window.DOMStorageAgent &amp;&amp; DOMStorageAgent.getDOMStorageItems)
-            WebInspector.Frame.addEventListener(WebInspector.Frame.Event.SecurityOriginDidChange, this._securityOriginDidChange, this);
-    }
</del><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> WebInspector.StorageManager.Event = {
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceControllersTimelineManagerjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Controllers/TimelineManager.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Controllers/TimelineManager.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Controllers/TimelineManager.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -268,21 +268,12 @@
</span><span class="cx"> 
</span><span class="cx">         case TimelineAgent.EventType.Layout:
</span><span class="cx">             var layoutRecordType = sourceCodeLocation ? WebInspector.LayoutTimelineRecord.EventType.ForcedLayout : WebInspector.LayoutTimelineRecord.EventType.Layout;
</span><ins>+            var quad = new WebInspector.Quad(recordPayload.data.root);
+            return new WebInspector.LayoutTimelineRecord(layoutRecordType, startTime, endTime, callFrames, sourceCodeLocation, quad);
</ins><span class="cx"> 
</span><del>-            // COMPATIBILITY (iOS 6): Layout records did not contain area properties. This is not exposed via a quad &quot;root&quot;.
-            var quad = recordPayload.data.root ? new WebInspector.Quad(recordPayload.data.root) : null;
-            if (quad)
-                return new WebInspector.LayoutTimelineRecord(layoutRecordType, startTime, endTime, callFrames, sourceCodeLocation, quad.points[0].x, quad.points[0].y, quad.width, quad.height, quad);
-            else
-                return new WebInspector.LayoutTimelineRecord(layoutRecordType, startTime, endTime, callFrames, sourceCodeLocation);
-
</del><span class="cx">         case TimelineAgent.EventType.Paint:
</span><del>-            // COMPATIBILITY (iOS 6): Paint records data contained x, y, width, height properties. This became a quad &quot;clip&quot;.
-            var quad = recordPayload.data.clip ? new WebInspector.Quad(recordPayload.data.clip) : null;
-            if (quad)
-                return new WebInspector.LayoutTimelineRecord(WebInspector.LayoutTimelineRecord.EventType.Paint, startTime, endTime, callFrames, sourceCodeLocation, null, null, quad.width, quad.height, quad);
-            else
-                return new WebInspector.LayoutTimelineRecord(WebInspector.LayoutTimelineRecord.EventType.Paint, startTime, endTime, callFrames, sourceCodeLocation, recordPayload.data.x, recordPayload.data.y, recordPayload.data.width, recordPayload.data.height);
</del><ins>+            var quad = new WebInspector.Quad(recordPayload.data.clip);
+            return new WebInspector.LayoutTimelineRecord(WebInspector.LayoutTimelineRecord.EventType.Paint, startTime, endTime, callFrames, sourceCodeLocation, quad);
</ins><span class="cx"> 
</span><span class="cx">         case TimelineAgent.EventType.Composite:
</span><span class="cx">             return new WebInspector.LayoutTimelineRecord(WebInspector.LayoutTimelineRecord.EventType.Composite, startTime, endTime, callFrames, sourceCodeLocation);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsBreakpointjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/Breakpoint.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/Breakpoint.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/Breakpoint.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -414,6 +414,7 @@
</span><span class="cx">         conditionLabel.setAttribute(&quot;for&quot;, conditionInput.id);
</span><span class="cx">         conditionLabel.textContent = WebInspector.UIString(&quot;Condition&quot;);
</span><span class="cx"> 
</span><ins>+        // COMPATIBILITY (iOS 7): Debugger.setBreakpoint did not support options.
</ins><span class="cx">         if (DebuggerAgent.setBreakpoint.supports(&quot;options&quot;)) {
</span><span class="cx">             var actionRow = table.appendChild(document.createElement(&quot;tr&quot;));
</span><span class="cx">             var actionHeader = actionRow.appendChild(document.createElement(&quot;th&quot;));
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsCSSCompletionsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/CSSCompletions.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/CSSCompletions.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/CSSCompletions.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -39,15 +39,7 @@
</span><span class="cx">         this._longhands = {};
</span><span class="cx">         this._shorthands = {};
</span><span class="cx"> 
</span><del>-        for (var i = 0; i &lt; properties.length; ++i) {
-            // COMPATIBILITY (iOS 6): This used to be an array of strings,
-            // now it contains objects with a 'name' property. Support both here.
-            var property = properties[i];
-            if (typeof property === &quot;string&quot;) {
-                this._values.push(property);
-                continue;
-            }
-
</del><ins>+        for (var property of properties) {
</ins><span class="cx">             var propertyName = property.name;
</span><span class="cx">             this._values.push(propertyName);
</span><span class="cx"> 
</span><span class="lines">@@ -115,15 +107,8 @@
</span><span class="cx">                 valueKeywordsForCodeMirror[codeMirrorPropertyName] = true;
</span><span class="cx">             }
</span><span class="cx"> 
</span><del>-            for (var i = 0; i &lt; names.length; ++i) {
-                // COMPATIBILITY (iOS 6): This used to be an array of strings,
-                // now it contains objects with a 'name' property. Support both here.
-                var property = names[i];
-                if (typeof property === &quot;string&quot;)
-                    collectPropertyNameForCodeMirror(property);
-                else
-                    collectPropertyNameForCodeMirror(property.name);
-            }
</del><ins>+            for (var property of names)
+                collectPropertyNameForCodeMirror(property.name);
</ins><span class="cx"> 
</span><span class="cx">             for (var propertyName in WebInspector.CSSKeywordCompletions._propertyKeywordMap) {
</span><span class="cx">                 var keywords = WebInspector.CSSKeywordCompletions._propertyKeywordMap[propertyName];
</span><span class="lines">@@ -170,6 +155,7 @@
</span><span class="cx">         if (window.CSSAgent) {
</span><span class="cx">             CSSAgent.getSupportedCSSProperties(propertyNamesCallback);
</span><span class="cx"> 
</span><ins>+            // COMPATIBILITY (iOS 9): CSS.getSupportedSystemFontFamilyNames did not exist.
</ins><span class="cx">             if (CSSAgent.getSupportedSystemFontFamilyNames)
</span><span class="cx">                 CSSAgent.getSupportedSystemFontFamilyNames(fontFamilyNamesCallback);
</span><span class="cx">         }
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsCSSKeywordCompletionsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/CSSKeywordCompletions.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -64,10 +64,6 @@
</span><span class="cx"> 
</span><span class="cx"> WebInspector.CSSKeywordCompletions.addCustomCompletions = function(properties)
</span><span class="cx"> {
</span><del>-    // COMPATIBILITY (iOS 6): This used to be an array of strings. They won't have custom values.
-    if (properties.length &amp;&amp; typeof properties[0] === &quot;string&quot;)
-        return;
-
</del><span class="cx">     for (var property of properties) {
</span><span class="cx">         if (property.values)
</span><span class="cx">             WebInspector.CSSKeywordCompletions.addPropertyCompletionValues(property.name, property.values);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsCSSPropertyjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/CSSProperty.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/CSSProperty.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/CSSProperty.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -25,14 +25,14 @@
</span><span class="cx"> 
</span><span class="cx"> WebInspector.CSSProperty = class CSSProperty extends WebInspector.Object
</span><span class="cx"> {
</span><del>-    constructor(index, text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange)
</del><ins>+    constructor(index, text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange)
</ins><span class="cx">     {
</span><span class="cx">         super();
</span><span class="cx"> 
</span><span class="cx">         this._ownerStyle = null;
</span><span class="cx">         this._index = index;
</span><span class="cx"> 
</span><del>-        this.update(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange, true);
</del><ins>+        this.update(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, true);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     // Public
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx">         this._index = index;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    update(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange, dontFireEvents)
</del><ins>+    update(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, dontFireEvents)
</ins><span class="cx">     {
</span><span class="cx">         text = text || &quot;&quot;;
</span><span class="cx">         name = name || &quot;&quot;;
</span><span class="lines">@@ -94,14 +94,11 @@
</span><span class="cx">         this._valid = valid;
</span><span class="cx">         this._styleSheetTextRange = styleSheetTextRange || null;
</span><span class="cx"> 
</span><del>-        if (styleDeclarationTextRange)
-            this._styleDeclarationTextRange = styleDeclarationTextRange;
-        else
-            delete this._styleDeclarationTextRange;
-
</del><span class="cx">         this._relatedShorthandProperty = null;
</span><span class="cx">         this._relatedLonghandProperties = [];
</span><span class="cx"> 
</span><ins>+        // Clear computed properties.
+        delete this._styleDeclarationTextRange;
</ins><span class="cx">         delete this._canonicalName;
</span><span class="cx">         delete this._hasOtherVendorNameOrKeyword;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsCSSRulejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/CSSRule.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/CSSRule.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/CSSRule.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -135,12 +135,6 @@
</span><span class="cx"> 
</span><span class="cx">     get matchedSelectors()
</span><span class="cx">     {
</span><del>-        // COMPATIBILITY (iOS 6): The selectors array is always empty, so just return an empty array.
-        if (!this._selectors.length) {
-            console.assert(!this._matchedSelectorIndices.length);
-            return [];
-        }
-
</del><span class="cx">         if (this._matchedSelectors)
</span><span class="cx">             return this._matchedSelectors;
</span><span class="cx"> 
</span><span class="lines">@@ -153,12 +147,6 @@
</span><span class="cx"> 
</span><span class="cx">     get matchedSelectorText()
</span><span class="cx">     {
</span><del>-        // COMPATIBILITY (iOS 6): The selectors array is always empty, so just return the whole selector.
-        if (!this._selectors.length) {
-            console.assert(!this._matchedSelectorIndices.length);
-            return this._selectorText;
-        }
-
</del><span class="cx">         if (&quot;_matchedSelectorText&quot; in this)
</span><span class="cx">             return this._matchedSelectorText;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsDOMNodeStylesjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/DOMNodeStyles.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/DOMNodeStyles.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/DOMNodeStyles.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -42,7 +42,6 @@
</span><span class="cx">         this._attributesStyle = null;
</span><span class="cx">         this._computedStyle = null;
</span><span class="cx">         this._orderedStyles = [];
</span><del>-        this._stylesNeedingTextCommited = [];
</del><span class="cx"> 
</span><span class="cx">         this._propertyNameToEffectivePropertyMap = {};
</span><span class="cx"> 
</span><span class="lines">@@ -80,14 +79,10 @@
</span><span class="cx">         {
</span><span class="cx">             var result = [];
</span><span class="cx"> 
</span><del>-            var ruleOccurrences = {};
-
</del><span class="cx">             // Iterate in reverse order to match the cascade order.
</span><ins>+            var ruleOccurrences = {};
</ins><span class="cx">             for (var i = matchArray.length - 1; i &gt;= 0; --i) {
</span><del>-                // COMPATIBILITY (iOS 6): This was just an array of rules, now it is an array of matches that have
-                // a 'rule' property. Support both here. And 'matchingSelectors' does not exist on iOS 6.
-                var matchedSelectorIndices = matchArray[i].matchingSelectors || [];
-                var rule = this._parseRulePayload(matchArray[i].rule || matchArray[i], matchedSelectorIndices, node, inherited, ruleOccurrences);
</del><ins>+                var rule = this._parseRulePayload(matchArray[i].rule, matchArray[i].matchingSelectors, node, inherited, ruleOccurrences);
</ins><span class="cx">                 if (!rule)
</span><span class="cx">                     continue;
</span><span class="cx">                 result.push(rule);
</span><span class="lines">@@ -113,11 +108,8 @@
</span><span class="cx">             this._matchedRules = parseRuleMatchArrayPayload.call(this, matchedRulesPayload, this._node);
</span><span class="cx"> 
</span><span class="cx">             this._pseudoElements = {};
</span><del>-            for (var i = 0; i &lt; pseudoElementRulesPayload.length; ++i) {
-                var pseudoElementRulePayload = pseudoElementRulesPayload[i];
-
-                // COMPATIBILITY (iOS 6): The entry payload had a 'rules' property, now it has a 'matches' property. Support both here.
-                var pseudoElementRules = parseRuleMatchArrayPayload.call(this, pseudoElementRulePayload.matches || pseudoElementRulePayload.rules, this._node);
</del><ins>+            for (var pseudoElementRulePayload of pseudoElementRulesPayload) {
+                var pseudoElementRules = parseRuleMatchArrayPayload.call(this, pseudoElementRulePayload.matches, this._node);
</ins><span class="cx">                 this._pseudoElements[pseudoElementRulePayload.pseudoId] = {matchedRules: pseudoElementRules};
</span><span class="cx">             }
</span><span class="cx"> 
</span><span class="lines">@@ -217,18 +209,6 @@
</span><span class="cx">             delete this._previousRulesMap;
</span><span class="cx">             delete this._previousStyleDeclarationsMap;
</span><span class="cx"> 
</span><del>-            var styleToCommit = this._stylesNeedingTextCommited.shift();
-            if (styleToCommit) {
-                // Remember the significant change flag so we can pass it along when the pending style
-                // changes trigger a refresh. If we wait to scan later we might not find a significant change
-                // and fail to tell listeners about it.
-                this._previousSignificantChange = significantChange;
-
-                this.changeStyleText(styleToCommit, styleToCommit.__pendingText);
-
-                return;
-            }
-
</del><span class="cx">             // Delete the previous saved significant change flag so we rescan for a significant change next time.
</span><span class="cx">             delete this._previousSignificantChange;
</span><span class="cx"> 
</span><span class="lines">@@ -334,12 +314,6 @@
</span><span class="cx"> 
</span><span class="cx">     attributeDidChange(node, attributeName)
</span><span class="cx">     {
</span><del>-        // Ignore the attribute we know we just changed and handled above.
-        if (this._ignoreNextStyleAttributeDidChangeEvent &amp;&amp; node === this._node &amp;&amp; attributeName === &quot;style&quot;) {
-            delete this._ignoreNextStyleAttributeDidChangeEvent;
-            return;
-        }
-
</del><span class="cx">         this._markAsNeedsRefresh();
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -366,8 +340,7 @@
</span><span class="cx"> 
</span><span class="cx">         function changeText(styleId)
</span><span class="cx">         {
</span><del>-            // COMPATIBILITY (iOS 6): CSSAgent.setStyleText was not available in iOS 6.
-            if (!text || !text.length || !CSSAgent.setStyleText) {
</del><ins>+            if (!text || !text.length) {
</ins><span class="cx">                 changeCompleted.call(this);
</span><span class="cx">                 return;
</span><span class="cx">             }
</span><span class="lines">@@ -431,92 +404,7 @@
</span><span class="cx">             this.refresh();
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        if (CSSAgent.setStyleText) {
-            CSSAgent.setStyleText(style.id, text, styleChanged.bind(this));
-            return;
-        }
-
-        // COMPATIBILITY (iOS 6): CSSAgent.setStyleText was not available in iOS 6.
-
-        function attributeChanged(error)
-        {
-            if (error)
-                return;
-            this.refresh();
-        }
-
-        // Setting the text on CSSStyleSheet for inline styles causes a crash. https://webkit.org/b/110359
-        // So we just set the style attribute to get the same affect. This also avoids SourceCodeRevisions.
-        if (style.type === WebInspector.CSSStyleDeclaration.Type.Inline) {
-            text = text.trim();
-
-            this._ignoreNextStyleAttributeDidChangeEvent = true;
-
-            if (text)
-                style.node.setAttributeValue(&quot;style&quot;, text, attributeChanged.bind(this));
-            else
-                style.node.removeAttribute(&quot;style&quot;, attributeChanged.bind(this));
-
-            return;
-        }
-
-        if (this._needsRefresh || this._refreshPending) {
-            // If we need refreshed then it is not safe to use the styleSheetTextRange since the range likely has
-            // changed and we need updated ranges. Store the text and remember the style so we can commit it after
-            // the next refresh.
-
-            style.__pendingText = text;
-
-            if (!this._stylesNeedingTextCommited.includes(style))
-                this._stylesNeedingTextCommited.push(style);
-
-            return;
-        }
-
-        function fetchedStyleSheetContent(parameters)
-        {
-            var content = parameters.content;
-
-            console.assert(style.styleSheetTextRange);
-            if (!style.styleSheetTextRange)
-                return;
-
-            var startOffset = style.styleSheetTextRange.startOffset;
-            var endOffset = style.styleSheetTextRange.endOffset;
-
-            if (isNaN(startOffset) || isNaN(endOffset)) {
-                style.styleSheetTextRange.resolveOffsets(content);
-
-                startOffset = style.styleSheetTextRange.startOffset;
-                endOffset = style.styleSheetTextRange.endOffset;
-            }
-
-            console.assert(!isNaN(startOffset));
-            console.assert(!isNaN(endOffset));
-            if (isNaN(startOffset) || isNaN(endOffset))
-                return;
-
-            function contentDidChange()
-            {
-                style.ownerStyleSheet.removeEventListener(WebInspector.CSSStyleSheet.Event.ContentDidChange, contentDidChange, this);
-
-                this.refresh();
-            }
-
-            style.ownerStyleSheet.addEventListener(WebInspector.CSSStyleSheet.Event.ContentDidChange, contentDidChange, this);
-
-            var newContent = content.substring(0, startOffset) + text + content.substring(endOffset);
-
-            WebInspector.branchManager.currentBranch.revisionForRepresentedObject(style.ownerStyleSheet).content = newContent;
-        }
-
-        this._stylesNeedingTextCommited.remove(style);
-        delete style.__pendingText;
-
-        this._needsRefresh = true;
-        this._ignoreNextContentDidChangeForStyleSheet = style.ownerStyleSheet;
-
-        style.ownerStyleSheet.requestContent().then(fetchedStyleSheetContent.bind(this));
</del><ins>+        CSSAgent.setStyleText(style.id, text, styleChanged.bind(this));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     // Private
</span><span class="lines">@@ -547,20 +435,11 @@
</span><span class="cx">         return sourceCode.createSourceCodeLocation(sourceLine || 0, sourceColumn || 0);
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    _parseSourceRangePayload(payload, text)
</del><ins>+    _parseSourceRangePayload(payload)
</ins><span class="cx">     {
</span><span class="cx">         if (!payload)
</span><span class="cx">             return null;
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS 6): The range use to only contain start and end offsets. Now it
-        // has line and column for the start and end position. Support both here.
-        if (&quot;start&quot; in payload &amp;&amp; &quot;end&quot; in payload) {
-            var textRange = new WebInspector.TextRange(payload.start, payload.end);
-            if (typeof text === &quot;string&quot;)
-                textRange.resolveLinesAndColumns(text);
-            return textRange;
-        }
-
</del><span class="cx">         return new WebInspector.TextRange(payload.startLine, payload.startColumn, payload.endLine, payload.endColumn);
</span><span class="cx">     }
</span><span class="cx"> 
</span><span class="lines">@@ -594,16 +473,8 @@
</span><span class="cx">             break;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        var styleSheetTextRange = null;
-        var styleDeclarationTextRange = null;
</del><ins>+        var styleSheetTextRange = this._parseSourceRangePayload(payload.range);
</ins><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS 6): The range is in the style text, not the whole stylesheet.
-        // Later the range was changed to be in the whole stylesheet.
-        if (payload.range &amp;&amp; &quot;start&quot; in payload.range &amp;&amp; &quot;end&quot; in payload.range)
-            styleDeclarationTextRange = this._parseSourceRangePayload(payload.range, styleText);
-        else
-            styleSheetTextRange = this._parseSourceRangePayload(payload.range);
-
</del><span class="cx">         if (styleDeclaration) {
</span><span class="cx">             // Use propertyForName when the index is NaN since propertyForName is fast in that case.
</span><span class="cx">             var property = isNaN(index) ? styleDeclaration.propertyForName(name, true) : styleDeclaration.properties[index];
</span><span class="lines">@@ -614,7 +485,7 @@
</span><span class="cx">             // FIXME: This could be smarter by ignoring index and just go by name. However, that gets
</span><span class="cx">             // tricky for rules that have more than one property with the same name.
</span><span class="cx">             if (property &amp;&amp; property.name === name &amp;&amp; (property.index === index || (isNaN(property.index) &amp;&amp; isNaN(index)))) {
</span><del>-                property.update(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange);
</del><ins>+                property.update(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange);
</ins><span class="cx">                 return property;
</span><span class="cx">             }
</span><span class="cx"> 
</span><span class="lines">@@ -625,13 +496,13 @@
</span><span class="cx">                 var pendingProperty = pendingProperties[i];
</span><span class="cx">                 if (pendingProperty.name === name &amp;&amp; isNaN(pendingProperty.index)) {
</span><span class="cx">                     pendingProperty.index = index;
</span><del>-                    pendingProperty.update(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange);
</del><ins>+                    pendingProperty.update(text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange);
</ins><span class="cx">                     return pendingProperty;
</span><span class="cx">                 }
</span><span class="cx">             }
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        return new WebInspector.CSSProperty(index, text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange, styleDeclarationTextRange);
</del><ins>+        return new WebInspector.CSSProperty(index, text, name, value, priority, enabled, overridden, implicit, anonymous, valid, styleSheetTextRange);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     _parseStyleDeclarationPayload(payload, node, inherited, type, rule, updateAllStyles)
</span><span class="lines">@@ -749,10 +620,6 @@
</span><span class="cx"> 
</span><span class="cx">     _parseSelectorListPayload(selectorList)
</span><span class="cx">     {
</span><del>-        // COMPATIBILITY (iOS 6): The payload did not have 'selectorList'.
-        if (!selectorList)
-            return [];
-
</del><span class="cx">         var selectors = selectorList.selectors;
</span><span class="cx">         if (!selectors.length)
</span><span class="cx">             return [];
</span><span class="lines">@@ -815,18 +682,18 @@
</span><span class="cx"> 
</span><span class="cx">         var styleSheet = id ? WebInspector.cssStyleManager.styleSheetForIdentifier(id.styleSheetId) : null;
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS 6): The payload had 'selectorText' as a property,
-        // now it has 'selectorList' with a 'text' property. Support both here.
-        var selectorText = payload.selectorList ? payload.selectorList.text : payload.selectorText;
</del><ins>+        var selectorText = payload.selectorList.text;
</ins><span class="cx">         var selectors = this._parseSelectorListPayload(payload.selectorList);
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS 6): The payload did not have 'selectorList'.
-        // Fallback to using 'sourceLine' without column information.
-        if (payload.selectorList &amp;&amp; payload.selectorList.range) {
-            var sourceRange = payload.selectorList.range;
-            var sourceCodeLocation = this._createSourceCodeLocation(payload.sourceURL, sourceRange.startLine, sourceRange.startColumn);
-        } else
-            var sourceCodeLocation = this._createSourceCodeLocation(payload.sourceURL, payload.sourceLine);
</del><ins>+        var sourceCodeLocation = null;
+        var sourceRange = payload.selectorList.range;
+        if (sourceRange)
+            sourceCodeLocation = this._createSourceCodeLocation(payload.sourceURL, sourceRange.startLine, sourceRange.startColumn);
+        else {
+            // FIXME: Is it possible for a CSSRule to have a sourceLine without its selectorList having a sourceRange? Fall back just in case.
+            sourceCodeLocation = this._createSourceCodeLocation(payload.sourceURL, payload.sourceLine);
+        }
+
</ins><span class="cx">         if (styleSheet)
</span><span class="cx">             sourceCodeLocation = styleSheet.offsetSourceCodeLocation(sourceCodeLocation);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsDOMStorageObjectjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/DOMStorageObject.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/DOMStorageObject.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/DOMStorageObject.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -79,11 +79,7 @@
</span><span class="cx">             callback(error, entries);
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS 6): The getDOMStorageItems function was later renamed to getDOMStorageItems.
-        if (DOMStorageAgent.getDOMStorageEntries)
-            DOMStorageAgent.getDOMStorageEntries(this._id, innerCallback.bind(this));
-        else
-            DOMStorageAgent.getDOMStorageItems(this._id, innerCallback.bind(this));
</del><ins>+        DOMStorageAgent.getDOMStorageItems(this._id, innerCallback.bind(this));
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     removeItem(key)
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsDOMTreejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/DOMTree.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/DOMTree.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/DOMTree.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -107,7 +107,7 @@
</span><span class="cx">             return;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        if (!this._frame.isMainFrame() &amp;&amp; WebInspector.ExecutionContext.supported() &amp;&amp; !this._frame.pageExecutionContext) {
</del><ins>+        if (!this._frame.isMainFrame() &amp;&amp; !this._frame.pageExecutionContext) {
</ins><span class="cx">             this._rootDOMNodeRequestWaitingForExecutionContext = true;
</span><span class="cx">             if (!this._pendingRootDOMNodeRequests)
</span><span class="cx">                 this._pendingRootDOMNodeRequests = [];
</span><span class="lines">@@ -136,7 +136,7 @@
</span><span class="cx"> 
</span><span class="cx">     _requestRootDOMNode()
</span><span class="cx">     {
</span><del>-        console.assert(this._frame.isMainFrame() || !WebInspector.ExecutionContext.supported() || this._frame.pageExecutionContext);
</del><ins>+        console.assert(this._frame.isMainFrame() || this._frame.pageExecutionContext);
</ins><span class="cx">         console.assert(this._pendingRootDOMNodeRequests.length);
</span><span class="cx"> 
</span><span class="cx">         // Bump the request identifier. This prevents pending callbacks for previous requests from completing.
</span><span class="lines">@@ -213,10 +213,8 @@
</span><span class="cx">         if (this._frame.isMainFrame())
</span><span class="cx">             WebInspector.domTreeManager.requestDocument(mainDocumentAvailable.bind(this));
</span><span class="cx">         else {
</span><del>-            // COMPATIBILITY (iOS 6): Execution context identifiers (contextId) did not exist
-            // in iOS 6. Fallback to including the frame identifier (frameId).
-            var contextId = this._frame.pageExecutionContext ? this._frame.pageExecutionContext.id : undefined;
-            RuntimeAgent.evaluate.invoke({expression: appendWebInspectorSourceURL(&quot;document&quot;), objectGroup: &quot;&quot;, includeCommandLineAPI: false, doNotPauseOnExceptionsAndMuteConsole: true, contextId, frameId: this._frame.id, returnByValue: false, generatePreview: false}, rootObjectAvailable.bind(this));
</del><ins>+            var contextId = this._frame.pageExecutionContext.id;
+            RuntimeAgent.evaluate.invoke({expression: appendWebInspectorSourceURL(&quot;document&quot;), objectGroup: &quot;&quot;, includeCommandLineAPI: false, doNotPauseOnExceptionsAndMuteConsole: true, contextId, returnByValue: false, generatePreview: false}, rootObjectAvailable.bind(this));
</ins><span class="cx">         }
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsDatabaseObjectjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/DatabaseObject.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/DatabaseObject.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/DatabaseObject.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -76,58 +76,32 @@
</span><span class="cx"> 
</span><span class="cx">     executeSQL(query, successCallback, errorCallback)
</span><span class="cx">     {
</span><del>-        function queryCallback(columnNames, values, sqlError)
</del><ins>+        function queryCallback(error, columnNames, values, sqlError)
</ins><span class="cx">         {
</span><del>-            if (sqlError) {
-                var message;
</del><ins>+            if (error) {
+                errorCallback(WebInspector.UIString(&quot;An unexpected error occurred.&quot;));
+                return;
+            }
</ins><span class="cx"> 
</span><ins>+            if (sqlError) {
</ins><span class="cx">                 switch (sqlError.code) {
</span><span class="cx">                 case SQLException.VERSION_ERR:
</span><del>-                    message = WebInspector.UIString(&quot;Database no longer has expected version.&quot;);
</del><ins>+                    errorCallback(WebInspector.UIString(&quot;Database no longer has expected version.&quot;));
</ins><span class="cx">                     break;
</span><span class="cx">                 case SQLException.TOO_LARGE_ERR:
</span><del>-                    message = WebInspector.UIString(&quot;Data returned from the database is too large.&quot;);
</del><ins>+                    errorCallback(WebInspector.UIString(&quot;Data returned from the database is too large.&quot;));
</ins><span class="cx">                     break;
</span><span class="cx">                 default:
</span><del>-                    message = WebInspector.UIString(&quot;An unexpected error occurred.&quot;);
</del><ins>+                    errorCallback(WebInspector.UIString(&quot;An unexpected error occurred.&quot;));
</ins><span class="cx">                     break;
</span><span class="cx">                 }
</span><del>-
-                errorCallback(message);
</del><span class="cx">                 return;
</span><span class="cx">             }
</span><span class="cx"> 
</span><span class="cx">             successCallback(columnNames, values);
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        function callback(error, result)
-        {
-            if (error) {
-                errorCallback(WebInspector.UIString(&quot;An unexpected error occurred.&quot;));
-                return;
-            }
-
-            // COMPATIBILITY (iOS 6): Newer versions of DatabaseAgent.executeSQL can delay before
-            // sending the results. The version on iOS 6 instead returned a transactionId that
-            // would be used later in the sqlTransactionSucceeded or sqlTransactionFailed events.
-            if (&quot;transactionId&quot; in result) {
-                if (!result.success) {
-                    errorCallback(WebInspector.UIString(&quot;An unexpected error occurred.&quot;));
-                    return;
-                }
-
-                WebInspector.DatabaseObserver._callbacks[result.transactionId] = queryCallback;
-                return;
-            }
-
-            queryCallback(result.columnNames, result.values, result.sqlError);
-        }
-
-        // COMPATIBILITY (iOS 6): Since the parameters of the DatabaseAgent.executeSQL callback differ
-        // we need the result object to lookup parameters by name.
-        callback.expectsResultObject = true;
-
-        DatabaseAgent.executeSQL(this._id, query, callback);
</del><ins>+        DatabaseAgent.executeSQL(this._id, query, queryCallback);
</ins><span class="cx">     }
</span><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsExecutionContextjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/ExecutionContext.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/ExecutionContext.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/ExecutionContext.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -38,16 +38,6 @@
</span><span class="cx">         this._frame = frame || null;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    // Static
-
-    static supported()
-    {
-        // Execution contexts were added to the Inspector protocol alongside RuntimeAgent.enable and
-        // disable methods, which turn on and off sending Runtime agent execution context created events.
-        // So we can feature detect support for execution contexts with these RuntimeAgent functions.
-        return typeof RuntimeAgent.enable === &quot;function&quot;;
-    }
-
</del><span class="cx">     // Public
</span><span class="cx"> 
</span><span class="cx">     get id()
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsIssueMessagejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/IssueMessage.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/IssueMessage.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/IssueMessage.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -75,7 +75,6 @@
</span><span class="cx">                 this._type = WebInspector.IssueMessage.Type.OtherIssue;
</span><span class="cx">             break;
</span><span class="cx"> 
</span><del>-        case &quot;html&quot;: // COMPATIBILITY (iOS 6).
</del><span class="cx">         case &quot;css&quot;:
</span><span class="cx">         case &quot;xml&quot;:
</span><span class="cx">             this._type = WebInspector.IssueMessage.Type.PageIssue;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsLayoutTimelineRecordjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/LayoutTimelineRecord.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/LayoutTimelineRecord.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/LayoutTimelineRecord.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -25,21 +25,18 @@
</span><span class="cx"> 
</span><span class="cx"> WebInspector.LayoutTimelineRecord = class LayoutTimelineRecord extends WebInspector.TimelineRecord
</span><span class="cx"> {
</span><del>-    constructor(eventType, startTime, endTime, callFrames, sourceCodeLocation, x, y, width, height, quad)
</del><ins>+    constructor(eventType, startTime, endTime, callFrames, sourceCodeLocation, quad)
</ins><span class="cx">     {
</span><span class="cx">         super(WebInspector.TimelineRecord.Type.Layout, startTime, endTime, callFrames, sourceCodeLocation);
</span><span class="cx"> 
</span><span class="cx">         console.assert(eventType);
</span><ins>+        console.assert(!quad || quad instanceof WebInspector.Quad);
</ins><span class="cx"> 
</span><span class="cx">         if (eventType in WebInspector.LayoutTimelineRecord.EventType)
</span><span class="cx">             eventType = WebInspector.LayoutTimelineRecord.EventType[eventType];
</span><span class="cx"> 
</span><span class="cx">         this._eventType = eventType;
</span><del>-        this._x = typeof x === &quot;number&quot; ? x : NaN;
-        this._y = typeof y === &quot;number&quot; ? y : NaN;
-        this._width = typeof width === &quot;number&quot; ? width : NaN;
-        this._height = typeof height === &quot;number&quot; ? height : NaN;
-        this._quad = quad instanceof WebInspector.Quad ? quad : null;
</del><ins>+        this._quad = quad || null;
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     // Static
</span><span class="lines">@@ -71,38 +68,21 @@
</span><span class="cx">         return this._eventType;
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    get x()
-    {
-        return this._x;
-    }
-
-    get y()
-    {
-        return this._y;
-    }
-
</del><span class="cx">     get width()
</span><span class="cx">     {
</span><del>-        return this._width;
</del><ins>+        return this._quad ? this._quad.width : NaN;
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     get height()
</span><span class="cx">     {
</span><del>-        return this._height;
</del><ins>+        return this._quad ? this._quad.height : NaN;
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     get area()
</span><span class="cx">     {
</span><del>-        return this._width * this._height;
</del><ins>+        return this.width * this.height;
</ins><span class="cx">     }
</span><span class="cx"> 
</span><del>-    get rect()
-    {
-        if (!isNaN(this._x) &amp;&amp; !isNaN(this._y))
-            return new WebInspector.Rect(this._x, this._y, this._width, this._height);
-        return null;
-    }
-
</del><span class="cx">     get quad()
</span><span class="cx">     {
</span><span class="cx">         return this._quad;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsProfileNodejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/ProfileNode.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/ProfileNode.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/ProfileNode.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -170,7 +170,7 @@
</span><span class="cx">             };
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS8): Profiles included per-call information and can be finely partitioned.
</del><ins>+        // COMPATIBILITY (iOS 8): Profiles included per-call information and can be finely partitioned.
</ins><span class="cx">         // Compute that below by iterating over all the calls / children for the time range.
</span><span class="cx"> 
</span><span class="cx">         var recordCallCount = true;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsResourcejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/Resource.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/Resource.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/Resource.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -644,13 +644,8 @@
</span><span class="cx"> 
</span><span class="cx">         this._scripts.push(script);
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS 6): Resources did not know their type until a response
-        // was received. We can set the Resource type to be Script here.
-        if (this._type === WebInspector.Resource.Type.Other) {
-            var oldType = this._type;
-            this._type = WebInspector.Resource.Type.Script;
-            this.dispatchEventToListeners(WebInspector.Resource.Event.TypeDidChange, {oldType});
-        }
</del><ins>+        console.assert(this._type !== WebInspector.Resource.Type.Other);
+        console.assert(this._type === WebInspector.Resource.Type.Script || this._type === WebInspector.Resource.Type.Document);
</ins><span class="cx">     }
</span><span class="cx"> 
</span><span class="cx">     saveIdentityToCookie(cookie)
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsScriptTimelineRecordjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/ScriptTimelineRecord.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/ScriptTimelineRecord.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/ScriptTimelineRecord.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -99,7 +99,7 @@
</span><span class="cx">             var type = isProgramCode ? WebInspector.ProfileNode.Type.Program : WebInspector.ProfileNode.Type.Function;
</span><span class="cx">             var functionName = !isProgramCode &amp;&amp; !isAnonymousFunction &amp;&amp; nodePayload.functionName !== &quot;(unknown)&quot; ? nodePayload.functionName : null;
</span><span class="cx"> 
</span><del>-            // COMPATIBILITY (iOS8): Timeline.CPUProfileNodes used to include an array of complete
</del><ins>+            // COMPATIBILITY (iOS 8): Timeline.CPUProfileNodes used to include an array of complete
</ins><span class="cx">             // call information instead of the aggregated &quot;callInfo&quot; data.
</span><span class="cx">             var calls = null;
</span><span class="cx">             if (&quot;calls&quot; in nodePayload) {
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsSourceMapResourcejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/SourceMapResource.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/SourceMapResource.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/SourceMapResource.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -127,6 +127,7 @@
</span><span class="cx">             });
</span><span class="cx">         }
</span><span class="cx"> 
</span><ins>+        // COMPATIBILITY (iOS 7): Network.loadResource did not exist.
</ins><span class="cx">         if (!NetworkAgent.loadResource)
</span><span class="cx">             return sourceMapResourceLoadError.call(this);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsTextRangejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/TextRange.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/TextRange.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/TextRange.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -95,42 +95,6 @@
</span><span class="cx">         return new WebInspector.SourceCodePosition(this._endLine, this._endColumn);
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    resolveLinesAndColumns(text)
-    {
-        console.assert(typeof text === &quot;string&quot;);
-        if (typeof text !== &quot;string&quot;)
-            return;
-
-        console.assert(!isNaN(this._startOffset));
-        console.assert(!isNaN(this._endOffset));
-        if (isNaN(this._startOffset) || isNaN(this._endOffset))
-            return;
-
-        function countNewLineCharacters(text)
-        {
-            var matches = text.match(/\n/g);
-            return matches ? matches.length : 0;
-        }
-
-        var startSubstring = text.substring(0, this._startOffset);
-        var rangeSubstring = text.substring(this._startOffset, this._endOffset);
-
-        var startNewLineCount = countNewLineCharacters(startSubstring);
-        var rangeNewLineCount = countNewLineCharacters(rangeSubstring);
-
-        this._startLine = startNewLineCount;
-        this._endLine = startNewLineCount + rangeNewLineCount;
-
-        var lastNewLineOffset = startNewLineCount ? startSubstring.lastIndexOf(&quot;\n&quot;) + 1 : 0;
-        this._startColumn = startSubstring.length - lastNewLineOffset;
-
-        lastNewLineOffset = rangeNewLineCount ? rangeSubstring.lastIndexOf(&quot;\n&quot;) + 1 : 0;
-        this._endColumn = rangeSubstring.length - lastNewLineOffset;
-
-        if (this._startLine === this._endLine)
-            this._endColumn += this._startColumn;
-    }
-
</del><span class="cx">     resolveOffsets(text)
</span><span class="cx">     {
</span><span class="cx">         console.assert(typeof text === &quot;string&quot;);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceModelsTimelineRecordingjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Models/TimelineRecording.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Models/TimelineRecording.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Models/TimelineRecording.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -197,7 +197,7 @@
</span><span class="cx">         if (!timestamp || isNaN(timestamp))
</span><span class="cx">             return NaN;
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS8): old backends send timestamps (seconds or milliseconds since the epoch),
</del><ins>+        // COMPATIBILITY (iOS 8): old backends send timestamps (seconds or milliseconds since the epoch),
</ins><span class="cx">         // rather than seconds elapsed since timeline capturing started. We approximate the latter by
</span><span class="cx">         // subtracting the start timestamp, as old versions did not use monotonic times.
</span><span class="cx">         if (WebInspector.TimelineRecording.isLegacy === undefined)
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolConsoleObserverjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Protocol/ConsoleObserver.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/ConsoleObserver.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/ConsoleObserver.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -29,10 +29,6 @@
</span><span class="cx"> 
</span><span class="cx">     messageAdded(message)
</span><span class="cx">     {
</span><del>-        // COMPATIBILITY (iOS 6): Treat Tips like Logs.
-        if (message.type === &quot;tip&quot;)
-            message.type = &quot;log&quot;;
-
</del><span class="cx">         if (message.type === &quot;assert&quot; &amp;&amp; !message.text)
</span><span class="cx">             message.text = WebInspector.UIString(&quot;Assertion&quot;);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolDOMStorageObserverjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Protocol/DOMStorageObserver.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/DOMStorageObserver.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/DOMStorageObserver.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -28,18 +28,6 @@
</span><span class="cx"> {
</span><span class="cx">     // Events defined by the &quot;DOMStorage&quot; domain.
</span><span class="cx"> 
</span><del>-    // COMPATIBILITY (iOS 6): This event no longer exists. It is still needed and called on iOS 6.
-    addDOMStorage(storage)
-    {
-        WebInspector.storageManager.domStorageWasAdded(storage.id, storage.host, storage.isLocalStorage);
-    }
-
-    // COMPATIBILITY (iOS 6): This event was split into the granular events below.
-    updateDOMStorage(storageId)
-    {
-        WebInspector.storageManager.domStorageWasUpdated(storageId);
-    }
-
</del><span class="cx">     domStorageItemsCleared(storageId)
</span><span class="cx">     {
</span><span class="cx">         WebInspector.storageManager.itemsCleared(storageId);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolDatabaseObserverjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Protocol/DatabaseObserver.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/DatabaseObserver.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/DatabaseObserver.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -31,32 +31,4 @@
</span><span class="cx">     {
</span><span class="cx">         WebInspector.storageManager.databaseWasAdded(database.id, database.domain, database.name, database.version);
</span><span class="cx">     }
</span><del>-
-    // COMPATIBILITY (iOS 6): This event was removed in favor of a more async DatabaseAgent.executeSQL.
-    sqlTransactionSucceeded(transactionId, columnNames, values)
-    {
-        if (!WebInspector.DatabaseObserver._callbacks[transactionId])
-            return;
-
-        var callback = WebInspector.DatabaseObserver._callbacks[transactionId];
-        delete WebInspector.DatabaseObserver._callbacks[transactionId];
-
-        if (callback)
-            callback(columnNames, values, null);
-    }
-
-    // COMPATIBILITY (iOS 6): This event was removed in favor of a more async DatabaseAgent.executeSQL.
-    sqlTransactionFailed(transactionId, sqlError)
-    {
-        if (!WebInspector.DatabaseObserver._callbacks[transactionId])
-            return;
-
-        var callback = WebInspector.DatabaseObserver._callbacks[transactionId];
-        delete WebInspector.DatabaseObserver._callbacks[transactionId];
-
-        if (callback)
-            callback(null, null, sqlError);
-    }
</del><span class="cx"> };
</span><del>-
-WebInspector.DatabaseObserver._callbacks = {};
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsCookieStorageContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/CookieStorageContentView.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/CookieStorageContentView.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/CookieStorageContentView.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -256,10 +256,8 @@
</span><span class="cx"> 
</span><span class="cx">         var cookie = node.cookie;
</span><span class="cx">         var cookieURL = (cookie.secure ? &quot;https://&quot; : &quot;http://&quot;) + cookie.domain + cookie.path;
</span><ins>+        PageAgent.deleteCookie(cookie.name, cookieURL);
</ins><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS 6): PageAgent.deleteCookie used to take 'domain', now takes 'url'. Send both.
-        PageAgent.deleteCookie.invoke({cookieName: cookie.name, domain: cookie.domain, url: cookieURL});
-
</del><span class="cx">         this.update();
</span><span class="cx">     }
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsDOMTreeContentViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DOMTreeContentView.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -440,9 +440,6 @@
</span><span class="cx"> 
</span><span class="cx">     _updateCompositingBordersButtonToMatchPageSettings()
</span><span class="cx">     {
</span><del>-        if (!PageAgent.getCompositingBordersVisible)
-            return;
-
</del><span class="cx">         var button = this._compositingBordersButtonNavigationItem;
</span><span class="cx"> 
</span><span class="cx">         // We need to sync with the page settings since these can be controlled
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsEventListenerSectionGroupjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/EventListenerSectionGroup.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/EventListenerSectionGroup.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/EventListenerSectionGroup.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -79,14 +79,8 @@
</span><span class="cx">         if (!this._eventListener.location)
</span><span class="cx">             return functionName;
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS 6): In the past scriptId could be a URL. Now it is always a script identifier.
-        // So try looking up the resource by URL if a script can't be found directly.
-        var scriptIdentifierOrURL = this._eventListener.location.scriptId;
-        var sourceCode = WebInspector.debuggerManager.scriptForIdentifier(scriptIdentifierOrURL);
</del><ins>+        var sourceCode = WebInspector.debuggerManager.scriptForIdentifier(this._eventListener.location.scriptId);
</ins><span class="cx">         if (!sourceCode)
</span><del>-            sourceCode = WebInspector.frameResourceManager.resourceForURL(scriptIdentifierOrURL);
-
-        if (!sourceCode)
</del><span class="cx">             return functionName;
</span><span class="cx"> 
</span><span class="cx">         var sourceCodeLocation = sourceCode.createSourceCodeLocation(this._eventListener.location.lineNumber, this._eventListener.location.columnNumber || 0);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsLayoutTimelineViewjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineView.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineView.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/LayoutTimelineView.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -269,20 +269,12 @@
</span><span class="cx">         const outlineColor = {r: 255, g: 229, b: 153, a: 0.66};
</span><span class="cx"> 
</span><span class="cx">         var quad = record.quad;
</span><del>-        if (quad &amp;&amp; DOMAgent.highlightQuad) {
</del><ins>+        if (quad) {
</ins><span class="cx">             DOMAgent.highlightQuad(quad.toProtocol(), contentColor, outlineColor);
</span><span class="cx">             this._showingHighlight = true;
</span><span class="cx">             return;
</span><span class="cx">         }
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS 6): iOS 6 included Rect information instead of Quad information. Fallback to highlighting the rect.
-        var rect = record.rect;
-        if (rect) {
-            DOMAgent.highlightRect(rect.origin.x, rect.origin.y, rect.size.width, rect.size.height, contentColor, outlineColor);
-            this._showingHighlight = true;
-            return;
-        }
-
</del><span class="cx">         // This record doesn't have a highlight, so hide any existing highlight.
</span><span class="cx">         if (this._showingHighlight) {
</span><span class="cx">             this._showingHighlight = false;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsQuickConsolejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -66,15 +66,8 @@
</span><span class="cx"> 
</span><span class="cx">         this._rebuildExecutionContextPathComponents();
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS 6): Execution contexts did not exist, evaluation worked with frame ids.
-        if (WebInspector.ExecutionContext.supported()) {
-            WebInspector.Frame.addEventListener(WebInspector.Frame.Event.PageExecutionContextChanged, this._framePageExecutionContextsChanged, this);
-            WebInspector.Frame.addEventListener(WebInspector.Frame.Event.ExecutionContextsCleared, this._frameExecutionContextsCleared, this);
-        } else {
-            WebInspector.frameResourceManager.addEventListener(WebInspector.FrameResourceManager.Event.FrameWasAdded, this._frameAdded, this);
-            WebInspector.frameResourceManager.addEventListener(WebInspector.FrameResourceManager.Event.FrameWasRemoved, this._frameRemoved, this);
-            WebInspector.Frame.addEventListener(WebInspector.Frame.Event.MainResourceDidChange, this._frameMainResourceChanged, this);
-        }
</del><ins>+        WebInspector.Frame.addEventListener(WebInspector.Frame.Event.PageExecutionContextChanged, this._framePageExecutionContextsChanged, this);
+        WebInspector.Frame.addEventListener(WebInspector.Frame.Event.ExecutionContextsCleared, this._frameExecutionContextsCleared, this);
</ins><span class="cx"> 
</span><span class="cx">         WebInspector.debuggerManager.addEventListener(WebInspector.DebuggerManager.Event.ActiveCallFrameDidChange, this._debuggerActiveCallFrameDidChange, this);
</span><span class="cx">     }
</span><span class="lines">@@ -171,24 +164,6 @@
</span><span class="cx">         this._removeExecutionContextPathComponentForFrame(frame);
</span><span class="cx">     }
</span><span class="cx"> 
</span><del>-    _frameAdded(event)
-    {
-        var frame = event.data.frame;
-        this._insertExecutionContextPathComponentForFrame(frame);
-    }
-
-    _frameRemoved(event)
-    {
-        var frame = event.data.frame;
-        this._removeExecutionContextPathComponentForFrame(frame);
-    }
-
-    _frameMainResourceChanged(event)
-    {
-        var frame = event.target;
-        this._updateExecutionContextPathComponentForFrame(frame);
-    }
-
</del><span class="cx">     _createExecutionContextPathComponent(name, identifier)
</span><span class="cx">     {
</span><span class="cx">         var pathComponent = new WebInspector.HierarchicalPathComponent(name, &quot;execution-context&quot;, identifier, true, true);
</span><span class="lines">@@ -202,9 +177,8 @@
</span><span class="cx">     _createExecutionContextPathComponentFromFrame(frame)
</span><span class="cx">     {
</span><span class="cx">         var name = frame.name ? frame.name + &quot; \u2014 &quot; + frame.mainResource.displayName : frame.mainResource.displayName;
</span><del>-        var identifier = WebInspector.ExecutionContext.supported() ? frame.pageExecutionContext.id : frame.id;
</del><span class="cx"> 
</span><del>-        var pathComponent = this._createExecutionContextPathComponent(name, identifier);
</del><ins>+        var pathComponent = this._createExecutionContextPathComponent(name, frame.pageExecutionContext.id);
</ins><span class="cx">         pathComponent._frame = frame;
</span><span class="cx"> 
</span><span class="cx">         return pathComponent;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsScriptTimelineDataGridNodejs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ScriptTimelineDataGridNode.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/ScriptTimelineDataGridNode.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ScriptTimelineDataGridNode.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -68,7 +68,7 @@
</span><span class="cx">         var duration = this._record.startTime + this._record.duration - startTime;
</span><span class="cx">         var callFrameOrSourceCodeLocation = this._record.initiatorCallFrame || this._record.sourceCodeLocation;
</span><span class="cx"> 
</span><del>-        // COMPATIBILITY (iOS8): Profiles included per-call information and can be finely partitioned.
</del><ins>+        // COMPATIBILITY (iOS 8): Profiles included per-call information and can be finely partitioned.
</ins><span class="cx">         if (this._record.profile) {
</span><span class="cx">             var oneRootNode = this._record.profile.topDownRootNodes[0];
</span><span class="cx">             if (oneRootNode &amp;&amp; oneRootNode.calls) {
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsSourceCodeTextEditorjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.js (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.js        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.js        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -1724,6 +1724,7 @@
</span><span class="cx"> 
</span><span class="cx">     _makeTypeTokenAnnotator()
</span><span class="cx">     {
</span><ins>+        // COMPATIBILITY (iOS 8): Runtime.getRuntimeTypesForVariablesAtOffsets did not exist yet.
</ins><span class="cx">         if (!RuntimeAgent.getRuntimeTypesForVariablesAtOffsets)
</span><span class="cx">             return;
</span><span class="cx"> 
</span><span class="lines">@@ -1736,6 +1737,7 @@
</span><span class="cx"> 
</span><span class="cx">     _makeBasicBlockAnnotator()
</span><span class="cx">     {
</span><ins>+        // COMPATIBILITY (iOS 8): Runtime.getBasicBlocks did not exist yet.
</ins><span class="cx">         if (!RuntimeAgent.getBasicBlocks)
</span><span class="cx">             return;
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIVersionsInspectoriOS60json"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/Versions/Inspector-iOS-6.0.json (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Versions/Inspector-iOS-6.0.json        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/Versions/Inspector-iOS-6.0.json        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -1,2302 +0,0 @@
</span><del>-{
-    &quot;domains&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;testCallId&quot;, &quot;type&quot;: &quot;integer&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;didCreateWorker&quot;,
-                &quot;parameters&quot;: [
-                    { &quot;name&quot;: &quot;id&quot;, &quot;type&quot;: &quot;integer&quot; },
-                    { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot; },
-                    { &quot;name&quot;: &quot;isShared&quot;, &quot;type&quot;: &quot;boolean&quot; }
-                ]
-            },
-            {
-                &quot;name&quot;: &quot;didDestroyWorker&quot;,
-                &quot;parameters&quot;: [
-                    { &quot;name&quot;: &quot;id&quot;, &quot;type&quot;: &quot;integer&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;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;optional&quot;: true, &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;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;SearchMatch&quot;,
-                &quot;type&quot;: &quot;object&quot;,
-                &quot;description&quot;: &quot;Search match for 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;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;name&quot;: &quot;cookiesString&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;document.cookie string representation of the cookies.&quot; }
-                ],
-                &quot;description&quot;: &quot;Returns all browser cookies. Depending on the backend support, will either return detailed cookie information in the &lt;code&gt;cookie&lt;/code&gt; field or string cookie representation using &lt;code&gt;cookieString&lt;/code&gt;.&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;domain&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Domain of the cookie to remove.&quot; }
-                ],
-                &quot;description&quot;: &quot;Deletes browser cookie with given name for the given domain.&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;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;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;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;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;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;commands&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;hidden&quot;: true },
-                    { &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;hidden&quot;: true },
-                    { &quot;name&quot;: &quot;frameId&quot;, &quot;$ref&quot;: &quot;Network.FrameId&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;Specifies in which frame to perform evaluation.&quot;, &quot;hidden&quot;: true },
-                    { &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;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;hidden&quot;: true },
-                    { &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;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;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;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;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;html&quot;, &quot;xml&quot;, &quot;javascript&quot;, &quot;network&quot;, &quot;console-api&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;tip&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;trace&quot;, &quot;startGroup&quot;, &quot;startGroupCollapsed&quot;, &quot;endGroup&quot;, &quot;assert&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;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;Network.RequestId&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;hidden&quot;: true
-            },
-            {
-                &quot;name&quot;: &quot;addInspectedNode&quot;,
-                &quot;parameters&quot;: [
-                    { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;DOM.NodeId&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;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;requestTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Timing's requestTime is a baseline in seconds, while the other numbers are ticks in milliseconds relatively to this requestTime.&quot; },
-                    { &quot;name&quot;: &quot;proxyStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started resolving proxy.&quot; },
-                    { &quot;name&quot;: &quot;proxyEnd&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Finished resolving proxy.&quot; },
-                    { &quot;name&quot;: &quot;dnsStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started DNS address resolve.&quot; },
-                    { &quot;name&quot;: &quot;dnsEnd&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;sslStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started SSL handshake.&quot; },
-                    { &quot;name&quot;: &quot;sslEnd&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Finished SSL handshake.&quot; },
-                    { &quot;name&quot;: &quot;sendStart&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Started sending request.&quot; },
-                    { &quot;name&quot;: &quot;sendEnd&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Finished sending request.&quot; },
-                    { &quot;name&quot;: &quot;receiveHeadersEnd&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Finished 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.&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;requestKey3&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;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;name&quot;: &quot;challengeResponse&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Challenge response.&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.&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;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;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;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;hidden&quot;: true },
-                    { &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;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;hidden&quot;: true },
-                    { &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;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;hidden&quot;: true },
-                    { &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;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;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;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;success&quot;, &quot;type&quot;: &quot;boolean&quot; },
-                    { &quot;name&quot;: &quot;transactionId&quot;, &quot;type&quot;: &quot;integer&quot; }
-                ]
-            }
-        ],
-        &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;name&quot;: &quot;sqlTransactionSucceeded&quot;,
-                &quot;parameters&quot;: [
-                    { &quot;name&quot;: &quot;transactionId&quot;, &quot;type&quot;: &quot;integer&quot; },
-                    { &quot;name&quot;: &quot;columnNames&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;string&quot; } },
-                    { &quot;name&quot;: &quot;values&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;type&quot;: &quot;any&quot; }}
-                ]
-            },
-            {
-                &quot;name&quot;: &quot;sqlTransactionFailed&quot;,
-                &quot;parameters&quot;: [
-                    { &quot;name&quot;: &quot;transactionId&quot;, &quot;type&quot;: &quot;integer&quot; },
-                    { &quot;name&quot;: &quot;sqlError&quot;, &quot;$ref&quot;: &quot;Error&quot; }
-                ]
-            }
-        ]
-    },
-    {
-        &quot;domain&quot;: &quot;DOMStorage&quot;,
-        &quot;types&quot;: [
-            {
-                &quot;id&quot;: &quot;StorageId&quot;,
-                &quot;type&quot;: &quot;string&quot;,
-                &quot;description&quot;: &quot;Unique identifier of DOM storage entry.&quot;
-            },
-            {
-                &quot;id&quot;: &quot;Entry&quot;,
-                &quot;type&quot;: &quot;object&quot;,
-                &quot;description&quot;: &quot;DOM Storage entry.&quot;,
-                &quot;properties&quot;: [
-                    { &quot;name&quot;: &quot;host&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Domain name.&quot; },
-                    { &quot;name&quot;: &quot;isLocalStorage&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for local storage.&quot; },
-                    { &quot;name&quot;: &quot;id&quot;, &quot;$ref&quot;: &quot;StorageId&quot;, &quot;description&quot;: &quot;Entry id for further reference.&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;getDOMStorageEntries&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;returns&quot;: [
-                    { &quot;name&quot;: &quot;success&quot;, &quot;type&quot;: &quot;boolean&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;returns&quot;: [
-                    { &quot;name&quot;: &quot;success&quot;, &quot;type&quot;: &quot;boolean&quot; }
-                ]
-            }
-        ],
-        &quot;events&quot;: [
-            {
-                &quot;name&quot;: &quot;addDOMStorage&quot;,
-                &quot;parameters&quot;: [
-                    { &quot;name&quot;: &quot;storage&quot;, &quot;$ref&quot;: &quot;Entry&quot; }
-                ]
-            },
-            {
-                &quot;name&quot;: &quot;updateDOMStorage&quot;,
-                &quot;parameters&quot;: [
-                    { &quot;name&quot;: &quot;storageId&quot;,  &quot;$ref&quot;: &quot;StorageId&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;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;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;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;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;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;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;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;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;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.&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;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;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;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;description&quot;: &quot;Highlights given rectangle. Coordinates are absolute with respect to the main frame viewport.&quot;
-            },
-            {
-                &quot;name&quot;: &quot;highlightNode&quot;,
-                &quot;parameters&quot;: [
-                    { &quot;name&quot;: &quot;nodeId&quot;, &quot;$ref&quot;: &quot;NodeId&quot;, &quot;description&quot;: &quot;Identifier of the node to highlight.&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;description&quot;: &quot;Highlights DOM node with given id.&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;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;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;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;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;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;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;PseudoIdRules&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;rules&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;CSSRule&quot; }, &quot;description&quot;: &quot;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;CSSRule&quot; }, &quot;description&quot;: &quot;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;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;sourceURL&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Stylesheet resource URL.&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;selectorText&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Rule selector.&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;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;The parent 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 new rules created with &lt;code&gt;addRule()&lt;/code&gt;), \&quot;regular\&quot; for regular stylesheets.&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;selectorRange&quot;, &quot;$ref&quot;: &quot;SourceRange&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The rule selector range in the underlying resource (if available).&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;start&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Start of range (inclusive).&quot;},
-                    { &quot;name&quot;: &quot;end&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;End 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;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; (implied if absent) 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; 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;shorthandName&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true, &quot;description&quot;: &quot;The related shorthand property name (absent if this property is not a longhand).&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;SelectorProfileEntry&quot;,
-                &quot;type&quot;: &quot;object&quot;,
-                &quot;properties&quot;: [
-                    { &quot;name&quot;: &quot;selector&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;CSS selector of the corresponding rule.&quot; },
-                    { &quot;name&quot;: &quot;url&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;URL of the resource containing the corresponding rule.&quot; },
-                    { &quot;name&quot;: &quot;lineNumber&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Selector line number in the resource for the corresponding rule.&quot; },
-                    { &quot;name&quot;: &quot;time&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Total time this rule handling contributed to the browser running time during profiling (in milliseconds.)&quot; },
-                    { &quot;name&quot;: &quot;hitCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Number of times this rule was considered a candidate for matching against DOM elements.&quot; },
-                    { &quot;name&quot;: &quot;matchCount&quot;, &quot;type&quot;: &quot;integer&quot;, &quot;description&quot;: &quot;Number of times this rule actually matched a DOM element.&quot; }
-                ],
-                &quot;description&quot;: &quot;CSS selector profile entry.&quot;
-            },
-            {
-                &quot;id&quot;: &quot;SelectorProfile&quot;,
-                &quot;type&quot;: &quot;object&quot;,
-                &quot;properties&quot;: [
-                    { &quot;name&quot;: &quot;totalTime&quot;, &quot;type&quot;: &quot;number&quot;, &quot;description&quot;: &quot;Total processing time for all selectors in the profile (in milliseconds.)&quot; },
-                    { &quot;name&quot;: &quot;data&quot;, &quot;type&quot;: &quot;array&quot;, &quot;items&quot;: { &quot;$ref&quot;: &quot;SelectorProfileEntry&quot; }, &quot;description&quot;: &quot;CSS selector profile entries.&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;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;optional&quot;: true, &quot;description&quot;: &quot;Element pseudo classes to force when computing applicable style rules.&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;CSSRule&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;PseudoIdRules&quot; }, &quot;optional&quot;: true, &quot;description&quot;: &quot;Pseudo style rules 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;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;optional&quot;: true, &quot;description&quot;: &quot;Element pseudo classes to force when computing applicable style rules.&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;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;type&quot;: &quot;string&quot; }, &quot;description&quot;: &quot;Supported property names.&quot; }
-                ],
-                &quot;description&quot;: &quot;Returns all supported CSS property names.&quot;
-            },
-            {
-                &quot;name&quot;: &quot;startSelectorProfiler&quot;
-            },
-            {
-                &quot;name&quot;: &quot;stopSelectorProfiler&quot;,
-                &quot;returns&quot;: [
-                    { &quot;name&quot;: &quot;profile&quot;, &quot;$ref&quot;: &quot;SelectorProfile&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;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;Layout&quot;, &quot;RecalculateStyles&quot;, &quot;Paint&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;ScheduleResourceRequest&quot;, &quot;ResourceSendRequest&quot;, &quot;ResourceReceiveResponse&quot;, &quot;ResourceReceivedData&quot;, &quot;ResourceFinish&quot;, &quot;XHRReadyStateChange&quot;, &quot;XHRLoad&quot;, &quot;FunctionCall&quot;, &quot;GCEvent&quot;, &quot;RequestAnimationFrame&quot;, &quot;CancelAnimationFrame&quot;, &quot;FireAnimationFrame&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;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;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;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;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;commands&quot;: [
-            {
-                &quot;name&quot;: &quot;supportsNativeBreakpoints&quot;,
-                &quot;returns&quot;: [
-                    { &quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if debugger supports native breakpoints.&quot; }
-                ],
-                &quot;description&quot;: &quot;Tells whether debugger supports native breakpoints.&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;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;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;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;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;Page.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;hidden&quot;: true },
-                    { &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;hidden&quot;: true },
-                    { &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;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;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;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;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;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;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;Profile&quot;,
-                &quot;type&quot;: &quot;object&quot;,
-                &quot;description&quot;: &quot;Profile.&quot;,
-                &quot;properties&quot;: [
-                    { &quot;name&quot;: &quot;head&quot;, &quot;type&quot;: &quot;object&quot;, &quot;optional&quot;: true },
-                    { &quot;name&quot;: &quot;bottomUpHead&quot;, &quot;type&quot;: &quot;object&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;getProfile&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;returns&quot;: [
-                    { &quot;name&quot;: &quot;profile&quot;, &quot;$ref&quot;: &quot;Profile&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;Worker&quot;,
-        &quot;types&quot;: [],
-        &quot;commands&quot;: [
-            {
-                &quot;name&quot;: &quot;setWorkerInspectionEnabled&quot;,
-                &quot;parameters&quot;: [
-                    { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&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;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 (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -691,9 +691,9 @@
</span><span class="cx">     &lt;None Include=&quot;..\UserInterface\LayerTreeDetailsSidebarPanel.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\InspectorBackendCommands.js&quot; /&gt;
</del><span class="cx">     &lt;None Include=&quot;..\UserInterface\Legacy\7.0\InspectorBackendCommands.js&quot; /&gt;
</span><span class="cx">     &lt;None Include=&quot;..\UserInterface\Legacy\8.0\InspectorBackendCommands.js&quot; /&gt;
</span><ins>+    &lt;None Include=&quot;..\UserInterface\Legacy\9.0\InspectorBackendCommands.js&quot; /&gt;
</ins><span class="cx">     &lt;None Include=&quot;..\UserInterface\LinearTimelineOverview.js&quot; /&gt;
</span><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></pre></div>
<a id="trunkSourceWebInspectorUIWebInspectorUIvcxprojWebInspectorUIvcxprojfilters"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj.filters (188992 => 188993)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj.filters        2015-08-26 21:59:40 UTC (rev 188992)
+++ trunk/Source/WebInspectorUI/WebInspectorUI.vcxproj/WebInspectorUI.vcxproj.filters        2015-08-26 22:07:18 UTC (rev 188993)
</span><span class="lines">@@ -18,15 +18,15 @@
</span><span class="cx">     &lt;Filter Include=&quot;UserInterface\Legacy&quot;&gt;
</span><span class="cx">       &lt;UniqueIdentifier&gt;{78dfa843-ec32-47d5-9365-6336032fd35b}&lt;/UniqueIdentifier&gt;
</span><span class="cx">     &lt;/Filter&gt;
</span><del>-    &lt;Filter Include=&quot;UserInterface\Legacy\6.0&quot;&gt;
-      &lt;UniqueIdentifier&gt;{f3a0840d-35a0-41f6-8642-5f87f6f19b07}&lt;/UniqueIdentifier&gt;
-    &lt;/Filter&gt;
</del><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><span class="cx">     &lt;Filter Include=&quot;UserInterface\Legacy\8.0&quot;&gt;
</span><span class="cx">       &lt;UniqueIdentifier&gt;{f3a0840d-35a0-41f6-8642-928734972394}&lt;/UniqueIdentifier&gt;
</span><span class="cx">     &lt;/Filter&gt;
</span><ins>+    &lt;Filter Include=&quot;UserInterface\Legacy\9.0&quot;&gt;
+      &lt;UniqueIdentifier&gt;{f3a0840d-35a0-41f6-8642-5f87f6f19b07}&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">@@ -1128,15 +1128,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\InspectorBackendCommands.js&quot;&gt;
-      &lt;Filter&gt;UserInterface\Legacy\6.0&lt;/Filter&gt;
-    &lt;/None&gt;
</del><span class="cx">     &lt;None Include=&quot;..\UserInterface\Legacy\7.0\InspectorBackendCommands.js&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;UserInterface\Legacy\7.0&lt;/Filter&gt;
</span><span class="cx">     &lt;/None&gt;
</span><span class="cx">     &lt;None Include=&quot;..\UserInterface\Legacy\8.0\InspectorBackendCommands.js&quot;&gt;
</span><span class="cx">       &lt;Filter&gt;UserInterface\Legacy\8.0&lt;/Filter&gt;
</span><span class="cx">     &lt;/None&gt;
</span><ins>+    &lt;None Include=&quot;..\UserInterface\Legacy\9.0\InspectorBackendCommands.js&quot;&gt;
+      &lt;Filter&gt;UserInterface\Legacy\9.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>
</div>

</body>
</html>