Closed
Bug 1931497
Opened 3 months ago
Closed 3 months ago
Replace WorkerNotificationObserver with PNotification
Categories
(Core :: DOM: Notifications, task)
Core
DOM: Notifications
Tracking
()
RESOLVED
FIXED
134 Branch
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
Details
Attachments
(7 files, 1 obsolete file)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
Assignee | ||
Updated•3 months ago
|
Assignee: nobody → krosylight
Assignee | ||
Comment 1•3 months ago
|
||
And also mark as dangling when unregistering, so that Close() won't cause double unregistration.
Assignee | ||
Comment 2•3 months ago
|
||
Assignee | ||
Comment 3•3 months ago
|
||
Assignee | ||
Comment 4•3 months ago
|
||
Assignee | ||
Comment 5•3 months ago
|
||
Assignee | ||
Comment 6•3 months ago
|
||
Assignee | ||
Comment 7•3 months ago
|
||
Assignee | ||
Comment 8•3 months ago
|
||
This should now go through PNotification. The whole cookie thing can now go away which will be done in a followup.
Updated•3 months ago
|
Attachment #9438019 -
Attachment is obsolete: true
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/63c83f539c9c
Part 1: Close NotificationParent on RecvClose r=asuth
https://hg.mozilla.org/integration/autoland/rev/914675ac5b1f
Part 2: Implement tab focusing for workers on RecvNotifyClick r=asuth
https://hg.mozilla.org/integration/autoland/rev/25282afc180b
Part 4: Remove WorkerNotificationObserver r=asuth
https://hg.mozilla.org/integration/autoland/rev/415ab0b26eec
Part 5: Remove now-redundant Notification members r=asuth
https://hg.mozilla.org/integration/autoland/rev/e4f61eca8ec9
Part 6: Adjust notification lifetime documentation comment r=asuth
https://hg.mozilla.org/integration/autoland/rev/67448cc45d93
Part 7: Remove parent process ping in PContent and PushService r=asuth
https://hg.mozilla.org/integration/autoland/rev/2d4ee0b414ac
Part 8: Remove parent process ping in PContent and nsAlertsService r=asuth
Comment 10•3 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/63c83f539c9c
https://hg.mozilla.org/mozilla-central/rev/914675ac5b1f
https://hg.mozilla.org/mozilla-central/rev/25282afc180b
https://hg.mozilla.org/mozilla-central/rev/415ab0b26eec
https://hg.mozilla.org/mozilla-central/rev/e4f61eca8ec9
https://hg.mozilla.org/mozilla-central/rev/67448cc45d93
https://hg.mozilla.org/mozilla-central/rev/2d4ee0b414ac
Status: NEW → RESOLVED
Closed: 3 months ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•