[webkit-reviews] review requested: [Bug 129740] [EFL] Add WK2 API to control TLS error policy on WebContext. : [Attachment 226289] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 10 03:25:30 PDT 2014


Peter Molnar <pmolnar.u-szeged at partner.samsung.com> has asked  for review:
Bug 129740: [EFL] Add WK2 API to control TLS error policy on WebContext.
https://bugs.webkit.org/show_bug.cgi?id=129740

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

------- Additional Comments from Peter Molnar
<pmolnar.u-szeged at partner.samsung.com>
(In reply to comment #12)
> (From update of attachment 226121 [details])
> View in context:
https://bugs.webkit.org/attachment.cgi?id=226121&action=review
> 
> I think we need to test _get() as well. Can't you test _get() in tests ?
> 
> > Source/WebKit2/UIProcess/API/efl/ewk_context.h:362
> > +Eina_Bool ewk_context_ignore_tls_errors_get(Ewk_Context *ewkContext);
> 
> 1. Missing const keyword in parameter. Ewk_Context -> const Ewk_Context
> 2. Use context to be sync with existing APIs.
> 
> > Source/WebKit2/UIProcess/API/efl/ewk_context.h:370
> > +EAPI void ewk_context_ignore_tls_errors_set(Ewk_Context *ewkContext,
Eina_Bool ignore_tls_errors);
> 
> ditto.

Added the tests. Fixed missing const keywords.


More information about the webkit-reviews mailing list