[Webkit-unassigned] [Bug 70972] New: [chromium] CachedResourceRequest clobbers the TargetType of ThreadableLoaderClients

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 26 15:31:32 PDT 2011


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

           Summary: [chromium] CachedResourceRequest clobbers the
                    TargetType of ThreadableLoaderClients
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: japhet at chromium.org
                CC: fishd at chromium.org, abarth at webkit.org,
                    jochen at chromium.org


Originally reported at: http://code.google.com/p/chromium/issues/detail?id=101651

In http://trac.webkit.org/changeset/98380, ThreadableLoaderClients started being loaded through the CachedResource codepath. ThreadableLoaderClients have traditionally had to set their own ResourceRequest::TargetType, but CachedResourceRequest sets it for CachedResource loads. CachedResourceRequest currently clobbers TargetType without checking whether it had been previously set.  That has interesting (and bad) side effects in chromium-specific code.

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