Title: [90096] trunk/Source/WebCore
- Revision
- 90096
- Author
- [email protected]
- Date
- 2011-06-30 01:18:28 -0700 (Thu, 30 Jun 2011)
Log Message
2011-06-27 Pavel Podivilov <[email protected]>
Reviewed by Pavel Feldman.
Web Inspector: source code is not highlighted after drawer height animations.
https://bugs.webkit.org/show_bug.cgi?id=62860
* inspector/front-end/Drawer.js:
(WebInspector.Drawer.prototype._animateDrawerHeight.animationFinished):
(WebInspector.Drawer.prototype._animateDrawerHeight):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (90095 => 90096)
--- trunk/Source/WebCore/ChangeLog 2011-06-30 08:00:31 UTC (rev 90095)
+++ trunk/Source/WebCore/ChangeLog 2011-06-30 08:18:28 UTC (rev 90096)
@@ -1,3 +1,14 @@
+2011-06-27 Pavel Podivilov <[email protected]>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: source code is not highlighted after drawer height animations.
+ https://bugs.webkit.org/show_bug.cgi?id=62860
+
+ * inspector/front-end/Drawer.js:
+ (WebInspector.Drawer.prototype._animateDrawerHeight.animationFinished):
+ (WebInspector.Drawer.prototype._animateDrawerHeight):
+
2011-06-30 MORITA Hajime <[email protected]>
Reviewed by Dimitri Glazkov.
Modified: trunk/Source/WebCore/inspector/front-end/Drawer.js (90095 => 90096)
--- trunk/Source/WebCore/inspector/front-end/Drawer.js 2011-06-30 08:00:31 UTC (rev 90095)
+++ trunk/Source/WebCore/inspector/front-end/Drawer.js 2011-06-30 08:18:28 UTC (rev 90096)
@@ -293,6 +293,7 @@
function animationFinished()
{
+ WebInspector.currentPanel.resize();
delete this._animating;
delete this._currentAnimation;
this.state = finalState;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes