forked from mirrors/gecko-dev
Bug 1889622 - Add Core: Notifications to MOTS r=zeid,nrishel,nalexander DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D206641
This commit is contained in:
parent
579b6d7d51
commit
c6eeaa9134
1 changed files with 26 additions and 4 deletions
30
mots.yaml
30
mots.yaml
|
|
@ -8,7 +8,7 @@
|
||||||
# documentation and how to modify this file.
|
# documentation and how to modify this file.
|
||||||
repo: mozilla-central
|
repo: mozilla-central
|
||||||
created_at: '2021-10-14T12:50:40.073465'
|
created_at: '2021-10-14T12:50:40.073465'
|
||||||
updated_at: '2024-04-04T15:12:38.005844'
|
updated_at: '2024-04-04T19:44:57.780772'
|
||||||
export:
|
export:
|
||||||
path: ./docs/mots/index.rst
|
path: ./docs/mots/index.rst
|
||||||
format: rst
|
format: rst
|
||||||
|
|
@ -845,7 +845,7 @@ people:
|
||||||
nick: ryan.sleevi
|
nick: ryan.sleevi
|
||||||
- &saschanaz
|
- &saschanaz
|
||||||
bmo_id: 473060
|
bmo_id: 473060
|
||||||
name: Kagami
|
name: Kagami Rosylight
|
||||||
nick: saschanaz
|
nick: saschanaz
|
||||||
- &Sasha
|
- &Sasha
|
||||||
bmo_id: 704132
|
bmo_id: 704132
|
||||||
|
|
@ -2253,6 +2253,28 @@ modules:
|
||||||
- *mossop
|
- *mossop
|
||||||
machine_name: core_nodejs_usage_tools_and_style
|
machine_name: core_nodejs_usage_tools_and_style
|
||||||
|
|
||||||
|
- name: 'Core: Notifications'
|
||||||
|
description: The infrastructure for Web Notifications API and the Firefox Desktop
|
||||||
|
notifications.
|
||||||
|
includes:
|
||||||
|
- dom/notification/**/*
|
||||||
|
- toolkit/components/alerts/**/*
|
||||||
|
- toolkit/system/gnome/nsAlertsIconListener*
|
||||||
|
- toolkit/system/gnome/nsSystemAlertsService*
|
||||||
|
- widget/windows/ToastNotification*
|
||||||
|
- widget/cocoa/OSXNotificationCenter*
|
||||||
|
meta:
|
||||||
|
group: dev-platform
|
||||||
|
components:
|
||||||
|
- 'Core::DOM: Notifications'
|
||||||
|
- Toolkit::Alerts Service
|
||||||
|
owners:
|
||||||
|
- *saschanaz
|
||||||
|
peers:
|
||||||
|
- *nalexander
|
||||||
|
- *nrishel
|
||||||
|
machine_name: core_notifications
|
||||||
|
|
||||||
- name: 'Core: NSPR'
|
- name: 'Core: NSPR'
|
||||||
description: Netscape Portable Runtime
|
description: Netscape Portable Runtime
|
||||||
includes:
|
includes:
|
||||||
|
|
@ -4216,5 +4238,5 @@ modules:
|
||||||
- Ryan Tilder
|
- Ryan Tilder
|
||||||
group: dev-platform
|
group: dev-platform
|
||||||
hashes:
|
hashes:
|
||||||
config: c9645255ff00ef25e720b97598b197ef4bad5104
|
config: 1650f8aa7595ca3b30f71f18cad0b42b9e957137
|
||||||
export: 9fbb92d32d9584feca3512b44f329d6ade33ea7f
|
export: 760771e343bdf7a45922c80e4643fe0f71fd3be6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue