Add columns to moz_origins and preferences for temporary autofill blocking
Categories
(Firefox :: Address Bar, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: jteow, Assigned: jteow)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sng][adaptive-autofill])
Attachments
(2 files)
When the user backspaces or dismisses the autofill suggestion, we add to this temporary blocklist, for a while (let’s start with 7 days for dismiss, 2 days for backspace) the url won’t be suggested. This removes the immediate annoyance of getting a wrong result repeatedly, while at the same time reduces the risk of accidental dismissals blocklisting the url forever. During the timeframe we assume the user can train Firefox to pick a better result.
We can add a block_until_ms and block_pages_until_ms timestamp column to moz_origins. The former is used on the origin, the latter is used on all subpages.
Set a blocklist expiration date in it, compare with current time when querying.
Updated•2 months ago
|
| Assignee | ||
Comment 1•2 months ago
|
||
| Assignee | ||
Comment 2•2 months ago
|
||
| Assignee | ||
Updated•2 months ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Comment 4•1 month ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/7fa97f8e43d3
https://hg.mozilla.org/mozilla-central/rev/ab88542bc350
Updated•1 month ago
|
Description
•