no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD
de -> 624dc7415ebe8d6fae0d86cc19b2f3deab264768
eo -> 49d443e1f5869d72d2f8ee3796744a316718cd44
gn -> 61dfd9f6d5c3758f180e7be7e5171657f81b5b69
it -> 383ccd0469c5c1caaa6756edc33d1d99dc7bb9fe
ja -> 0a10529bb437038f806ef178d2babd15eb2d00e4
ja-JP-mac -> 86667f08ab5477021d4bb1de178c40ad1135626d
oc -> 480c2e29f4a3446f11ac818ead7a4fa2bba82838
pt-BR -> 0a3a0a431f05ac4117649215873e5e36cc11f3a6
ru -> 07b419aaa2a8ae9dfa1acd44b00176ede1bb2fb5
tg -> 5268511d2885db4a705b3978210fe254143273bd
th -> ab5d0d3d9fc7fffa3b6cfa369022a87306116baa
ur -> b2d0d9f13adb353589fd87a0240726c8d3debe27
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files("**"):
BUG_COMPONENT = ("Firefox", "General")
with Files("controlCenter/**"):
BUG_COMPONENT = ("Firefox", "Site Identity")
with Files("devtools/**"):
BUG_COMPONENT = ("DevTools", "General")
with Files("permissionPrompts/**"):
BUG_COMPONENT = ("Firefox", "Site Permissions")
with Files("preferences/**"):
BUG_COMPONENT = ("Firefox", "Preferences")
BROWSER_CHROME_MANIFESTS += [
# Each test is in it's own directory so it gets run in a clean profile with
# run-by-dir.
"controlCenter/browser.ini",
"devtools/browser.ini",
"permissionPrompts/browser.ini",
"preferences/browser.ini",
"primaryUI/browser.ini",
"tests/browser/browser.ini",
]
TEST_DIRS += [
"mozscreenshots/extension",
]
XPCSHELL_TESTS_MANIFESTS += ["tests/xpcshell/xpcshell.ini"]