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+

Description Michael Catanzaro 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.
Comment 1 Michael Catanzaro 2019-03-29 17:48:33 PDT
Created attachment 366335 [details]
Patch
Comment 2 EWS Watchlist 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
Comment 3 Darin Adler 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.
Comment 4 Michael Catanzaro 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.
Comment 5 Carlos Garcia Campos 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.
Comment 6 Michael Catanzaro 2019-04-03 08:01:40 PDT

*** This bug has been marked as a duplicate of bug 196402 ***