[Webkit-unassigned] [Bug 42651] New: prefetch categorization is exactly wrong

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 20 10:30:57 PDT 2010


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

           Summary: prefetch categorization is exactly wrong
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gavinp at chromium.org
                CC: abarth at webkit.org, leonclarke at google.com


The implementation of CachedResource::isPrefetch() is exactly backwords; all non-prefetches are reported as prefetches, and all prefetches are returned as non-prefetches.  This has been causing the DocLoader to get confused, and resources to not always be available at page onload, etc...  In chrome this manifest as a failure in a browser test if prefetching was enabled.

The comparison in this header file should be reversed.

I have a patch, I'm preparing it and will upload it later today.

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