[Webkit-unassigned] [Bug 98541] New: Switch CachedResource over from SharedBuffer to a new ResourceBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 5 11:24:31 PDT 2012


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

           Summary: Switch CachedResource over from SharedBuffer to a new
                    ResourceBuffer
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com
                CC: ap at webkit.org, andersca at apple.com, sam at webkit.org
            Blocks: 98539


Switch CachedResource over from SharedBuffer to a new ResourceBuffer

The ResourceBuffer class is a shared data buffer - much like SharedBuffer - explicitly meant for the resource cache.

>From the start it will be a simple wrapper around SharedBuffer and will represent an in-process data buffer.

But its purpose is to be the foundation for a buffer than can optionally be hosted differently from a SharedBuffer - Such as shared memory.

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