Bug 127369 - Web Inspector: Remember the Timeline Overview zoom and selection
Summary: Web Inspector: Remember the Timeline Overview zoom and selection
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-01-21 14:34 PST by Timothy Hatcher
Modified: 2014-01-22 09:50 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.94 KB, patch)
2014-01-21 14:38 PST, Timothy Hatcher
joepeck: review+
timothy: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2014-01-21 14:34:02 PST
We should remember the zoom level and selection window.
Comment 1 Radar WebKit Bug Importer 2014-01-21 14:34:14 PST
<rdar://problem/15874153>
Comment 2 Timothy Hatcher 2014-01-21 14:38:26 PST
Created attachment 221789 [details]
Patch
Comment 3 Timothy Hatcher 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.
Comment 4 Joseph Pecoraro 2014-01-21 14:43:28 PST
Comment on attachment 221789 [details]
Patch

r=me
Comment 5 Timothy Hatcher 2014-01-22 09:50:43 PST
https://trac.webkit.org/r162528