From: dklawren Date: Wed, 2 Jan 2019 17:02:24 +0000 (-0500) Subject: Bug 1514411 - NSS, DevTools and other products don't have "Has STR" and "Has Regressi... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e34dceeb15015132db455befe27d95fa1d8259b5;p=thirdparty%2Fbugzilla.git Bug 1514411 - NSS, DevTools and other products don't have "Has STR" and "Has Regression Range" fields --- diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 3a1e10933..2f294cf7c 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -162,20 +162,34 @@ tie( "Toolkit" => [], }, qr/^cf_has_regression_range$/ => { - "Core" => [], - "Firefox for Android" => [], - "Firefox for iOS" => [], - "Firefox" => [], - "GeckoView" => [], - "Toolkit" => [], + "Core" => [], + "DevTools Graveyard" => [], + "DevTools" => [], + "Firefox Build System" => [], + "Firefox for Android" => [], + "Firefox for iOS" => [], + "Firefox Graveyard" => [], + "Firefox" => [], + "GeckoView" => [], + "NSS" => [], + "Tech Evangelism" => [], + "Toolkit" => [], + "WebExtensions" => [], }, qr/^cf_has_str$/ => { - "Core" => [], - "Firefox for Android" => [], - "Firefox for iOS" => [], - "Firefox" => [], - "GeckoView" => [], - "Toolkit" => [], + "Core" => [], + "DevTools Graveyard" => [], + "DevTools" => [], + "Firefox Build System" => [], + "Firefox for Android" => [], + "Firefox for iOS" => [], + "Firefox Graveyard" => [], + "Firefox" => [], + "GeckoView" => [], + "NSS" => [], + "Tech Evangelism" => [], + "Toolkit" => [], + "WebExtensions" => [], }, qr/^cf_cab_review$/ => { "Infrastructure & Operations Graveyard" => [],