RESOLVED FIXED 127369
Web Inspector: Remember the Timeline Overview zoom and selection
https://bugs.webkit.org/show_bug.cgi?id=127369
Summary Web Inspector: Remember the Timeline Overview zoom and selection
Timothy Hatcher
Reported 2014-01-21 14:34:02 PST
We should remember the zoom level and selection window.
Attachments
Patch (2.94 KB, patch)
2014-01-21 14:38 PST, Timothy Hatcher
joepeck: review+
timothy: commit-queue-
Radar WebKit Bug Importer
Comment 1 2014-01-21 14:34:14 PST
Timothy Hatcher
Comment 2 2014-01-21 14:38:26 PST
Timothy Hatcher
Comment 3 2014-01-21 14:39:32 PST
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.
Joseph Pecoraro
Comment 4 2014-01-21 14:43:28 PST
Comment on attachment 221789 [details] Patch r=me
Timothy Hatcher
Comment 5 2014-01-22 09:50:43 PST
Note You need to log in before you can comment on or make changes to this bug.