mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1132771 - Define some bug components; r=glandium
This patch defines bug components for code that I have historically touched.
This commit is contained in:
parent
965b77df33
commit
0f6e399080
@ -4,6 +4,9 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
with Files('**'):
|
||||||
|
BUG_COMPONENT = ('Core', 'Build Config')
|
||||||
|
|
||||||
# This cannot be named "build" because of bug 922191.
|
# This cannot be named "build" because of bug 922191.
|
||||||
SPHINX_TREES['buildsystem'] = 'docs'
|
SPHINX_TREES['buildsystem'] = 'docs'
|
||||||
|
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
with Files('**'):
|
||||||
|
BUG_COMPONENT = ('Core', 'Build Config')
|
||||||
|
|
||||||
NO_DIST_INSTALL = True
|
NO_DIST_INSTALL = True
|
||||||
# For sanity's sake, we compile nsinstall without the wrapped system
|
# For sanity's sake, we compile nsinstall without the wrapped system
|
||||||
# headers, so that we can use it to set up the wrapped system headers.
|
# headers, so that we can use it to set up the wrapped system headers.
|
||||||
|
@ -4,6 +4,10 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
with Files('**/Makefile.in'):
|
||||||
|
BUG_COMPONENT = ('Core', 'Build Config')
|
||||||
|
FINAL = True
|
||||||
|
|
||||||
CONFIGURE_SUBST_FILES += [
|
CONFIGURE_SUBST_FILES += [
|
||||||
'config/autoconf.mk',
|
'config/autoconf.mk',
|
||||||
'config/emptyvars.mk',
|
'config/emptyvars.mk',
|
||||||
|
@ -4,6 +4,12 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
with Files('mach/**'):
|
||||||
|
BUG_COMPONENT = ('Core', 'mach')
|
||||||
|
|
||||||
|
with Files('mozbuild/**'):
|
||||||
|
BUG_COMPONENT = ('Core', 'Build Config')
|
||||||
|
|
||||||
SPHINX_PYTHON_PACKAGE_DIRS += [
|
SPHINX_PYTHON_PACKAGE_DIRS += [
|
||||||
'mach',
|
'mach',
|
||||||
'mozbuild/mozbuild',
|
'mozbuild/mozbuild',
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
with Files('**'):
|
||||||
|
BUG_COMPONENT = ('Mozilla Services', 'Firefox: Common')
|
||||||
|
|
||||||
TEST_DIRS += ['tests']
|
TEST_DIRS += ['tests']
|
||||||
|
|
||||||
EXTRA_COMPONENTS += [
|
EXTRA_COMPONENTS += [
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
with Files('**'):
|
||||||
|
BUG_COMPONENT = ('Mozilla Services', 'Firefox Sync: Crypto')
|
||||||
|
|
||||||
DIRS += ['component']
|
DIRS += ['component']
|
||||||
|
|
||||||
XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
|
XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
# 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/.
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
|
with Files('**'):
|
||||||
|
BUG_COMPONENT = ('Mozilla Services', 'Firefox Sync: Backend')
|
||||||
|
|
||||||
DIRS += ['locales']
|
DIRS += ['locales']
|
||||||
|
|
||||||
XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
|
XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']
|
||||||
|
Loading…
Reference in New Issue
Block a user