mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
7b8016ebab
1. `new Notification()` and `notification.close()` in the main thread starts using PNotification 2. GlobalTeardownObserver inheritance is removed for NotificationChild::ActorDestroy 3. GlobalFreezeObserver inheritance is removed for the same inheritance in the child actor 4. Grabbing Notification objects are now done by DETH::KeepAliveIfHasListenersFor instead of via observers 5. WorkerNotificationObserver now directly has all the members MainThreadNotificationObserver had. It'll be removed soon too as a followup. Differential Revision: https://phabricator.services.mozilla.com/D228682 |
||
---|---|---|
.. | ||
test | ||
components.conf | ||
IPCUtils.h | ||
MemoryNotificationDB.sys.mjs | ||
metrics.yaml | ||
moz.build | ||
Notification.cpp | ||
Notification.h | ||
NotificationChild.cpp | ||
NotificationChild.h | ||
NotificationDB.sys.mjs | ||
NotificationEvent.cpp | ||
NotificationEvent.h | ||
NotificationParent.cpp | ||
NotificationParent.h | ||
NotificationStorage.sys.mjs | ||
NotificationUtils.cpp | ||
NotificationUtils.h | ||
PNotification.ipdl |