Title: [188748] trunk/Source/WebInspectorUI
Revision
188748
Author
[email protected]
Date
2015-08-20 21:18:43 -0700 (Thu, 20 Aug 2015)

Log Message

JSContext Inspector: Uncaught Exception opening Search Tab
https://bugs.webkit.org/show_bug.cgi?id=148284

Patch by Joseph Pecoraro <[email protected]> on 2015-08-20
Reviewed by Timothy Hatcher.

* UserInterface/Views/SearchSidebarPanel.js:
(WebInspector.SearchSidebarPanel):
This is copied / pasted code that shouldn't apply to the Search tab.
We want to show results under Resources in the Search tab.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (188747 => 188748)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-08-21 03:59:33 UTC (rev 188747)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-08-21 04:18:43 UTC (rev 188748)
@@ -1,3 +1,15 @@
+2015-08-20  Joseph Pecoraro  <[email protected]>
+
+        JSContext Inspector: Uncaught Exception opening Search Tab
+        https://bugs.webkit.org/show_bug.cgi?id=148284
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/SearchSidebarPanel.js:
+        (WebInspector.SearchSidebarPanel):
+        This is copied / pasted code that shouldn't apply to the Search tab.
+        We want to show results under Resources in the Search tab.
+
 2015-08-20  Nikita Vasilyev  <[email protected]>
 
         Web Inspector: Truncate data URIs

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js (188747 => 188748)


--- trunk/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js	2015-08-21 03:59:33 UTC (rev 188747)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js	2015-08-21 04:18:43 UTC (rev 188748)
@@ -55,9 +55,6 @@
         WebInspector.Frame.addEventListener(WebInspector.Frame.Event.MainResourceDidChange, this._mainResourceDidChange, this);
 
         this.contentTreeOutline._onselect_ = this._treeElementSelected.bind(this);
-
-        if (WebInspector.debuggableType === WebInspector.DebuggableType._javascript_)
-            this._resourcesContentTreeOutline.element.classList.add(WebInspector.NavigationSidebarPanel.HideDisclosureButtonsStyleClassName);
     }
 
     // Public
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to