diff options
author | Dylan Hardison <dylan@mozilla.com> | 2016-06-03 22:51:40 +0200 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2016-06-03 22:52:00 +0200 |
commit | 13161f4ec66ae6174b553ece906bec31b5b5cff9 (patch) | |
tree | 81eefc9e0fe258a4a327c8d546989231116964ff /extensions/BMO/lib | |
parent | 20bc492eae38c0374ec65568a9c72e9df1318ef1 (diff) | |
download | bugzilla-13161f4ec66ae6174b553ece906bec31b5b5cff9.tar.gz bugzilla-13161f4ec66ae6174b553ece906bec31b5b5cff9.tar.xz |
Bug 1277863 - Add crash signature field for "External Software Affecting Firefox" product
Diffstat (limited to 'extensions/BMO/lib')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 348755d22..d075cd515 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -77,11 +77,10 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Android Background Services" => [], "B2GDroid" => [], "Calendar" => [], - "Camino" => [], "Composer" => [], "Core" => [], "Directory" => [], - "Fennec" => [], + "External Software Affecting Firefox" => [], "Firefox" => [], "Firefox for Android" => [], "Firefox for Metro" => [], @@ -96,7 +95,6 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "NSS" => [], "Other Applications" => [], "Penelope" => [], - "Plugins" => [], "Release Engineering" => [], "Rhino" => [], "SeaMonkey" => [], |