From d201379d2f7ad31da53485e8250fc6bf1a24fdb0 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 8 Apr 2013 15:08:37 +0800 Subject: Bug 856869: add tracking flags --- extensions/BMO/lib/Data.pm | 81 ++++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 39 deletions(-) (limited to 'extensions') diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index b074a455b..6ffc4d9ff 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -49,41 +49,43 @@ our @EXPORT = qw( $cf_visible_in_products # # IxHash keeps them in insertion order, and so we get regexp priorities right. our $cf_visible_in_products; -tie(%$cf_visible_in_products, "Tie::IxHash", +tie(%$cf_visible_in_products, "Tie::IxHash", qw/^cf_blocking_kilimanjaro|cf_blocking_basecamp|cf_blocking_b2g/ => { - "Boot2Gecko" => [], - "Core" => [], - "Fennec" => [], - "Firefox for Android" => [], - "Firefox" => [], - "Firefox for Metro" => [], - "Marketplace" => [], - "mozilla.org" => [], - "Mozilla Services" => [], - "NSPR" => [], - "NSS" => [], - "Socorro" => [], - "Testing" => [], - "Thunderbird" => [], - "Toolkit" => [], - "Tracking" => [], - "Web Apps" => [], - }, + "Boot2Gecko" => [], + "Core" => [], + "Fennec" => [], + "Firefox" => [], + "Firefox for Android" => [], + "Firefox for Metro" => [], + "Firefox Health Report" => [], + "Marketplace" => [], + "mozilla.org" => [], + "Mozilla Services" => [], + "NSPR" => [], + "NSS" => [], + "Socorro" => [], + "Testing" => [], + "Thunderbird" => [], + "Toolkit" => [], + "Tracking" => [], + "Web Apps" => [], + }, qr/^cf_blocking_fennec/ => { "addons.mozilla.org" => [], "AUS" => [], "Core" => [], "Fennec" => [], "Firefox for Android" => [], + "Firefox Health Report" => [], "Marketing" => ["General"], - "mozilla.org" => ["Release Engineering", qr/^Release Engineering: /], "Mozilla Localizations" => [], + "mozilla.org" => ["Release Engineering", qr/^Release Engineering: /], "Mozilla Services" => [], "NSPR" => [], "support.mozilla.org" => [], - "Toolkit" => [], "Tech Evangelism" => [], "Testing" => ["General"], + "Toolkit" => [], }, qr/^cf_tracking_thunderbird|cf_blocking_thunderbird|cf_status_thunderbird/ => { "support.mozillamessaging.com" => [], @@ -104,30 +106,31 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "addons.mozilla.org" => [], "AUS" => [], "Boot2Gecko" => [], - "Core Graveyard" => [], "Core" => [], + "Core Graveyard" => [], "Directory" => [], "Fennec" => [], - "Firefox for Android" => [], "Firefox" => [], + "Firefox for Android" => [], "Firefox for Metro" => [], + "Firefox Health Report" => [], "MailNews Core" => [], + "Mozilla Localizations" => [], "mozilla.org" => ["Release Engineering", qr/^Release Engineering: /], "Mozilla QA" => ["Mozmill Tests"], - "Mozilla Localizations" => [], "Mozilla Services" => [], "NSPR" => [], "NSS" => [], "Other Applications" => [], + "Plugins" => [], "SeaMonkey" => [], - "Socorro" => [], + "Socorro" => [], "support.mozilla.org" => [], "Tech Evangelism" => [], "Testing" => [], "Toolkit" => [], "Websites" => ["getpersonas.com"], "Webtools" => [], - "Plugins" => [], }, qr/^cf_colo_site$/ => { "mozilla.org" => [ @@ -142,36 +145,36 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "mozilla.org" => ["Server Operations: Desktop Issues"], }, qr/^cf_crash_signature$/ => { - "addons.mozilla.org" => [], "Add-on SDK" => [], + "addons.mozilla.org" => [], "Boot2Gecko" => [], "Calendar" => [], "Camino" => [], "Composer" => [], + "Core" => [], + "Directory" => [], "Fennec" => [], - "Firefox for Android" => [], "Firefox" => [], + "Firefox for Android" => [], "Firefox for Metro" => [], - "Mozilla Localizations" => [], - "Mozilla Services" => [], - "Other Applications" => [], - "Penelope" => [], - "SeaMonkey" => [], - "Thunderbird" => [], - "Core" => [], - "Directory" => [], "JSS" => [], "MailNews Core" => [], + "Mozilla Labs" => [], + "Mozilla Localizations" => [], + "mozilla.org" => [], + "Mozilla Services" => [], "NSPR" => [], "NSS" => [], + "Other Applications" => [], + "Penelope" => [], "Plugins" => [], "Rhino" => [], + "SeaMonkey" => [], "Tamarin" => [], + "Tech Evangelism" => [], "Testing" => [], + "Thunderbird" => [], "Toolkit" => [], - "Mozilla Labs" => [], - "mozilla.org" => [], - "Tech Evangelism" => [], }, qw/^cf_due_date$/ => { "Mozilla Reps" => [], -- cgit v1.2.3-24-g4f1b