viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

commit 5124446970ec2fee8ec429ac66824fb58fbd3e15
parent 5d01ccc3f440477f77862eb9b98564a78fe22709
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Mon, 12 Nov 2012 16:48:40 -0700

main: turn bigger cache on and setup favicon db path

Diffstat:
Msrc/main.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main.c b/src/main.c @@ -237,6 +237,9 @@ setup_main_callbacks(App_Data *ad, const char *cookie_path) Ewk_Cookie_Manager *cookie_manager; Ewk_Context *context = ewk_context_default_get(); + ewk_context_cache_model_set(context, EWK_CACHE_MODEL_PRIMARY_WEBBROWSER); + ewk_context_favicon_database_directory_set(context, NULL); + /* set cookie policy to use text file and no third party cookies */ cookie_manager = ewk_context_cookie_manager_get(context); ewk_cookie_manager_persistent_storage_set(cookie_manager, cookie_path,