RESOLVED FIXED 79245
Web Inspector: in start-at-zero mode of timeline panel, calculate window boundaries based on filtered events
https://bugs.webkit.org/show_bug.cgi?id=79245
Summary Web Inspector: in start-at-zero mode of timeline panel, calculate window boun...
Andrey Kosyakov
Reported 2012-02-22 08:46:44 PST
Only include records in selection window when calculating event boundaries (i.e. pick scale according to visible events).
Attachments
Patch (2.99 KB, patch)
2012-02-22 08:47 PST, Andrey Kosyakov
no flags
Patch (14.70 KB, patch)
2012-02-24 04:37 PST, Andrey Kosyakov
pfeldman: review-
Andrey Kosyakov
Comment 1 2012-02-22 08:47:41 PST
Pavel Feldman
Comment 2 2012-02-22 08:50:05 PST
Comment on attachment 128223 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=128223&action=review > Source/WebCore/inspector/front-end/TimelinePanel.js:748 > + if (!this._boundariesAreValid && !this._startAtZero) This looks like a hack, we should come up with a better filtering strategy.
Andrey Kosyakov
Comment 3 2012-02-24 04:37:44 PST
Pavel Feldman
Comment 4 2012-02-24 04:53:29 PST
Comment on attachment 128708 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=128708&action=review > Source/WebCore/inspector/front-end/TimelineOverviewPane.js:161 > + this._presentationModel.setWindowTimes(leftTime, rightTime); setWindowTimes -> setVisibleRecords (range)
Andrey Kosyakov
Comment 5 2012-05-17 07:45:59 PDT
This has been fixed by another change and works well now.
Note You need to log in before you can comment on or make changes to this bug.