Replace MainThreadNotificationObserver with PNotification
Categories
(Core :: DOM: Notifications, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox134 | --- | fixed |
People
(Reporter: saschanaz, Assigned: saschanaz)
References
(Regressed 1 open bug)
Details
Attachments
(8 files, 2 obsolete files)
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 | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Should be an easier step before we completely remove NotificationRef.
Assignee | ||
Comment 1•3 months ago
|
||
Assignee | ||
Comment 2•3 months ago
|
||
This patch opens an actor in the main thread just because mIsClosed is still a main thread controlled member. It will change to a target thread controlled one when one of the child patches implements Send/RecvShow.
Note that this makes showNotification() even slower and causes WPT failure for now, but that's purely a timing issue that will also be fixed by the Send patch.
Assignee | ||
Comment 3•3 months ago
|
||
Assignee | ||
Comment 4•3 months ago
|
||
Assignee | ||
Comment 5•3 months ago
|
||
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Assignee | ||
Comment 6•3 months ago
|
||
Assignee | ||
Comment 7•3 months ago
|
||
An error should still trigger unpersist.
Updated•3 months ago
|
Assignee | ||
Comment 8•3 months ago
|
||
Updated•3 months ago
|
Assignee | ||
Comment 9•3 months ago
|
||
Assignee | ||
Comment 10•3 months ago
|
||
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Updated•3 months ago
|
Comment 11•3 months ago
|
||
Comment 12•3 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3cd49ea657b5
https://hg.mozilla.org/mozilla-central/rev/affda5c4bd6e
https://hg.mozilla.org/mozilla-central/rev/3bb3905cd739
https://hg.mozilla.org/mozilla-central/rev/4d359273a778
https://hg.mozilla.org/mozilla-central/rev/284f9a865487
https://hg.mozilla.org/mozilla-central/rev/6aa0bf3fc85f
https://hg.mozilla.org/mozilla-central/rev/b4281687df45
https://hg.mozilla.org/mozilla-central/rev/146e61d3a560
Description
•