RESOLVED FIXED 79669
Web Inspector: reveal corresponding timeline record when user clicks on memory graph
https://bugs.webkit.org/show_bug.cgi?id=79669
Summary Web Inspector: reveal corresponding timeline record when user clicks on memor...
Yury Semikhatsky
Reported 2012-02-27 06:43:41 PST
Timeline grid should be scrolled to reveal corresponding record.
Attachments
Patch (9.38 KB, patch)
2012-02-27 06:45 PST, Yury Semikhatsky
pfeldman: review+
Yury Semikhatsky
Comment 1 2012-02-27 06:45:37 PST
Pavel Feldman
Comment 2 2012-02-27 06:52:02 PST
Comment on attachment 129030 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=129030&action=review > Source/WebCore/inspector/front-end/TimelinePanel.js:772 > + if (this._startAtZero) You could easily find your top-level record using binary search.
Yury Semikhatsky
Comment 3 2012-02-27 06:53:23 PST
(In reply to comment #2) > (From update of attachment 129030 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=129030&action=review > > > Source/WebCore/inspector/front-end/TimelinePanel.js:772 > > + if (this._startAtZero) > > You could easily find your top-level record using binary search. It is fast enough at the moment and I wouldn't like to complicate the code even more.
Yury Semikhatsky
Comment 4 2012-02-27 06:57:17 PST
Note You need to log in before you can comment on or make changes to this bug.