summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-09-17 23:49:41 +0200
committerGitHub <noreply@github.com>2018-09-17 23:49:41 +0200
commit78a2dcba195b6ee3e44e4cd7df031d79bee2b491 (patch)
treeb2604e39cae009e490e344dc1d2c1bda3f4be364
parent54ed8cf5c8a97f9aeccbac30870acebb0059a964 (diff)
downloadbugzilla-78a2dcba195b6ee3e44e4cd7df031d79bee2b491.tar.gz
bugzilla-78a2dcba195b6ee3e44e4cd7df031d79bee2b491.tar.xz
Bug 1491973 - Add GeckoView to BMO::Data special casing
-rw-r--r--extensions/BMO/lib/Data.pm14
1 files changed, 9 insertions, 5 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm
index dc6a3894f..ed576f1a5 100644
--- a/extensions/BMO/lib/Data.pm
+++ b/extensions/BMO/lib/Data.pm
@@ -93,6 +93,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash",
"External Software Affecting Firefox" => [],
"Firefox" => [],
"Firefox for Android" => [],
+ "GeckoView" => [],
"JSS" => [],
"MailNews Core" => [],
"Mozilla Labs" => [],
@@ -142,24 +143,27 @@ tie(%$cf_visible_in_products, "Tie::IxHash",
"Firefox for Android" => [],
"Firefox for iOS" => [],
"Firefox" => [],
+ "GeckoView" => [],
"Hello (Loop)" => [],
"Cloud Services" => [],
"Tech Evangelism" => [],
"Toolkit" => [],
},
qr/^cf_has_regression_range$/ => {
- "Core" => [],
+ "Core" => [],
"Firefox for Android" => [],
"Firefox for iOS" => [],
- "Firefox" => [],
- "Toolkit" => [],
+ "Firefox" => [],
+ "GeckoView" => [],
+ "Toolkit" => [],
},
qr/^cf_has_str$/ => {
"Core" => [],
"Firefox for Android" => [],
"Firefox for iOS" => [],
- "Firefox" => [],
- "Toolkit" => [],
+ "Firefox" => [],
+ "GeckoView" => [],
+ "Toolkit" => [],
},
qr/^cf_cab_review$/ => {
"Infrastructure & Operations Graveyard" => [],