Title: [183215] trunk/Source/WebInspectorUI
- Revision
- 183215
- Author
- [email protected]
- Date
- 2015-04-23 15:02:45 -0700 (Thu, 23 Apr 2015)
Log Message
Web Inspector: DebuggerSidebarPanel's _callStackContentTreeOutline should suppress filtering
https://bugs.webkit.org/show_bug.cgi?id=144114
Reviewed by Joseph Pecoraro.
* UserInterface/Views/DebuggerSidebarPanel.js:
(WebInspector.DebuggerSidebarPanel):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (183214 => 183215)
--- trunk/Source/WebInspectorUI/ChangeLog 2015-04-23 22:00:08 UTC (rev 183214)
+++ trunk/Source/WebInspectorUI/ChangeLog 2015-04-23 22:02:45 UTC (rev 183215)
@@ -1,5 +1,15 @@
2015-04-23 Timothy Hatcher <[email protected]>
+ Web Inspector: DebuggerSidebarPanel's _callStackContentTreeOutline should suppress filtering
+ https://bugs.webkit.org/show_bug.cgi?id=144114
+
+ Reviewed by Joseph Pecoraro.
+
+ * UserInterface/Views/DebuggerSidebarPanel.js:
+ (WebInspector.DebuggerSidebarPanel):
+
+2015-04-23 Timothy Hatcher <[email protected]>
+
Web Inspector: Fix layering issues with ApplicationCacheFrameTreeElement
https://bugs.webkit.org/show_bug.cgi?id=144113
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.js (183214 => 183215)
--- trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.js 2015-04-23 22:00:08 UTC (rev 183214)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DebuggerSidebarPanel.js 2015-04-23 22:02:45 UTC (rev 183215)
@@ -155,7 +155,7 @@
var breakpointsSection = new WebInspector.DetailsSection("scripts", WebInspector.UIString("Scripts"), [breakpointsGroup]);
this.contentElement.appendChild(breakpointsSection.element);
- this._callStackContentTreeOutline = this.createContentTreeOutline(true);
+ this._callStackContentTreeOutline = this.createContentTreeOutline(true, true);
this._callStackContentTreeOutline._onselect_ = this._treeElementSelected.bind(this);
this._callStackRow = new WebInspector.DetailsSectionRow(WebInspector.UIString("No Call Frames"));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes