Closed
Bug 1923125
Opened 4 months ago
Closed 4 months ago
Backup regeneration is triggered by batch cookie deletion due to expiry / hitting size limits
Categories
(Firefox :: Profile Backup, defect, P3)
Firefox
Profile Backup
Tracking
()
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | disabled |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidefe-device-migration])
Attachments
(1 file)
In bug 1890427, I added some routines that regenerate backups when certain resources are manually deleted by users.
I've noticed more regeneration occurring in my local profile, and doing some debugging, I think this has to do with regeneration triggered by batch cookie deletion. What we want to do is regenerate backups if a cookie is deleted manually by the user. What we don't want to do is regenerate backups if a cookie naturally expires or if the cookie table purged of cookies because of size limits on the table.
Updated•4 months ago
|
Assignee | ||
Updated•4 months ago
|
Summary: Backup regeneration is triggered by "natural" cookie deletion too → Backup regeneration is triggered by batch cookie deletion due to expiry / hitting size limits
Assignee | ||
Comment 1•4 months ago
|
||
Updated•4 months ago
|
Assignee: nobody → mconley
Status: NEW → ASSIGNED
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d1771a17361d
Don't regenerate backups on batched cookie deletion due to expiry / size limits. r=kpatenio,backup-reviewers
Comment 3•4 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•