Title: [216864] trunk/Source/WebInspectorUI
Revision
216864
Author
commit-qu...@webkit.org
Date
2017-05-15 11:11:41 -0700 (Mon, 15 May 2017)

Log Message

[GTK] Web Inspector: Add new GTK+ icons for Worker Scripts / Web Sockets
https://bugs.webkit.org/show_bug.cgi?id=164138

Patch by Fujii Hironori <hironori.fu...@sony.com> on 2017-05-15
Reviewed by Michael Catanzaro.

Add more free icons for the Web Inspector in GTK+.

* UserInterface/Images/gtk/WorkerScript.png: Added.
* UserInterface/Images/gtk/workerscr...@2x.png: Added.
* UserInterface/Images/gtk/WorkerScriptLarge.png: Added.
* UserInterface/Images/gtk/workerscriptla...@2x.png: Added.
* UserInterface/Views/ResourceIcons.css:
(.script.worker-icon .icon):
(.large .script.worker-icon .icon):
(body:matches(.mac-platform, .windows-platform) .script.worker-icon .icon): Deleted.
(body:matches(.mac-platform, .windows-platform) .large .script.worker-icon .icon): Deleted.

Modified Paths

Added Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (216863 => 216864)


--- trunk/Source/WebInspectorUI/ChangeLog	2017-05-15 17:24:14 UTC (rev 216863)
+++ trunk/Source/WebInspectorUI/ChangeLog	2017-05-15 18:11:41 UTC (rev 216864)
@@ -1,3 +1,22 @@
+2017-05-15  Fujii Hironori  <hironori.fu...@sony.com>
+
+        [GTK] Web Inspector: Add new GTK+ icons for Worker Scripts / Web Sockets
+        https://bugs.webkit.org/show_bug.cgi?id=164138
+
+        Reviewed by Michael Catanzaro.
+
+        Add more free icons for the Web Inspector in GTK+.
+
+        * UserInterface/Images/gtk/WorkerScript.png: Added.
+        * UserInterface/Images/gtk/workerscr...@2x.png: Added.
+        * UserInterface/Images/gtk/WorkerScriptLarge.png: Added.
+        * UserInterface/Images/gtk/workerscriptla...@2x.png: Added.
+        * UserInterface/Views/ResourceIcons.css:
+        (.script.worker-icon .icon):
+        (.large .script.worker-icon .icon):
+        (body:matches(.mac-platform, .windows-platform) .script.worker-icon .icon): Deleted.
+        (body:matches(.mac-platform, .windows-platform) .large .script.worker-icon .icon): Deleted.
+
 2017-05-11  Nikita Vasilyev  <nvasil...@apple.com>
 
         Web Inspector: RTL: "Elements > Styles - Rules" rule and media query headers should be left aligned

Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/WorkerScript.png


(Binary files differ)
Index: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/WorkerScript.png =================================================================== --- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/WorkerScript.png 2017-05-15 17:24:14 UTC (rev 216863) +++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/WorkerScript.png 2017-05-15 18:11:41 UTC (rev 216864) Property changes on: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/WorkerScript.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/workerscr...@2x.png


(Binary files differ)
Index: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/workerscr...@2x.png =================================================================== --- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/workerscr...@2x.png 2017-05-15 17:24:14 UTC (rev 216863) +++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/workerscr...@2x.png 2017-05-15 18:11:41 UTC (rev 216864) Property changes on: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/workerscr...@2x.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/WorkerScriptLarge.png


(Binary files differ)
Index: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/WorkerScriptLarge.png =================================================================== --- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/WorkerScriptLarge.png 2017-05-15 17:24:14 UTC (rev 216863) +++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/WorkerScriptLarge.png 2017-05-15 18:11:41 UTC (rev 216864) Property changes on: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/WorkerScriptLarge.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Added: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/workerscriptla...@2x.png


(Binary files differ)
Index: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/workerscriptla...@2x.png =================================================================== --- trunk/Source/WebInspectorUI/UserInterface/Images/gtk/workerscriptla...@2x.png 2017-05-15 17:24:14 UTC (rev 216863) +++ trunk/Source/WebInspectorUI/UserInterface/Images/gtk/workerscriptla...@2x.png 2017-05-15 18:11:41 UTC (rev 216864) Property changes on: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/workerscriptla...@2x.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ResourceIcons.css (216863 => 216864)


--- trunk/Source/WebInspectorUI/UserInterface/Views/ResourceIcons.css	2017-05-15 17:24:14 UTC (rev 216863)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ResourceIcons.css	2017-05-15 18:11:41 UTC (rev 216864)
@@ -63,8 +63,7 @@
     content: image-set(url(../Images/ClippingJS.png) 1x, url(../Images/clippin...@2x.png) 2x);
 }
 
-/* FIXME: <https://webkit.org/b/164138> [GTK] Web Inspector: Add new GTK+ icons for Worker Scripts */
-body:matches(.mac-platform, .windows-platform) .script.worker-icon .icon {
+.script.worker-icon .icon {
     content: image-set(url(../Images/WorkerScript.png) 1x, url(../Images/workerscr...@2x.png) 2x);
 }
 
@@ -108,7 +107,6 @@
     content: image-set(url(../Images/ClippingJSLarge.png) 1x, url(../Images/clippingjsla...@2x.png) 2x);
 }
 
-/* FIXME: <https://webkit.org/b/164138> [GTK] Web Inspector: Add new GTK+ icons for Worker Scripts */
-body:matches(.mac-platform, .windows-platform) .large .script.worker-icon .icon {
+.large .script.worker-icon .icon {
     content: image-set(url(../Images/WorkerScriptLarge.png) 1x, url(../Images/workerscriptla...@2x.png) 2x);
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to