diff options
author | Dave Lawrence <dlawrence@mozilla.com> | 2012-11-29 23:01:04 +0100 |
---|---|---|
committer | Dave Lawrence <dlawrence@mozilla.com> | 2012-11-29 23:01:04 +0100 |
commit | a38d0bb818e35ae584eb9667e742734f327d1e45 (patch) | |
tree | 2d1f98ce70e1b7aadf1971f247eb25382e642ad5 /extensions | |
parent | b4894a512e939b3be461cd7d7f46eaef680f0670 (diff) | |
download | bugzilla-a38d0bb818e35ae584eb9667e742734f327d1e45.tar.gz bugzilla-a38d0bb818e35ae584eb9667e742734f327d1e45.tar.xz |
Bug 816706 - Add the "Crash Signature" field to the Boot2Gecko product
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 51 |
1 files changed, 26 insertions, 25 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 67c282f21..85bc7e4b0 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -141,39 +141,40 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "mozilla.org" => ["Server Operations: Desktop Issues"], }, qr/^cf_crash_signature$/ => { - "addons.mozilla.org" => [], - "Add-on SDK" => [], - "Calendar" => [], - "Camino" => [], - "Composer" => [], + "addons.mozilla.org" => [], + "Add-on SDK" => [], + "Boot2Gecko" => [], + "Calendar" => [], + "Camino" => [], + "Composer" => [], "Fennec" => [], - "Firefox for Android" => [], + "Firefox for Android" => [], "Firefox" => [], "Firefox for Metro" => [], - "Mozilla Localizations" => [], - "Mozilla Services" => [], - "Other Applications" => [], - "Penelope" => [], - "SeaMonkey" => [], + "Mozilla Localizations" => [], + "Mozilla Services" => [], + "Other Applications" => [], + "Penelope" => [], + "SeaMonkey" => [], "Thunderbird" => [], - "Core" => [], - "Directory" => [], - "JSS" => [], - "MailNews Core" => [], - "NSPR" => [], - "NSS" => [], - "Plugins" => [], - "Rhino" => [], - "Tamarin" => [], - "Testing" => [], - "Toolkit" => [], + "Core" => [], + "Directory" => [], + "JSS" => [], + "MailNews Core" => [], + "NSPR" => [], + "NSS" => [], + "Plugins" => [], + "Rhino" => [], + "Tamarin" => [], + "Testing" => [], + "Toolkit" => [], "Mozilla Labs" => [], - "mozilla.org" => [], - "Tech Evangelism" => [], + "mozilla.org" => [], + "Tech Evangelism" => [], }, qw/^cf_due_date$/ => { "Mozilla Reps" => [], - "mozilla.org" => ["Security Assurance: Review Request"], + "mozilla.org" => ["Security Assurance: Review Request"], }, qw/^cf_locale$/ => { "www.mozilla.org" => [], |