<!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>[174668] trunk/Source</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/174668">174668</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-10-13 18:30:03 -0700 (Mon, 13 Oct 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Source/WebCore:
Web Inspector: Remove unused stale Page protocol methods
https://bugs.webkit.org/show_bug.cgi?id=137678

Patch by Joseph Pecoraro &lt;pecoraro@apple.com&gt; on 2014-10-13
Reviewed by Andreas Kling.

* inspector/InspectorClient.h:
(WebCore::InspectorClient::canShowDebugBorders): Deleted.
(WebCore::InspectorClient::setShowDebugBorders): Deleted.
(WebCore::InspectorClient::canShowFPSCounter): Deleted.
(WebCore::InspectorClient::setShowFPSCounter): Deleted.
(WebCore::InspectorClient::canContinuouslyPaint): Deleted.
(WebCore::InspectorClient::setContinuousPaintingEnabled): Deleted.
* inspector/InspectorPageAgent.cpp:
(WebCore::InspectorPageAgent::disable):
(WebCore::InspectorPageAgent::canShowDebugBorders): Deleted.
(WebCore::InspectorPageAgent::setShowDebugBorders): Deleted.
(WebCore::InspectorPageAgent::canShowFPSCounter): Deleted.
(WebCore::InspectorPageAgent::setShowFPSCounter): Deleted.
(WebCore::InspectorPageAgent::canContinuouslyPaint): Deleted.
(WebCore::InspectorPageAgent::setContinuousPaintingEnabled): Deleted.
* inspector/InspectorPageAgent.h:
* inspector/protocol/Page.json:

Source/WebInspectorUI:
Web Inspector: Improve appearance of alpha color swatches
https://bugs.webkit.org/show_bug.cgi?id=137627

Patch by Joseph Pecoraro &lt;pecoraro@apple.com&gt; on 2014-10-13
Reviewed by Andreas Kling.

* UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js:
* UserInterface/Protocol/Legacy/8.0/InspectorWebBackendCommands.js:
* Versions/Inspector-iOS-7.0.json:
* Versions/InspectorWeb-iOS-8.0.json:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorClienth">trunk/Source/WebCore/inspector/InspectorClient.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorPageAgentcpp">trunk/Source/WebCore/inspector/InspectorPageAgent.cpp</a></li>
<li><a href="#trunkSourceWebCoreinspectorInspectorPageAgenth">trunk/Source/WebCore/inspector/InspectorPageAgent.h</a></li>
<li><a href="#trunkSourceWebCoreinspectorprotocolPagejson">trunk/Source/WebCore/inspector/protocol/Page.json</a></li>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolLegacy70InspectorWebBackendCommandsjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceProtocolLegacy80InspectorWebBackendCommandsjs">trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorWebBackendCommands.js</a></li>
<li><a href="#trunkSourceWebInspectorUIVersionsInspectoriOS70json">trunk/Source/WebInspectorUI/Versions/Inspector-iOS-7.0.json</a></li>
<li><a href="#trunkSourceWebInspectorUIVersionsInspectorWebiOS80json">trunk/Source/WebInspectorUI/Versions/InspectorWeb-iOS-8.0.json</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (174667 => 174668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-10-14 01:16:25 UTC (rev 174667)
+++ trunk/Source/WebCore/ChangeLog        2014-10-14 01:30:03 UTC (rev 174668)
</span><span class="lines">@@ -1,3 +1,28 @@
</span><ins>+2014-10-13  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Web Inspector: Remove unused stale Page protocol methods
+        https://bugs.webkit.org/show_bug.cgi?id=137678
+
+        Reviewed by Andreas Kling.
+
+        * inspector/InspectorClient.h:
+        (WebCore::InspectorClient::canShowDebugBorders): Deleted.
+        (WebCore::InspectorClient::setShowDebugBorders): Deleted.
+        (WebCore::InspectorClient::canShowFPSCounter): Deleted.
+        (WebCore::InspectorClient::setShowFPSCounter): Deleted.
+        (WebCore::InspectorClient::canContinuouslyPaint): Deleted.
+        (WebCore::InspectorClient::setContinuousPaintingEnabled): Deleted.
+        * inspector/InspectorPageAgent.cpp:
+        (WebCore::InspectorPageAgent::disable):
+        (WebCore::InspectorPageAgent::canShowDebugBorders): Deleted.
+        (WebCore::InspectorPageAgent::setShowDebugBorders): Deleted.
+        (WebCore::InspectorPageAgent::canShowFPSCounter): Deleted.
+        (WebCore::InspectorPageAgent::setShowFPSCounter): Deleted.
+        (WebCore::InspectorPageAgent::canContinuouslyPaint): Deleted.
+        (WebCore::InspectorPageAgent::setContinuousPaintingEnabled): Deleted.
+        * inspector/InspectorPageAgent.h:
+        * inspector/protocol/Page.json:
+
</ins><span class="cx"> 2014-10-13  Eric Carlson  &lt;eric.carlson@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [iOS] Refactor AirPlay monitoring code
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorClienth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorClient.h (174667 => 174668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorClient.h        2014-10-14 01:16:25 UTC (rev 174667)
+++ trunk/Source/WebCore/inspector/InspectorClient.h        2014-10-14 01:30:03 UTC (rev 174668)
</span><span class="lines">@@ -64,16 +64,6 @@
</span><span class="cx">     virtual bool overridesShowPaintRects() const { return false; }
</span><span class="cx">     virtual void setShowPaintRects(bool) { }
</span><span class="cx">     virtual void showPaintRect(const FloatRect&amp;) { }
</span><del>-
-    virtual bool canShowDebugBorders() { return false; }
-    virtual void setShowDebugBorders(bool) { }
-
-    virtual bool canShowFPSCounter() { return false; }
-    virtual void setShowFPSCounter(bool) { }
-
-    virtual bool canContinuouslyPaint() { return false; }
-    virtual void setContinuousPaintingEnabled(bool) { }
-
</del><span class="cx">     virtual void didSetSearchingForNode(bool) { }
</span><span class="cx"> 
</span><span class="cx">     virtual bool handleJavaScriptDialog(bool, const String*) { return false; }
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorPageAgentcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorPageAgent.cpp (174667 => 174668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorPageAgent.cpp        2014-10-14 01:16:25 UTC (rev 174667)
+++ trunk/Source/WebCore/inspector/InspectorPageAgent.cpp        2014-10-14 01:30:03 UTC (rev 174668)
</span><span class="lines">@@ -379,10 +379,7 @@
</span><span class="cx">     ErrorString unused;
</span><span class="cx">     setScriptExecutionDisabled(unused, m_originalScriptExecutionDisabled);
</span><span class="cx">     setShowPaintRects(unused, false);
</span><del>-    setShowDebugBorders(unused, false);
-    setShowFPSCounter(unused, false);
</del><span class="cx">     setEmulatedMedia(unused, emptyString());
</span><del>-    setContinuousPaintingEnabled(unused, false);
</del><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> void InspectorPageAgent::addScriptToEvaluateOnLoad(ErrorString&amp;, const String&amp; source, String* identifier)
</span><span class="lines">@@ -660,44 +657,6 @@
</span><span class="cx">     m_overlay-&gt;setShowingPaintRects(show);
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-void InspectorPageAgent::canShowDebugBorders(ErrorString&amp;, bool* outParam)
-{
-    *outParam = m_client-&gt;canShowDebugBorders();
-}
-
-void InspectorPageAgent::setShowDebugBorders(ErrorString&amp;, bool show)
-{
-    m_client-&gt;setShowDebugBorders(show);
-    if (mainFrame() &amp;&amp; mainFrame()-&gt;view())
-        mainFrame()-&gt;view()-&gt;invalidate();
-}
-
-void InspectorPageAgent::canShowFPSCounter(ErrorString&amp;, bool* outParam)
-{
-    *outParam = m_client-&gt;canShowFPSCounter();
-}
-
-void InspectorPageAgent::setShowFPSCounter(ErrorString&amp;, bool show)
-{
-    m_client-&gt;setShowFPSCounter(show);
-
-    if (mainFrame() &amp;&amp; mainFrame()-&gt;view())
-        mainFrame()-&gt;view()-&gt;invalidate();
-}
-
-void InspectorPageAgent::canContinuouslyPaint(ErrorString&amp;, bool* outParam)
-{
-    *outParam = m_client-&gt;canContinuouslyPaint();
-}
-
-void InspectorPageAgent::setContinuousPaintingEnabled(ErrorString&amp;, bool enabled)
-{
-    m_client-&gt;setContinuousPaintingEnabled(enabled);
-
-    if (!enabled &amp;&amp; mainFrame() &amp;&amp; mainFrame()-&gt;view())
-        mainFrame()-&gt;view()-&gt;invalidate();
-}
-
</del><span class="cx"> void InspectorPageAgent::getScriptExecutionStatus(ErrorString&amp;, InspectorPageBackendDispatcherHandler::Result* status)
</span><span class="cx"> {
</span><span class="cx">     bool disabledByScriptController = false;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorInspectorPageAgenth"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/InspectorPageAgent.h (174667 => 174668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/InspectorPageAgent.h        2014-10-14 01:16:25 UTC (rev 174667)
+++ trunk/Source/WebCore/inspector/InspectorPageAgent.h        2014-10-14 01:30:03 UTC (rev 174668)
</span><span class="lines">@@ -109,12 +109,6 @@
</span><span class="cx">     virtual void searchInResources(ErrorString&amp;, const String&amp;, const bool* caseSensitive, const bool* isRegex, RefPtr&lt;Inspector::Protocol::Array&lt;Inspector::Protocol::Page::SearchResult&gt;&gt;&amp;) override;
</span><span class="cx">     virtual void setDocumentContent(ErrorString&amp;, const String&amp; frameId, const String&amp; html) override;
</span><span class="cx">     virtual void setShowPaintRects(ErrorString&amp;, bool show) override;
</span><del>-    virtual void canShowDebugBorders(ErrorString&amp;, bool*) override;
-    virtual void setShowDebugBorders(ErrorString&amp;, bool show) override;
-    virtual void canShowFPSCounter(ErrorString&amp;, bool*) override;
-    virtual void setShowFPSCounter(ErrorString&amp;, bool show) override;
-    virtual void canContinuouslyPaint(ErrorString&amp;, bool*) override;
-    virtual void setContinuousPaintingEnabled(ErrorString&amp;, bool enabled) override;
</del><span class="cx">     virtual void getScriptExecutionStatus(ErrorString&amp;, Inspector::InspectorPageBackendDispatcherHandler::Result*) override;
</span><span class="cx">     virtual void setScriptExecutionDisabled(ErrorString&amp;, bool) override;
</span><span class="cx">     virtual void setTouchEmulationEnabled(ErrorString&amp;, bool) override;
</span></span></pre></div>
<a id="trunkSourceWebCoreinspectorprotocolPagejson"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/inspector/protocol/Page.json (174667 => 174668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/inspector/protocol/Page.json        2014-10-14 01:16:25 UTC (rev 174667)
+++ trunk/Source/WebCore/inspector/protocol/Page.json        2014-10-14 01:30:03 UTC (rev 174668)
</span><span class="lines">@@ -197,48 +197,6 @@
</span><span class="cx">             ]
</span><span class="cx">         },
</span><span class="cx">         {
</span><del>-            &quot;name&quot;: &quot;canShowDebugBorders&quot;,
-            &quot;description&quot;: &quot;Tells if backend supports debug borders on layers&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if the debug borders can be shown&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;setShowDebugBorders&quot;,
-            &quot;description&quot;: &quot;Requests that backend shows debug borders on layers&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for showing debug borders&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;canShowFPSCounter&quot;,
-            &quot;description&quot;: &quot;Tells if backend supports a FPS counter display&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if the FPS count can be shown&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;setShowFPSCounter&quot;,
-            &quot;description&quot;: &quot;Requests that backend shows the FPS counter&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for showing the FPS counter&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;canContinuouslyPaint&quot;,
-            &quot;description&quot;: &quot;Tells if backend supports continuous painting&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if continuous painting is available&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;setContinuousPaintingEnabled&quot;,
-            &quot;description&quot;: &quot;Requests that backend enables continuous painting&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for enabling cointinuous painting&quot; }
-            ]
-        },
-        {
</del><span class="cx">             &quot;name&quot;: &quot;getScriptExecutionStatus&quot;,
</span><span class="cx">             &quot;description&quot;: &quot;Determines if scripts can be executed in the page.&quot;,
</span><span class="cx">             &quot;returns&quot;: [
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (174667 => 174668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2014-10-14 01:16:25 UTC (rev 174667)
+++ trunk/Source/WebInspectorUI/ChangeLog        2014-10-14 01:30:03 UTC (rev 174668)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2014-10-13  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
+
+        Web Inspector: Improve appearance of alpha color swatches
+        https://bugs.webkit.org/show_bug.cgi?id=137627
+
+        Reviewed by Andreas Kling.
+
+        * UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js:
+        * UserInterface/Protocol/Legacy/8.0/InspectorWebBackendCommands.js:
+        * Versions/Inspector-iOS-7.0.json:
+        * Versions/InspectorWeb-iOS-8.0.json:
+
</ins><span class="cx"> 2014-10-10  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Improve appearance of alpha color swatches
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolLegacy70InspectorWebBackendCommandsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js (174667 => 174668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js        2014-10-14 01:16:25 UTC (rev 174667)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/7.0/InspectorWebBackendCommands.js        2014-10-14 01:30:03 UTC (rev 174668)
</span><span class="lines">@@ -65,12 +65,6 @@
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Page.searchInResources&quot;, [{&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Page.setDocumentContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;html&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Page.setShowPaintRects&quot;, [{&quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
</span><del>-InspectorBackend.registerCommand(&quot;Page.canShowDebugBorders&quot;, [], [&quot;show&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setShowDebugBorders&quot;, [{&quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.canShowFPSCounter&quot;, [], [&quot;show&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setShowFPSCounter&quot;, [{&quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.canContinuouslyPaint&quot;, [], [&quot;value&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setContinuousPaintingEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
</del><span class="cx"> InspectorBackend.registerCommand(&quot;Page.getScriptExecutionStatus&quot;, [], [&quot;result&quot;]);
</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"> InspectorBackend.registerCommand(&quot;Page.setTouchEmulationEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceProtocolLegacy80InspectorWebBackendCommandsjs"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorWebBackendCommands.js (174667 => 174668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorWebBackendCommands.js        2014-10-14 01:16:25 UTC (rev 174667)
+++ trunk/Source/WebInspectorUI/UserInterface/Protocol/Legacy/8.0/InspectorWebBackendCommands.js        2014-10-14 01:30:03 UTC (rev 174668)
</span><span class="lines">@@ -228,12 +228,6 @@
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Page.searchInResources&quot;, [{&quot;name&quot;: &quot;text&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;caseSensitive&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}, {&quot;name&quot;: &quot;isRegex&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: true}], [&quot;result&quot;]);
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Page.setDocumentContent&quot;, [{&quot;name&quot;: &quot;frameId&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}, {&quot;name&quot;: &quot;html&quot;, &quot;type&quot;: &quot;string&quot;, &quot;optional&quot;: false}], []);
</span><span class="cx"> InspectorBackend.registerCommand(&quot;Page.setShowPaintRects&quot;, [{&quot;name&quot;: &quot;result&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
</span><del>-InspectorBackend.registerCommand(&quot;Page.canShowDebugBorders&quot;, [], [&quot;show&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setShowDebugBorders&quot;, [{&quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.canShowFPSCounter&quot;, [], [&quot;show&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setShowFPSCounter&quot;, [{&quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
-InspectorBackend.registerCommand(&quot;Page.canContinuouslyPaint&quot;, [], [&quot;value&quot;]);
-InspectorBackend.registerCommand(&quot;Page.setContinuousPaintingEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
</del><span class="cx"> InspectorBackend.registerCommand(&quot;Page.getScriptExecutionStatus&quot;, [], [&quot;result&quot;]);
</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"> InspectorBackend.registerCommand(&quot;Page.setTouchEmulationEnabled&quot;, [{&quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;optional&quot;: false}], []);
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIVersionsInspectoriOS70json"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Versions/Inspector-iOS-7.0.json (174667 => 174668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Versions/Inspector-iOS-7.0.json        2014-10-14 01:16:25 UTC (rev 174667)
+++ trunk/Source/WebInspectorUI/Versions/Inspector-iOS-7.0.json        2014-10-14 01:30:03 UTC (rev 174668)
</span><span class="lines">@@ -244,48 +244,6 @@
</span><span class="cx">                 ]
</span><span class="cx">             },
</span><span class="cx">             {
</span><del>-                &quot;name&quot;: &quot;canShowDebugBorders&quot;,
-                &quot;description&quot;: &quot;Tells if backend supports debug borders on layers&quot;,
-                &quot;returns&quot;: [
-                    { &quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if the debug borders can be shown&quot; }
-                ]
-            },
-            {
-                &quot;name&quot;: &quot;setShowDebugBorders&quot;,
-                &quot;description&quot;: &quot;Requests that backend shows debug borders on layers&quot;,
-                &quot;parameters&quot;: [
-                    { &quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for showing debug borders&quot; }
-                ]
-            },
-            {
-                &quot;name&quot;: &quot;canShowFPSCounter&quot;,
-                &quot;description&quot;: &quot;Tells if backend supports a FPS counter display&quot;,
-                &quot;returns&quot;: [
-                    { &quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if the FPS count can be shown&quot; }
-                ]
-            },
-            {
-                &quot;name&quot;: &quot;setShowFPSCounter&quot;,
-                &quot;description&quot;: &quot;Requests that backend shows the FPS counter&quot;,
-                &quot;parameters&quot;: [
-                    { &quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for showing the FPS counter&quot; }
-                ]
-            },
-            {
-                &quot;name&quot;: &quot;canContinuouslyPaint&quot;,
-                &quot;description&quot;: &quot;Tells if backend supports continuous painting&quot;,
-                &quot;returns&quot;: [
-                    { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if continuous painting is available&quot; }
-                ]
-            },
-            {
-                &quot;name&quot;: &quot;setContinuousPaintingEnabled&quot;,
-                &quot;description&quot;: &quot;Requests that backend enables continuous painting&quot;,
-                &quot;parameters&quot;: [
-                    { &quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for enabling cointinuous painting&quot; }
-                ]
-            },
-            {
</del><span class="cx">                 &quot;name&quot;: &quot;getScriptExecutionStatus&quot;,
</span><span class="cx">                 &quot;description&quot;: &quot;Determines if scripts can be executed in the page.&quot;,
</span><span class="cx">                 &quot;returns&quot;: [
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIVersionsInspectorWebiOS80json"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/Versions/InspectorWeb-iOS-8.0.json (174667 => 174668)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/Versions/InspectorWeb-iOS-8.0.json        2014-10-14 01:16:25 UTC (rev 174667)
+++ trunk/Source/WebInspectorUI/Versions/InspectorWeb-iOS-8.0.json        2014-10-14 01:30:03 UTC (rev 174668)
</span><span class="lines">@@ -2073,48 +2073,6 @@
</span><span class="cx">             ]
</span><span class="cx">         },
</span><span class="cx">         {
</span><del>-            &quot;name&quot;: &quot;canShowDebugBorders&quot;,
-            &quot;description&quot;: &quot;Tells if backend supports debug borders on layers&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if the debug borders can be shown&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;setShowDebugBorders&quot;,
-            &quot;description&quot;: &quot;Requests that backend shows debug borders on layers&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for showing debug borders&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;canShowFPSCounter&quot;,
-            &quot;description&quot;: &quot;Tells if backend supports a FPS counter display&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if the FPS count can be shown&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;setShowFPSCounter&quot;,
-            &quot;description&quot;: &quot;Requests that backend shows the FPS counter&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;show&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for showing the FPS counter&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;canContinuouslyPaint&quot;,
-            &quot;description&quot;: &quot;Tells if backend supports continuous painting&quot;,
-            &quot;returns&quot;: [
-                { &quot;name&quot;: &quot;value&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True if continuous painting is available&quot; }
-            ]
-        },
-        {
-            &quot;name&quot;: &quot;setContinuousPaintingEnabled&quot;,
-            &quot;description&quot;: &quot;Requests that backend enables continuous painting&quot;,
-            &quot;parameters&quot;: [
-                { &quot;name&quot;: &quot;enabled&quot;, &quot;type&quot;: &quot;boolean&quot;, &quot;description&quot;: &quot;True for enabling cointinuous painting&quot; }
-            ]
-        },
-        {
</del><span class="cx">             &quot;name&quot;: &quot;getScriptExecutionStatus&quot;,
</span><span class="cx">             &quot;description&quot;: &quot;Determines if scripts can be executed in the page.&quot;,
</span><span class="cx">             &quot;returns&quot;: [
</span></span></pre>
</div>
</div>

</body>
</html>