[webkit-efl] async keyword in WebKit2 EFL APIs

ryuan Choi ryuan.choi at webkit.org
Mon Mar 17 09:48:18 PDT 2014


Hi, efl-folks,

Today, I landed ewk_application_cache_manager (
https://bugs.webkit.org/show_bug.cgi?id=102853)

While making it, we have some discussion about *async* in APIs.

While we used xxx_async_yyy_get (xxx as module, yyy as functionality),
other EFL libraries looks prefered xxx_yyy_async_get() style.

For example, ewebkit has
ewk_cookie_manager_async_accept_policy_get
ewk_cookie_manager_async_hostnames_with_cookies_get
...

while EFL has
efreet_menu_async_get
ethumb_client_thumb_async_get
ethumb_client_thumb_async_cancel

So, for the consistency with EFL libraries. we'd better to use
xxx_yyy_async_zzz()

If nobody object about it, I want to fix ewebkit APIs including
ewk_application_cache_manager_origins_get.

Best Regards,
Ryuan Choi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-efl/attachments/20140318/08362c61/attachment.html>


More information about the webkit-efl mailing list