<!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>[183627] 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/183627">183627</a></dd>
<dt>Author</dt> <dd>agomez@igalia.com</dd>
<dt>Date</dt> <dd>2015-04-30 10:17:59 -0700 (Thu, 30 Apr 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>[GTK] Web Inspector: Remove some unused Images
https://bugs.webkit.org/show_bug.cgi?id=144445

Reviewed by Carlos Garcia Campos.

* UserInterface/Images/gtk/BottomUpTree.svg: Removed.
* UserInterface/Images/gtk/Log.png: Removed.
* UserInterface/Images/gtk/Log@2x.png: Removed.
* UserInterface/Images/gtk/NavigationItemAngleBrackets.svg: Removed.
* UserInterface/Images/gtk/NavigationItemBrushAndRuler.svg: Removed.
* UserInterface/Images/gtk/NavigationItemBug.svg: Removed.
* UserInterface/Images/gtk/NavigationItemFile.svg: Removed.
* UserInterface/Images/gtk/NavigationItemLayers.svg: Removed.
* UserInterface/Images/gtk/NavigationItemLog.svg: Removed.
* UserInterface/Images/gtk/NavigationItemProbes.svg: Removed.
* UserInterface/Images/gtk/NavigationItemStopwatch.svg: Removed.
* UserInterface/Images/gtk/NavigationItemStorage.svg: Removed.
* UserInterface/Images/gtk/NavigationItemVariable.svg: Removed.
* UserInterface/Images/gtk/Percent.svg: Removed.
* UserInterface/Images/gtk/Reload.svg: Removed.
* UserInterface/Images/gtk/SplitToggleDown.svg: Removed.
* UserInterface/Images/gtk/Time.svg: Removed.
* UserInterface/Images/gtk/Weight.svg: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkBottomUpTreesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BottomUpTree.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkLogpng">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Log.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkLog2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Log@2x.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemAngleBracketssvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemAngleBrackets.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemBrushAndRulersvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBrushAndRuler.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemBugsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBug.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemFilesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemFile.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemLayerssvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLayers.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemLogsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLog.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemProbessvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemProbes.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemStopwatchsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStopwatch.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemStoragesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStorage.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemVariablesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemVariable.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkPercentsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Percent.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkReloadsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reload.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkSplitToggleDownsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleDown.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkTimesvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Time.svg</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesgtkWeightsvg">trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Weight.svg</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/ChangeLog        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,3 +1,29 @@
</span><ins>+2015-04-30  Andres Gomez  &lt;agomez@igalia.com&gt;
+
+        [GTK] Web Inspector: Remove some unused Images
+        https://bugs.webkit.org/show_bug.cgi?id=144445
+
+        Reviewed by Carlos Garcia Campos.
+
+        * UserInterface/Images/gtk/BottomUpTree.svg: Removed.
+        * UserInterface/Images/gtk/Log.png: Removed.
+        * UserInterface/Images/gtk/Log@2x.png: Removed.
+        * UserInterface/Images/gtk/NavigationItemAngleBrackets.svg: Removed.
+        * UserInterface/Images/gtk/NavigationItemBrushAndRuler.svg: Removed.
+        * UserInterface/Images/gtk/NavigationItemBug.svg: Removed.
+        * UserInterface/Images/gtk/NavigationItemFile.svg: Removed.
+        * UserInterface/Images/gtk/NavigationItemLayers.svg: Removed.
+        * UserInterface/Images/gtk/NavigationItemLog.svg: Removed.
+        * UserInterface/Images/gtk/NavigationItemProbes.svg: Removed.
+        * UserInterface/Images/gtk/NavigationItemStopwatch.svg: Removed.
+        * UserInterface/Images/gtk/NavigationItemStorage.svg: Removed.
+        * UserInterface/Images/gtk/NavigationItemVariable.svg: Removed.
+        * UserInterface/Images/gtk/Percent.svg: Removed.
+        * UserInterface/Images/gtk/Reload.svg: Removed.
+        * UserInterface/Images/gtk/SplitToggleDown.svg: Removed.
+        * UserInterface/Images/gtk/Time.svg: Removed.
+        * UserInterface/Images/gtk/Weight.svg: Removed.
+
</ins><span class="cx"> 2015-04-30  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Copy not working in Console
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkBottomUpTreesvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BottomUpTree.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BottomUpTree.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/BottomUpTree.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,5 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;path style=&quot;color:#bebebe&quot; d=&quot;m6.0122 14v-4.0122h1.6049v-1.6049h-3.5745-0.40122v-0.40122-1.9696h-1.6413v-3.9757h4.0122v3.9757h-1.5684v1.5684h7.1854v-1.5684h-1.6049v-4.0121h3.976v4.0122h-1.5684v1.9696 0.40122h-0.40122-3.6109v1.6049h1.6049v4.0122h-4.0122z&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkLogpng"></a>
<div class="binary"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Log.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkLog2xpng"></a>
<div class="binary"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Log@2x.png</h4>
<pre class="diff"><span>
<span class="cx">(Binary files differ)
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemAngleBracketssvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemAngleBrackets.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemAngleBrackets.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemAngleBrackets.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;g transform=&quot;matrix(1.1429 0 0 1.1429 -1.1429 -1.5884)&quot;&gt;
-  &lt;g&gt;
-   &lt;path d=&quot;m6.8503 4.8998-5.8503 2.8749v1.3307l5.8503 2.7745v-1.5693l-3.9671-1.9082 3.9671-1.9961v-1.5065&quot;/&gt;
-   &lt;path d=&quot;m9.1497 4.8998v1.5065l3.9671 1.9961-3.9671 1.9082v1.5693l5.8501-2.7746v-1.3307l-5.8503-2.8749&quot;/&gt;
-  &lt;/g&gt;
- &lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemBrushAndRulersvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBrushAndRuler.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBrushAndRuler.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBrushAndRuler.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,7 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;g transform=&quot;matrix(1.0433 0 0 1.0433 -.17864 -.68459)&quot;&gt;
-  &lt;path d=&quot;m15.25 0.65625c-0.15 0.00269-0.349 0.10083-0.562 0.3125-3.999 3.9688-4.6981 4.0066-8.438 9.1562 1.0036 0.038 1.8651 0.689 2.3125 1.625 4.4275-4.7725 4.9265-7.3238 6.8435-10.406 0.193-0.41638 0.094-0.69223-0.156-0.68775zm-14.25 0.84375v12.625c0.49869 0.00018 0.73121-0.09104 0.9375-0.25 0.2063-0.159 0.4085-0.422 0.5937-0.781 0.1544-0.299 0.2921-0.705 0.4688-1.094v-0.5h0.28125c0.2271-0.368 0.5156-0.717 0.9688-1h-1.25v-1.0312c0.0326 0.0066 0.0591 0.0312 0.0938 0.0312h2.375c0.1766-0.243 0.3045-0.4346 0.4687-0.6562-0.068-0.1953-0.2498-0.3438-0.4687-0.3438h-2.375c-0.0337 0-0.062-0.0063-0.0938 0v-1h1.5c0.277 0 0.5-0.223 0.5-0.5s-0.223-0.5-0.5-0.5h-1.5v-1h1.5c0.277 0 0.5-0.223 0.5-0.5s-0.223-0.5-0.5-0.5h-1.5v-1h4.1875c1.1861 0 1.6916 0.66595 1.7812 1.625 0.52726-0.56565 1.0782-1.0758 1.625-1.5938-0.522-1.1481-1.5685-2.0312-3.2815-2.0312h-6.3125zm10 9.0312c-0.494 0.607-1.0525 1.222-1.6875 1.907l-0.3437 0.343c0.076 0.621-0.0274 1.203-0.25 1.719h2.2812v-3.969zm-5.125 
 0.469c-0.3453 0.008-0.7422 0.105-1.125 0.344-1.3212 0.825-1.0289 3.782-3.75 3.781 0.25763 0.99788 4.1664 1.2315 5.7812 0.1875 0.84182-0.54422 1.463-1.5504 1.125-2.7812-0.2008-0.731-0.9954-1.555-2.0312-1.531z&quot;/&gt;
- &lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemBugsvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBug.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBug.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemBug.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,7 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;g transform=&quot;matrix(1.1429 0 0 1.1429 -1.1429 -1.1429)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m13.188 1.125-2.0938 2.2812c-0.89656-0.92528-2.0305-1.5-3.2812-1.5-1.1794 0-2.2842 0.51152-3.1562 1.3438l-1.9066-2.0312-0.7188 0.6874 1.9688 2.0938c-0.5634 0.76-0.9659 1.6896-1.1875 2.7188-0.0934 0.4337-0.1373 0.8794-0.1563 1.3437h-1.6562v1h1.6562c0.079371 0.97391 0.33214 1.8576 0.71875 2.6562l-1.5938 1.719 0.7188 0.687 1.375-1.5c0.9514 1.3735 2.3734 2.25 3.9375 2.25 1.6213 0 3.0798-0.94484 4.0312-2.4062l1.5938 1.7188 0.71875-0.65625-1.8438-2c0.33588-0.75115 0.58321-1.5725 0.65625-2.4688h2.0312v-1h-2.0312c-0.01893-0.4643-0.0941-0.91004-0.1875-1.3438-0.12523-0.58151-0.32057-1.1199-0.5625-1.625-0.15783-0.3295-0.29942-0.64919-0.5-0.9375l2.187-2.3444-0.718-0.6875zm-9.438 5.5938h3.5625v7c-2.1328-0.307-3.7813-2.562-3.7813-5.3128 0-0.5894 0.079-1.1579 0.2188-1.6874zm4.875 0h3.2188c0.14032 0.53036 0.21875 1.097 0.21875 1.6875 0 2.6041-1.4702 4.7365-3.4375 5.2188v-6.9062z&quot;/&
 gt;
- &lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemFilesvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemFile.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemFile.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemFile.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,7 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;g transform=&quot;matrix(1.0666 0 0 1.0666 -.53271 -.53271)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m2.8124 0.50055a1.0001 1.0001 0 0 0 -0.8125 1v13a1.0001 1.0001 0 0 0 1 1h10a1.0001 1.0001 0 0 0 1 -1v-9.4375a1.0001 1.0001 0 0 0 -0.28125 -0.71875l-3.563-3.563a1.0001 1.0001 0 0 0 -0.71875 -0.28125h-6.4375a1.0001 1.0001 0 0 0 -0.0937 0 1.0001 1.0001 0 0 0 -0.0937 0zm1.1875 2h5v3h3v8h-8v-11z&quot;/&gt;
- &lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemLayerssvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLayers.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLayers.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLayers.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,9 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;g transform=&quot;matrix(1.1429 0 0 1.1429 -1.1429 -1.1429)&quot;&gt;
-  &lt;path d=&quot;m1 14.5 3-3h11l-3 3z&quot;/&gt;
-  &lt;path d=&quot;m1 9.5 3-3h11l-3 3z&quot;/&gt;
-  &lt;path d=&quot;m1 4.5 3-3h11l-3 3z&quot;/&gt;
- &lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemLogsvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLog.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLog.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemLog.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,9 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;g&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#bebebe;text-transform:none&quot; d=&quot;m2.1875 0.5c-1.2055 0-2.1875 1.0167-2.1875 2.2188v10.562c0 1.202 0.98197 2.219 2.1875 2.219h11.625c1.206 0 2.188-1.017 2.188-2.219v-10.562c0-1.2023-0.982-2.219-2.188-2.219h-11.625zm0 2h11.625c0.123 0 0.188 0.0809 0.188 0.2188v10.562c0 0.138-0.065 0.219-0.188 0.219h-11.625c-0.1223 0-0.187-0.081-0.187-0.219v-10.562c0-0.1381 0.0647-0.219 0.1875-0.219z&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#bebebe;text-transform:none&quot; d=&quot;m4.3125 6.4062a0.60006 0.60006 0 0 0 -0.25 1.0313l1.5625 1.5625-1.5625 1.562a0.61872 0.61872 0 1 0 0.875 0.875l2-2a0.60006 0.60006 0 0 0 0 -0.875l-2-2a0.60006 0.60006 0 0 0 -0.625 -0.1558z&quot;/&gt;
-  &lt;rect style=&quot;color:#bebebe&quot; height=&quot;1&quot; width=&quot;3&quot; y=&quot;10.5&quot; x=&quot;8&quot;/&gt;
- &lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemProbessvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemProbes.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemProbes.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemProbes.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,5 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m2.625 3c-0.4468 0-0.8501 0.1361-1.1562 0.4062-0.3062 0.2702-0.4688 0.6721-0.4688 1.125v7.9375c0 0.46 0.1605 0.885 0.4688 1.156 0.3082 0.271 0.7033 0.375 1.1562 0.375h7.2188 0.1562l0.125-0.094 5.063-5.0935 0.281-0.2813-0.281-0.25-5.063-5.1562-0.125-0.125h-0.1562-7.2188zm7.75 2c0.31445 0 0.5625 0.2832 0.5625 0.625 0 0.42383-0.41797 0.75-0.9375 0.75h-0.125c-0.082032-0.013672-0.14648 0-0.1875 0-0.61523 0-1.416 0.74414-2.25 2.125 0.58789 1.4902 0.70508 1.7344 0.9375 2.0625 0.28711 0.38281 0.56055 0.5625 0.875 0.5625 0.24609 0 0.42578-0.06641 0.78125-0.3125l0.3125 0.25c-0.5332 0.5332-1.2383 0.875-1.8125 0.875-0.49219 0-0.93555-0.23242-1.25-0.65625-0.21875-0.27344-0.28516-0.44531-0.75-1.5938l-0.3125-0.75c-1.2444 2.188-2.1331 3.063-3.0628 3.063-0.3828 0-0.6562-0.281-0.6562-0.719 0-0.39648 0.29102-0.6875 0.6875-0.6875 0.027344 0 0.14844 0.01758 0.3125 0.03125 0.068359 0.01367 0.1
 3281 0 0.1875 0 0.76562 0 1.4375-0.63672 2.3125-2.25l-0.3438-0.906c-0.4648-1.2305-0.6152-1.3887-1.5312-1.5938l0.0625-0.4062c0.7246-0.0821 1.0859-0.1172 1.6875-0.2813h0.34375l0.9687 2.8125c1.2715-1.9961 2.3398-3 3.1875-3z&quot; fill-rule=&quot;evenodd&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemStopwatchsvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStopwatch.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStopwatch.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStopwatch.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,8 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;g transform=&quot;matrix(1.0686 0 0 1.0686 -.54860 -.54860)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m8 0.51339c-4.1303 0-7.4866 3.3563-7.4866 7.4866s3.3563 7.4866 7.4866 7.4866 7.4866-3.3563 7.4866-7.4866-3.3563-7.4866-7.4866-7.4866zm0 1.9732c3.0494 0 5.5134 2.464 5.5134 5.5134s-2.464 5.5134-5.5134 5.5134-5.5134-2.464-5.5134-5.5134 2.464-5.5134 5.5134-5.5134z&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;enable-background:new;text-transform:none&quot; d=&quot;m4.8123 4.4688a0.50005 0.50005 0 0 0 -0.2187 0.8437l3.0938 3.0625a0.50005 0.50005 0 0 0 0.0625 0.0312 0.50005 0.50005 0 0 0 0.0625 0.0312 0.50005 0.50005 0 0 0 0.0625 0.0312 0.50005 0.50005 0 0 0 0.0312 0 0.50005 0.50005 0 0 0 0.0625 0.0312 0.50005 0.50005 0 0 0 0.0937 0h0.15625 2.7812a0.50005 0.50005 0 1 0 0 -1h-2.75l-2.9688-2.875a0.50005 0.50005 0 0 0 -0.469 -0.1562z&quot;/&gt;
- &lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemStoragesvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStorage.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStorage.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemStorage.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,5 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;path style=&quot;color:#000000&quot; d=&quot;m3.1875 0c-1.2051 0-2.1875 1.018-2.1875 2.2188v11.562c0 1.201 0.9824 2.219 2.1875 2.219h9.625c1.206 0 2.188-1.018 2.188-2.219v-11.562c0-1.201-0.982-2.219-2.188-2.219h-9.6245zm-0.1875 3h10v11h-10v-11zm1 1v4h8.0312v-4h-8.031zm2.3438 1.4375a0.50005 0.50005 0 0 1 0.0625 0 0.50005 0.50005 0 0 1 0.5937 0.5v0.0625h2v-0.0625a0.50005 0.50005 0 1 1 1 0v0.0625c0 0.5454-0.4546 1-1 1h-2c-0.5454 0-1-0.4546-1-1v-0.0625a0.50005 0.50005 0 0 1 0.34375 -0.5zm-2.3126 3.5625v4h8.0312v-4h-8.0312zm2.3125 1.4375a0.50005 0.50005 0 0 1 0.0625 0 0.50005 0.50005 0 0 1 0.5938 0.5v0.062h2v-0.062a0.50005 0.50005 0 1 1 1 0v0.062c0 0.54535-0.45465 1-1 1h-2c-0.5454 0-1-0.455-1-1v-0.0625a0.50005 0.50005 0 0 1 0.34375 -0.5z&quot; fill-rule=&quot;evenodd&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkNavigationItemVariablesvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemVariable.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemVariable.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemVariable.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,7 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;g transform=&quot;matrix(1.2172 0 0 1.2172 -1.7374 -1.7374)&quot;&gt;
-  &lt;path d=&quot;m12.198 10.908c-0.45007 0.31158-0.6751 0.41545-0.98668 0.41545-0.39814 0-0.76165-0.22503-1.1252-0.70972-0.2944-0.416-0.4329-0.7099-1.1772-2.5967 1.0559-1.7483 2.0772-2.7177 2.8562-2.7177 0.05193 0 0.13848 0 0.24234 0.01731h0.15579c0.65779 0 1.1771-0.43276 1.1771-0.96937 0-0.43276-0.31158-0.77896-0.70972-0.77896-1.0732 0-2.4234 1.281-4.0333 3.8083l-1.2116-3.5833h-0.45007c-0.7616 0.2077-1.229 0.277-2.1465 0.3808l-0.0865 0.502c1.1598 0.2597 1.3502 0.4674 1.9387 2.0253l0.4328 1.1252c-1.1079 2.0426-1.9561 2.8731-2.9254 2.8731-0.069241 0-0.13848 0-0.22503-0.01731-0.20772-0.01731-0.36352-0.03462-0.39814-0.03462-0.502 0-0.86551 0.36352-0.86551 0.86551 0 0.55393 0.3289 0.91744 0.81358 0.91744 1.1771 0 2.3023-1.1079 3.8775-3.8775l0.39814 0.95206c0.58855 1.4541 0.69241 1.6791 0.96937 2.0253 0.39814 0.53662 0.95206 0.83089 1.5752 0.83089 0.72703 0 1.6099-0.43276 2.285-1.1079l-0.38083-0.3462&quot;/&gt;
- &lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkPercentsvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Percent.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Percent.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Percent.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,7 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;g&gt;
-  &lt;path d=&quot;m4.4395 2.9164c0.40346 0 0.9683 0.12104 0.9683 1.3516 0 0.7464-0.20173 1.4726-0.9683 1.4726-0.78674 0-0.94813-0.76657-0.94813-1.513 0-0.66571 0.18156-1.3112 0.94813-1.3112m0-1.755c-1.4121 0-2.7233 1.0086-2.7233 3.0663 0 2.4409 1.3516 3.2277 2.7233 3.2277 1.6542 0 2.9251-1.2104 2.9251-3.2075 0-2.5014-1.7147-3.0865-2.9251-3.0865m7.1415 9.0576c0.40346 0 0.9683 0.12104 0.9683 1.3516 0 0.7464-0.20173 1.4524-0.9683 1.4524-0.78674 0-0.9683-0.7464-0.9683-1.4928 0-0.6657 0.20173-1.3112 0.9683-1.3112m0-1.755c-1.4726 0-2.9049 1.0086-2.9049 3.0663 0 2.4409 1.4726 3.2277 2.9049 3.2277 1.5735 0 2.7233-1.2104 2.7233-3.2075 0-2.4611-1.513-3.0865-2.7233-3.0865m0.524-7.464-10.873 14h2.6628l10.873-14h-2.6628&quot;/&gt;
- &lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkReloadsvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reload.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reload.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Reload.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,7 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;g transform=&quot;matrix(.99998 0 0 .99998 .0023544 -.000060240)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#bebebe;text-transform:none&quot; d=&quot;m12.906 1.9688c-0.042 0.0077-0.084 0.0181-0.125 0.0312-0.447 0.1001-0.792 0.5419-0.781 1v1.6875c-0.382-0.578-0.849-1.0822-1.406-1.5-1.1559-0.8668-2.5322-1.2523-3.8752-1.1875-0.1919 0.009-0.3723 0.0353-0.5626 0.0625-1.5221 0.2174-2.9781 1.023-3.9687 2.3437-1.9812 2.6415-1.4227 6.4248 1.2187 8.4058 2.6415 1.982 6.4251 1.423 8.4058-1.218 0.123-0.172 0.19-0.383 0.188-0.594 0.004-0.05198 0.004-0.10427 0-0.15625v-0.844h-0.812-0.094c-0.031-0.0015-0.063-0.0015-0.094 0-0.314-0.0015-0.625 0.154-0.812 0.406-1.3332 1.777-3.8175 2.114-5.5942 0.782-1.7768-1.3331-2.114-3.8175-0.7813-5.5942 1.3327-1.7768 3.817-2.1139 5.5937-0.7813 0.4295 0.3221 0.7698 0.7329 1.0318 1.1875h-1.438c-0.5236 0.0001-0.9999 0.4764-1 1-0.008 0.0726-0.008 0.1461 0 0.2188v0.7812h0.8438 0.1562 4 1v-1-5.0279c-0.3646 0.0034-0.72918-0.00179-1.0938-0.00326z&quot;/&gt;
- &lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkSplitToggleDownsvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleDown.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleDown.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/SplitToggleDown.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,8 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;g&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m8.0001 14.207-0.7187-0.687-5.0001-5a1.0165 1.0165 0 0 1 -0.28126 -0.84375 1.0165 1.0165 0 0 1 0 -0.09375v-0.78125h0.84377 0.15625a1.0165 1.0165 0 0 1 0.71877 0.28125l4.2813 4.2816 4.2809-4.2815a1.0165 1.0165 0 0 1 0.84377 -0.28125h0.09375 0.78127v0.84375a1.0165 1.0165 0 0 1 0 0.15625 1.0165 1.0165 0 0 1 -0.28126 0.71875l-5.0001 5-0.71877 0.6875z&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m8.0001 9.2075-0.7187-0.6875-5.0001-5a1.0165 1.0165 0 0 1 -0.2813 -0.8438 1.0165 1.0165 0 0 1 0 -0.0937v-0.78125h0.84377 0.15625a1.0165 1.0165 0 0 1 0.71877 0.28125l4.2813 4.2813 4.2809-4.2812a1.0165 1.0165 0 0 1 0.84377 -0.28125h0.09375 0.78127v0.84375a1.0165 1.0165 0 0 1 0 0.15625 1.0165 1.0165 0 0 1 -0.28126 0.71875l-5.0001 5-0.71877 0.6875z&quot;/&gt;
- &lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkTimesvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Time.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Time.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Time.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,8 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;g transform=&quot;matrix(.80143 0 0 .80143 1.1986 1.984)&quot;&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m8.4866 0.01994c-4.1303 0-7.4866 3.3563-7.4866 7.4866s3.3563 7.4866 7.4866 7.4866 7.4866-3.3563 7.4866-7.4866-3.3563-7.4866-7.4866-7.4866zm0 1.9732c3.0494 0 5.5134 2.464 5.5134 5.5134s-2.464 5.5134-5.5134 5.5134-5.5134-2.464-5.5134-5.5134 2.464-5.5134 5.5134-5.5134z&quot;/&gt;
-  &lt;path style=&quot;block-progression:tb;text-indent:0;color:#000000;text-transform:none&quot; d=&quot;m11.393 4.0065a0.50005 0.50005 0 0 0 -0.25 0.15625l-2.6564 2.6562-1.6562-1.6562a0.50005 0.50005 0 1 0 -0.6875 0.6875l2 2a0.50005 0.50005 0 0 0 0.6875 0l3-3a0.50005 0.50005 0 0 0 -0.4375 -0.84375z&quot;/&gt;
- &lt;/g&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesgtkWeightsvg"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Weight.svg (183626 => 183627)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Weight.svg        2015-04-30 16:17:08 UTC (rev 183626)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/Weight.svg        2015-04-30 17:17:59 UTC (rev 183627)
</span><span class="lines">@@ -1,5 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;
-&lt;!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) --&gt;
-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
- &lt;path style=&quot;color:#000000;enable-background:new&quot; d=&quot;m4.4375 2c-0.5204 0-0.9375 0.4171-0.9375 0.9375v0.125c0 0.5204 0.4171 0.9375 0.9375 0.9375h0.5625v1h-0.6562c-0.4742 0-0.8438 0.3696-0.8438 0.8438v8.1562h9v-8.1562c0-0.4742-0.37-0.8438-0.844-0.8438h-0.656v-1h0.562c0.521 0 0.938-0.4171 0.938-0.9375v-0.125c0-0.5204-0.417-0.9375-0.938-0.9375h-7.125zm0.90625 5.5625c0.02072-0.00261 0.04178-0.00261 0.0625 0h0.5937c0.0329 0.0041 0.065 0.0147 0.0938 0.0313 0.0221 0.0074 0.0432 0.0179 0.0624 0.0312 0.0564 0.045 0.0916 0.1154 0.0938 0.1875v0.96875l0.90625-1.125c0.038-0.0492 0.095-0.0833 0.1563-0.0937 0.0104-0.0006514 0.02085-0.0006514 0.03125 0h0.6875c0.03291 0.00406 0.06499 0.014754 0.09375 0.03125 0.02216 0.00743 0.04326 0.017981 0.0625 0.03125 0.04921 0.03799 0.08339 0.094948 0.09375 0.15625 0.0059 0.030879 0.0059 0.062871 0 0.09375-0.0134 0.0354-0.035 0.0678-0.0625 0.0938l-1.1876 1.4687 1.2813 1.5625c0.01327 0.01924 0.02385 0.04034 0.03125 0.0625 0.02104 0.038 
 0.031929 0.08157 0.03125 0.125-0.0041 0.032-0.0148 0.064-0.0312 0.093-0.0222 0.039-0.0549 0.072-0.0938 0.094-0.01924 0.01327-0.04034 0.02385-0.0625 0.03125-0.02072 0.0026-0.04178 0.0026-0.0625 0h-0.71875c-0.0329-0.004-0.0649-0.014-0.0937-0.031-0.0222-0.007-0.0433-0.018-0.0625-0.031-0.0113-0.01-0.0218-0.02-0.0312-0.032l-0.9688-1.218v1.0625c-0.0022 0.072-0.0374 0.143-0.0938 0.188-0.0192 0.013-0.0403 0.024-0.0624 0.031-0.0288 0.017-0.0609 0.027-0.0938 0.031h-0.59375c-0.02072 0.0026-0.04178 0.0026-0.0625 0-0.09079-0.02092-0.16658-0.09671-0.1875-0.1875-0.0026-0.02072-0.0026-0.04178 0-0.0625v-3.3438c0.005-0.0942 0.0686-0.1831 0.1563-0.2184 0.0095-0.0114 0.0199-0.0218 0.0313-0.0313zm4.0937 0.9687c0.2374 0 0.39451 0.086642 0.5625 0.15625 0.0095-0.011311 0.01994-0.02178 0.03125-0.03125 0.0095-0.011311 0.01994-0.02178 0.03125-0.03125 0.02876-0.016496 0.06084-0.02719 0.09375-0.03125 0.0104-0.0006514 0.02085-0.0006514 0.03125 0h0.40625c0.04343-0.000679 0.087 0.010212 0.125 0.03125 0.011
 31 0.00947 0.02175 0.019939 0.03125 0.03125 0.04343 0.030323 0.0768 0.074815 0.09375 0.125 0.0026 0.020724 0.0026 0.041776 0 0.0625v2.375c0 0.3107-0.07692 0.6703-0.3125 0.96875s-0.62478 0.5-1.1875 0.5c-0.24977 0-0.57703-0.06006-0.90625-0.1875l-0.094-0.031c-0.0114-0.01-0.0218-0.02-0.0313-0.031-0.0607-0.032-0.1072-0.09-0.125-0.157-0.00068-0.04343 0.01021-0.087 0.03125-0.125l0.1562-0.437c0.0074-0.022 0.018-0.044 0.0312-0.063 0.0095-0.011 0.02-0.022 0.0313-0.031 0.0506-0.045 0.12-0.068 0.1875-0.063 0.02072-0.0026 0.04178-0.0026 0.0625 0l0.09375 0.0625c0.13955 0.04652 0.33541 0.09375 0.5 0.09375 0.27536 0 0.35369-0.05106 0.40625-0.125 0.01963-0.02762 0.01759-0.1358 0.03125-0.1875-0.068835 0.01053-0.11241 0.0625-0.1875 0.0625-0.42852 0-0.80814-0.14278-1.0625-0.40625-0.2543-0.263-0.3749-0.641-0.3749-1.062 0-0.5275 0.1921-0.9249 0.4687-1.1562 0.2766-0.2314 0.6012-0.3126 0.875-0.3126zm0.1563 0.9688c-0.15489 0-0.25367 0.0358-0.3125 0.09375s-0.09375 0.17689-0.09375 0.4375c0 0.22455 0.0
 5965 0.31499 0.125 0.375 0.0652 0.06 0.1606 0.094 0.3124 0.094 0.06061 0 0.10828-0.01424 0.15625-0.03125v-0.9375c-0.06-0.0116-0.1334-0.0315-0.1874-0.0315z&quot; display=&quot;block&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre>
</div>
</div>

</body>
</html>