Title: [279836] trunk/Source/WebInspectorUI
- Revision
- 279836
- Author
- [email protected]
- Date
- 2021-07-12 10:48:54 -0700 (Mon, 12 Jul 2021)
Log Message
Unreviewed, reverting r279493.
https://bugs.webkit.org/show_bug.cgi?id=227878
Web Inspector: Can't reveal local overrides in the sidebar if
lots of scripts are visible
Reverted changeset:
"Web Inspector: [Regression: r279271] Sources: Breakpoints
section in navigation sidebar disappears when Web Inspector
becomes taller than 650px"
https://bugs.webkit.org/show_bug.cgi?id=227597
https://commits.webkit.org/r279493
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (279835 => 279836)
--- trunk/Source/WebInspectorUI/ChangeLog 2021-07-12 17:26:01 UTC (rev 279835)
+++ trunk/Source/WebInspectorUI/ChangeLog 2021-07-12 17:48:54 UTC (rev 279836)
@@ -1,3 +1,19 @@
+2021-07-12 Commit Queue <[email protected]>
+
+ Unreviewed, reverting r279493.
+ https://bugs.webkit.org/show_bug.cgi?id=227878
+
+ Web Inspector: Can't reveal local overrides in the sidebar if
+ lots of scripts are visible
+
+ Reverted changeset:
+
+ "Web Inspector: [Regression: r279271] Sources: Breakpoints
+ section in navigation sidebar disappears when Web Inspector
+ becomes taller than 650px"
+ https://bugs.webkit.org/show_bug.cgi?id=227597
+ https://commits.webkit.org/r279493
+
2021-07-09 Patrick Angle <[email protected]>
Web Inspector: Perform sidebar panel and navigation bar layout asynchronously during resize
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css (279835 => 279836)
--- trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css 2021-07-12 17:26:01 UTC (rev 279835)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/SourcesNavigationSidebarPanel.css 2021-07-12 17:48:54 UTC (rev 279836)
@@ -131,6 +131,7 @@
}
.sidebar > .panel.navigation.sources > .content > :matches(.call-stack-container, .breakpoints-container, .resources-container, .local-overrides-container) {
+ height: 100%;
overflow-y: auto;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes