diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-10-09 00:55:48 +0200 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-10-09 00:55:48 +0200 |
commit | de8c95bd2598e75a00f28053b813d5330592b0ee (patch) | |
tree | d7fa5a6731204675a4ad8586545f56b414d6aaf2 | |
parent | afa4eb9aa03727bfa044e4f319f5464699b4aa0f (diff) | |
download | bugzilla-de8c95bd2598e75a00f28053b813d5330592b0ee.tar.gz bugzilla-de8c95bd2598e75a00f28053b813d5330592b0ee.tar.xz |
Bug 797934 - Create a new bugzilla product for Metro Firefox
-rw-r--r-- | extensions/BMO/lib/Data.pm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 33373e9a1..e2999988f 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -55,6 +55,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Fennec" => [], "Firefox for Android" => [], "Firefox" => [], + "Firefox for Metro" => [], "Marketplace" => [], "mozilla.org" => [], "Mozilla Services" => [], @@ -107,6 +108,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Fennec" => [], "Firefox for Android" => [], "Firefox" => [], + "Firefox for Metro" => [], "MailNews Core" => [], "mozilla.org" => ["Release Engineering", qr/^Release Engineering: /], "Mozilla QA" => ["Mozmill Tests"], @@ -143,9 +145,10 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Calendar" => [], "Camino" => [], "Composer" => [], - "Fennec" => [], + "Fennec" => [], "Firefox for Android" => [], - "Firefox" => [], + "Firefox" => [], + "Firefox for Metro" => [], "Mozilla Localizations" => [], "Mozilla Services" => [], "Other Applications" => [], |