Closed
Bug 1972117
Opened 2 months ago
Closed 1 month ago
Clear notifications on service worker unregistration
Categories
(Core :: DOM: Notifications, enhancement)
Core
DOM: Notifications
Tracking
()
RESOLVED
FIXED
142 Branch
Tracking | Status | |
---|---|---|
firefox142 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
(Blocks 1 open bug)
Details
Attachments
(4 files, 1 obsolete file)
We clear push subscription but we do not close notifications nor clear notification DB. We should probably do.
Assignee | ||
Updated•2 months ago
|
Summary: Clear notifications on site data cleanup? → Clear notifications on site data cleanup
Assignee | ||
Updated•2 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
The parameter is not being used.
Assignee | ||
Comment 2•2 months ago
|
||
Assignee | ||
Comment 3•2 months ago
|
||
Updated•2 months ago
|
Attachment #9497383 -
Attachment description: WIP: Bug 1972117 - Part 1: Remove redundant scope parameter r=asuth → Bug 1972117 - Part 1: Remove redundant scope parameter r=asuth
Updated•2 months ago
|
Attachment #9497384 -
Attachment description: WIP: Bug 1972117 - Part 2: Remove origin field if empty r=asuth → Bug 1972117 - Part 2: Remove origin field if empty r=asuth
Assignee | ||
Comment 4•2 months ago
|
||
Assignee | ||
Comment 5•2 months ago
|
||
Updated•2 months ago
|
Attachment #9497385 -
Attachment is obsolete: true
Assignee | ||
Updated•1 month ago
|
Summary: Clear notifications on site data cleanup → Clear notifications on service worker unregistration
Assignee | ||
Updated•1 month ago
|
Component: Data Sanitization → DOM: Notifications
Product: Toolkit → Core
Pushed by krosylight@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/097587991aee
https://hg.mozilla.org/integration/autoland/rev/639bb2e6717a
Part 1: Remove redundant scope parameter r=asuth
https://github.com/mozilla-firefox/firefox/commit/a6205ba5fe6a
https://hg.mozilla.org/integration/autoland/rev/5db864f2389f
Part 2: Remove origin field if empty r=asuth
https://github.com/mozilla-firefox/firefox/commit/37d6123a1dff
https://hg.mozilla.org/integration/autoland/rev/1c6ace5aa850
Part 3: Move NotificationsCallback to NotificationUtils r=asuth
https://github.com/mozilla-firefox/firefox/commit/6dbcc5160a6b
https://hg.mozilla.org/integration/autoland/rev/d9c5ef791f25
Part 4: Clear notifications on service worker unregistration r=asuth
https://github.com/mozilla-firefox/firefox/commit/e76333b4d7fb
https://hg.mozilla.org/integration/autoland/rev/e5e4d192a3d1
apply code formatting via Lando
Pushed by smolnar@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8059c4464f59
https://hg.mozilla.org/integration/autoland/rev/2e24d997d5de
Revert "Bug 1972117: apply code formatting via Lando" for causing assertion failures @ MozPromise.h
Comment 8•1 month ago
|
||
Backed out for causing assertion failures @ MozPromise.h
Backout link: https://hg.mozilla.org/integration/autoland/rev/2e24d997d5de727be8e44b522e57d7ff7db52486
Flags: needinfo?(krosylight)
Assignee | ||
Updated•1 month ago
|
Flags: needinfo?(krosylight)
Pushed by krosylight@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/0247b493d54d
https://hg.mozilla.org/integration/autoland/rev/89935d837cfc
Part 1: Remove redundant scope parameter r=asuth
https://github.com/mozilla-firefox/firefox/commit/4f3fc58e23dd
https://hg.mozilla.org/integration/autoland/rev/f2e7fc3530d1
Part 2: Remove origin field if empty r=asuth
https://github.com/mozilla-firefox/firefox/commit/3b81d9d2e660
https://hg.mozilla.org/integration/autoland/rev/8fda62a34fb2
Part 3: Move NotificationsCallback to NotificationUtils r=asuth
https://github.com/mozilla-firefox/firefox/commit/5e0f7b44d3d2
https://hg.mozilla.org/integration/autoland/rev/3eb35938e750
Part 4: Clear notifications on service worker unregistration r=asuth
Comment 10•1 month ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/89935d837cfc
https://hg.mozilla.org/mozilla-central/rev/f2e7fc3530d1
https://hg.mozilla.org/mozilla-central/rev/8fda62a34fb2
https://hg.mozilla.org/mozilla-central/rev/3eb35938e750
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox142:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 142 Branch
Updated•28 days ago
|
QA Whiteboard: [qa-triage-done-c143/b142]
You need to log in
before you can comment on or make changes to this bug.
Description
•