| Cargo.toml |
|
1033 |
- |
| metrics.yaml |
|
3518 |
- |
| moz.build |
|
531 |
- |
| PushNotificationHelper.sys.mjs |
Interface to a helper process that delivers push notifications while Firefox
is closed, run per profile and outliving the session that started it.
|
2902 |
90 % |
| PushNotificationHelperRegistry.sys.mjs |
The registry record of the running push notification helpers, one value per
helper under HKCU, shared by every install of this user. Value names are
"<install directory>|<profile directory>", following the shape of the
Default Browser Agent key. The updater reads this record to restart the
helpers it stops before applying an update.
|
4606 |
89 % |
| src |
|
|
0 % |
| tests |
|
|
- |
| WindowsPushNotificationHelper.sys.mjs |
Launches the helper.
@param {string[]} args - full argument list for the helper.
@returns {boolean} whether the helper was launched.
|
2556 |
29 % |