[Webkit-unassigned] [Bug 151112] Web Inspector: Timeline Recording across page navigations behaves poorly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 10 11:20:23 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=151112

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
Created attachment 265203
  --> https://bugs.webkit.org/attachment.cgi?id=265203&action=review
[PATCH] Work in Progress

Attached is a work in progress that highlights the issue. InspectorPageAgent is reseting the stopwatch when the main frame loads. If we are recording a timeline this will mean suddenly timestamps have lower values then expected.

I'm not proposing this as a patch in and of itself because I think we may want to specifically handle PageAgent.reload. If a user is in the frontend and reloads during an auto-record, I think it should treat that as another new auto-record and not a sub-load within an active recording.

Also, I wonder what happens if we just never reset the stopwatch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151110/95a84e20/attachment.html>


More information about the webkit-unassigned mailing list