The size should be restored.
Created attachment 129253 [details] Patch
Comment on attachment 129253 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=129253&action=review > Source/WebCore/inspector/front-end/TimelinePanel.js:66 > + WebInspector.settings.memoryCounterGraphsHeight = WebInspector.settings.createSetting("memoryCounterGraphsHeight", 600); Inspector's default height is 600, this should be 150. > Source/WebCore/inspector/front-end/TimelinePanel.js:175 > + WebInspector.settings.memoryCounterGraphsHeight.set(top); this should be a part of _endSplitterDragging.
(In reply to comment #2) > (From update of attachment 129253 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=129253&action=review > > > Source/WebCore/inspector/front-end/TimelinePanel.js:66 > > + WebInspector.settings.memoryCounterGraphsHeight = WebInspector.settings.createSetting("memoryCounterGraphsHeight", 600); > > Inspector's default height is 600, this should be 150. > Done. > > Source/WebCore/inspector/front-end/TimelinePanel.js:175 > > + WebInspector.settings.memoryCounterGraphsHeight.set(top); > > this should be a part of _endSplitterDragging. Done.
Committed r109109: <http://trac.webkit.org/changeset/109109>