Bug 112273 - [EFL][WK2] Use Web Browser cache model in MiniBrowser
Summary: [EFL][WK2] Use Web Browser cache model in MiniBrowser
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on: 111074
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-13 11:47 PDT by Chris Dumez
Modified: 2015-06-18 08:26 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.41 KB, patch)
2013-03-13 13:00 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (1.57 KB, patch)
2015-06-18 07:35 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2013-03-13 11:47:58 PDT
MiniBrowser does not currently set the cache model on the Ewk Context, meaning that the default / minimal one is used (EWK_CACHE_MODEL_DOCUMENT_VIEWER). As a consequence, the page cache capacity is set to 0.

We should set the cache model to EWK_CACHE_MODEL_PRIMARY_WEBBROWSER to get bigger cache capacity.
Comment 1 Chris Dumez 2013-03-13 13:00:42 PDT
Created attachment 192974 [details]
Patch
Comment 2 Laszlo Gombos 2013-03-13 13:16:53 PDT
Comment on attachment 192974 [details]
Patch

r=me.
Comment 3 Csaba Osztrogonác 2015-06-18 07:35:32 PDT
Created attachment 255115 [details]
Patch

updated to tot, patch for landing
Comment 4 WebKit Commit Bot 2015-06-18 08:26:22 PDT
Comment on attachment 255115 [details]
Patch

Clearing flags on attachment: 255115

Committed r185701: <http://trac.webkit.org/changeset/185701>
Comment 5 WebKit Commit Bot 2015-06-18 08:26:30 PDT
All reviewed patches have been landed.  Closing bug.