Title: [190495] branches/safari-601-branch/Source/WebInspectorUI
Revision
190495
Author
[email protected]
Date
2015-10-02 06:57:06 -0700 (Fri, 02 Oct 2015)

Log Message

Merge r188748. rdar://problem/22802023

Modified Paths

Diff

Modified: branches/safari-601-branch/Source/WebInspectorUI/ChangeLog (190494 => 190495)


--- branches/safari-601-branch/Source/WebInspectorUI/ChangeLog	2015-10-02 13:57:02 UTC (rev 190494)
+++ branches/safari-601-branch/Source/WebInspectorUI/ChangeLog	2015-10-02 13:57:06 UTC (rev 190495)
@@ -1,3 +1,19 @@
+2015-10-02  Matthew Hanson  <[email protected]>
+
+        Merge r188748. rdar://problem/22802023
+
+    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-07-24  Matthew Hanson  <[email protected]>
 
         Merge r187209. rdar://problem/21946519

Modified: branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js (190494 => 190495)


--- branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js	2015-10-02 13:57:02 UTC (rev 190494)
+++ branches/safari-601-branch/Source/WebInspectorUI/UserInterface/Views/SearchSidebarPanel.js	2015-10-02 13:57:06 UTC (rev 190495)
@@ -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