Closed
Bug 1809875
Opened 3 years ago
Closed 3 years ago
Recalculate outdated frecency periodically
Categories
(Toolkit :: Places, task, P3)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
111 Branch
| Tracking | Status | |
|---|---|---|
| firefox111 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•3 years ago
|
||
Every time recalc_frecency is set to 1, annotate that there's frecency to
recalculate. Periodically check if there's anything to recalculate and arm the
task if necessary.
Note it would be possible, but more expensive, to send a notification or
directly invoke a method from cpp. We want updates to be cheap, and the cheapest
option is to just set a boolean.
Depends on D166665
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/e226ed35355c
Recalculate outdated frecency periodically. r=daisuke
| Assignee | ||
Updated•3 years ago
|
Type: defect → task
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•