[Webkit-unassigned] [Bug 101688] [EFL][WK2] Add ewk_settings_offline_web_application_cache_enabled set/get API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 11 16:20:18 PST 2012


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





--- Comment #8 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-11-11 16:21:59 PST ---
(From update of attachment 173188)
View in context: https://bugs.webkit.org/attachment.cgi?id=173188&action=review

> Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_settings.cpp:190
> +    ASSERT_TRUE(ewk_settings_offline_web_application_cache_enabled_set(settings, EINA_TRUE));

Use standard boolean type instead of EINA_TRUE

> Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_settings.cpp:193
> +    ASSERT_TRUE(ewk_settings_offline_web_application_cache_enabled_set(settings, EINA_FALSE));

ditto.

-- 
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