Bug 196417

Summary: [WPE][GTK][STABLE] webkit_dom_element_html_input_element_set_editing_value should use HTMLInputElement::setValueForUser
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: berto, bugs-noreply, cgarcia, darin, ews-watchlist, gustavo, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   
See Also: https://bugs.webkit.org/show_bug.cgi?id=196402
Attachments:
Description Flags
Patch darin: review+

Michael Catanzaro
Reported 2019-03-29 17:43:36 PDT
This is a much simpler version of the patches in bug #195708 and bug #196402, intended for the 2.24 branch. We can't just backport those because the second patch adds new web process API.
Attachments
Patch (2.45 KB, patch)
2019-03-29 17:48 PDT, Michael Catanzaro
darin: review+
Michael Catanzaro
Comment 1 2019-03-29 17:48:33 PDT
EWS Watchlist
Comment 2 2019-03-29 17:52:25 PDT
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
Darin Adler
Comment 3 2019-04-01 08:51:58 PDT
Comment on attachment 366335 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=366335&action=review > Source/WebKit/ChangeLog:3 > + [WPE][GTK][STABLE] webkit_dom_element_html_input_element_set_editing_value should use HTMLInputElement::setValueForUser Ideally should explain why. This title just says exactly what the patch does, and not why.
Michael Catanzaro
Comment 4 2019-04-01 10:04:53 PDT
True. This patch is kinda low-effort since it's not intended for trunk, though. I figure anyone looking at the stable branch can follow the link to Bugzilla.
Carlos Garcia Campos
Comment 5 2019-04-01 22:40:52 PDT
Comment on attachment 366335 [details] Patch I would do this in trunk too, instead of adding new function. This is wrapping an internal function in the end, so it doesn't matter if the name doesn't match.
Michael Catanzaro
Comment 6 2019-04-03 08:01:40 PDT
*** This bug has been marked as a duplicate of bug 196402 ***
Note You need to log in before you can comment on or make changes to this bug.