[Webkit-unassigned] [Bug 137005] New: Split ResourceHandle in an abstract class and a network-specific class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 22 09:45:43 PDT 2014


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

           Summary: Split ResourceHandle in an abstract class and a
                    network-specific class
           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: youennf at gmail.com


Following on discussions that happened in https://bugs.webkit.org/show_bug.cgi?id=109199, we may want to split ResourceHandle in two classes.
- A first abstract class making the interface with existing loaders through ResourceHandleClient
- A second class (NetworkResourceHandle e.g.) that may derive from the first class to implement the actual loading through CF, soup, curl.
Once done, BlobResourceHandle should be moved to that the first abstract class, as well as data URL handling.

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