[Webkit-unassigned] [Bug 55258] [EFL] API for application cache database directory path moved from ewk_view to ewk_setting because of wrong logic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 25 22:27:13 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55258





--- Comment #2 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2011-02-25 22:27:13 PST ---
(From update of attachment 83871)
View in context: https://bugs.webkit.org/attachment.cgi?id=83871&action=review

> Source/WebKit/efl/ChangeLog:5
> +        API for application cache database directory path moved from ewk_view to ewk_settings

Please sync with bug title.

> Source/WebKit/efl/ChangeLog:6
> +

Please add bug url

> Source/WebKit/efl/ewk/ewk_settings.cpp:147
> +        eina_stringshare_replace(&_ewk_application_cache_database_path, path);

We should prepare that the "OFFLINE_WEB_APPLICATIONS" is disabled,
For example,

#else
    return;
#endif

> Source/WebKit/efl/ewk/ewk_settings.cpp:164
> +    return _ewk_application_cache_database_path;

Same with above.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list