diff --git a/xpfe/appshell/moz.build b/xpfe/appshell/moz.build index 089580b6aea0..a29d33494b65 100644 --- a/xpfe/appshell/moz.build +++ b/xpfe/appshell/moz.build @@ -4,6 +4,9 @@ # 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 = ("Core", "Window Management") + MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini'] XPIDL_SOURCES += [ diff --git a/xpfe/components/autocomplete/moz.build b/xpfe/components/autocomplete/moz.build index eb4454d28f88..40c1f707fa29 100644 --- a/xpfe/components/autocomplete/moz.build +++ b/xpfe/components/autocomplete/moz.build @@ -4,4 +4,7 @@ # 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 = ("SeaMonkey", "Autocomplete") + JAR_MANIFESTS += ['jar.mn'] \ No newline at end of file diff --git a/xpfe/components/build/moz.build b/xpfe/components/build/moz.build index 3d02e0409066..c8f67f9e7884 100644 --- a/xpfe/components/build/moz.build +++ b/xpfe/components/build/moz.build @@ -4,6 +4,9 @@ # 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 = ("Core", "Window Management") + SOURCES += [ 'nsModule.cpp', ] diff --git a/xpfe/components/directory/moz.build b/xpfe/components/directory/moz.build index 248da07ec3d4..173a36533885 100644 --- a/xpfe/components/directory/moz.build +++ b/xpfe/components/directory/moz.build @@ -4,6 +4,9 @@ # 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 = ("Core", "Window Management") + XPIDL_SOURCES += [ 'nsIHTTPIndex.idl', ] diff --git a/xpfe/components/moz.build b/xpfe/components/moz.build index cb23f336e2bd..8e34b5c4d537 100644 --- a/xpfe/components/moz.build +++ b/xpfe/components/moz.build @@ -4,6 +4,9 @@ # 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 = ("Core", "Window Management") + DIRS += [ 'windowds', 'directory', diff --git a/xpfe/components/windowds/moz.build b/xpfe/components/windowds/moz.build index 0e7536b162e4..2144458b34c1 100644 --- a/xpfe/components/windowds/moz.build +++ b/xpfe/components/windowds/moz.build @@ -4,6 +4,9 @@ # 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 = ("Core", "Window Management") + XPIDL_SOURCES += [ 'nsIWindowDataSource.idl', ]