mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1889483 - Migrate push files to the new renamed DOM: Push Subscriptions r=zeid,webidl,smaug DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D206627
This commit is contained in:
parent
a5545cd4c7
commit
579b6d7d51
@ -5,7 +5,7 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Notifications")
|
||||
BUG_COMPONENT = ("Core", "DOM: Push Subscriptions")
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
"nsIPushErrorReporter.idl",
|
||||
|
@ -4,7 +4,7 @@
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Notifications")
|
||||
BUG_COMPONENT = ("Core", "DOM: Push Subscriptions")
|
||||
|
||||
EXTRA_COMPONENTS += [
|
||||
"Push.manifest",
|
||||
|
@ -238,6 +238,9 @@ with Files("NavigationPreloadManager.webidl"):
|
||||
with Files("Net*"):
|
||||
BUG_COMPONENT = ("Core", "Networking")
|
||||
|
||||
with Files("Notification*"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Notifications")
|
||||
|
||||
with Files("OfflineAudio*"):
|
||||
BUG_COMPONENT = ("Core", "Web Audio")
|
||||
|
||||
@ -275,7 +278,7 @@ with Files("ProgressEvent.webidl"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Events")
|
||||
|
||||
with Files("Push*"):
|
||||
BUG_COMPONENT = ("Core", "DOM: Notifications")
|
||||
BUG_COMPONENT = ("Core", "DOM: Push Subscriptions")
|
||||
|
||||
with Files("RTC*"):
|
||||
BUG_COMPONENT = ("Core", "WebRTC")
|
||||
|
@ -8,7 +8,7 @@
|
||||
# documentation and how to modify this file.
|
||||
repo: mozilla-central
|
||||
created_at: '2021-10-14T12:50:40.073465'
|
||||
updated_at: '2024-04-03T10:44:37.118446'
|
||||
updated_at: '2024-04-04T15:12:38.005844'
|
||||
export:
|
||||
path: ./docs/mots/index.rst
|
||||
format: rst
|
||||
@ -2406,6 +2406,7 @@ modules:
|
||||
web applications.
|
||||
includes:
|
||||
- dom/push/**/*
|
||||
- dom/interfaces/push/**/*
|
||||
meta:
|
||||
owners_emeritus:
|
||||
- Doug Turner
|
||||
@ -2415,7 +2416,7 @@ modules:
|
||||
- Dragana Damjanovic
|
||||
- *mt
|
||||
components:
|
||||
- 'Core::DOM: Notifications'
|
||||
- 'Core::DOM: Push Subscriptions'
|
||||
peers: []
|
||||
machine_name: core_push_subscriptions
|
||||
|
||||
@ -4215,5 +4216,5 @@ modules:
|
||||
- Ryan Tilder
|
||||
group: dev-platform
|
||||
hashes:
|
||||
config: 20f0fcbf456adb6c635b7565b9f57d7b13f0bb85
|
||||
export: a3e3795c00cfb9241207b69cdf1f8eb7639301fe
|
||||
config: c9645255ff00ef25e720b97598b197ef4bad5104
|
||||
export: 9fbb92d32d9584feca3512b44f329d6ade33ea7f
|
||||
|
Loading…
Reference in New Issue
Block a user