<!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>[196406] 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/196406">196406</a></dd>
<dt>Author</dt> <dd>timothy@apple.com</dd>
<dt>Date</dt> <dd>2016-02-10 16:52:30 -0800 (Wed, 10 Feb 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Web Inspector: Add new icon for the Timeline Recording navigation bar item
https://bugs.webkit.org/show_bug.cgi?id=154089
rdar://problem/24595652

Reviewed by Brian Burg.

* UserInterface/Images/Stopwatch.png: Removed.
* UserInterface/Images/Stopwatch@2x.png: Removed.
* UserInterface/Images/Stopwatch.svg: Added.
* UserInterface/Views/TimelineIcons.css:
(.stopwatch-icon .icon): Use Stopwatch.svg.
(body:not(.mac-platform, .windows-platform) .stopwatch-icon .icon): Added for GTK+.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIChangeLog">trunk/Source/WebInspectorUI/ChangeLog</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceViewsTimelineIconscss">trunk/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesStopwatchsvg">trunk/Source/WebInspectorUI/UserInterface/Images/Stopwatch.svg</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesStopwatchpng">trunk/Source/WebInspectorUI/UserInterface/Images/Stopwatch.png</a></li>
<li><a href="#trunkSourceWebInspectorUIUserInterfaceImagesStopwatch2xpng">trunk/Source/WebInspectorUI/UserInterface/Images/Stopwatch@2x.png</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebInspectorUIChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/ChangeLog (196405 => 196406)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/ChangeLog        2016-02-11 00:44:18 UTC (rev 196405)
+++ trunk/Source/WebInspectorUI/ChangeLog        2016-02-11 00:52:30 UTC (rev 196406)
</span><span class="lines">@@ -1,3 +1,18 @@
</span><ins>+2016-02-10  Timothy Hatcher  &lt;timothy@apple.com&gt;
+
+        Web Inspector: Add new icon for the Timeline Recording navigation bar item
+        https://bugs.webkit.org/show_bug.cgi?id=154089
+        rdar://problem/24595652
+
+        Reviewed by Brian Burg.
+
+        * UserInterface/Images/Stopwatch.png: Removed.
+        * UserInterface/Images/Stopwatch@2x.png: Removed.
+        * UserInterface/Images/Stopwatch.svg: Added.
+        * UserInterface/Views/TimelineIcons.css:
+        (.stopwatch-icon .icon): Use Stopwatch.svg.
+        (body:not(.mac-platform, .windows-platform) .stopwatch-icon .icon): Added for GTK+.
+
</ins><span class="cx"> 2016-02-10  Matt Baker  &lt;mattbaker@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Switching actions in Edit Breakpoint popover causes a jerk
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesStopwatchpng"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/Stopwatch.png (196405 => 196406)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/Stopwatch.png        2016-02-11 00:44:18 UTC (rev 196405)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/Stopwatch.png        2016-02-11 00:52:30 UTC (rev 196406)
</span><span class="lines">@@ -1,26 +0,0 @@
</span><del>-\x89PNG
-
--IHDR\xF3\xFFa\x99iTXtXML:com.adobe.xmp&lt;x:xmpmeta xmlns:x=&quot;adobe:ns:meta/&quot; x:xmptk=&quot;XMP Core 5.1.2&quot;&gt;
-   &lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
-      &lt;rdf:Description rdf:about=&quot;&quot;
-            xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;
-         &lt;dc:rights&gt;
-            &lt;rdf:Alt&gt;
-               &lt;rdf:li xml:lang=&quot;x-default&quot;&gt;Copyright © 2013 Apple Inc. All rights reserved.&lt;/rdf:li&gt;
-            &lt;/rdf:Alt&gt;
-         &lt;/dc:rights&gt;
-      &lt;/rdf:Description&gt;
-      &lt;rdf:Description rdf:about=&quot;&quot;
-            xmlns:xmp=&quot;http://ns.adobe.com/xap/1.0/&quot;&gt;
-         &lt;xmp:CreatorTool&gt;Adobe ImageReady&lt;/xmp:CreatorTool&gt;
-      &lt;/rdf:Description&gt;
-   &lt;/rdf:RDF&gt;
-&lt;/x:xmpmeta&gt;
-Y p\xC5\xE7IDAT8\x85SKOQ&gt;mg\xDA\xCEԄ\xA9}\xD86-D\xB8sQ\xAB\xB4\x86\xAA\xC4\xB1        \xC6\\x99\xD4-7\xB8t\xC3\xC6`H\xBA\xB3\x8A(        \xD1P0\xA3\xA1\x96Gi\x93\x86\xA5@\x81\xD6&gt;\xACS\xDA\xCEL\xDE{qH\x8C&amp;\x9E\xE4&gt;\xCF\xF9\xBE\xF3\xBAW\xD1h4\x8BB\xA1\xB0\xA2ţ\xD7\xEB[\xF2\xF9\xFC \xBA\xC5&amp;&amp;@`\xDA\xE9t&gt;\xBBk\xB3\xD9\xEA\xC3\xC3\xC3A\xA7\xF3\x9C\xCEl&gt;f\xC3\xF8t:\xB5!I\xE2\x8B\xF5\xF5\xF8\xE3@\xE0\xA9 sb,\xF5\xFB\xD0\xE6p8\xFAj\xB5\x9A
-        =:z\xFF\xAA\xC5bQU\xABQSݖJ\xA5:\xE1\x8Dk`\xE0\x86ob\xE2yI&amp;\x91        b~\xBF\xFFð\x8FZ[[\xB9l6\xA3Z^^\x82R\xE9\xC0NDz`\xB3۴&gt;\x9Fo0xv\xB2^\xAFuONN%!\xB9\xA7T\xA9\xA8\xBE\xA1\xA1A. E\xA9\xE1\xBA\xF7&amp;T\xABu06qP\x89}\x83\xB7q\x98\x9D-\x82\xD7\xDB\xEF(
-~\x84\xB9\x85\xA2\xA8+q(,\xCB\xDCq\xBB\xDD\xFD\x91\xD5Uvu\xF6\xC0\xDA\xDA\x9C\xB0ڠ]\x81&amp;\xFB)\xB8|\xE5h4 D&quot;pw\xBA\xFB1c        \xCF\xF3^\xA3Q\xCFn'\x93p\xA1\xCB\xCD\xCD-\xA0T*\xA1\x90\xCFAuo\x94f \xA8(\\xEEnHn'\xC1h8\xCA\xF2|\xD1{H`0\xEC\xA2(\x81(\x8A@\xD1\xA0i5t\xB8\xBA \xFC\xFAh\xCF8\xB0\xE8t:0\x99, \x88\xB1\xC3|Oj J`\xEC\x95a\xB4\xF8\x9EDpi\xE86\xD9\xCBS\xB1X\xDC:\xECH\x94\xBAIR\xC8f\xB2\xF1J\xA5\x82\xC0 \xE4\xB2\xDF\xB5S\xC6\xFC\xB1\xD6j\x89\xDBf3\xB98V\x82Ph\xFEe,+qzV\xBE.\xC1~\x91\x87&lt;\xCA_\xD46\xD8\xD9ن\xF0\xE7O\xC0q`[\x8C9$\x88\xC7\xE3\xE3\xA1\xF9ДF\xAD\xBE\xF0&gt;\xBE\x9F\x81\x9F\x85&lt;T*e\xD8\xDAJ@:\xB5 _\x96\xE7!\x9FˀV\xAB\x85\xC5\xC5ũ\xCD\xCD\xCDqL ?e@O\x99\xB5\xDB\xED\xEFz{{\xCF
-(\xC7J\xB9 \x82 z\x99\xA8\xA84\xAA\x91\x83\xE9\xE9\xE9$݉D\xA2D\xBE\x99
--\xAA\xB4\xB9\xBD\xFD\xF4\x8F\xA7\xA7\xC7j\xB5\xD2\xD8\x9C3\xF2(\xCD\xCD\xCD}\x88F\xA3&gt;\xF4BI\xFE [=v\x96a/\x9A̦\xF3\xA8\xA8\xC71A\xB9\\xDEK\xA7\xD3a\xB4.\xA0\xE3\xEBh\xFF&quot;P!\xC54pq\xE5V\xE0\xF0\xF0Y\xFE7\xFBhO\xFE&amp;\xF8\xBAV!\x82$ЛIEND\xAEB`\x82
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesStopwatchsvg"></a>
<div class="addfile"><h4>Added: trunk/Source/WebInspectorUI/UserInterface/Images/Stopwatch.svg (0 => 196406)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/Stopwatch.svg                                (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/Stopwatch.svg        2016-02-11 00:52:30 UTC (rev 196406)
</span><span class="lines">@@ -0,0 +1,9 @@
</span><ins>+&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;
+&lt;!-- Copyright © 2016 Apple Inc. All rights reserved. --&gt;
+&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; id=&quot;root&quot; version=&quot;1.1&quot; viewBox=&quot;0 0 16 16&quot;&gt;
+    &lt;path d=&quot;M 12.028679 14.5679516 C 15.2984803 12.6801309 16.418797 8.49905207 14.5309763 5.22925071 C 12.6431556 1.95944935 8.46207684 0.839132668 5.19227548 2.72695336 C 1.92247412 4.61477406 0.802157432 8.79585284 2.68997813 12.0656542 C 4.57779882 15.3354556 8.75887761 16.4557722 12.028679 14.5679516 L 12.028679 14.5679516 Z&quot; fill=&quot;rgb(243, 243, 248)&quot; stroke=&quot;rgb(142, 142, 147)&quot;/&gt;
+    &lt;path d=&quot;M 7.61218548 0.145717854 L 9.66310653 0.145717854 L 9.66310653 2.13287799 L 7.61218548 2.13287799 L 7.61218548 0.145717854 L 7.61218548 0.145717854 L 7.61218548 0.145717854 Z M 5.4196076 1.41160328 L 5.93233786 2.29967815 L 4.15618813 3.32513867 L 3.64345787 2.43706381 L 3.19096465 2.69831089 C 2.95039955 2.83720121 2.64564077 2.75971493 2.49661602 2.50159649 L 2.24265275 2.0617192 L 5.7949522 0.0107981556 L 6.04891548 0.450675447 C 6.19182854 0.698208131 6.11669542 1.00913944 5.87210082 1.1503562 L 5.4196076 1.41160328 L 5.4196076 1.41160328 L 5.4196076 1.41160328 Z M 0.576279396 5.39199994 L 1.60173992 3.61585022 L 3.32267108 4.60943029 L 2.29721056 6.38558001 L 0.576279396 5.39199994 L 0.576279396 5.39199994 L 0.576279396 5.39199994 Z&quot; fill=&quot;rgb(142, 142, 147)&quot;/&gt;
+    &lt;path d=&quot;M 6.06972352 4.58855814 C 6.31495862 4.44697158 6.39898238 4.13339067 6.25739582 3.88815557 C 6.11580927 3.64292047 5.80222836 3.55889672 5.55699326 3.70048327 C 5.31175816 3.84206982 5.22773441 4.15565073 5.36932096 4.40088583 C 5.51090751 4.64612094 5.82448842 4.73014469 6.06972352 4.58855814 L 6.06972352 4.58855814 Z M 11.1970261 13.4693068 C 11.4422612 13.3277202 11.526285 13.0141393 11.3846984 12.7689042 C 11.2431119 12.5236691 10.929531 12.4396454 10.6842959 12.5812319 C 10.4390608 12.7228185 10.355037 13.0363994 10.4966236 13.2816345 C 10.6382101 13.5268696 10.951791 13.6108933 11.1970261 13.4693068 L 11.1970261 13.4693068 Z M 4.38067281 10.8921812 C 4.23908626 10.6469461 3.92550535 10.5629223 3.68027025 10.7045089 C 3.43503515 10.8460955 3.3510114 11.1596764 3.49259795 11.4049115 C 3.6341845 11.6501466 3.94776541 11.7341703 4.19300051 11.5925838 C 4.43823561 11.4509972 4.52225936 11.1374163 4.38067281 10.8921812 L 4.38067281 10.8921812 L 4.380672
 81 10.8921812 Z M 13.2614215 5.76487858 C 13.1198349 5.51964348 12.806254 5.43561973 12.5610189 5.57720628 C 12.3157838 5.71879283 12.23176 6.03237374 12.3733466 6.27760885 C 12.5149331 6.52284395 12.828514 6.6068677 13.0737492 6.46528115 C 13.3189843 6.32369459 13.403008 6.01011369 13.2614215 5.76487858 L 13.2614215 5.76487858 L 13.2614215 5.76487858 Z M 6.06972352 12.5812319 C 5.82448842 12.4396454 5.51090751 12.5236691 5.36932096 12.7689042 C 5.22773441 13.0141393 5.31175816 13.3277202 5.55699326 13.4693068 C 5.80222836 13.6108933 6.11580927 13.5268696 6.25739582 13.2816345 C 6.39898238 13.0363994 6.31495862 12.7228185 6.06972352 12.5812319 L 6.06972352 12.5812319 L 6.06972352 12.5812319 Z M 11.1970261 3.70048327 C 10.951791 3.55889672 10.6382101 3.64292047 10.4966236 3.88815557 C 10.355037 4.13339067 10.4390608 4.44697158 10.6842959 4.58855814 C 10.929531 4.73014469 11.2431119 4.64612094 11.3846984 4.40088583 C 11.526285 4.15565073 11.4422612 3.84206982 11.1970261 3.7004
 8327 L 11.1970261 3.70048327 L 11.1970261 3.70048327 Z M 8.3770097 13.1994674 C 8.0938366 13.1994674 7.86427944 13.4290245 7.86427944 13.7121976 C 7.86427944 13.9953707 8.0938366 14.2249279 8.3770097 14.2249279 C 8.6601828 14.2249279 8.88973996 13.9953707 8.88973996 13.7121976 C 8.88973996 13.4290245 8.6601828 13.1994674 8.3770097 13.1994674 L 8.3770097 13.1994674 L 8.3770097 13.1994674 Z M 8.3770097 2.94486214 C 8.0938366 2.94486214 7.86427944 3.1744193 7.86427944 3.45759241 C 7.86427944 3.74076551 8.0938366 3.97032267 8.3770097 3.97032267 C 8.6601828 3.97032267 8.88973996 3.74076551 8.88973996 3.45759241 C 8.88973996 3.1744193 8.6601828 2.94486214 8.3770097 2.94486214 L 8.3770097 2.94486214 L 8.3770097 2.94486214 Z M 12.3733466 10.8921812 C 12.23176 11.1374163 12.3157838 11.4509972 12.5610189 11.5925838 C 12.806254 11.7341703 13.1198349 11.6501466 13.2614215 11.4049115 C 13.403008 11.1596764 13.3189843 10.8460955 13.0737492 10.7045089 C 12.828514 10.5629223 12.5149331 10.6
 469461 12.3733466 10.8921812 L 12.3733466 10.8921812 L 12.3733466 10.8921812 Z M 3.49259795 5.76487858 C 3.3510114 6.01011369 3.43503515 6.32369459 3.68027025 6.46528115 C 3.92550535 6.6068677 4.23908626 6.52284395 4.38067281 6.27760885 C 4.52225936 6.03237374 4.43823561 5.71879283 4.19300051 5.57720628 C 3.94776541 5.43561973 3.6341845 5.51964348 3.49259795 5.76487858 L 3.49259795 5.76487858 L 3.49259795 5.76487858 Z M 12.9915821 8.58489502 C 12.9915821 8.86806813 13.2211392 9.09762529 13.5043123 9.09762529 C 13.7874854 9.09762529 14.0170426 8.86806813 14.0170426 8.58489502 C 14.0170426 8.30172192 13.7874854 8.07216476 13.5043123 8.07216476 C 13.2211392 8.07216476 12.9915821 8.30172192 12.9915821 8.58489502 L 12.9915821 8.58489502 L 12.9915821 8.58489502 Z M 2.73697682 8.58489502 C 2.73697682 8.86806813 2.96653398 9.09762529 3.24970708 9.09762529 C 3.53288019 9.09762529 3.76243734 8.86806813 3.76243734 8.58489502 C 3.76243734 8.30172192 3.53288019 8.07216476 3.24970708 8.07
 216476 C 2.96653398 8.07216476 2.73697682 8.30172192 2.73697682 8.58489502 L 2.73697682 8.58489502 L 2.73697682 8.58489502 Z&quot; fill=&quot;rgb(186, 186, 191)&quot;/&gt;
+    &lt;path d=&quot;M 7.88311513 8.75490505 C 8.05714913 9.05634079 8.38813973 9.17051901 8.63337483 9.02893246 C 8.87143787 8.8914867 8.94031188 8.5351025 8.77118999 8.24217479 L 6.30725297 3.97451068 C 6.13321896 3.67307494 5.80222836 3.55889672 5.55699326 3.70048327 C 5.31893022 3.83792903 5.25005621 4.19431323 5.4191781 4.48724094 L 7.88311513 8.75490505 L 7.88311513 8.75490505 Z&quot; fill=&quot;rgb(142, 142, 147)&quot;/&gt;
+    &lt;path d=&quot;M 8.10457581 8.15456785 C 7.85845456 8.4006891 7.83383354 8.74995297 8.03406716 8.95018659 C 8.22844482 9.14456425 8.59051142 9.11885242 8.8296859 8.87967794 L 12.3142191 5.39514479 C 12.5603403 5.14902354 12.5849613 4.79975967 12.3847277 4.59952605 C 12.19035 4.40514839 11.8282834 4.43086022 11.589109 4.6700347 L 8.10457581 8.15456785 L 8.10457581 8.15456785 L 8.10457581 8.15456785 L 8.10457581 8.15456785 L 8.10457581 8.15456785 Z&quot; fill=&quot;rgb(210, 106, 106)&quot;/&gt;
+&lt;/svg&gt;
</ins></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceImagesStopwatch2xpng"></a>
<div class="delfile"><h4>Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/Stopwatch@2x.png (196405 => 196406)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Images/Stopwatch@2x.png        2016-02-11 00:44:18 UTC (rev 196405)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/Stopwatch@2x.png        2016-02-11 00:52:30 UTC (rev 196406)
</span><span class="lines">@@ -1,30 +0,0 @@
</span><del>-\x89PNG
-
--IHDR  szz\xF4\x99iTXtXML:com.adobe.xmp&lt;x:xmpmeta xmlns:x=&quot;adobe:ns:meta/&quot; x:xmptk=&quot;XMP Core 5.1.2&quot;&gt;
-   &lt;rdf:RDF xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
-      &lt;rdf:Description rdf:about=&quot;&quot;
-            xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot;&gt;
-         &lt;dc:rights&gt;
-            &lt;rdf:Alt&gt;
-               &lt;rdf:li xml:lang=&quot;x-default&quot;&gt;Copyright © 2013 Apple Inc. All rights reserved.&lt;/rdf:li&gt;
-            &lt;/rdf:Alt&gt;
-         &lt;/dc:rights&gt;
-      &lt;/rdf:Description&gt;
-      &lt;rdf:Description rdf:about=&quot;&quot;
-            xmlns:xmp=&quot;http://ns.adobe.com/xap/1.0/&quot;&gt;
-         &lt;xmp:CreatorTool&gt;Adobe ImageReady&lt;/xmp:CreatorTool&gt;
-      &lt;/rdf:Description&gt;
-   &lt;/rdf:RDF&gt;
-&lt;/x:xmpmeta&gt;
-Y p\xC5\xCAIDATX        \xC5WYlT\xD7\xFEf\xF5&gt;\xB6\x871ƞ\xF1\x8C\xD6ʪLLlJ\xDC*\x816\xA0\xF4\xA12`\x90\xA0K^h
-\xA1V*Q\xA9o\x91\xA8&quot;\x95\xAA\x85\x80\xDA\xF2Ї&lt;\x94\xA1\xB4B\xB9Xr\xEA`쐤um&lt;\xF16\x8B\xF12^fl\x8F=\xF7N\xBF\xFF83\xBAױ\xD5U\xEA\xC7\xF7\xDC;\xFF\xFF\xFD\xDF\xF9Ͽ,\xE9t\xFF\xCFa\xDD̸\xC5b\xA9s:\x9D\xAF\xB7\xB4\xB4\xBC\xCB\xF5\xAB\x9C9\x9B\xC9\xFEW\xDF\xC5\xEB\xA7\xCB\xE5z\xE1\xE2ŋ;::\x{131C71}\xF4\x9D;w\xC6i\xA4u\xBD\xDC\xFF\xE2\xDDnd\xCF]\xCAk݅ ~\xE3\xF3\xF9\x{1ACBAE}B\xBE---\xCD\xDBl\xB6\xE4\xB5k׾\x9EN[Z\xF8\xA9\x91\xBCwS\xD6\xFB\xB9~\x88\xDF\xFA\xF9\xAD\xC7bIw\x9E={\xF6&gt;\xF56=[!\x9EӋ\xC5\xE2lmm\xFD\xE5\xAE]\xBB^\xF3x&lt;\xA8\xAD\xADE}}\xBDȦ\xAE_\xFFu\xF8\xE0\xC1\x83\xFE@\xC0\x8F\xB22\x8A\x8A\x8A\x90\x9B\x9B\xABp\x96\x97\x97\xB1\xB0\xB0\x80\xC9\xC9)\x8C\x8C\x8C\xE2\xB3φo\x93\xC0\xCD\xF3\xE7Ͼ\x931d|\x9Al\x9A^\xA8E\xE03\xF4\xC0O\xF3\xF3\xF3i\xA8\xCC[WW\x87R\xB7\xC5.\xDC|&amp;        \xC4\xE3q,..&quot;\x99Lׂ\x9C'D\xBE\xB0\xB0\x98\x99\x99\xC1\xDF\xFA\xFBS\x83O\xE5pخ\x9C;w.\xF8\xAF\xB9Bί65\xEDo&gt;v\xEC\xE8\x8F\x9F+lhhP\x86
 \xDC\xE1w:\x89\xD9\xD9YED)\xD0pII\x89F @UU\x95&quot;
-\xA2\xEB\x83\xEE[\xBAny\xA3\xBD\xFD\xF5&gt;\x91\x95aڴ\xE9e-p\xF9\xF2\xE5Z\xC0\xFA\xB3_\xFC\xDA\xF1\xAA*&amp;&amp;\x9E\xA1\xB7\xB7\xE1P\xE5\xD8N\xAF\xF8\xFD~\xC81ɘ\x9A\x9ABhx\xC1 \xA2QTVz\xB1w\xEF^\x94\x97\x97ctt \xBE\xE8?nooW\x9E0\xDA\xDC0-h盛\x9E?.@C\xDCE\xE7\xC3N,\xD2\xF5\x87\x8F\xC1\xE9S\xDFA\xE3\xBE44\x8B\x99X)=[&lt;&gt;\xECӁS\xA7\xBF\x8BÇ\x8F(ه\x9D\x9D\xBC\xF0z\xBDh&quot;\x96`*\xB6\xEB\xFE|\x81\xC0\x9Bo\xFE\xFC\xDD\xF8\xC3@u\xD1h}}}(,*ķZ\x8F&quot;\xB1\xB8\x82\xB9\xF9e\xAC\xA6OY92\xB1\xBC:1}|?~\x82J_\xB5\x92-ⱈ\xAE`TK0{\x9D}\x98\xD05]\xD3N\xEEܱ\xC3O\xC4\xF1\xF1\x93'\xB0\xD9m\xF8\xC6ˇ\xE1*\xF6\xE0\xD3O\xFF\x8A\xB7\xDF\xFE\x9D\xC2\xF0x\xCAP\\\xAC\xD6\xCB Uᅛ\x93\x99 \xBB#_\xE9ة\xFB\x84\xB4;vn\xB7\xEB\xBAvRlI\x98\\xBAt鐯\xCA{\xB4\xC4]\x82\xF1\xF1&amp;y\xB6\xCDM\xCDGx\xCE1\x9C8\xF9m|\xD4\xD7\xC3\xDFF\xB3ɩI,~\xF2\xB4\x9D\xF5̒-LO\x9C\xCE|\xE4\xE5\xBB\xE8\xFAf\x95\x9A!b\xB9KK\xE1\xF3y\x8F\x8A\x8D\xAC2&amp;\xA9\x94\xD
 ERYY\x81D|\x91p\x98\xC1T\x89={걵\xACR\xE9X\xADV\xFC\xE0\xDC\\xEB\x8Cd:G\xE4\xFD?\xC0ZS\x94nQ\xEF\xF2gp\xA0\x9F\xCBJ\xD7\xEB\xADD8\xC6\xBD \xD8b#+ȅ\x89@:\xAD5\x96\x92\xE9\xC2B\xF3s\xF3\xAA\xA54\xA0\xAC|ӬT\xE9\xED\xDE\xFD%\xF8\xAA \xCCX\x99\x9FC\xF4\xFE\x9FP\xF0\xD2\xCBFLetV;ѕb6G\xB98 \x95`\x93x\xA3Q\xD8D@\xD3\xF4\xDDRP\xA4\xD8,-/\xC1\xEB\xF3A_ۨQ\xDF{\xF5\xFBx\xEF\xBD[\xE8\xFF\xFD-\xB8\xE8\xA1\x9F\xDF\xF4{\xE6(D\xD7\xE7\xF5aiiIa
-vJӤ\x84g\x87\x89\x83\xC4k\xB7\xDBU\x85[a4ɹ=\xEA\xE9A,6\x93U\x90E^^N\xB4\x9D\xC6\xFBv\xC1\xDFv\xCA\xF4\x9B\xF1E#\x81Rw)RL\xA9\x9A\x82-6\x8C2\xA6f\xA4i\xA3x\x95B:\xEC6\x9BjDR 6\xCD_iA\xE3\xF3\xFB!q\xB1\xD1\xE8\xEB}\x84\x86\xBD\xFB\x99\xC2l\xB1a&amp;)M\xB1\xA9lPi4\xB1X \x95\xDB ;\xD9hȎ6\xA5 J\xD9H,6\xAB\xB0S\xD3&lt;d\xD41\xD1\xD7t\xADf&amp;a,n~\xC6\xBC\xC9\x8D\xAE\xD55\xC8qZ\x89UX\x82)M*\xA5\xEB\xFDF\x81\xB4\xA6\xF5D\xA3ppg\xE2\x81P8ģ\xFAz\xBFF\x90\x8D\xD6RmD7\xC4t,\xBBÁ        b\xA7\xB5t\x8FQ\xDEL \x9D\xEE\x94&quot;#)\x94_\x90\x8Fh$\x8A\xE1\xE1!6\x9E\x8D\xE3\xC0\x94Y\x83O\xD5\xD2\xEE\x80ҍF\xA3\xAAU\xF3&lt;06&gt;\xC64\xD4:3\xB2\xF24`\xBC        Gn\x87Ba\xE56\x87ӎ\xFE\xFE~\xB8\x8A\xF2P\xE6*Pz\xE2\x8D\xD9٘#\xBB\xE6\xF9b\x9A\xD5SBc)1\xA7t\xEDd&quot;\xC79N\xCCH$r[ld\xB80\xE0{ZO\xEB7\x87\x86\x9E\xAE&amp;\x97\x93\xEA\x821==\x83\xDE\xC7=H\xAE.\xC2a\xD5U\xAB5\xB6\xD3\xC1\x81\xBFg\xF1\xE4\x9C\xBC\xB0\xC9\xC59&lt;\xEE}\x8C\xE9\xE9iHS\x92L\xE5M\xB1
 \x91U\xE0b=\\xBDz\xF52\xBD&quot;\xAD\xD4f\xB3\xD3}\xC2&gt;\x84\xAE\xBBYRG\xF0ociv+ I\xA9\x89gQ؈\xE2\xE0\xAEsyo\x87\x86\xF1\xC1_\xBA \xF5_
-\x8F43\xC1L\xC16\x97\xF5\x86yě\xD9\xBA\xBE\x8A\xF7\x93\xE35յta.\xA6y \xEA\xE2\x8EFF\x86Q\xC1K\x89\Fx{ơ\x97`~~Z5\xAEh$\x820W\xE7s\xC9\xC6\xCE- \xC8Q\xDCb\xCA^Yo\\xDE\xD7_J\xB32gΜi\xA0\xABRSSs\xDC\xEFpwNHu\x94\xDC\xE6E^\xEEUr^D\xB0\xC8?\x81\x82U\xD6\xCC[#^\xDC&gt;::\xCAN|\x97?\xBEq\xE3ƍ\xDE \xB8\xF17%@ak[[\xDB\xBA\xF1\xFC֭寱3:\xCA˷\xAAʧHN\xF4\x98\x9ARl\xE4\xB7        ^P̫\xBC\x9E\xFD\x96q\xF0\xD6ݻw(\xC6k TI\xCB\xE8)]\xD3\xCB\xDAV\xD4w\xFEa&quot;AB\xBF\xE8\xC8+\xAF+q\xB9\xBEI\xD7r\x97\xF2\x86\R\xCC4-\xA0W\xD6\xFE\xB3$_\x8Cc\x8E4\xC6b\xC3\xD4{\xC0{\xE2\xEFݻw\x87\xFA        ΅ϟ\xBC\xAE\xEF5\xE2\oz\x9C\x82.W\x89\xB8&quot;\x86K\xFE\xFE\xA6\xE7\x9A\xDCϗ镝999&gt;\xF6 \xB7@1g\x92ɕ\xF1D&quot;\xFE\x94;\xFE\xA4\xBB\xBB\xFB?˝}\x89S\x8CK7\x9B\xE3\x94o,3\xFF\x9C\x80\x9Cj\xD6\\x8B'\x84\x90\x93S73\x8DY$\xEE7g\xE6
-\xD7b\xF0?\xF2\xF5T\x8A\x8A!1*dXX\xB3S \xCB4\xDE\xEFd[BB\xA6\xB4\xBC\xCC\xB7 \x99+(\xAF\x86\x90\x991\x961\xB8\xFE)\xC2\xBF\x9FR\xF2\xCC|\xCF\xAF(\xFD\xF2\xF3I\x94\xA6\x8EKIEND\xAEB`\x82
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkSourceWebInspectorUIUserInterfaceViewsTimelineIconscss"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css (196405 => 196406)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css        2016-02-11 00:44:18 UTC (rev 196405)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css        2016-02-11 00:52:30 UTC (rev 196406)
</span><span class="lines">@@ -73,6 +73,11 @@
</span><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> .stopwatch-icon .icon {
</span><ins>+    content: url(../Images/Stopwatch.svg);
+}
+
+/* FIXME: &lt;https://webkit.org/b/154088&gt; [GTK] Web Inspector: Add new GTK+ icon for timeline recording stopwatch */
+body:not(.mac-platform, .windows-platform) .stopwatch-icon .icon {
</ins><span class="cx">     content: -webkit-image-set(url(../Images/Stopwatch.png) 1x, url(../Images/Stopwatch@2x.png) 2x);
</span><span class="cx"> }
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>