.
Created attachment 400321 [details] Patch
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment on attachment 400321 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=400321&action=review Awesome! > Source/WebKit/UIProcess/API/gtk/WebKitAuthenticationDialog.cpp:145 > gtk_widget_set_can_default(button, TRUE); Isn't there an alternative for this on GTK4?
(In reply to Sergio Villar Senin from comment #3) > Comment on attachment 400321 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=400321&action=review > > Awesome! Thanks for the review! > > Source/WebKit/UIProcess/API/gtk/WebKitAuthenticationDialog.cpp:145 > > gtk_widget_set_can_default(button, TRUE); > > Isn't there an alternative for this on GTK4? No, can-default property was removed because it's no longer needed.
Committed r262287: <https://trac.webkit.org/changeset/262287>