[Webkit-unassigned] [Bug 121095] [EFL] Add parameter to MiniBrowser to disable web security

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 1 23:56:18 PDT 2014


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





--- Comment #12 from Grzegorz Czajkowski <g.czajkowski at samsung.com>  2014-06-01 23:56:40 PST ---
(From update of attachment 232239)
View in context: https://bugs.webkit.org/attachment.cgi?id=232239&action=review

Thanks for picking it up. Patch itself looks good to me.

> Source/WebKit2/UIProcess/API/efl/ewk_settings.h:481
> +EAPI Eina_Bool ewk_settings_web_security_enabled_set(Ewk_Settings* settings, Eina_Bool enable);

Before landing, please update public APIs (headers only) in compliance with EFL coding style, "*" operator should be placed next to variable.

> Source/WebKit2/UIProcess/API/efl/ewk_settings.h:491
> +EAPI Eina_Bool ewk_settings_web_security_enabled_get(const Ewk_Settings* settings);

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