author | Mike Taylor <miket@mozilla.com> |
Tue, 07 Feb 2017 12:21:11 -0600 | |
changeset 341287 | 41a83fd7b7b81ff985fd989df767487a08b1d0ee |
parent 341286 | d231c4f1e2658737daad5d8b858131f78cb4493f |
child 341288 | bebe84133caea1d025c3600dc3bcbaed119bbb50 |
push id | 86684 |
push user | cbook@mozilla.com |
push date | Wed, 08 Feb 2017 10:31:03 +0000 |
treeherder | mozilla-inbound@c5b88e4e70f4 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jmaher |
bugs | 1333439 |
milestone | 54.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/extensions/webcompat-reporter/moz.build +++ b/browser/extensions/webcompat-reporter/moz.build @@ -15,8 +15,11 @@ FINAL_TARGET_FILES.features['webcompat-r FINAL_TARGET_PP_FILES.features['webcompat-reporter@mozilla.org'] += [ 'install.rdf.in' ] JAR_MANIFESTS += ['jar.mn'] BROWSER_CHROME_MANIFESTS += ['test/browser/browser.ini'] + +with Files('**'): + BUG_COMPONENT = ('Web Compatibility', 'General')