[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:37:45 PST 2015


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #265203|0                           |1
        is obsolete|                            |
 Attachment #265207|                            |review?, commit-queue?
              Flags|                            |

--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org> ---
Created attachment 265207
  --> https://bugs.webkit.org/attachment.cgi?id=265207&action=review
[PATCH] Proposed Fix

Yeah, I didn't see any issues. The Network Tab uses a Network Timeline that the frontend resets on main page navigation, so that tab is conveniently all network requests made for the current page load and timestamps relative to the main resource. The Timeline itself shows all network events across multiple page loads.

There is some cleanup that can be done on the frontend for how engine initiated actions (layout, style recalc, etc) are displayed in the Timeline OverviewView (SourceCodeTimelines) but this is a big step forward in being able to debug multi-page timeline recordings.

-- 
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/4fd1d9f3/attachment.html>


More information about the webkit-unassigned mailing list