Title: [258900] trunk/Source/WebInspectorUI
Revision
258900
Author
[email protected]
Date
2020-03-23 19:44:31 -0700 (Mon, 23 Mar 2020)

Log Message

Web Inspector: REGRESSION(r257791): event breakpoint icon should be [E]
https://bugs.webkit.org/show_bug.cgi?id=209434

Reviewed by Timothy Hatcher.

* UserInterface/Images/TypeIcons.svg:

* UserInterface/Views/PathComponentIcons.css:
(.snapshot-list-icon .icon):
(@media (prefers-color-scheme: dark) .snapshot-list-icon .icon):
Drive-by: make a separate "HeapSnapshotList" target so that it won't be affected if "Events"
          is ever changed.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (258899 => 258900)


--- trunk/Source/WebInspectorUI/ChangeLog	2020-03-24 02:38:39 UTC (rev 258899)
+++ trunk/Source/WebInspectorUI/ChangeLog	2020-03-24 02:44:31 UTC (rev 258900)
@@ -1,5 +1,20 @@
 2020-03-23  Devin Rousso  <[email protected]>
 
+        Web Inspector: REGRESSION(r257791): event breakpoint icon should be [E]
+        https://bugs.webkit.org/show_bug.cgi?id=209434
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Images/TypeIcons.svg:
+
+        * UserInterface/Views/PathComponentIcons.css:
+        (.snapshot-list-icon .icon):
+        (@media (prefers-color-scheme: dark) .snapshot-list-icon .icon):
+        Drive-by: make a separate "HeapSnapshotList" target so that it won't be affected if "Events"
+                  is ever changed.
+
+2020-03-23  Devin Rousso  <[email protected]>
+
         REGRESSION(r257759, r258623): Web Inspector: Settings icon sometimes placed below the tab bar
         https://bugs.webkit.org/show_bug.cgi?id=208603
         <rdar://problem/60108967>

Modified: trunk/Source/WebInspectorUI/UserInterface/Images/TypeIcons.svg (258899 => 258900)


--- trunk/Source/WebInspectorUI/UserInterface/Images/TypeIcons.svg	2020-03-24 02:38:39 UTC (rev 258899)
+++ trunk/Source/WebInspectorUI/UserInterface/Images/TypeIcons.svg	2020-03-24 02:44:31 UTC (rev 258900)
@@ -320,8 +320,8 @@
     <g id="EventBreakpointAnimationFrame-light" class="light blue"><use href="" href=""
     <g id="EventBreakpointInterval-dark" class="dark blue"><use href="" href=""
     <g id="EventBreakpointInterval-light" class="light blue"><use href="" href=""
-    <g id="EventBreakpointListener-dark" class="dark blue"><use href="" href=""
-    <g id="EventBreakpointListener-light" class="light blue"><use href="" href=""
+    <g id="EventBreakpointListener-dark" class="dark blue"><use href="" href=""
+    <g id="EventBreakpointListener-light" class="light blue"><use href="" href=""
     <g id="EventBreakpointTimeout-dark" class="dark blue"><use href="" href=""
     <g id="EventBreakpointTimeout-light" class="light blue"><use href="" href=""
     <g id="EventListener-dark" class="dark beige"><use href="" href=""
@@ -337,6 +337,8 @@
     <g id="HeapSnapshotDiff-light" class="light green"><use href="" href=""
     <g id="HeapSnapshotInstances-dark" class="dark yellow"><use href="" href=""
     <g id="HeapSnapshotInstances-light" class="light yellow"><use href="" href=""
+    <g id="HeapSnapshotList-dark" class="dark grey"><use href="" href=""
+    <g id="HeapSnapshotList-light" class="light grey"><use href="" href=""
     <g id="HeapSnapshotObjectGraph-dark" class="dark red"><use href="" href=""
     <g id="HeapSnapshotObjectGraph-light" class="light red"><use href="" href=""
     <g id="Microtask-dark" class="dark blue"><use href="" href=""

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/PathComponentIcons.css (258899 => 258900)


--- trunk/Source/WebInspectorUI/UserInterface/Views/PathComponentIcons.css	2020-03-24 02:38:39 UTC (rev 258899)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/PathComponentIcons.css	2020-03-24 02:44:31 UTC (rev 258900)
@@ -100,7 +100,7 @@
 }
 
 .snapshot-list-icon .icon {
-    content: url(../Images/TypeIcons.svg#Events-light);
+    content: url(../Images/TypeIcons.svg#HeapSnapshotList-light);
 }
 
 .snapshot-diff-icon .icon {
@@ -193,7 +193,7 @@
     }
 
     .snapshot-list-icon .icon {
-        content: url(../Images/TypeIcons.svg#Events-dark);
+        content: url(../Images/TypeIcons.svg#HeapSnapshotList-dark);
     }
 
     .snapshot-diff-icon .icon {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to