Title: [121690] trunk/Source/WebCore
- Revision
- 121690
- Author
- [email protected]
- Date
- 2012-07-02 10:20:10 -0700 (Mon, 02 Jul 2012)
Log Message
Web Inspector: incorrect height of main timeline pane after switching to memory mode
https://bugs.webkit.org/show_bug.cgi?id=90387
Reviewed by Pavel Feldman.
- update cached container height when setting vertical splitter position.
* inspector/front-end/TimelinePanel.js:
(WebInspector.TimelinePanel.prototype.set _setSplitterPosition):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (121689 => 121690)
--- trunk/Source/WebCore/ChangeLog 2012-07-02 16:59:15 UTC (rev 121689)
+++ trunk/Source/WebCore/ChangeLog 2012-07-02 17:20:10 UTC (rev 121690)
@@ -1,3 +1,15 @@
+2012-07-02 Andrey Kosyakov <[email protected]>
+
+ Web Inspector: incorrect height of main timeline pane after switching to memory mode
+ https://bugs.webkit.org/show_bug.cgi?id=90387
+
+ Reviewed by Pavel Feldman.
+
+ - update cached container height when setting vertical splitter position.
+
+ * inspector/front-end/TimelinePanel.js:
+ (WebInspector.TimelinePanel.prototype.set _setSplitterPosition):
+
2012-07-02 Christophe Dumez <[email protected]>
[MICRODATA] Build failure in html/HTMLPropertiesCollection.h
Modified: trunk/Source/WebCore/inspector/front-end/TimelinePanel.js (121689 => 121690)
--- trunk/Source/WebCore/inspector/front-end/TimelinePanel.js 2012-07-02 16:59:15 UTC (rev 121689)
+++ trunk/Source/WebCore/inspector/front-end/TimelinePanel.js 2012-07-02 17:20:10 UTC (rev 121690)
@@ -180,6 +180,7 @@
this.splitView.element.style.height = (top - overviewHeight) + "px";
this._timelineMemorySplitter.style.top = (top - 2) + "px";
this._memoryStatistics.setTopPosition(top);
+ this._containerElementHeight = this._containerElement.clientHeight;
},
get calculator()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes