summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/lib/Data.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-04-08 09:08:37 +0200
committerByron Jones <bjones@mozilla.com>2013-04-08 09:08:37 +0200
commitd201379d2f7ad31da53485e8250fc6bf1a24fdb0 (patch)
tree0f8d89618c0d9e964ffa2a7b29c31debda7be0aa /extensions/BMO/lib/Data.pm
parent2c5dbde5cdb6cdcf2534d9e8abdfc5112c2c7297 (diff)
downloadbugzilla-d201379d2f7ad31da53485e8250fc6bf1a24fdb0.tar.gz
bugzilla-d201379d2f7ad31da53485e8250fc6bf1a24fdb0.tar.xz
Bug 856869: add tracking flags
Diffstat (limited to 'extensions/BMO/lib/Data.pm')
-rw-r--r--extensions/BMO/lib/Data.pm81
1 files changed, 42 insertions, 39 deletions
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" => [],