Bug 168772 - [GTK] Missing an API to do forms autocompletion (history)
Summary: [GTK] Missing an API to do forms autocompletion (history)
Status: RESOLVED LATER
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-23 06:57 PST by Cédric Bellegarde
Modified: 2017-11-28 03:50 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Bellegarde 2017-02-23 06:57:41 PST
Can't find an API in WebKitGTK allowing me to inject values (not in dom, in webkit) in forms (like most web browser) to enable some input history.

As I can't find a WebKitGTK browser doing this, I guess this is missing from API.
Comment 1 Michael Catanzaro 2017-02-23 08:01:44 PST
Did you try webkit_dom_html_input_element_set_value()?
Comment 2 Cédric Bellegarde 2017-03-02 07:02:55 PST
webkit_dom_html_input_element_set_value() set input value, not input history.