Bug 1923125 - Don't regenerate backups on batched cookie deletion due to expiry / size limits. r=kpatenio,backup-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D224832
This commit is contained in:
Mike Conley
2024-10-09 14:06:20 +00:00
parent 6acef20ad0
commit afb930d214

View File

@@ -3274,8 +3274,6 @@ export class BackupService extends EventTarget {
case "session-cookie-changed": {
let notification = subject.QueryInterface(Ci.nsICookieNotification);
if (
notification.action ==
Ci.nsICookieNotification.COOKIES_BATCH_DELETED ||
notification.action == Ci.nsICookieNotification.COOKIE_DELETED ||
notification.action == Ci.nsICookieNotification.ALL_COOKIES_CLEARED
) {