Title: [195645] trunk/Source/WebInspectorUI
Revision
195645
Author
[email protected]
Date
2016-01-26 17:31:36 -0800 (Tue, 26 Jan 2016)

Log Message

Web Inspector: Remove unused FramesLarge.png variants, only the smaller Frames icon is used for the Rendering Frames timeline
https://bugs.webkit.org/show_bug.cgi?id=153523

Patch by Joseph Pecoraro <[email protected]> on 2016-01-26
Reviewed by Timothy Hatcher.

* UserInterface/Images/FramesLarge.png: Removed.
* UserInterface/Images/[email protected]: Removed.
* UserInterface/Images/gtk/FramesLarge.png: Removed.
* UserInterface/Images/gtk/[email protected]: Removed.
* UserInterface/Views/TimelineIcons.css:
(.rendering-frame-icon.large .icon): Deleted.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (195644 => 195645)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-01-27 01:29:25 UTC (rev 195644)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-01-27 01:31:36 UTC (rev 195645)
@@ -1,3 +1,17 @@
+2016-01-26  Joseph Pecoraro  <[email protected]>
+
+        Web Inspector: Remove unused FramesLarge.png variants, only the smaller Frames icon is used for the Rendering Frames timeline
+        https://bugs.webkit.org/show_bug.cgi?id=153523
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Images/FramesLarge.png: Removed.
+        * UserInterface/Images/[email protected]: Removed.
+        * UserInterface/Images/gtk/FramesLarge.png: Removed.
+        * UserInterface/Images/gtk/[email protected]: Removed.
+        * UserInterface/Views/TimelineIcons.css:
+        (.rendering-frame-icon.large .icon): Deleted.
+
 2016-01-25  Skachkov Oleksandr  <[email protected]>
 
         [ES6] Arrow function syntax. Arrow function specific features. Lexical bind "arguments"

Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/FramesLarge.png


(Binary files differ)

Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/[email protected]


(Binary files differ)

Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/FramesLarge.png


(Binary files differ)

Deleted: trunk/Source/WebInspectorUI/UserInterface/Images/gtk/[email protected]


(Binary files differ)

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css (195644 => 195645)


--- trunk/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css	2016-01-27 01:29:25 UTC (rev 195644)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/TimelineIcons.css	2016-01-27 01:31:36 UTC (rev 195645)
@@ -51,10 +51,6 @@
     content: -webkit-image-set(url(../Images/Frames.png) 1x, url(../Images/[email protected]) 2x);
 }
 
-.rendering-frame-icon.large .icon {
-    content: -webkit-image-set(url(../Images/FramesLarge.png) 1x, url(../Images/[email protected]) 2x);
-}
-
 .stopwatch-icon .icon {
     content: -webkit-image-set(url(../Images/Stopwatch.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