Closed
Bug 1475558
Opened 7 years ago
Closed 7 years ago
Remove annotations expiration policies to speed up expiration and removals
Categories
(Toolkit :: Places, enhancement, P1)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: mak, Assigned: mak)
References
(Blocks 1 open bug)
Details
(Keywords: perf, Whiteboard: [fxsearch])
Attachments
(1 file)
We do a bunch of work we don't need anymore, because annotations are going away and the only 2 policies we still use are EXPIRE_WITH_HISTORY and EXPIRE_NEVER.
When moving download annotations to history we'll likely also change those to EXPIRE_NEVER, because the only case where those 2 policies differ is if the page is bookmarked, and if the page is bookmarked we assume the user visited it sooner or later, so privacy is less of a concern.
Assignee | ||
Comment 1•7 years ago
|
||
Remove expiration policies from annotations, keeping only EXPIRE_NEVER. Remove all the code handling expiration of those. Fix tests to pass proper arguments.
Assignee | ||
Updated•7 years ago
|
Whiteboard: [fxsearch]
Comment 2•7 years ago
|
||
Comment on attachment 8991978 [details]
Bug 1475558 - Remove annotations expiration policies to speed up expiration and removals. r=standard8
Mark Banner (:standard8) has approved the revision.
https://phabricator.services.mozilla.com/D2128
Attachment #8991978 -
Flags: review+
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/a2ed8429e90b
Remove annotations expiration policies to speed up expiration and removals. r=Standard8
![]() |
||
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
You need to log in
before you can comment on or make changes to this bug.
Description
•