Title: [216390] releases/WebKitGTK/webkit-2.16/Source/WebInspectorUI
- Revision
- 216390
- Author
- carlo...@webkit.org
- Date
- 2017-05-08 05:30:25 -0700 (Mon, 08 May 2017)
Log Message
Merge r216356 - [GTK] Web Inspector: Add new GTK+ icon for timeline recording stopwatch
https://bugs.webkit.org/show_bug.cgi?id=154088
Patch by Fujii Hironori <hironori.fu...@sony.com> on 2017-05-08
Reviewed by Carlos Garcia Campos.
Add a free icon and remove some unused ones for the Web Inspector
in GTK+.
* UserInterface/Images/gtk/Stopwatch.png: Removed.
* UserInterface/Images/gtk/Stopwatch.svg: Added.
* UserInterface/Images/gtk/stopwa...@2x.png: Removed.
* UserInterface/Views/TimelineIcons.css:
(body:not(.mac-platform, .windows-platform) .stopwatch-icon .icon): Deleted.
Modified Paths
Added Paths
Removed Paths
Diff
Modified: releases/WebKitGTK/webkit-2.16/Source/WebInspectorUI/ChangeLog (216389 => 216390)
--- releases/WebKitGTK/webkit-2.16/Source/WebInspectorUI/ChangeLog 2017-05-08 12:30:17 UTC (rev 216389)
+++ releases/WebKitGTK/webkit-2.16/Source/WebInspectorUI/ChangeLog 2017-05-08 12:30:25 UTC (rev 216390)
@@ -1,3 +1,19 @@
+2017-05-08 Fujii Hironori <hironori.fu...@sony.com>
+
+ [GTK] Web Inspector: Add new GTK+ icon for timeline recording stopwatch
+ https://bugs.webkit.org/show_bug.cgi?id=154088
+
+ Reviewed by Carlos Garcia Campos.
+
+ Add a free icon and remove some unused ones for the Web Inspector
+ in GTK+.
+
+ * UserInterface/Images/gtk/Stopwatch.png: Removed.
+ * UserInterface/Images/gtk/Stopwatch.svg: Added.
+ * UserInterface/Images/gtk/stopwa...@2x.png: Removed.
+ * UserInterface/Views/TimelineIcons.css:
+ (body:not(.mac-platform, .windows-platform) .stopwatch-icon .icon): Deleted.
+
2017-05-02 Fujii Hironori <hironori.fu...@sony.com>
[GTK] Web Inspector: Remove GTK+ icon FontVariantSmallCaps.svg
Deleted: releases/WebKitGTK/webkit-2.16/Source/WebInspectorUI/UserInterface/Images/gtk/Stopwatch.png
(Binary files differ)
Added: releases/WebKitGTK/webkit-2.16/Source/WebInspectorUI/UserInterface/Images/gtk/Stopwatch.svg (0 => 216390)
--- releases/WebKitGTK/webkit-2.16/Source/WebInspectorUI/UserInterface/Images/gtk/Stopwatch.svg (rev 0)
+++ releases/WebKitGTK/webkit-2.16/Source/WebInspectorUI/UserInterface/Images/gtk/Stopwatch.svg 2017-05-08 12:30:25 UTC (rev 216390)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Licensed under the Creative Commons Attribution-Share Alike 3.0 United States License (http://creativecommons.org/licenses/by-sa/3.0/) -->
+<svg xmlns="http://www.w3.org/2000/svg" id="root" version="1.1" viewBox="0 0 16 16">
+ <defs>
+ <linearGradient id="a" x1="4.8318" x2="7.3147" y1="2.981" y2="8.4838" gradientUnits="userSpaceOnUse" gradientTransform="translate(7.2292e-7 .00010801)">
+ <stop stop-color="#c0c0c0" offset="0"/>
+ <stop stop-color="#4d4d4d" offset="1"/>
+ </linearGradient>
+ </defs>
+ <rect width="1.0468" height="1.4734" x="10.537" y="-5.9769" fill="#696969" rx="0" transform="matrix(.77454 .63252 -.63252 .77454 0 0)"/>
+ <rect width="1.3537" height=".80834" x="10.384" y="-6.393" fill="#696969" transform="matrix(.77454 .63252 -.63252 .77454 0 0)" rx=".31377" ry=".43142"/>
+ <rect width="1.0468" height="1.4734" x="-1.783" y="4.0841" fill="#696969" rx="0" transform="matrix(-.77454 .63252 .63252 .77454 0 0)"/>
+ <rect width="1.3537" height=".80834" x="-1.9364" y="3.668" fill="#696969" transform="matrix(-.77454 .63252 .63252 .77454 0 0)" rx=".31377" ry=".43142"/>
+ <rect width="1.7382" height="2" x="7.084" y=".67643" fill="#696969" rx="0"/>
+ <rect width="2.2479" height="1.0972" x="6.8292" y=".11162" fill="#696969" rx=".31377" ry=".43142"/>
+ <circle cx="7.9531" cy="8.9622" r="6.1575" fill="#fff" stroke="url(#a)" stroke-width="1.5"/>
+ <path fill="#f00" fill-rule="evenodd" d="m10.759 5.1131-3.2397 3.5863 0.8486 0.6138z"/>
+ <circle cx="7.9531" cy="8.9622" r=".72222" fill="#fff" stroke="#000" stroke-width=".2"/>
+</svg>
Deleted: releases/WebKitGTK/webkit-2.16/Source/WebInspectorUI/UserInterface/Images/gtk/stopwa...@2x.png
(Binary files differ)
Modified: releases/WebKitGTK/webkit-2.16/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css (216389 => 216390)
--- releases/WebKitGTK/webkit-2.16/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css 2017-05-08 12:30:17 UTC (rev 216389)
+++ releases/WebKitGTK/webkit-2.16/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css 2017-05-08 12:30:25 UTC (rev 216390)
@@ -51,11 +51,6 @@
content: url(../Images/Stopwatch.svg);
}
-/* FIXME: <https://webkit.org/b/154088> [GTK] Web Inspector: Add new GTK+ icon for timeline recording stopwatch */
-body:not(.mac-platform, .windows-platform) .stopwatch-icon .icon {
- content: image-set(url(../Images/Stopwatch.png) 1x, url(../Images/stopwa...@2x.png) 2x);
-}
-
.time-icon .icon {
content: url(../Images/Timeline.svg);
width: 13px;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes