From a38d0bb818e35ae584eb9667e742734f327d1e45 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Thu, 29 Nov 2012 17:01:04 -0500 Subject: Bug 816706 - Add the "Crash Signature" field to the Boot2Gecko product --- extensions/BMO/lib/Data.pm | 51 +++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 25 deletions(-) (limited to 'extensions/BMO/lib/Data.pm') 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" => [], -- cgit v1.2.3-24-g4f1b