[Webkit-unassigned] [Bug 89450] New: webkit2 appcache should be implemented in UIProcess

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 02:42:49 PDT 2012


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

           Summary: webkit2 appcache should be implemented in UIProcess
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jussi.kukkonen at intel.com


the appcache implementation in webkit2 should live in the UI process. Quoting 

Now the callpath for e.g. deleteAllEntries is:
 * app calls deleteAllEntries in WebProcess
 * Call goes through IPC to UIProcess
 * UIProcess calls deleteAllEntries in all WebProcesses (relaunching if necessary)
This is already wasteful and when the method has actual payload, the complexity grows even further.

I'll see if I can manage to implement this change...

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