| Summary: | [WPE][GTK][STABLE] webkit_dom_element_html_input_element_set_editing_value should use HTMLInputElement::setValueForUser | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> | ||||
| Component: | WebKitGTK | Assignee: | 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
Michael Catanzaro
2019-03-29 17:43:36 PDT
Created attachment 366335 [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 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. 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 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.
*** This bug has been marked as a duplicate of bug 196402 *** |