diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-07-06 18:21:19 +0200 |
---|---|---|
committer | dklawren <dklawren@users.noreply.github.com> | 2018-07-06 18:21:19 +0200 |
commit | 446a08b30b0dbaac9f2b88e0a5cad410f0446140 (patch) | |
tree | f96c41b6ee3f8f53e186d7e20f0dac2dc0563b2c /extensions | |
parent | 57e53a03137969a22cb168bbf02b55c7cedf2f3a (diff) | |
download | bugzilla-446a08b30b0dbaac9f2b88e0a5cad410f0446140.tar.gz bugzilla-446a08b30b0dbaac9f2b88e0a5cad410f0446140.tar.xz |
Bug 1473726 - WebExtensions bugs missing crash reports when viewed
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/lib/Data.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BMO/lib/Data.pm b/extensions/BMO/lib/Data.pm index 4df05581c..30a32c95e 100644 --- a/extensions/BMO/lib/Data.pm +++ b/extensions/BMO/lib/Data.pm @@ -109,12 +109,11 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Calendar" => [], "Composer" => [], "Core" => [], + "DevTools" => [], "Directory" => [], "External Software Affecting Firefox" => [], "Firefox" => [], "Firefox for Android" => [], - "Firefox for Metro" => [], - "Firefox OS" => [], "JSS" => [], "MailNews Core" => [], "Mozilla Labs" => [], @@ -133,6 +132,7 @@ tie(%$cf_visible_in_products, "Tie::IxHash", "Testing" => [], "Thunderbird" => [], "Toolkit" => [], + "WebExtensions" => [], }, qr/^cf_due_date$/ => { "bugzilla.mozilla.org" => [], |