[Webkit-unassigned] [Bug 76176] New: Web Inspector: [Chomium] Resources loaded with 304 status code have receiving time of 15000 days in network panel.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 07:25:18 PST 2012


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

           Summary: Web Inspector: [Chomium] Resources loaded with 304
                    status code have receiving time of 15000 days in
                    network panel.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vsevik at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org, simonjam at chromium.org


All resources with 304 status code have receiving time set to 15000.
This can be easily reproduced by loading some site (e.g. cnn.com) and pressing f5 to reload.

This was caused by http://trac.webkit.org/changeset/102961 (https://bugs.webkit.org/show_bug.cgi?id=58354).

Switching from currentTime() to monotonicallyIncreasingTime() in SubresourceLoader (see link below) fixes it, but I am not sure it won't break things on other platforms.
http://codesearch.google.com/codesearch#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/loader/SubresourceLoader.cpp&exact_package=chromium&q=subresourceloader&type=cs&l=164

simonjam@, could you please have a look on that?

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