[Webkit-unassigned] [Bug 85025] New: [Resource Timing] Report redirect time for resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 26 19:24:42 PDT 2012


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

           Summary: [Resource Timing] Report redirect time for resources
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: simonjam at chromium.org
                CC: tonyg at chromium.org, sullivan at chromium.org
        Depends on: 61152
            Blocks: 84883


Redirect time is always 0. This should report the correct values.

We had to add some code to MainResourceLoader to track redirects while fetching the main resource for Navigation Timing. We'll have to do the same for ResourceLoader.

We also need to ensure that the redirect times reported honor the same-origin policy noted in the spec. They should be zeroed out if there are any cross-origin redirects.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list