Bug 1840071 - Update references to Toolkit :: Notifications and Alerts in parts of the tree to use new components. r=hjones,nalexander,mtigley,saschanaz

Differential Revision: https://phabricator.services.mozilla.com/D182229
This commit is contained in:
Mike Conley 2023-07-05 16:41:00 +00:00
Родитель 69105a8a7a
Коммит d993030010
8 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -17,7 +17,7 @@ with Files("test/about/**"):
BUG_COMPONENT = ("Firefox", "General")
with Files("test/alerts/**"):
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
BUG_COMPONENT = ("Toolkit", "Alerts Service")
with Files("test/captivePortal/**"):
BUG_COMPONENT = ("Firefox", "General")
@ -59,7 +59,7 @@ with Files("test/plugins/**"):
BUG_COMPONENT = ("Core", "Audio/Video: GMP")
with Files("test/popupNotifications/**"):
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
BUG_COMPONENT = ("Toolkit", "PopupNotifications and Notification Bars")
with Files("test/popups/**"):
BUG_COMPONENT = ("Firefox", "Site Permissions")

Просмотреть файл

@ -3,7 +3,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
BUG_COMPONENT = ("Toolkit", "Content Prompts")
EXTRA_JS_MODULES += [
"PromptCollection.sys.mjs",

Просмотреть файл

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
BUG_COMPONENT = ("Core", "DOM: Notifications")
EXTRA_JS_MODULES += [
"NotificationStorage.sys.mjs",

Просмотреть файл

@ -557,7 +557,7 @@ with Files("tests/netinfo/**"):
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
with Files("tests/notifications/**"):
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
BUG_COMPONENT = ("Core", "DOM: Notifications")
with Files("tests/network-error-logging/**"):
BUG_COMPONENT = ("Core", "DOM: Networking")

Просмотреть файл

@ -42,4 +42,4 @@ FINAL_LIBRARY = "xul"
JAR_MANIFESTS += ["jar.mn"]
with Files("**"):
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
BUG_COMPONENT = ("Toolkit", "Alerts Service")

Просмотреть файл

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
BUG_COMPONENT = ("Toolkit", "Content Prompts")
DIRS += ["src"]

Просмотреть файл

@ -103,7 +103,7 @@ with Files("PermissionsUtils.sys.mjs"):
BUG_COMPONENT = ("Toolkit", "Add-ons Manager")
with Files("PopupNotifications.sys.mjs"):
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
BUG_COMPONENT = ("Toolkit", "PopupNotifications and Notification Bars")
with Files("PrivateBrowsingUtils.sys.mjs"):
BUG_COMPONENT = ("Firefox", "Private Browsing")
@ -121,7 +121,7 @@ with Files("Sqlite.sys.mjs"):
BUG_COMPONENT = ("Toolkit", "Storage")
with Files("SubDialog.sys.mjs"):
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
BUG_COMPONENT = ("Toolkit", "Content Prompts")
with Files("UpdateUtils.sys.mjs"):
BUG_COMPONENT = ("Toolkit", "Application Update")

Просмотреть файл

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
BUG_COMPONENT = ("Toolkit", "Alerts Service")
SharedLibrary("notificationserver")