[Webkit-unassigned] [Bug 133469] New: [SOUP] ResourceLoadTiming.responseStart is always

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 3 01:01:54 PDT 2014


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

           Summary: [SOUP] ResourceLoadTiming.responseStart is always 0
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: danw at gnome.org, gns at gnome.org, svillar at igalia.com


We are not recording the responseStart in the soup backend. Tests don't detect that because they time reported to the js API is always relative to the navigation time (navigation start + responseStart), and test using local files check that requestStart <= responseStart (and they are equal) and test using HTTP only check responseStart is not 0 (it can never be 0 unless navigationStart is 0).

-- 
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