We should remember the zoom level and selection window.
<rdar://problem/15874153>
Created attachment 221789 [details] Patch
Comment on attachment 221789 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=221789&action=review > Source/WebInspectorUI/UserInterface/TimelineOverview.js:61 > + this._secondsPerPixelSetting = new WebInspector.Setting("timeline-overview-seconds-per-pixel", 0.01); Yes, I bumped this up to 0.01 from 0.0025. This is around 12-15 seconds on a normal width. The old value was around 3 seconds and cause things to scroll quickly out of view.
Comment on attachment 221789 [details] Patch r=me
https://trac.webkit.org/r162528