[Webkit-unassigned] [Bug 202022] Web Inspector: unexpected order of entries in the network tab when navigating with 'preserve log'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 19 20:08:53 PDT 2019


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

--- Comment #2 from Joseph Pecoraro <joepeck at webkit.org> ---
This appears to only be an issue on cross origin loads, which is when WebKit process swaps.

In that case time the new process starts recording at zero again, and the frontend doesn't account for it.

Fixing this is likely to be a little tricky.

---

Perhaps we should just move to an absolute time world instead of the stopwatch. I'm not sure the stopwatch has ever really gained us much. If I recall correctly, the idea behind the Stopwatch was that you could pause in the debugger (and stop the stopwatch) then continue (and resume the stopwatch) and various inspector timelines (Network and Timelines) would appear as if the pause never even happened. Which is cool in theory but probably doesn't actually matter.

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


More information about the webkit-unassigned mailing list