RESOLVED WONTFIX112885
[Chromium] Add API to set PageCache capacity
https://bugs.webkit.org/show_bug.cgi?id=112885
Summary [Chromium] Add API to set PageCache capacity
Chris Dumez
Reported 2013-03-21 00:52:39 PDT
The Chromium port currently has a setting to enable page cache but it has no effect because the page cache capacity is not set and its default value is 0. To really support page cache, the page cache capacity should be set to a non-0 value.
Attachments
Patch (6.36 KB, patch)
2013-03-21 06:49 PDT, Chris Dumez
abarth: review-
Chris Dumez
Comment 1 2013-03-21 06:49:12 PDT
Created attachment 194247 [details] Patch I followed the model used for the MemoryCache (aka WebCache).
WebKit Review Bot
Comment 2 2013-03-21 06:51:15 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
Adam Barth
Comment 3 2013-03-21 09:52:30 PDT
Comment on attachment 194247 [details] Patch It's not clear to me that we want to support the PageCache in Chromium. We should discuss that first before landing these patches.
Stephen Chenney
Comment 4 2013-04-08 16:59:14 PDT
Move to the Chromium PageCache bug report.
Note You need to log in before you can comment on or make changes to this bug.