]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1273185 - Add the "Has Regression Range" and "Has STR" flags to the Firefox Andro...
authorDavid Lawrence <dkl@mozilla.com>
Mon, 16 May 2016 21:03:43 +0000 (21:03 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 16 May 2016 21:03:43 +0000 (21:03 +0000)
extensions/BMO/lib/Data.pm

index 4ead905df4874d5f0ea2b27ef10666b8b87bff78..348755d22161ca3eba737f418a47b743be0f3c76 100644 (file)
@@ -140,11 +140,15 @@ tie(%$cf_visible_in_products, "Tie::IxHash",
     },
     qr/^cf_has_regression_range$/ => {
         "Core"    => [],
+        "Firefox for Android" => [],
+        "Firefox for iOS"     => [],
         "Firefox" => [],
         "Toolkit" => [],
     },
     qr/^cf_has_str$/ => {
         "Core"    => [],
+        "Firefox for Android" => [],
+        "Firefox for iOS"     => [],
         "Firefox" => [],
         "Toolkit" => [],
     },