roadlabs / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Support custom http cache size limit #1373

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Allow specification of a custom http cache size limit via the command-line.

CEF currently uses the default algorithm from BackendImpl::AdjustMaxCacheSize 
which computes the http cache size limit based on available disk space. Add 
support for Chrome's `--disk-cache-size=xxx` command-line flag (value in bytes) 
and pass the value as the 4th argument to the HttpCache::DefaultBackend 
constructor in libcef/browser/url_request_context_getter.cc.

Original issue reported on code.google.com by magreenb...@gmail.com on 10 Sep 2014 at 4:47

GoogleCodeExporter commented 9 years ago
CEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/cef/issue/1373

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:33