Title: [198094] trunk/Source/WebInspectorUI
- Revision
- 198094
- Author
- [email protected]
- Date
- 2016-03-13 22:57:39 -0700 (Sun, 13 Mar 2016)
Log Message
Web Inspector: Memory timeline pie charts are misaligned when there is no recording
https://bugs.webkit.org/show_bug.cgi?id=155421
Patch by Devin Rousso <[email protected]> on 2016-03-13
Reviewed by Timothy Hatcher.
* UserInterface/Views/MemoryTimelineView.css:
(.timeline-view.memory > .content > .overview):
Removed top padding to match bottom padding.
(.timeline-view.memory .legend > .row):
(.timeline-view.memory .legend):
Moved specified width to prevent unrecorded timelines from having graphs
that are offset horizontally.
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (198093 => 198094)
--- trunk/Source/WebInspectorUI/ChangeLog 2016-03-14 04:52:59 UTC (rev 198093)
+++ trunk/Source/WebInspectorUI/ChangeLog 2016-03-14 05:57:39 UTC (rev 198094)
@@ -1,5 +1,21 @@
2016-03-13 Devin Rousso <[email protected]>
+ Web Inspector: Memory timeline pie charts are misaligned when there is no recording
+ https://bugs.webkit.org/show_bug.cgi?id=155421
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Views/MemoryTimelineView.css:
+ (.timeline-view.memory > .content > .overview):
+ Removed top padding to match bottom padding.
+
+ (.timeline-view.memory .legend > .row):
+ (.timeline-view.memory .legend):
+ Moved specified width to prevent unrecorded timelines from having graphs
+ that are offset horizontally.
+
+2016-03-13 Devin Rousso <[email protected]>
+
Web Inspector: REGRESSION: Styles sidebar inline swatches are oddly shaped
https://bugs.webkit.org/show_bug.cgi?id=155410
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/MemoryTimelineView.css (198093 => 198094)
--- trunk/Source/WebInspectorUI/UserInterface/Views/MemoryTimelineView.css 2016-03-14 04:52:59 UTC (rev 198093)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/MemoryTimelineView.css 2016-03-14 05:57:39 UTC (rev 198094)
@@ -34,7 +34,7 @@
}
.timeline-view.memory > .content > .overview {
- padding: 10px;
+ padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid var(--border-color);
}
@@ -87,13 +87,13 @@
}
.timeline-view.memory .legend {
- width: 100px;
padding-left: 20px;
text-align: left;
}
.timeline-view.memory .legend > .row {
position: relative;
+ width: 100px;
height: 27px;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes