Title: [245713] trunk/Source/WebInspectorUI
- Revision
- 245713
- Author
- [email protected]
- Date
- 2019-05-23 14:06:56 -0700 (Thu, 23 May 2019)
Log Message
Web Inspector: Remove unused CSS class "offset-sections"
https://bugs.webkit.org/show_bug.cgi?id=198194
<rdar://problem/51080111>
Reviewed by Devin Rousso.
* UserInterface/Views/DebuggerSidebarPanel.js:
* UserInterface/Views/StyleDetailsPanel.js:
(WI.StyleDetailsPanel):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (245712 => 245713)
--- trunk/Source/WebInspectorUI/ChangeLog 2019-05-23 20:56:56 UTC (rev 245712)
+++ trunk/Source/WebInspectorUI/ChangeLog 2019-05-23 21:06:56 UTC (rev 245713)
@@ -1,3 +1,15 @@
+2019-05-23 Matt Baker <[email protected]>
+
+ Web Inspector: Remove unused CSS class "offset-sections"
+ https://bugs.webkit.org/show_bug.cgi?id=198194
+ <rdar://problem/51080111>
+
+ Reviewed by Devin Rousso.
+
+ * UserInterface/Views/DebuggerSidebarPanel.js:
+ * UserInterface/Views/StyleDetailsPanel.js:
+ (WI.StyleDetailsPanel):
+
2019-05-23 Devin Rousso <[email protected]>
Web Inspector: clicking a source link should never open the Network tab
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.js (245712 => 245713)
--- trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.js 2019-05-23 20:56:56 UTC (rev 245712)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.js 2019-05-23 21:06:56 UTC (rev 245713)
@@ -124,9 +124,6 @@
this._debuggerStepOutButtonItem.enabled = false;
this._navigationBar.addNavigationItem(this._debuggerStepOutButtonItem);
- // Add this offset-sections class name so the sticky headers don't overlap the navigation bar.
- this.element.classList.add(WI.DebuggerSidebarPanel.OffsetSectionsStyleClassName);
-
function showResourcesWithIssuesOnlyFilterFunction(treeElement)
{
// Issues are only shown in the scripts tree outline.
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/StyleDetailsPanel.js (245712 => 245713)
--- trunk/Source/WebInspectorUI/UserInterface/Views/StyleDetailsPanel.js 2019-05-23 20:56:56 UTC (rev 245712)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/StyleDetailsPanel.js 2019-05-23 21:06:56 UTC (rev 245713)
@@ -31,8 +31,7 @@
this._delegate = delegate || null;
- // Add this offset-sections class name so the sticky headers don't overlap the navigation bar.
- this.element.classList.add(className, "offset-sections");
+ this.element.classList.add(className);
this._navigationInfo = {identifier, label};
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes