RESOLVED FIXED 177737
[GTK][WPE] Enable interactive forms validation by default
https://bugs.webkit.org/show_bug.cgi?id=177737
Summary [GTK][WPE] Enable interactive forms validation by default
Carlos Garcia Campos
Reported 2017-10-02 02:05:21 PDT
It's currently disabled for no reason.
Attachments
Patch (1.16 KB, patch)
2017-10-02 02:07 PDT, Carlos Garcia Campos
mcatanzaro: review+
Carlos Garcia Campos
Comment 1 2017-10-02 02:07:14 PDT
Michael Catanzaro
Comment 2 2017-10-02 04:40:48 PDT
Comment on attachment 322363 [details] Patch No r+ from me because you've left it disabled on Windows for no reason. We should get rid of DEFAULT_HTML_INTERACTIVE_FORM_VALIDATION_ENABLED and just hardcode the default value as true.
Carlos Garcia Campos
Comment 3 2017-10-02 04:59:05 PDT
(In reply to Michael Catanzaro from comment #2) > Comment on attachment 322363 [details] > Patch > > No r+ from me because you've left it disabled on Windows for no reason. We > should get rid of DEFAULT_HTML_INTERACTIVE_FORM_VALIDATION_ENABLED and just > hardcode the default value as true. Windows? there's no windows wk2 port? I can remove the ifdef before landing
Michael Catanzaro
Comment 4 2017-10-02 05:34:43 PDT
Comment on attachment 322363 [details] Patch OK, with the ifdef removed Windows WK2 port is WIP. The PlatformWin.cmake is already in place.
Carlos Garcia Campos
Comment 5 2017-10-02 07:33:01 PDT
Note You need to log in before you can comment on or make changes to this bug.