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:
@@ -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
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user