Title: [106462] trunk/Source/WebCore
- Revision
- 106462
- Author
- [email protected]
- Date
- 2012-02-01 03:37:01 -0800 (Wed, 01 Feb 2012)
Log Message
Web Inspector: Scripts navigator becomes empty after "show folders" settings change.
https://bugs.webkit.org/show_bug.cgi?id=77441
Reviewed by Pavel Feldman.
* inspector/front-end/ScriptsNavigator.js:
(WebInspector.ScriptsNavigator.prototype._reset):
* inspector/front-end/utilities.js:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (106461 => 106462)
--- trunk/Source/WebCore/ChangeLog 2012-02-01 10:55:27 UTC (rev 106461)
+++ trunk/Source/WebCore/ChangeLog 2012-02-01 11:37:01 UTC (rev 106462)
@@ -1,3 +1,14 @@
+2012-01-31 Vsevolod Vlasov <[email protected]>
+
+ Web Inspector: Scripts navigator becomes empty after "show folders" settings change.
+ https://bugs.webkit.org/show_bug.cgi?id=77441
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/front-end/ScriptsNavigator.js:
+ (WebInspector.ScriptsNavigator.prototype._reset):
+ * inspector/front-end/utilities.js:
+
2012-02-01 Shawn Singh <[email protected]>
Fix the semantics of passing contentsVisible flag to GraphicsLayers
Modified: trunk/Source/WebCore/inspector/front-end/ScriptsNavigator.js (106461 => 106462)
--- trunk/Source/WebCore/inspector/front-end/ScriptsNavigator.js 2012-02-01 10:55:27 UTC (rev 106461)
+++ trunk/Source/WebCore/inspector/front-end/ScriptsNavigator.js 2012-02-01 11:37:01 UTC (rev 106462)
@@ -215,6 +215,7 @@
this._navigatorContentScriptsTree.stopSearch();
this._navigatorContentScriptsTree.removeChildren();
this._folderTreeElements = {};
+ this._scriptTreeElementsByUISourceCode.clear();
},
/**
Modified: trunk/Source/WebCore/inspector/front-end/utilities.js (106461 => 106462)
--- trunk/Source/WebCore/inspector/front-end/utilities.js 2012-02-01 10:55:27 UTC (rev 106461)
+++ trunk/Source/WebCore/inspector/front-end/utilities.js 2012-02-01 11:37:01 UTC (rev 106462)
@@ -1202,4 +1202,9 @@
{
return this._map[key.__identifier];
},
+
+ clear: function()
+ {
+ this._map = {};
+ }
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes