Open
Bug 1562823
Opened 5 years ago
Updated 11 months ago
Refactor inputhistory
Categories
(Firefox :: Address Bar, task, P3)
Tracking
()
NEW
Iteration:
69.4 - Jun 24 - Jul 7
People
(Reporter: mak, Unassigned)
References
(Depends on 2 open bugs, Blocks 1 open bug)
Details
Input history has a few defects and improvements we could do:
- the current scoring system requires a decay, we should use an exponential decay score instead and only have a daily removal
- it is storing urls in some cases, for example pressing DOWN on a valid url, and picking a non-heuristic. Storing urls is not useful, we should only be storing user typed text
- it has no limit, we should not be storing more than a certain amount of chars (bug 1391236)
- it stores input history for the empty string, that is not particularly useful once we change the empty string behavior
- the table could use WITHOUT ROWID (bug 977160)
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•4 years ago
|
Blocks: qb-results-papercuts
Reporter | ||
Updated•4 years ago
|
No longer blocks: qb-results-papercuts
Updated•1 year ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•