Skip to content

Commit

Permalink
Bug 1514411 - NSS, DevTools and other products don't have "Has STR" a…
Browse files Browse the repository at this point in the history
…nd "Has Regression Range" fields
  • Loading branch information
dklawren authored Jan 2, 2019
1 parent 9bf023f commit e34dcee
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions extensions/BMO/lib/Data.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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" => [],
Expand Down

0 comments on commit e34dcee

Please sign in to comment.