Skip to content

Commit d993030

Browse files
committed
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
1 parent 69105a8 commit d993030

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

browser/base/content/moz.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ with Files("test/about/**"):
1717
BUG_COMPONENT = ("Firefox", "General")
1818

1919
with Files("test/alerts/**"):
20-
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
20+
BUG_COMPONENT = ("Toolkit", "Alerts Service")
2121

2222
with Files("test/captivePortal/**"):
2323
BUG_COMPONENT = ("Firefox", "General")
@@ -59,7 +59,7 @@ with Files("test/plugins/**"):
5959
BUG_COMPONENT = ("Core", "Audio/Video: GMP")
6060

6161
with Files("test/popupNotifications/**"):
62-
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
62+
BUG_COMPONENT = ("Toolkit", "PopupNotifications and Notification Bars")
6363

6464
with Files("test/popups/**"):
6565
BUG_COMPONENT = ("Firefox", "Site Permissions")

browser/components/prompts/moz.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
44

55
with Files("**"):
6-
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
6+
BUG_COMPONENT = ("Toolkit", "Content Prompts")
77

88
EXTRA_JS_MODULES += [
99
"PromptCollection.sys.mjs",

dom/notification/moz.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

77
with Files("**"):
8-
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
8+
BUG_COMPONENT = ("Core", "DOM: Notifications")
99

1010
EXTRA_JS_MODULES += [
1111
"NotificationStorage.sys.mjs",

testing/web-platform/moz.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ with Files("tests/netinfo/**"):
557557
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
558558

559559
with Files("tests/notifications/**"):
560-
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
560+
BUG_COMPONENT = ("Core", "DOM: Notifications")
561561

562562
with Files("tests/network-error-logging/**"):
563563
BUG_COMPONENT = ("Core", "DOM: Networking")

toolkit/components/alerts/moz.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ FINAL_LIBRARY = "xul"
4242
JAR_MANIFESTS += ["jar.mn"]
4343

4444
with Files("**"):
45-
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
45+
BUG_COMPONENT = ("Toolkit", "Alerts Service")

toolkit/components/prompts/moz.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

77
with Files("**"):
8-
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
8+
BUG_COMPONENT = ("Toolkit", "Content Prompts")
99

1010
DIRS += ["src"]
1111

toolkit/modules/moz.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ with Files("PermissionsUtils.sys.mjs"):
103103
BUG_COMPONENT = ("Toolkit", "Add-ons Manager")
104104

105105
with Files("PopupNotifications.sys.mjs"):
106-
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
106+
BUG_COMPONENT = ("Toolkit", "PopupNotifications and Notification Bars")
107107

108108
with Files("PrivateBrowsingUtils.sys.mjs"):
109109
BUG_COMPONENT = ("Firefox", "Private Browsing")
@@ -121,7 +121,7 @@ with Files("Sqlite.sys.mjs"):
121121
BUG_COMPONENT = ("Toolkit", "Storage")
122122

123123
with Files("SubDialog.sys.mjs"):
124-
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
124+
BUG_COMPONENT = ("Toolkit", "Content Prompts")
125125

126126
with Files("UpdateUtils.sys.mjs"):
127127
BUG_COMPONENT = ("Toolkit", "Application Update")

toolkit/mozapps/notificationserver/moz.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

77
with Files("**"):
8-
BUG_COMPONENT = ("Toolkit", "Notifications and Alerts")
8+
BUG_COMPONENT = ("Toolkit", "Alerts Service")
99

1010
SharedLibrary("notificationserver")
1111

0 commit comments

Comments
 (0)