Bug 168772
Summary: | [GTK] Missing an API to do forms autocompletion (history) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cédric Bellegarde <cedric.bellegarde> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED LATER | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Cédric Bellegarde
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
Did you try webkit_dom_html_input_element_set_value()?
Cédric Bellegarde
webkit_dom_html_input_element_set_value() set input value, not input history.