RESOLVED FIXED 93697
Web Inspector: console.timeStamp() marked are not shown in Timeline overview
https://bugs.webkit.org/show_bug.cgi?id=93697
Summary Web Inspector: console.timeStamp() marked are not shown in Timeline overview
Andrey Kosyakov
Reported 2012-08-10 00:45:55 PDT
0. Open Web Inspector, switch to the Timeline panel 1. Start timeline 2. Type console.timeStamp("foo") in console 3. Stop timeline 4. Note timestamp events appear in the detailed view 4. Note there are no orange vertical markers for the timestamp events in the time bars of either overview or detailed view. This is a regression introduced at r119826 (http://trac.webkit.org/changeset/119826) -- timestamp events currently don't have a frame id. They probably should, but we should display timestamp for all frames anyway.
Attachments
Patch (1.86 KB, patch)
2012-08-10 00:48 PDT, Andrey Kosyakov
no flags
Patch (7.81 KB, patch)
2012-08-10 02:24 PDT, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2012-08-10 00:48:22 PDT
Pavel Feldman
Comment 2 2012-08-10 00:52:38 PDT
Comment on attachment 157657 [details] Patch A test?
Andrey Kosyakov
Comment 3 2012-08-10 02:24:09 PDT
Andrey Kosyakov
Comment 4 2012-08-10 06:27:00 PDT
Note You need to log in before you can comment on or make changes to this bug.