diff options
author | David Lawrence <dkl@mozilla.com> | 2016-05-16 23:03:43 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-05-16 23:03:43 +0200 |
commit | d63cbb53cdc3608789db5c6041dd544d4697765a (patch) | |
tree | d66dc81f42acaa6d3fe8c4039b058fc183b19a31 | |
parent | 35df2cd5bc44b1f369ca6d32dfe1c600c1608dc4 (diff) | |
download | bugzilla-d63cbb53cdc3608789db5c6041dd544d4697765a.tar.gz bugzilla-d63cbb53cdc3608789db5c6041dd544d4697765a.tar.xz |
Bug 1273185 - Add the "Has Regression Range" and "Has STR" flags to the Firefox Android and Firefox iOS components
-rw-r--r-- | extensions/BMO/lib/Data.pm | 4 |
1 files changed, 4 insertions, 0 deletions
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" => [], }, |