Bug 168772

Summary: [GTK] Missing an API to do forms autocompletion (history)
Product: WebKit Reporter: Cédric Bellegarde <cedric.bellegarde>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED LATER    
Severity: Normal CC: bugs-noreply, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.