Title: [113336] trunk/Source/WebCore
- Revision
- 113336
- Author
- [email protected]
- Date
- 2012-04-05 10:46:27 -0700 (Thu, 05 Apr 2012)
Log Message
Web Inspector: CSS file revisions are not restored upon front-end reopen.
https://bugs.webkit.org/show_bug.cgi?id=83292
Reviewed by Yury Semikhatsky.
Populating suggestions before the panel creation now.
* inspector/front-end/inspector.js:
(WebInspector._doLoadedDoneWithCapabilities.get if):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (113335 => 113336)
--- trunk/Source/WebCore/ChangeLog 2012-04-05 17:44:13 UTC (rev 113335)
+++ trunk/Source/WebCore/ChangeLog 2012-04-05 17:46:27 UTC (rev 113336)
@@ -1,3 +1,15 @@
+2012-04-05 Pavel Feldman <[email protected]>
+
+ Web Inspector: CSS file revisions are not restored upon front-end reopen.
+ https://bugs.webkit.org/show_bug.cgi?id=83292
+
+ Reviewed by Yury Semikhatsky.
+
+ Populating suggestions before the panel creation now.
+
+ * inspector/front-end/inspector.js:
+ (WebInspector._doLoadedDoneWithCapabilities.get if):
+
2012-04-04 Simon Fraser <[email protected]>
Add assertions to check for mutation of RenderLayer z-order lists during enumeration
Modified: trunk/Source/WebCore/inspector/front-end/inspector.js (113335 => 113336)
--- trunk/Source/WebCore/inspector/front-end/inspector.js 2012-04-05 17:44:13 UTC (rev 113335)
+++ trunk/Source/WebCore/inspector/front-end/inspector.js 2012-04-05 17:46:27 UTC (rev 113336)
@@ -435,6 +435,7 @@
if (this._zoomLevel)
this._requestZoom();
+ WebInspector.CSSCompletions.requestCSSNameCompletions();
this._createPanels();
this._createGlobalStatusBarItems();
@@ -474,7 +475,6 @@
if (WebInspector.settings.showPaintRects.get())
PageAgent.setShowPaintRects(true);
- WebInspector.CSSCompletions.requestCSSNameCompletions();
WebInspector.WorkerManager.loadCompleted();
InspectorFrontendAPI.loadCompleted();
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes