[webkit-reviews] review granted: [Bug 85178] [EFL] Add API for Web Database handling : [Attachment 142232] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 16 17:29:37 PDT 2012


Antonio Gomes <tonikitoo at webkit.org> has granted Thiago Marcos P. Santos
<tmpsantos at gmail.com>'s request for review:
Bug 85178: [EFL] Add API for Web Database handling
https://bugs.webkit.org/show_bug.cgi?id=85178

Attachment 142232: Patch
https://bugs.webkit.org/attachment.cgi?id=142232&action=review

------- Additional Comments from Antonio Gomes <tonikitoo at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=142232&action=review


> Source/WebKit/efl/ewk/ewk_security_origin.cpp:91
> +Eina_List* ewk_security_origin_web_database_get_all(const
Ewk_Security_Origin* origin)

#else
unused_param(origin)

> Source/WebKit/efl/ewk/ewk_web_database.cpp:53
> +#else
> +    return 0;
> +#endif

ditto

> Source/WebKit/efl/ewk/ewk_web_database.cpp:64
> +#else
> +    return 0;
> +#endif

ditto


More information about the webkit-reviews mailing list