From c203f2782723914d772a364ddc97cf1e8382840c Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Mon, 6 Feb 2017 09:45:55 -0500 Subject: [PATCH] Bug 1335099 - add BUG_COMPONENT to many dom/* subdir files. r=overholt MozReview-Commit-ID: CyIIs98hnUI --- dom/battery/moz.build | 3 + dom/bindings/moz.build | 3 + dom/broadcastchannel/moz.build | 3 + dom/browser-element/moz.build | 3 + dom/cache/moz.build | 4 + dom/commandhandler/moz.build | 3 + dom/console/moz.build | 3 + dom/crypto/moz.build | 3 + dom/devicestorage/moz.build | 4 + dom/flyweb/moz.build | 3 + dom/gamepad/moz.build | 3 + dom/geolocation/moz.build | 3 + dom/notification/moz.build | 3 + dom/storage/moz.build | 3 + dom/u2f/moz.build | 3 + dom/vr/moz.build | 3 + dom/webauthn/moz.build | 3 + dom/webidl/moz.build | 363 +++++++++++++++++++++++++++++++++ dom/xbl/moz.build | 3 + dom/xhr/moz.build | 3 + dom/xml/moz.build | 3 + dom/xslt/moz.build | 3 + 22 files changed, 428 insertions(+) diff --git a/dom/battery/moz.build b/dom/battery/moz.build index e3743c40b4d5..146bbe72c06b 100644 --- a/dom/battery/moz.build +++ b/dom/battery/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", "DOM: Device Interfaces") + EXPORTS.mozilla.dom.battery += [ 'Constants.h', 'Types.h', diff --git a/dom/bindings/moz.build b/dom/bindings/moz.build index aec931c3b27b..9cbc8a04ba2e 100644 --- a/dom/bindings/moz.build +++ b/dom/bindings/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", "DOM") + TEST_DIRS += ['test'] XPIDL_SOURCES += [ diff --git a/dom/broadcastchannel/moz.build b/dom/broadcastchannel/moz.build index a076331e5803..876f98018c5c 100644 --- a/dom/broadcastchannel/moz.build +++ b/dom/broadcastchannel/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", "DOM") + EXPORTS.mozilla.dom += [ 'BroadcastChannel.h', ] diff --git a/dom/browser-element/moz.build b/dom/browser-element/moz.build index d643084c52ed..486a3b76ae0f 100644 --- a/dom/browser-element/moz.build +++ b/dom/browser-element/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", "DOM") + EXPORTS.mozilla += [ 'BrowserElementParent.h', ] diff --git a/dom/cache/moz.build b/dom/cache/moz.build index 66f9f30fd054..ec0d6f3b8731 100644 --- a/dom/cache/moz.build +++ b/dom/cache/moz.build @@ -4,6 +4,10 @@ # 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", "DOM") + EXPORTS.mozilla.dom.cache += [ 'Action.h', 'ActorChild.h', diff --git a/dom/commandhandler/moz.build b/dom/commandhandler/moz.build index d44d57f20046..b9354d9cd999 100644 --- a/dom/commandhandler/moz.build +++ b/dom/commandhandler/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", "Embedding: APIs") + XPIDL_SOURCES += [ 'nsICommandManager.idl', 'nsICommandParams.idl', diff --git a/dom/console/moz.build b/dom/console/moz.build index 79bd1cf09959..84986760e5d1 100644 --- a/dom/console/moz.build +++ b/dom/console/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", "DOM") + XPIDL_SOURCES += [ 'nsIConsoleAPIStorage.idl', ] diff --git a/dom/crypto/moz.build b/dom/crypto/moz.build index ba0b5f2cd843..703573ffde0a 100644 --- a/dom/crypto/moz.build +++ b/dom/crypto/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", "DOM: Security") + EXPORTS.mozilla.dom += [ 'CryptoBuffer.h', 'CryptoKey.h', diff --git a/dom/devicestorage/moz.build b/dom/devicestorage/moz.build index 0aaf4fd92039..8b7136b9a154 100644 --- a/dom/devicestorage/moz.build +++ b/dom/devicestorage/moz.build @@ -4,6 +4,10 @@ # 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", "DOM: Device Interfaces") + + EXPORTS += [ 'DeviceStorage.h', 'DeviceStorageFileDescriptor.h', diff --git a/dom/flyweb/moz.build b/dom/flyweb/moz.build index aa8c034b7cf2..ac855b9028d8 100644 --- a/dom/flyweb/moz.build +++ b/dom/flyweb/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", "DOM: Flyweb") + EXPORTS.mozilla.dom += [ 'FlyWebDiscoveryManager.h', 'FlyWebPublishedServer.h', diff --git a/dom/gamepad/moz.build b/dom/gamepad/moz.build index 26074454d9af..fb8e770841ff 100644 --- a/dom/gamepad/moz.build +++ b/dom/gamepad/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", "DOM: Device Interfaces") + IPDL_SOURCES += [ 'ipc/GamepadEventTypes.ipdlh', 'ipc/PGamepadEventChannel.ipdl', diff --git a/dom/geolocation/moz.build b/dom/geolocation/moz.build index bb3fcb583aec..8914b9c3913e 100644 --- a/dom/geolocation/moz.build +++ b/dom/geolocation/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", "Geolocation") + EXPORTS += [ 'nsGeoPosition.h', 'nsGeoPositionIPCSerialiser.h', diff --git a/dom/notification/moz.build b/dom/notification/moz.build index d966b160dfd6..69f6b3c5d017 100644 --- a/dom/notification/moz.build +++ b/dom/notification/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 = ("Toolkit", "Notifications and Alerts") + EXTRA_COMPONENTS += [ 'NotificationStorage.js', 'NotificationStorage.manifest', diff --git a/dom/storage/moz.build b/dom/storage/moz.build index 12dd8a4596a8..cce9e140d7ae 100644 --- a/dom/storage/moz.build +++ b/dom/storage/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", "DOM") + EXPORTS.mozilla.dom += [ 'Storage.h', 'StorageIPC.h', diff --git a/dom/u2f/moz.build b/dom/u2f/moz.build index b56aa7135983..6b560a15e95c 100644 --- a/dom/u2f/moz.build +++ b/dom/u2f/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", "DOM: Device Interfaces") + EXPORTS.mozilla.dom += [ 'U2F.h', 'U2FAuthenticator.h', diff --git a/dom/vr/moz.build b/dom/vr/moz.build index e043f6483bb4..e272c64bb9b8 100644 --- a/dom/vr/moz.build +++ b/dom/vr/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", "DOM") + EXPORTS.mozilla.dom += [ 'VRDisplay.h', 'VRDisplayEvent.h', diff --git a/dom/webauthn/moz.build b/dom/webauthn/moz.build index 63859963fb5b..bebaba8301f4 100644 --- a/dom/webauthn/moz.build +++ b/dom/webauthn/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", "DOM: Device Interfaces") + EXPORTS.mozilla.dom += [ 'NSSU2FTokenRemote.h', 'ScopedCredential.h', diff --git a/dom/webidl/moz.build b/dom/webidl/moz.build index c962ff4d4f2f..5dcaa9eb1306 100644 --- a/dom/webidl/moz.build +++ b/dom/webidl/moz.build @@ -4,6 +4,369 @@ # 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", "DOM") + +with Files("APZTestData.webidl"): + BUG_COMPONENT = ("Core", "Panning and Zooming") + +with Files("AccessibleNode.webidl"): + BUG_COMPONENT = ("Core", "Disability Access APIs") + +with Files("Addon*"): + BUG_COMPONENT = ("Toolkit", "Add-ons Manager") + +with Files("AnalyserNode.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("Animat*"): + BUG_COMPONENT = ("Core", "DOM: Animation") + +with Files("*Audio*"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("Autocomplete*"): + BUG_COMPONENT = ("Toolkit", "Autocomplete") + +with Files("BaseKeyframeTypes.webidl"): + BUG_COMPONENT = ("Core", "DOM: Animation") + +with Files("BatteryManager.webidl"): + BUG_COMPONENT = ("Core", "DOM: Device Interfaces") + +with Files("BiquadFilterNode.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("BrowserElement*"): + BUG_COMPONENT = ("Core", "DOM") + +with Files("CSP*"): + BUG_COMPONENT = ("Core", "DOM: Security") + +with Files("CSS*"): + BUG_COMPONENT = ("Core", "CSS Parsing and Computation") + +with Files("Canvas*"): + BUG_COMPONENT = ("Core", "Canvas: 2D") + +with Files("Caret*"): + BUG_COMPONENT = ("Core", "Editor") + +with Files("Channel*"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("Client*"): + BUG_COMPONENT = ("Core", "DOM: Service Workers") + +with Files("ClipboardEvent.webidl"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("ConstantSourceNode.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("ContainerBoxObject.webidl"): + BUG_COMPONENT = ("Core", "DOM") + +with Files("ConvolverNode.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("Coordinates.webidl"): + BUG_COMPONENT = ("Core", "Geolocation") + +with Files("Crypto.webidl"): + BUG_COMPONENT = ("Core", "DOM: Security") + +with Files("Device*"): + BUG_COMPONENT = ("Core", "DOM: Device Interfaces") + +with Files("Directory.webidl"): + BUG_COMPONENT = ("Core", "DOM: Device Interfaces") + +with Files("DataTransfer*"): + BUG_COMPONENT = ("Core", "Drag and Drop") + +with Files("DragEvent.webidl"): + BUG_COMPONENT = ("Core", "Drag and Drop") + +with Files("DecoderDoctorNotification.webidl"): + BUG_COMPONENT = ("Core", "Audio/Video: Playback") + +with Files("DelayNode.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("DynamicsCompressorNode.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("DesktopNotification.webidl"): + BUG_COMPONENT = ("Toolkit", "Notification and Alerts") + +with Files("FakePluginTagInit.webidl"): + BUG_COMPONENT = ("Core", "Plug-ins") + +with Files("FlyWeb*"): + BUG_COMPONENT = ("Core", "DOM: Flyweb") + +with Files("FocusEvent.webidl"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("Font*"): + BUG_COMPONENT = ("Core", "CSS Parsing and Computation") + +with Files("FormData.webidl"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + +with Files("Geolocation.webidl"): + BUG_COMPONENT = ("Core", "Geolocation") + +with Files("GainNode.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("Gamepad*"): + BUG_COMPONENT = ("Core", "DOM: Device Interfaces") + +with Files("GeometryUtils.webidl"): + BUG_COMPONENT = ("Core", "Layout") + +with Files("GetUserMediaRequest.webidl"): + BUG_COMPONENT = ("Core", "WebRTC") + +with Files("Grid.webidl"): + BUG_COMPONENT = ("Core", "CSS Parsing and Computation") + +with Files("GroupedHistoryEvent.webidl"): + BUG_COMPONENT = ("Core", "Document Navigation") + +with Files("HTML*"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + +with Files("HashChangeEvent.webidl"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("HeapSnapshot.webidl"): + BUG_COMPONENT = ("Firefox", "Developer Tools: Memory") + +with Files("HiddenPluginEvent.webidl"): + BUG_COMPONENT = ("Core", "Plug-ins") + +with Files("IDB*"): + BUG_COMPONENT = ("Core", "DOM: IndexedDB") + +with Files("IIRFilterNode.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("Image*"): + BUG_COMPONENT = ("Core", "DOM") + +with Files("ImageCapture*"): + BUG_COMPONENT = ("Core", "Audio/Video") + +with Files("InputEvent.webidl"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("InstallTrigger.webidl"): + BUG_COMPONENT = ("Toolkit", "Add-ons Manager") + +with Files("InspectorUtils.webidl"): + BUG_COMPONENT = ("Firefox", "Developer Tools: Inspector") + +with Files("KeyAlgorithm.webidl"): + BUG_COMPONENT = ("Core", "DOM: Security") + +with Files("Key*Event*"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("KeyIdsInitData.webidl"): + BUG_COMPONENT = ("Core", "Audio/Video: Playback") + +with Files("Keyframe*"): + BUG_COMPONENT = ("Core", "DOM: Animation") + +with Files("LocalMediaStream.webidl"): + BUG_COMPONENT = ("Core", "Audio/Video") + +with Files("MediaDevice*"): + BUG_COMPONENT = ("Core", "WebRTC") + +with Files("Media*Source*"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("MediaStream*"): + BUG_COMPONENT = ("Core", "WebRTC") + +with Files("MediaStreamAudio*"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("MediaEncryptedEvent.webidl"): + BUG_COMPONENT = ("Core", "Audio/Video") + +with Files("MediaKey*"): + BUG_COMPONENT = ("Core", "Audio/Video: Playback") + +with Files("Media*List*"): + BUG_COMPONENT = ("Core", "CSS Parsing and Computation") + +with Files("MediaStreamList.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("*Record*"): + BUG_COMPONENT = ("Core", "Audio/Video: Recording") + +with Files("Media*Track*"): + BUG_COMPONENT = ("Core", "WebRTC: Audio/Video") + +with Files("Mouse*"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("MozSelfSupport.webidl"): + BUG_COMPONENT = ("Firefox Health Report", "Client: Desktop") + +with Files("MozTimeManager.webidl"): + BUG_COMPONENT = ("Core", "DOM: Device Interfaces") + +with Files("MutationEvent.webidl"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("NativeOSFileInternals.webidl"): + BUG_COMPONENT = ("Toolkit", "OS.File") + +with Files("Net*"): + BUG_COMPONENT = ("Core", "Networking") + +with Files("OfflineAudio*"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("OffscreenCanvas.webidl"): + BUG_COMPONENT = ("Core", "Canvas 2D") + +with Files("OscillatorNode.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("PannerNode.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("Peer*"): + BUG_COMPONENT = ("Core", "WebRTC") + +with Files("PeriodicWave.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("PointerEvent.webidl"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("PopStateEvent.webidl*"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("Position*"): + BUG_COMPONENT = ("Core", "Geolocation") + +with Files("ProfileTimelineMarker.webidl"): + BUG_COMPONENT = ("Firefox", "Developer Tools: Performance Tools (profiler/timeline)") + +with Files("ProgressEvent.webidl"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("Push*"): + BUG_COMPONENT = ("Core", "DOM: Push Notifications") + +with Files("RTC*"): + BUG_COMPONENT = ("Core", "WebRTC") + +with Files("SVG*"): + BUG_COMPONENT = ("Core", "SVG") + +with Files("ScriptProcessorNode.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +# TODO: SecureElement*, SettingChangeNotification +# are FirefoxOS::*, leaving as Core::DOM + +with Files("Selection.webidl"): + BUG_COMPONENT = ("Core", "Selection") + +with Files("ServiceWorker*"): + BUG_COMPONENT = ("Core", "DOM: Service Workers") + +with Files("SimpleGestureEvent.webidl"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("SocketCommon.webidl"): + BUG_COMPONENT = ("Core", "DOM: Device Interfaces") + +with Files("SourceBuffer*"): + BUG_COMPONENT = ("Core", "Audio/Video") + +with Files("StereoPannerNode.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("Style*"): + BUG_COMPONENT = ("Core", "DOM: CSS Object Model") + +with Files("SubtleCrypto.webidl"): + BUG_COMPONENT = ("Core", "DOM: Security") + +with Files("TCP*"): + BUG_COMPONENT = ("Core", "DOM: Device Interfaces") + +with Files("TextTrack*"): + BUG_COMPONENT = ("Core", "Audio/Video") + +with Files("ThreadSafeChromeUtils.webidl"): + BUG_COMPONENT = ("Firefox", "Developer Tools: Memory") + +with Files("TrackEvent.webidl"): + BUG_COMPONENT = ("Core", "Audio/Video") + +with Files("U2F.webidl"): + BUG_COMPONENT = ("Core", "DOM: Device Interfaces") + +with Files("UDP*"): + BUG_COMPONENT = ("Core", "DOM: Device Interfaces") + +with Files("UIEvent.webidl"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("URL.webidl"): + BUG_COMPONENT = ("Core", "Audio/Video") + +with Files("UserProximityEvent.webidl"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("VTT*"): + BUG_COMPONENT = ("Core", "Audio/Video") + +with Files("VRDisplay.webidl"): + BUG_COMPONENT = ("Core", "Graphics") + +with Files("Video*"): + BUG_COMPONENT = ("Core", "Audio/Video") + +with Files("WaveShaperNode.webidl"): + BUG_COMPONENT = ("Core", "Web Audio") + +with Files("WebAuthentication.webidl"): + BUG_COMPONENT = ("Core", "DOM: Device Interfaces") + +with Files("WebGL*"): + BUG_COMPONENT = ("Core", "Canvas: WebGL") + +with Files("WebKitCSSMatrix.webidl"): + BUG_COMPONENT = ("Core", "DOM: CSS Object Model") + +with Files("Webrtc*"): + BUG_COMPONENT = ("Core", "WebRTC") + +with Files("WheelEvent.webidl"): + BUG_COMPONENT = ("Core", "DOM: Events") + +with Files("WidevineCDMManifest.webidl"): + BUG_COMPONENT = ("Core", "Audio/Video: Playback") + +with Files("WindowOrWorkerGlobalScope.webidl"): + BUG_COMPONENT = ("Core", "DOM: Workers") + +with Files("Worker*"): + BUG_COMPONENT = ("Core", "DOM: Workers") + GENERATED_WEBIDL_FILES = [ 'CSS2Properties.webidl', ] diff --git a/dom/xbl/moz.build b/dom/xbl/moz.build index 0950db036172..2a0d63c994bc 100644 --- a/dom/xbl/moz.build +++ b/dom/xbl/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", "XBL") + DIRS += ['builtin'] EXPORTS += [ diff --git a/dom/xhr/moz.build b/dom/xhr/moz.build index 7f0e3d762dd1..181cd7ce3bf0 100644 --- a/dom/xhr/moz.build +++ b/dom/xhr/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", "DOM") + XPIDL_SOURCES += [ 'nsIXMLHttpRequest.idl', ] diff --git a/dom/xml/moz.build b/dom/xml/moz.build index f3af9968d3d2..c4ec3e57257f 100644 --- a/dom/xml/moz.build +++ b/dom/xml/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", "XML") + DIRS += ['resources'] MOCHITEST_MANIFESTS += ['test/mochitest.ini'] diff --git a/dom/xslt/moz.build b/dom/xslt/moz.build index 32ece0b53f68..df5a4c6d5d45 100644 --- a/dom/xslt/moz.build +++ b/dom/xslt/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", "XSLT") + XPIDL_SOURCES += [ 'nsIXSLTProcessor.idl', 'nsIXSLTProcessorPrivate.idl',