Changeset 185701 in webkit
- Timestamp:
- Jun 18, 2015, 8:25:40 AM (11 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
MiniBrowser/efl/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r185698 r185701 1 2015-06-18 Christophe Dumez <ch.dumez@sisa.samsung.com> 2 3 [EFL][WK2] Use Web Browser cache model in MiniBrowser 4 https://bugs.webkit.org/show_bug.cgi?id=112273 5 6 Reviewed by Laszlo Gombos. 7 8 Set cache model to EWK_CACHE_MODEL_PRIMARY_WEBBROWSER in EFL's MiniBrowser 9 instead of leaving the default value (EWK_CACHE_MODEL_DOCUMENT_VIEWER). 10 This way we have a decent cache capacity and the page cache actually works. 11 12 * MiniBrowser/efl/main.c: 13 (elm_main): 14 1 15 2015-06-18 Gyuyoung Kim <gyuyoung.kim@webkit.org> 2 16 -
trunk/Tools/MiniBrowser/efl/main.c
r185449 r185701 2453 2453 ewk_context_favicon_database_directory_set(context, NULL); 2454 2454 2455 // Use a proper cache model. 2456 ewk_context_cache_model_set(context, EWK_CACHE_MODEL_PRIMARY_WEBBROWSER); 2457 2455 2458 if (cookies_policy_string) { 2456 2459 Ewk_Cookie_Accept_Policy cookie_policy = parse_cookies_policy(cookies_policy_string);
Note:
See TracChangeset
for help on using the changeset viewer.