Title: [217215] trunk/Source/WebInspectorUI
Revision
217215
Author
[email protected]
Date
2017-05-22 05:17:57 -0700 (Mon, 22 May 2017)

Log Message

[GTK] Web Inspector: Add active call frame indicator image
https://bugs.webkit.org/show_bug.cgi?id=161987
<rdar://problem/28307419>

Patch by Fujii Hironori <[email protected]> on 2017-05-22
Reviewed by Carlos Garcia Campos.

Add a free icon for the Web Inspector of GTK port.

* UserInterface/Images/gtk/ActiveCallFrame.svg: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (217214 => 217215)


--- trunk/Source/WebInspectorUI/ChangeLog	2017-05-22 10:54:02 UTC (rev 217214)
+++ trunk/Source/WebInspectorUI/ChangeLog	2017-05-22 12:17:57 UTC (rev 217215)
@@ -1,3 +1,15 @@
+2017-05-22  Fujii Hironori  <[email protected]>
+
+        [GTK] Web Inspector: Add active call frame indicator image
+        https://bugs.webkit.org/show_bug.cgi?id=161987
+        <rdar://problem/28307419>
+
+        Reviewed by Carlos Garcia Campos.
+
+        Add a free icon for the Web Inspector of GTK port.
+
+        * UserInterface/Images/gtk/ActiveCallFrame.svg: Added.
+
 2017-05-19  Devin Rousso  <[email protected]>
 
         Web Inspector: Use initialLayout for Settings tab

Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ActiveCallFrame.svg (0 => 217215)


--- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ActiveCallFrame.svg	                        (rev 0)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/ActiveCallFrame.svg	2017-05-22 12:17:57 UTC (rev 217215)
@@ -0,0 +1,5 @@
+<?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">
+ <path d="m4 1v14h3l4-7-4-7z"/>
+</svg>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to