[Webkit-unassigned] [Bug 32618] New: [Chromium] Memory cache client calls should be disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 16 10:42:09 PST 2009


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

           Summary: [Chromium] Memory cache client calls should be
                    disabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: apavlov at chromium.org
                CC: fishd at chromium.org, pfeldman at chromium.org


A Chromium issue http://code.google.com/p/chromium/issues/detail?id=29076 is
caused by Frame::loadedResourceFromMemoryCache() calling requestFromDelegate().
It creates a new identifier for the same resource on reload, unless
page->areMemoryCacheClientCallsEnabled() == false.
It is always the case in Safari (which sets the flag to false from the outset),
so we should just emulate the behaviour.

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