]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1491973 - Add GeckoView to BMO::Data special casing
authorDylan William Hardison <dylan@hardison.net>
Mon, 17 Sep 2018 21:49:41 +0000 (17:49 -0400)
committerGitHub <noreply@github.com>
Mon, 17 Sep 2018 21:49:41 +0000 (17:49 -0400)
extensions/BMO/lib/Data.pm

index dc6a3894f63bd4d3518c9e56b3bcc62b9695c301..ed576f1a5c69d2b3a996c0d7c761f6a2be4c73bd 100644 (file)
@@ -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" => [],