[Webkit-unassigned] [Bug 112883] New: [meta][Chromium] Implement page cache support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 00:33:37 PDT 2013


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

           Summary: [meta][Chromium] Implement page cache support
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: https://code.google.com/p/chromium/issues/detail?id=28
                    79
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dchris at gmail.com
                CC: abarth at webkit.org, laszlo.gombos at webkit.org


The chromium port does not currently enable page cache support. With the default process model in Chromium (Process per site instance), the page cache may not work as expected because a new process may be created when navigating to a new site instance. However, page cache would work correctly with minor modifications for other process models (process per tab or single process).

Given that chromium supports different process models and that page cache would be beneficial for at least some of them. I propose to implement page cache support in chromium port.

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