summaryrefslogtreecommitdiffstats
path: root/dom/webidl/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'dom/webidl/moz.build')
-rw-r--r--dom/webidl/moz.build14
1 files changed, 13 insertions, 1 deletions
diff --git a/dom/webidl/moz.build b/dom/webidl/moz.build
index 3880b727e7..9f8832d042 100644
--- a/dom/webidl/moz.build
+++ b/dom/webidl/moz.build
@@ -238,6 +238,9 @@ with Files("NavigationPreloadManager.webidl"):
with Files("Net*"):
BUG_COMPONENT = ("Core", "Networking")
+with Files("Notification*"):
+ BUG_COMPONENT = ("Core", "DOM: Notifications")
+
with Files("OfflineAudio*"):
BUG_COMPONENT = ("Core", "Web Audio")
@@ -275,7 +278,7 @@ with Files("ProgressEvent.webidl"):
BUG_COMPONENT = ("Core", "DOM: Events")
with Files("Push*"):
- BUG_COMPONENT = ("Core", "DOM: Notifications")
+ BUG_COMPONENT = ("Core", "DOM: Push Subscriptions")
with Files("RTC*"):
BUG_COMPONENT = ("Core", "WebRTC")
@@ -322,6 +325,9 @@ with Files("SubtleCrypto.webidl"):
with Files("TCP*"):
BUG_COMPONENT = ("Core", "DOM: Networking")
+with Files("TextEvent.webidl"):
+ BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
+
with Files("TextTrack*"):
BUG_COMPONENT = ("Core", "Audio/Video")
@@ -419,6 +425,7 @@ WEBIDL_FILES = [
"AudioData.webidl",
"AudioDecoder.webidl",
"AudioDestinationNode.webidl",
+ "AudioEncoder.webidl",
"AudioListener.webidl",
"AudioNode.webidl",
"AudioParam.webidl",
@@ -492,6 +499,8 @@ WEBIDL_FILES = [
"CSSPseudoElement.webidl",
"CSSRule.webidl",
"CSSRuleList.webidl",
+ "CSSScopeRule.webidl",
+ "CSSStartingStyleRule.webidl",
"CSSStyleDeclaration.webidl",
"CSSStyleRule.webidl",
"CSSStyleSheet.webidl",
@@ -566,6 +575,7 @@ WEBIDL_FILES = [
"FontFaceSet.webidl",
"FontFaceSource.webidl",
"FormData.webidl",
+ "FragmentDirective.webidl",
"Function.webidl",
"GainNode.webidl",
"Gamepad.webidl",
@@ -754,6 +764,7 @@ WEBIDL_FILES = [
"NodeFilter.webidl",
"NodeIterator.webidl",
"NodeList.webidl",
+ "NonElementParentNode.webidl",
"Notification.webidl",
"NotificationEvent.webidl",
"NotifyPaintEvent.webidl",
@@ -961,6 +972,7 @@ WEBIDL_FILES = [
"TextDecoderStream.webidl",
"TextEncoder.webidl",
"TextEncoderStream.webidl",
+ "TextEvent.webidl",
"TextTrack.webidl",
"TextTrackCue.webidl",
"TextTrackCueList.webidl",