<!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>[172688] 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/172688">172688</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-08-15 22:49:19 -0700 (Fri, 15 Aug 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Web Inspector: Update Scripts/update-LegacyInspectorBackendCommands.rb for the new generator
https://bugs.webkit.org/show_bug.cgi?id=136006

Patch by Joseph Pecoraro &lt;pecoraro@apple.com&gt; on 2014-08-15
Reviewed by Timothy Hatcher.

* Scripts/update-LegacyInspectorBackendCommands.rb:
Use the new generator and pass the appropriate flags.

* UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js:
* UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js:
Newly generated files using the new generator.

* Versions/Inspector-iOS-6.0.json:
Remove unsupported features.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIScriptsupdateLegacyInspectorBackendCommandsrb">trunk/Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolLegacy60InspectorWebBackendCommandsjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolLegacy70InspectorWebBackendCommandsjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js</a></li>
<li><a href="#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 (172687 => 172688)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2014-08-16 04:38:00 UTC (rev 172687)
+++ trunk/Source/WebInspectorUI/ChangeLog        2014-08-16 05:49:19 UTC (rev 172688)
</span><span class="lines">@@ -1,5 +1,22 @@
</span><span class="cx"> 2014-08-15  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Web Inspector: Update Scripts/update-LegacyInspectorBackendCommands.rb for the new generator
+        https://bugs.webkit.org/show_bug.cgi?id=136006
+
+        Reviewed by Timothy Hatcher.
+
+        * Scripts/update-LegacyInspectorBackendCommands.rb:
+        Use the new generator and pass the appropriate flags.
+
+        * UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js:
+        * UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js:
+        Newly generated files using the new generator.
+
+        * Versions/Inspector-iOS-6.0.json:
+        Remove unsupported features.
+
+2014-08-15  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
</ins><span class="cx">         Web Inspector: Remove forced layouts during recording caused by striped background element resizing
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=136009
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIScriptsupdateLegacyInspectorBackendCommandsrb"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb (172687 => 172688)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb        2014-08-16 04:38:00 UTC (rev 172687)
+++ trunk/Source/WebInspectorUI/Scripts/update-LegacyInspectorBackendCommands.rb        2014-08-16 05:49:19 UTC (rev 172688)
</span><span class="lines">@@ -11,7 +11,7 @@
</span><span class="cx"> WEB_INSPECTOR_PATH = File.expand_path File.join(File.dirname(__FILE__), &quot;..&quot;)
</span><span class="cx"> JAVASCRIPTCORE_PATH = File.expand_path File.join(File.dirname(__FILE__), &quot;..&quot;, &quot;..&quot;, &quot;JavaScriptCore&quot;)
</span><span class="cx"> 
</span><del>-$code_generator_path = File.join JAVASCRIPTCORE_PATH, &quot;inspector&quot;, &quot;scripts&quot;, &quot;CodeGeneratorInspector.py&quot;
</del><ins>+$code_generator_path = File.join JAVASCRIPTCORE_PATH, &quot;inspector&quot;, &quot;scripts&quot;, &quot;generate-inspector-protocol-bindings.py&quot;
</ins><span class="cx"> $versions_directory_path = File.join WEB_INSPECTOR_PATH, &quot;Versions&quot;
</span><span class="cx"> $web_inspector_protocol_legacy_path = File.join WEB_INSPECTOR_PATH, &quot;UserInterface&quot;, &quot;Protocol&quot;, &quot;Legacy&quot;
</span><span class="cx"> 
</span><span class="lines">@@ -25,6 +25,7 @@
</span><span class="cx"> 
</span><span class="cx">   def run
</span><span class="cx">     output_filename_prefix = {&quot;JavaScript&quot; =&gt; &quot;JS&quot;, &quot;Web&quot; =&gt; &quot;Web&quot;}[@type]
</span><ins>+    framework = {&quot;JavaScript&quot; =&gt; &quot;JavaScriptCore&quot;, &quot;Web&quot; =&gt; &quot;WebCore&quot;}[@type]
</ins><span class="cx">     output_filename = &quot;Inspector#{output_filename_prefix}BackendCommands.js&quot;
</span><span class="cx">     display_input = File.basename @input_json_path
</span><span class="cx">     display_output = File.join @output_directory_path.gsub(/^.*?\/UserInterface/, &quot;UserInterface&quot;), output_filename
</span><span class="lines">@@ -32,7 +33,7 @@
</span><span class="cx"> 
</span><span class="cx">     Dir.mktmpdir do |tmpdir|
</span><span class="cx">       dependency = @dependency_json_path ? &quot;'#{@dependency_json_path}'&quot; : &quot;&quot;
</span><del>-      cmd = &quot;#{$code_generator_path} '#{@input_json_path}' #{dependency} --no_verification --output_h_dir '#{tmpdir}' --output_cpp_dir '#{tmpdir}' --output_js_dir '#{tmpdir}' --write_always --output_type '#{@type}'&quot;
</del><ins>+      cmd = &quot;#{$code_generator_path} --force --outputDir '#{tmpdir}' --framework #{framework} '#{@input_json_path}' #{dependency}&quot;
</ins><span class="cx">       %x{ #{cmd} }
</span><span class="cx">       if $?.exitstatus != 0
</span><span class="cx">         puts &quot;ERROR: Error Code (#{$?.exitstatus}) Evaluating: #{cmd}&quot;
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolLegacy60InspectorWebBackendCommandsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js (172687 => 172688)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js        2014-08-16 04:38:00 UTC (rev 172687)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/6.0/InspectorWebBackendCommands.js        2014-08-16 05:49:19 UTC (rev 172688)
</span><span class="lines">@@ -1,11 +1,33 @@
</span><del>-// File is generated by JavaScriptCore/inspector/scripts/CodeGeneratorInspector.py
</del><ins>+/*
+ * Copyright (C) 2013 Google Inc. All rights reserved.
+ * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
+ * Copyright (C) 2014 University of Washington. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
</ins><span class="cx"> 
</span><del>-// Copyright (c) 2013 Apple Inc. All Rights Reserved.
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
</del><ins>+// DO NOT EDIT THIS FILE. It is automatically generated from Inspector-iOS-6.0.json
+// by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</ins><span class="cx"> 
</span><del>-
</del><span class="cx"> // Inspector.
</span><span class="cx"> InspectorBackend.registerInspectorDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Inspector&quot;);
</span><span class="cx"> InspectorBackend.registerEvent(&quot;Inspector.evaluateForTestInFrontend&quot;, [&quot;testCallId&quot;, &quot;script&quot;]);
</span><span class="lines">@@ -40,7 +62,6 @@
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Page.setScriptExecutionDisabled&quot;, [{&quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
</span><span class="cx"> 
</span><span class="cx"> // Runtime.
</span><del>-InspectorBackend.registerRuntimeDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Runtime&quot;);
</del><span class="cx"> InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectType&quot;, {Object: &quot;object&quot;, Function: &quot;function&quot;, Undefined: &quot;undefined&quot;, String: &quot;string&quot;, Number: &quot;number&quot;, Boolean: &quot;boolean&quot;});
</span><span class="cx"> InspectorBackend.registerEnum(&quot;Runtime.RemoteObjectSubtype&quot;, {Array: &quot;array&quot;, Null: &quot;null&quot;, Node: &quot;node&quot;, Regexp: &quot;regexp&quot;, Date: &quot;date&quot;});
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Runtime.evaluate&quot;, [{&quot;name&quot;: &quot;expression&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;objectGroup&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;includeCommandLineAPI&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;doNotPauseOnExceptionsAndMuteConsole&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;returnByValue&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;, &quot;wasThrown&quot;]);
</span><span class="lines">@@ -52,7 +73,7 @@
</span><span class="cx"> 
</span><span class="cx"> // Console.
</span><span class="cx"> InspectorBackend.registerConsoleDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Console&quot;);
</span><del>-InspectorBackend.registerEnum(&quot;Console.ConsoleMessageSource&quot;, {HTML: &quot;html&quot;, WML: &quot;wml&quot;, XML: &quot;xml&quot;, Javascript: &quot;javascript&quot;, Network: &quot;network&quot;, ConsoleAPI: &quot;console-api&quot;, Other: &quot;other&quot;});
</del><ins>+InspectorBackend.registerEnum(&quot;Console.ConsoleMessageSource&quot;, {HTML: &quot;html&quot;, XML: &quot;xml&quot;, Javascript: &quot;javascript&quot;, Network: &quot;network&quot;, ConsoleAPI: &quot;console-api&quot;, Other: &quot;other&quot;});
</ins><span class="cx"> InspectorBackend.registerEnum(&quot;Console.ConsoleMessageLevel&quot;, {Tip: &quot;tip&quot;, Log: &quot;log&quot;, Warning: &quot;warning&quot;, Error: &quot;error&quot;, Debug: &quot;debug&quot;});
</span><span class="cx"> InspectorBackend.registerEnum(&quot;Console.ConsoleMessageType&quot;, {Log: &quot;log&quot;, Dir: &quot;dir&quot;, DirXML: &quot;dirxml&quot;, Trace: &quot;trace&quot;, StartGroup: &quot;startGroup&quot;, StartGroupCollapsed: &quot;startGroupCollapsed&quot;, EndGroup: &quot;endGroup&quot;, Assert: &quot;assert&quot;});
</span><span class="cx"> InspectorBackend.registerEvent(&quot;Console.messageAdded&quot;, [&quot;message&quot;]);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolLegacy70InspectorWebBackendCommandsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js (172687 => 172688)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js        2014-08-16 04:38:00 UTC (rev 172687)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js        2014-08-16 05:49:19 UTC (rev 172688)
</span><span class="lines">@@ -1,11 +1,33 @@
</span><del>-// File is generated by JavaScriptCore/inspector/scripts/CodeGeneratorInspector.py
</del><ins>+/*
+ * Copyright (C) 2013 Google Inc. All rights reserved.
+ * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
+ * Copyright (C) 2014 University of Washington. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
</ins><span class="cx"> 
</span><del>-// Copyright (c) 2013 Apple Inc. All Rights Reserved.
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
</del><ins>+// DO NOT EDIT THIS FILE. It is automatically generated from Inspector-iOS-7.0.json
+// by the script: Source/JavaScriptCore/inspector/scripts/generate-inspector-protocol-bindings.py
</ins><span class="cx"> 
</span><del>-
</del><span class="cx"> // Inspector.
</span><span class="cx"> InspectorBackend.registerInspectorDispatcher = InspectorBackend.registerDomainDispatcher.bind(InspectorBackend, &quot;Inspector&quot;);
</span><span class="cx"> InspectorBackend.registerEvent(&quot;Inspector.evaluateForTestInFrontend&quot;, [&quot;testCallId&quot;, &quot;script&quot;]);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIVersionsInspectoriOS60json"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Versions/Inspector-iOS-6.0.json (172687 => 172688)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Versions/Inspector-iOS-6.0.json        2014-08-16 04:38:00 UTC (rev 172687)
+++ trunk/Source/WebInspectorUI/Versions/Inspector-iOS-6.0.json        2014-08-16 05:49:19 UTC (rev 172688)
</span><span class="lines">@@ -407,7 +407,7 @@
</span><span class="cx">                 &quot;type&quot;: &quot;object&quot;,
</span><span class="cx">                 &quot;description&quot;: &quot;Console message.&quot;,
</span><span class="cx">                 &quot;properties&quot;: [
</span><del>-                    { &quot;name&quot;: &quot;source&quot;, &quot;type&quot;: &quot;string&quot;, &quot;enum&quot;: [&quot;html&quot;, &quot;wml&quot;, &quot;xml&quot;, &quot;javascript&quot;, &quot;network&quot;, &quot;console-api&quot;, &quot;other&quot;], &quot;description&quot;: &quot;Message source.&quot; },
</del><ins>+                    { &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; },
</ins><span class="cx">                     { &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; },
</span><span class="cx">                     { &quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;description&quot;: &quot;Message text.&quot; },
</span><span class="cx">                     { &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; },
</span><span class="lines">@@ -1822,7 +1822,7 @@
</span><span class="cx">             {
</span><span class="cx">                 &quot;id&quot;: &quot;EventType&quot;,
</span><span class="cx">                 &quot;type&quot;: &quot;string&quot;,
</span><del>-                &quot;enum&quot;: [&quot;EventDispatch&quot;, &quot;Layout&quot;, &quot;RecalculateStyles&quot;, &quot;Paint&quot;, &quot;BeginFrame&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;],
</del><ins>+                &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;],
</ins><span class="cx">                 &quot;description&quot;: &quot;Timeline record type.&quot;
</span><span class="cx">             },
</span><span class="cx">             {
</span><span class="lines">@@ -1847,13 +1847,6 @@
</span><span class="cx">             {
</span><span class="cx">                 &quot;name&quot;: &quot;stop&quot;,
</span><span class="cx">                 &quot;description&quot;: &quot;Stops capturing instrumentation events.&quot;
</span><del>-            },
-            {
-                &quot;name&quot;: &quot;setIncludeMemoryDetails&quot;,
-                &quot;parameters&quot;: [
-                    { &quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True to start collecting DOM counters.&quot; }
-                ],
-                &quot;description&quot;: &quot;Starts calculating various DOM statistics and sending them as part of timeline events.&quot;
</del><span class="cx">             }
</span><span class="cx">         ],
</span><span class="cx">         &quot;events&quot;: [
</span></span></pre>
</div>
</div>

</body>
</html>