[webkit-reviews] review granted: [Bug 186557] [GTK][WPE] MiniBrowsers should be able to ignore TLS errors : [Attachment 342728] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 01:51:52 PDT 2018


Carlos Garcia Campos <cgarcia at igalia.com> has granted Zan Dobersek
<zan at falconsigh.net>'s request for review:
Bug 186557: [GTK][WPE] MiniBrowsers should be able to ignore TLS errors
https://bugs.webkit.org/show_bug.cgi?id=186557

Attachment 342728: Patch

https://bugs.webkit.org/attachment.cgi?id=342728&action=review




--- Comment #6 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 342728
  --> https://bugs.webkit.org/attachment.cgi?id=342728
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=342728&action=review

Thanks!

> Tools/MiniBrowser/wpe/main.cpp:53
> +    { "ignore-tls-errors", 0, 0, G_OPTION_ARG_NONE, &ignoreTLSErrors,
"Ignore TLS errors", NULL },

Use nullptr here, WPE MiniBrowser is c++ not c.


More information about the webkit-reviews mailing list