Changeset 121690 in webkit


Ignore:
Timestamp:
Jul 2, 2012 10:20:10 AM (12 years ago)
Author:
caseq@chromium.org
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):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r121689 r121690  
     12012-07-02  Andrey Kosyakov  <caseq@chromium.org>
     2
     3        Web Inspector: incorrect height of main timeline pane after switching to memory mode
     4        https://bugs.webkit.org/show_bug.cgi?id=90387
     5
     6        Reviewed by Pavel Feldman.
     7
     8        - update cached container height when setting vertical splitter position.
     9
     10        * inspector/front-end/TimelinePanel.js:
     11        (WebInspector.TimelinePanel.prototype.set _setSplitterPosition):
     12
    1132012-07-02  Christophe Dumez  <christophe.dumez@intel.com>
    214
  • trunk/Source/WebCore/inspector/front-end/TimelinePanel.js

    r121112 r121690  
    181181        this._timelineMemorySplitter.style.top = (top - 2) + "px";
    182182        this._memoryStatistics.setTopPosition(top);
     183        this._containerElementHeight = this._containerElement.clientHeight;
    183184    },
    184185
Note: See TracChangeset for help on using the changeset viewer.