Add support for displaying application's autofill settings from the suggestions popup
Bug #1678160 reported by
Chris Coulson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Oxide |
Triaged
|
High
|
Unassigned |
Bug Description
Chrome displays an item in the suggestions popup to open the autofill settings. We need something in Oxide, although I'm not sure of the best way to do this yet given that the settings UI will live in the application.
Changed in oxide: | |
importance: | Undecided → High |
status: | New → Triaged |
To post a comment you must log in.
Maybe a callback property on the webview: if unset (default), no extra item is displayed in the suggestions popup, and if set the extra item is shown and clicking it invokes the callback.