[Webkit-unassigned] [Bug 129740] [EFL] Add WK2 API to control TLS error policy on WebContext.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 20 22:29:56 PDT 2014


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





--- Comment #21 from Jinwoo Song <jinwoo7.song at samsung.com>  2014-03-20 22:30:16 PST ---
(From update of attachment 227203)
View in context: https://bugs.webkit.org/attachment.cgi?id=227203&action=review

> Source/WebKit2/UIProcess/API/efl/ewk_context.cpp:384
> +        toImpl(m_context.get())->setIgnoreTLSErrors(false);

You may write in a line as following.

toImpl(m_context.get())->setIgnoreTLSErrors(TLSErrorPolicy == EWK_TLS_ERROR_POLICY_IGNORE);

> Source/WebKit2/UIProcess/API/efl/ewk_context.h:83
> +    /// Fail on TLS errors.

It would be more readable to write one value and comment in a line. Also use *//* instead of *///*.

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