Title: [107238] trunk/Source/WebCore
- Revision
- 107238
- Author
- [email protected]
- Date
- 2012-02-09 06:45:23 -0800 (Thu, 09 Feb 2012)
Log Message
Unreviewed followup for r107235.
* inspector/front-end/ScriptsPanel.js:
(WebInspector.ScriptsPanel.prototype._hideNavigatorOverlay):
(WebInspector.ScriptsPanel.prototype._navigatorOverlayWillHide):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (107237 => 107238)
--- trunk/Source/WebCore/ChangeLog 2012-02-09 14:40:47 UTC (rev 107237)
+++ trunk/Source/WebCore/ChangeLog 2012-02-09 14:45:23 UTC (rev 107238)
@@ -1,5 +1,13 @@
2012-02-09 Vsevolod Vlasov <[email protected]>
+ Unreviewed followup for r107235.
+
+ * inspector/front-end/ScriptsPanel.js:
+ (WebInspector.ScriptsPanel.prototype._hideNavigatorOverlay):
+ (WebInspector.ScriptsPanel.prototype._navigatorOverlayWillHide):
+
+2012-02-09 Vsevolod Vlasov <[email protected]>
+
Web Inspector: Support hiding scripts panel debug sidebar.
https://bugs.webkit.org/show_bug.cgi?id=77543
Modified: trunk/Source/WebCore/inspector/front-end/ScriptsPanel.js (107237 => 107238)
--- trunk/Source/WebCore/inspector/front-end/ScriptsPanel.js 2012-02-09 14:40:47 UTC (rev 107237)
+++ trunk/Source/WebCore/inspector/front-end/ScriptsPanel.js 2012-02-09 14:45:23 UTC (rev 107238)
@@ -1002,7 +1002,6 @@
_hideNavigatorOverlay: function()
{
- delete this._navigatorOverlayShown;
WebInspector.Dialog.hide();
},
@@ -1016,6 +1015,7 @@
_navigatorOverlayWillHide: function(event)
{
+ delete this._navigatorOverlayShown;
this.editorView.element.appendChild(this._navigatorShowHideButton);
this._navigatorShowHideButton.removeStyleClass("toggled-on");
this._navigatorShowHideButton.title = WebInspector.UIString("Show scripts navigator");
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes