From: David Lawrence Date: Mon, 16 May 2016 21:03:43 +0000 (+0000) Subject: Bug 1273185 - Add the "Has Regression Range" and "Has STR" flags to the Firefox Andro... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d63cbb53cdc3608789db5c6041dd544d4697765a;p=thirdparty%2Fbugzilla.git Bug 1273185 - Add the "Has Regression Range" and "Has STR" flags to the Firefox Android and Firefox iOS components --- diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 4ead905df..348755d22 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -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" => [], },