Title: [224975] trunk/Source/WebInspectorUI
Revision
224975
Author
[email protected]
Date
2017-11-17 11:29:34 -0800 (Fri, 17 Nov 2017)

Log Message

Web Inspector: Remove FIXMEs for GTK+ missing icons
https://bugs.webkit.org/show_bug.cgi?id=155282
<rdar://problem/25076615>

Patch by Joseph Pecoraro <[email protected]> on 2017-11-17
Reviewed by Michael Catanzaro.

* UserInterface/Views/PathComponentIcons.css:
(.source-icon .icon):
(body:not(.mac-platform, .windows-platform) .heap-snapshot-record .icon,): Deleted.
* UserInterface/Views/ResourceIcons.css:
(.large .resource-icon.resource-type-websocket .icon):
(body:not(.mac-platform, .windows-platform) .resource-icon.resource-type-ping .icon,): Deleted.
(body:not(.mac-platform, .windows-platform) .large .resource-icon.resource-type-ping .icon,): Deleted.
All ports now share the same images.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (224974 => 224975)


--- trunk/Source/WebInspectorUI/ChangeLog	2017-11-17 19:16:59 UTC (rev 224974)
+++ trunk/Source/WebInspectorUI/ChangeLog	2017-11-17 19:29:34 UTC (rev 224975)
@@ -1,3 +1,20 @@
+2017-11-17  Joseph Pecoraro  <[email protected]>
+
+        Web Inspector: Remove FIXMEs for GTK+ missing icons
+        https://bugs.webkit.org/show_bug.cgi?id=155282
+        <rdar://problem/25076615>
+
+        Reviewed by Michael Catanzaro.
+
+        * UserInterface/Views/PathComponentIcons.css:
+        (.source-icon .icon):
+        (body:not(.mac-platform, .windows-platform) .heap-snapshot-record .icon,): Deleted.
+        * UserInterface/Views/ResourceIcons.css:
+        (.large .resource-icon.resource-type-websocket .icon):
+        (body:not(.mac-platform, .windows-platform) .resource-icon.resource-type-ping .icon,): Deleted.
+        (body:not(.mac-platform, .windows-platform) .large .resource-icon.resource-type-ping .icon,): Deleted.
+        All ports now share the same images.
+
 2017-11-15  Nikita Vasilyev  <[email protected]>
 
         Web Inspector: Styles Redesign: typing colon in property name should advance to value field

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/PathComponentIcons.css (224974 => 224975)


--- trunk/Source/WebInspectorUI/UserInterface/Views/PathComponentIcons.css	2017-11-17 19:16:59 UTC (rev 224974)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/PathComponentIcons.css	2017-11-17 19:29:34 UTC (rev 224975)
@@ -110,11 +110,3 @@
 .source-icon .icon {
     content: url("../Images/Source.svg");
 }
-
-/* FIXME: <https://webkit.org/b/155282> [GTK] Web Inspector: Add new GTK+ icons for different Heap Allocations Timeline Views (Heap Snapshots) */
-body:not(.mac-platform, .windows-platform) .heap-snapshot-record .icon,
-body:not(.mac-platform, .windows-platform) .heap-snapshot-summary-icon .icon,
-body:not(.mac-platform, .windows-platform) .heap-snapshot-instances-icon .icon,
-body:not(.mac-platform, .windows-platform) .snapshot-diff-icon .icon {
-    content: url(../Images/ResultLine.svg);
-}

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ResourceIcons.css (224974 => 224975)


--- trunk/Source/WebInspectorUI/UserInterface/Views/ResourceIcons.css	2017-11-17 19:16:59 UTC (rev 224974)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ResourceIcons.css	2017-11-17 19:29:34 UTC (rev 224975)
@@ -131,13 +131,3 @@
 .large .resource-icon.resource-type-websocket .icon {
     content: image-set(url(../Images/WebSocketLarge.png) 1x, url(../Images/[email protected]) 2x);
 }
-
-/* FIXME: <https://webkit.org/b/177642> Web Inspector: Add GTK icons for Beacon / Ping requests */
-body:not(.mac-platform, .windows-platform) .resource-icon.resource-type-ping .icon,
-body:not(.mac-platform, .windows-platform) .resource-icon.resource-type-beacon .icon {
-    content: image-set(url(../Images/DocumentGeneric.png) 1x, url(../Images/[email protected]) 2x);
-}
-body:not(.mac-platform, .windows-platform) .large .resource-icon.resource-type-ping .icon,
-body:not(.mac-platform, .windows-platform) .large .resource-icon.resource-type-beacon .icon {
-    content: image-set(url(../Images/DocumentGenericLarge.png) 1x, url(../Images/[email protected]) 2x);
-}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to