Skip to content

Commit d63cbb5

Browse files
committed
Bug 1273185 - Add the "Has Regression Range" and "Has STR" flags to the Firefox Android and Firefox iOS components
1 parent 35df2cd commit d63cbb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

extensions/BMO/lib/Data.pm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,15 @@ tie(%$cf_visible_in_products, "Tie::IxHash",
140140
},
141141
qr/^cf_has_regression_range$/ => {
142142
"Core" => [],
143+
"Firefox for Android" => [],
144+
"Firefox for iOS" => [],
143145
"Firefox" => [],
144146
"Toolkit" => [],
145147
},
146148
qr/^cf_has_str$/ => {
147149
"Core" => [],
150+
"Firefox for Android" => [],
151+
"Firefox for iOS" => [],
148152
"Firefox" => [],
149153
"Toolkit" => [],
150154
},

0 commit comments

Comments
 (0)