<!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>[178275] releases/WebKitGTK/webkit-2.6/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/178275">178275</a></dd>
<dt>Author</dt> <dd>carlosgc@webkit.org</dd>
<dt>Date</dt> <dd>2015-01-12 09:57:59 -0800 (Mon, 12 Jan 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Merge <a href="http://trac.webkit.org/projects/webkit/changeset/176548">r176548</a> - Web Inspector: Update NavigationItemProbes icon for the GTK+ port
https://bugs.webkit.org/show_bug.cgi?id=139074

Reviewed by Carlos Garcia Campos.

NavigationItemProbes was updated for the Mac port and we are now
having a similar ideogram in GTK+.

* UserInterface/Images/gtk/NavigationItemProbes.svg: Updated.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIChangeLog">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkNavigationItemProbessvg">releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemProbes.svg</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/ChangeLog (178274 => 178275)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/ChangeLog        2015-01-12 17:56:00 UTC (rev 178274)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/ChangeLog        2015-01-12 17:57:59 UTC (rev 178275)
</span><span class="lines">@@ -1,3 +1,15 @@
</span><ins>+2014-11-27  Andres Gomez  &lt;agomez@igalia.com&gt;
+
+        Web Inspector: Update NavigationItemProbes icon for the GTK+ port
+        https://bugs.webkit.org/show_bug.cgi?id=139074
+
+        Reviewed by Carlos Garcia Campos.
+
+        NavigationItemProbes was updated for the Mac port and we are now
+        having a similar ideogram in GTK+.
+
+        * UserInterface/Images/gtk/NavigationItemProbes.svg: Updated.
+
</ins><span class="cx"> 2014-11-13  Andres Gomez  &lt;agomez@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Replace PDF icon with SVG version
</span></span></pre></div>
<a id="releasesWebKitGTKwebkit26SourceWebInspectorUIUserInterfaceImagesgtkNavigationItemProbessvg"></a>
<div class="modfile"><h4>Modified: releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemProbes.svg (178274 => 178275)</h4>
<pre class="diff"><span>
<span class="info">--- releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemProbes.svg        2015-01-12 17:56:00 UTC (rev 178274)
+++ releases/WebKitGTK/webkit-2.6/Source/WebInspectorUI/UserInterface/Images/gtk/NavigationItemProbes.svg        2015-01-12 17:57:59 UTC (rev 178275)
</span><span class="lines">@@ -8,13 +8,13 @@
</span><span class="cx">    xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;
</span><span class="cx">    xmlns=&quot;http://www.w3.org/2000/svg&quot;
</span><span class="cx">    version=&quot;1.1&quot;
</span><del>-   width=&quot;180&quot;
-   height=&quot;180&quot;
-   id=&quot;svg3007&quot;&gt;
</del><ins>+   width=&quot;16&quot;
+   height=&quot;16&quot;
+   id=&quot;svg3012&quot;&gt;
</ins><span class="cx">   &lt;defs
</span><del>-     id=&quot;defs3009&quot; /&gt;
</del><ins>+     id=&quot;defs3014&quot; /&gt;
</ins><span class="cx">   &lt;metadata
</span><del>-     id=&quot;metadata3012&quot;&gt;
</del><ins>+     id=&quot;metadata3017&quot;&gt;
</ins><span class="cx">     &lt;rdf:RDF&gt;
</span><span class="cx">       &lt;cc:Work
</span><span class="cx">          rdf:about=&quot;&quot;&gt;
</span><span class="lines">@@ -43,15 +43,10 @@
</span><span class="cx">     &lt;/rdf:RDF&gt;
</span><span class="cx">   &lt;/metadata&gt;
</span><span class="cx">   &lt;g
</span><del>-     transform=&quot;translate(0,164)&quot;
</del><span class="cx">      id=&quot;layer1&quot;&gt;
</span><span class="cx">     &lt;path
</span><del>-       d=&quot;M 104.29398,-30.414694 40.768342,-13.856383 23.893555,-76.833906 56.642851,-133.55736 c 3.548502,-6.14618 8.599168,-8.12874 14.58506,-4.67278 l 62.569339,36.12444 c 5.72475,3.305185 6.66472,9.046216 3.24604,14.967553 z&quot;
-       id=&quot;path6268&quot;
-       style=&quot;color:#000000;fill:none;stroke:#000000;stroke-width:7.16157818;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
-    &lt;path
-       d=&quot;M 121.37106,-24.637721 57.845421,-8.0794055 40.970635,-71.056927 73.71993,-127.78038 c 3.548502,-6.14619 8.599167,-8.12874 14.585059,-4.67279 l 62.569341,36.124447 c 5.72475,3.305187 6.66472,9.046217 3.24604,14.967553 z&quot;
-       id=&quot;path6268-3&quot;
-       style=&quot;color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:7.16157818;stroke-opacity:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate&quot; /&gt;
</del><ins>+       d=&quot;M 2.625,3 C 2.1781915,3 1.774916,3.136064 1.46875,3.40625 1.162584,3.676436 1,4.07826 1,4.53125 l 0,7.9375 C 1,12.929491 1.160496,13.354416 1.46875,13.625 1.777004,13.895584 2.1720865,14 2.625,14 L 9.84375,14 10,14 10.125,13.90625 15.1875,8.8125 15.46875,8.53125 15.1875,8.28125 10.125,3.125 10,3 9.84375,3 2.625,3 z m 7.75,2 c 0.314452,0 0.5625,0.2832032 0.5625,0.625 0,0.4238277 -0.417969,0.75 -0.9375,0.75 l -0.125,0 c -0.082032,-0.013672 -0.146485,0 -0.1875,0 -0.6152332,0 -1.4160166,0.7441421 -2.25,2.125 0.5878899,1.4902331 0.7050781,1.734375 0.9375,2.0625 0.2871091,0.382812 0.5605476,0.5625 0.875,0.5625 0.2460933,0 0.425782,-0.06641 0.78125,-0.3125 l 0.3125,0.25 c -0.5332026,0.533203 -1.2382818,0.875 -1.8125,0.875 -0.4921873,0 -0.9355472,-0.232422 -1.25,-0.65625 -0.2187498,-0.273437 -0.2851568,-0.445313 -0.75,-1.59375 l -0.3125,-0.75 C 4.9746107,11.124998 4.0859365,12 3.15625,12 2.7734379,12 2.5,11.71875 2.5,11.28125 c 0,-0.396484 0.291016,-0.6875 
 0.6875,-0.6875 0.027344,0 0.1484377,0.01758 0.3125,0.03125 0.068359,0.01367 0.132813,0 0.1875,0 0.7656242,0 1.4375009,-0.6367205 2.3125,-2.25 L 5.65625,7.46875 C 5.1914068,6.2382826 5.0410146,6.080078 4.125,5.875 L 4.1875,5.46875 C 4.9121086,5.3867189 5.2734381,5.3515626 5.875,5.1875 l 0.34375,0 L 7.1875,8 C 8.4589832,6.0039084 9.527344,5 10.375,5 z&quot;
+       id=&quot;path6268-0&quot;
+       style=&quot;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-indent:0;text-align:start;text-decoration:none;line-height:normal;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;text-anchor:start;baseline-shift:baseline;color:#000000;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate;font-family:Sans;-inkscape-font-specification:Sans&quot; /&gt;
</ins><span class="cx">   &lt;/g&gt;
</span><span class="cx"> &lt;/svg&gt;
</span></span></pre>
</div>
</div>

</body>
</html>