File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
mozapps/notificationserver Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ with Files("test/about/**"):
17
17
BUG_COMPONENT = ("Firefox" , "General" )
18
18
19
19
with Files ("test/alerts/**" ):
20
- BUG_COMPONENT = ("Toolkit" , "Notifications and Alerts" )
20
+ BUG_COMPONENT = ("Toolkit" , "Alerts Service " )
21
21
22
22
with Files ("test/captivePortal/**" ):
23
23
BUG_COMPONENT = ("Firefox" , "General" )
@@ -59,7 +59,7 @@ with Files("test/plugins/**"):
59
59
BUG_COMPONENT = ("Core" , "Audio/Video: GMP" )
60
60
61
61
with Files ("test/popupNotifications/**" ):
62
- BUG_COMPONENT = ("Toolkit" , "Notifications and Alerts " )
62
+ BUG_COMPONENT = ("Toolkit" , "PopupNotifications and Notification Bars " )
63
63
64
64
with Files ("test/popups/**" ):
65
65
BUG_COMPONENT = ("Firefox" , "Site Permissions" )
Original file line number Diff line number Diff line change 3
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
4
5
5
with Files("**"):
6
- BUG_COMPONENT = ("Toolkit", "Notifications and Alerts ")
6
+ BUG_COMPONENT = ("Toolkit", "Content Prompts ")
7
7
8
8
EXTRA_JS_MODULES += [
9
9
"PromptCollection.sys.mjs",
Original file line number Diff line number Diff line change 5
5
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
6
7
7
with Files ("**" ):
8
- BUG_COMPONENT = ("Toolkit " , "Notifications and Alerts " )
8
+ BUG_COMPONENT = ("Core " , "DOM: Notifications " )
9
9
10
10
EXTRA_JS_MODULES += [
11
11
"NotificationStorage.sys.mjs" ,
Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ with Files("tests/netinfo/**"):
557
557
BUG_COMPONENT = ("Core" , "DOM: Device Interfaces" )
558
558
559
559
with Files ("tests/notifications/**" ):
560
- BUG_COMPONENT = ("Toolkit " , "Notifications and Alerts " )
560
+ BUG_COMPONENT = ("Core " , "DOM: Notifications " )
561
561
562
562
with Files ("tests/network-error-logging/**" ):
563
563
BUG_COMPONENT = ("Core" , "DOM: Networking" )
Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ FINAL_LIBRARY = "xul"
42
42
JAR_MANIFESTS += ["jar.mn" ]
43
43
44
44
with Files ("**" ):
45
- BUG_COMPONENT = ("Toolkit" , "Notifications and Alerts" )
45
+ BUG_COMPONENT = ("Toolkit" , "Alerts Service " )
Original file line number Diff line number Diff line change 5
5
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
6
7
7
with Files ("**" ):
8
- BUG_COMPONENT = ("Toolkit" , "Notifications and Alerts " )
8
+ BUG_COMPONENT = ("Toolkit" , "Content Prompts " )
9
9
10
10
DIRS += ["src" ]
11
11
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ with Files("PermissionsUtils.sys.mjs"):
103
103
BUG_COMPONENT = ("Toolkit" , "Add-ons Manager" )
104
104
105
105
with Files ("PopupNotifications.sys.mjs" ):
106
- BUG_COMPONENT = ("Toolkit" , "Notifications and Alerts " )
106
+ BUG_COMPONENT = ("Toolkit" , "PopupNotifications and Notification Bars " )
107
107
108
108
with Files ("PrivateBrowsingUtils.sys.mjs" ):
109
109
BUG_COMPONENT = ("Firefox" , "Private Browsing" )
@@ -121,7 +121,7 @@ with Files("Sqlite.sys.mjs"):
121
121
BUG_COMPONENT = ("Toolkit" , "Storage" )
122
122
123
123
with Files ("SubDialog.sys.mjs" ):
124
- BUG_COMPONENT = ("Toolkit" , "Notifications and Alerts " )
124
+ BUG_COMPONENT = ("Toolkit" , "Content Prompts " )
125
125
126
126
with Files ("UpdateUtils.sys.mjs" ):
127
127
BUG_COMPONENT = ("Toolkit" , "Application Update" )
Original file line number Diff line number Diff line change 5
5
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6
6
7
7
with Files ("**" ):
8
- BUG_COMPONENT = ("Toolkit" , "Notifications and Alerts" )
8
+ BUG_COMPONENT = ("Toolkit" , "Alerts Service " )
9
9
10
10
SharedLibrary ("notificationserver" )
11
11
You can’t perform that action at this time.
0 commit comments