Bug 1885602 - Part 5: Implement navigating to the SUMO help topic from the menu heade...
[gecko.git] / dom / webidl / moz.build
blob9f8832d042eee7a0f56d2b1b300f3f9c0e5225d0
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files("**"):
8     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
10 with Files("APZTestData.webidl"):
11     BUG_COMPONENT = ("Core", "Panning and Zooming")
13 with Files("AccessibleNode.webidl"):
14     BUG_COMPONENT = ("Core", "Disability Access APIs")
16 with Files("ARIAMixin.webidl"):
17     BUG_COMPONENT = ("Core", "Disability Access APIs")
19 with Files("Addon*"):
20     BUG_COMPONENT = ("Toolkit", "Add-ons Manager")
22 with Files("AnalyserNode.webidl"):
23     BUG_COMPONENT = ("Core", "Web Audio")
25 with Files("Animat*"):
26     BUG_COMPONENT = ("Core", "DOM: Animation")
28 with Files("*Audio*"):
29     BUG_COMPONENT = ("Core", "Web Audio")
31 with Files("Autocomplete*"):
32     BUG_COMPONENT = ("Toolkit", "Autocomplete")
34 with Files("BaseKeyframeTypes.webidl"):
35     BUG_COMPONENT = ("Core", "DOM: Animation")
37 with Files("BatteryManager.webidl"):
38     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
40 with Files("BiquadFilterNode.webidl"):
41     BUG_COMPONENT = ("Core", "Web Audio")
43 with Files("Blob*"):
44     BUG_COMPONENT = ("Core", "DOM: File")
46 with Files("BroadcastChannel.webidl"):
47     BUG_COMPONENT = ("Core", "DOM: postMessage")
49 with Files("CSP*"):
50     BUG_COMPONENT = ("Core", "DOM: Security")
52 with Files("CSS*"):
53     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
55 with Files("Canvas*"):
56     BUG_COMPONENT = ("Core", "Graphics: Canvas2D")
58 with Files("Caret*"):
59     BUG_COMPONENT = ("Core", "DOM: Editor")
61 with Files("Channel*"):
62     BUG_COMPONENT = ("Core", "Web Audio")
64 with Files("Client*"):
65     BUG_COMPONENT = ("Core", "DOM: Service Workers")
67 with Files("Clipboard.webidl"):
68     BUG_COMPONENT = ("Core", "DOM: Copy & Paste and Drag & Drop")
70 with Files("ClipboardEvent.webidl"):
71     BUG_COMPONENT = ("Core", "DOM: Copy & Paste and Drag & Drop")
73 with Files("ConstantSourceNode.webidl"):
74     BUG_COMPONENT = ("Core", "Web Audio")
76 with Files("ConvolverNode.webidl"):
77     BUG_COMPONENT = ("Core", "Web Audio")
79 with Files("GeolocationCoordinates.webidl"):
80     BUG_COMPONENT = ("Core", "DOM: Geolocation")
82 with Files("CredentialManagement.webidl"):
83     BUG_COMPONENT = ("Core", "DOM: Credential Management")
85 with Files("Crypto.webidl"):
86     BUG_COMPONENT = ("Core", "DOM: Security")
88 with Files("Device*"):
89     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
91 with Files("Directory.webidl"):
92     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
94 with Files("DataTransfer*"):
95     BUG_COMPONENT = ("Core", "DOM: Copy & Paste and Drag & Drop")
97 with Files("DragEvent.webidl"):
98     BUG_COMPONENT = ("Core", "DOM: Copy & Paste and Drag & Drop")
100 with Files("DecoderDoctorNotification.webidl"):
101     BUG_COMPONENT = ("Core", "Audio/Video: Playback")
103 with Files("DelayNode.webidl"):
104     BUG_COMPONENT = ("Core", "Web Audio")
106 with Files("DynamicsCompressorNode.webidl"):
107     BUG_COMPONENT = ("Core", "Web Audio")
109 with Files("FeaturePolicy.webidl"):
110     BUG_COMPONENT = ("Core", "DOM: Security")
112 with Files("File*"):
113     BUG_COMPONENT = ("Core", "DOM: File")
115 with Files("FocusEvent.webidl"):
116     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
118 with Files("Font*"):
119     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
121 with Files("FormData.webidl"):
122     BUG_COMPONENT = ("Core", "DOM: Forms")
124 with Files("Geolocation.webidl"):
125     BUG_COMPONENT = ("Core", "DOM: Geolocation")
127 with Files("GainNode.webidl"):
128     BUG_COMPONENT = ("Core", "Web Audio")
130 with Files("Gamepad*"):
131     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
133 with Files("GeometryUtils.webidl"):
134     BUG_COMPONENT = ("Core", "Layout")
136 with Files("GetUserMediaRequest.webidl"):
137     BUG_COMPONENT = ("Core", "WebRTC")
139 with Files("Glean*.webidl"):
140     BUG_COMPONENT = ("Toolkit", "Telemetry")
142 with Files("Grid.webidl"):
143     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
145 with Files("HTML*"):
146     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
148 with Files("HashChangeEvent.webidl"):
149     BUG_COMPONENT = ("Core", "DOM: Navigation")
151 with Files("IDB*"):
152     BUG_COMPONENT = ("Core", "Storage: IndexedDB")
154 with Files("IdentityCredential.webidl"):
155     BUG_COMPONENT = ("Core", "DOM: Credential Management")
157 with Files("IIRFilterNode.webidl"):
158     BUG_COMPONENT = ("Core", "Web Audio")
160 with Files("Image*"):
161     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
163 with Files("ImageBitmap*"):
164     BUG_COMPONENT = ("Core", "Graphics: Canvas2D")
166 with Files("ImageCapture*"):
167     BUG_COMPONENT = ("Core", "Audio/Video")
169 with Files("InputEvent.webidl"):
170     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
172 with Files("InstallTrigger.webidl"):
173     BUG_COMPONENT = ("Toolkit", "Add-ons Manager")
175 with Files("InvokerElement.webidl"):
176     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
178 with Files("KeyAlgorithm.webidl"):
179     BUG_COMPONENT = ("Core", "DOM: Security")
181 with Files("Key*Event*"):
182     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
184 with Files("KeyIdsInitData.webidl"):
185     BUG_COMPONENT = ("Core", "Audio/Video: Playback")
187 with Files("Keyframe*"):
188     BUG_COMPONENT = ("Core", "DOM: Animation")
190 with Files("MathML*"):
191     BUG_COMPONENT = ("Core", "MathML")
193 with Files("MediaDevice*"):
194     BUG_COMPONENT = ("Core", "WebRTC")
196 with Files("Media*Source*"):
197     BUG_COMPONENT = ("Core", "Web Audio")
199 with Files("MediaStream*"):
200     BUG_COMPONENT = ("Core", "WebRTC")
202 with Files("MediaStreamTrackAudio*"):
203     BUG_COMPONENT = ("Core", "Web Audio")
205 with Files("MediaStreamAudio*"):
206     BUG_COMPONENT = ("Core", "Web Audio")
208 with Files("MediaEncryptedEvent.webidl"):
209     BUG_COMPONENT = ("Core", "Audio/Video")
211 with Files("MediaKey*"):
212     BUG_COMPONENT = ("Core", "Audio/Video: Playback")
214 with Files("Media*List*"):
215     BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
217 with Files("Message*"):
218     BUG_COMPONENT = ("Core", "DOM: postMessage")
220 with Files("*Record*"):
221     BUG_COMPONENT = ("Core", "Audio/Video: Recording")
223 with Files("Media*Track*"):
224     BUG_COMPONENT = ("Core", "WebRTC: Audio/Video")
226 with Files("MIDI*"):
227     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
229 with Files("Mouse*"):
230     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
232 with Files("MutationEvent.webidl"):
233     BUG_COMPONENT = ("Core", "DOM: Events")
235 with Files("NavigationPreloadManager.webidl"):
236     BUG_COMPONENT = ("Core", "DOM: Service Workers")
238 with Files("Net*"):
239     BUG_COMPONENT = ("Core", "Networking")
241 with Files("Notification*"):
242     BUG_COMPONENT = ("Core", "DOM: Notifications")
244 with Files("OfflineAudio*"):
245     BUG_COMPONENT = ("Core", "Web Audio")
247 with Files("OffscreenCanvas.webidl"):
248     BUG_COMPONENT = ("Core", "Graphics: Canvas2D")
250 with Files("OffscreenCanvasRenderingContext2D.webidl"):
251     BUG_COMPONENT = ("Core", "Graphics: Canvas2D")
253 with Files("OscillatorNode.webidl"):
254     BUG_COMPONENT = ("Core", "Web Audio")
256 with Files("PannerNode.webidl"):
257     BUG_COMPONENT = ("Core", "Web Audio")
259 with Files("Peer*"):
260     BUG_COMPONENT = ("Core", "WebRTC")
262 with Files("PeriodicWave.webidl"):
263     BUG_COMPONENT = ("Core", "Web Audio")
265 with Files("PointerEvent.webidl"):
266     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
268 with Files("PopStateEvent.webidl*"):
269     BUG_COMPONENT = ("Core", "DOM: Navigation")
271 with Files("GeolocationPosition*"):
272     BUG_COMPONENT = ("Core", "DOM: Geolocation")
274 with Files("PopoverInvokerElement.webidl"):
275     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
277 with Files("ProgressEvent.webidl"):
278     BUG_COMPONENT = ("Core", "DOM: Events")
280 with Files("Push*"):
281     BUG_COMPONENT = ("Core", "DOM: Push Subscriptions")
283 with Files("RTC*"):
284     BUG_COMPONENT = ("Core", "WebRTC")
286 with Files("SVG*"):
287     BUG_COMPONENT = ("Core", "SVG")
289 with Files("Sanitizer.webidl"):
290     BUG_COMPONENT = ("Core", "DOM: Security")
292 with Files("ScriptProcessorNode.webidl"):
293     BUG_COMPONENT = ("Core", "Web Audio")
295 with Files("Selection.webidl"):
296     BUG_COMPONENT = ("Core", "DOM: Selection")
298 with Files("ServiceWorker*"):
299     BUG_COMPONENT = ("Core", "DOM: Service Workers")
301 with Files("SimpleGestureEvent.webidl"):
302     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
304 with Files("SocketCommon.webidl"):
305     BUG_COMPONENT = ("Core", "DOM: Networking")
307 with Files("SourceBuffer*"):
308     BUG_COMPONENT = ("Core", "Audio/Video")
310 with Files("Speech*"):
311     BUG_COMPONENT = ("Core", "Web Speech")
313 with Files("StereoPannerNode.webidl"):
314     BUG_COMPONENT = ("Core", "Web Audio")
316 with Files("StreamFilter*"):
317     BUG_COMPONENT = ("WebExtensions", "Request Handling")
319 with Files("Style*"):
320     BUG_COMPONENT = ("Core", "DOM: CSS Object Model")
322 with Files("SubtleCrypto.webidl"):
323     BUG_COMPONENT = ("Core", "DOM: Security")
325 with Files("TCP*"):
326     BUG_COMPONENT = ("Core", "DOM: Networking")
328 with Files("TextEvent.webidl"):
329     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
331 with Files("TextTrack*"):
332     BUG_COMPONENT = ("Core", "Audio/Video")
334 with Files("TrackEvent.webidl"):
335     BUG_COMPONENT = ("Core", "Audio/Video")
337 with Files("UDP*"):
338     BUG_COMPONENT = ("Core", "DOM: Networking")
340 with Files("UIEvent.webidl"):
341     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
343 with Files("URL.webidl"):
344     BUG_COMPONENT = ("Core", "Audio/Video")
346 with Files("UserProximityEvent.webidl"):
347     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
349 with Files("VTT*"):
350     BUG_COMPONENT = ("Core", "Audio/Video")
352 with Files("VRDisplay.webidl"):
353     BUG_COMPONENT = ("Core", "Graphics")
355 with Files("Video*"):
356     BUG_COMPONENT = ("Core", "Audio/Video")
358 with Files("WaveShaperNode.webidl"):
359     BUG_COMPONENT = ("Core", "Web Audio")
361 with Files("WebAuthentication.webidl"):
362     BUG_COMPONENT = ("Core", "DOM: Web Authentication")
364 with Files("WebGL*"):
365     BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")
367 with Files("WebGPU*"):
368     BUG_COMPONENT = ("Core", "Graphics: WebGPU")
370 with Files("Webrtc*"):
371     BUG_COMPONENT = ("Core", "WebRTC")
373 with Files("WebXR.webidl"):
374     BUG_COMPONENT = ("Core", "WebVR")
376 with Files("XR*"):
377     BUG_COMPONENT = ("Core", "WebVR")
379 with Files("WheelEvent.webidl"):
380     BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
382 with Files("WindowOrWorkerGlobalScope.webidl"):
383     BUG_COMPONENT = ("Core", "DOM: Workers")
385 with Files("Worker*"):
386     BUG_COMPONENT = ("Core", "DOM: Workers")
388 with Files("Extension*"):
389     BUG_COMPONENT = ("WebExtensions", "General")
391 with Files("WebTransport*"):
392     BUG_COMPONENT = ("Core", "Networking")
394 GENERATED_WEBIDL_FILES = [
395     "CSS2Properties.webidl",
398 PREPROCESSED_WEBIDL_FILES = [
399     "Node.webidl",
400     "Window.webidl",
403 WEBIDL_FILES = [
404     "AbortController.webidl",
405     "AbortSignal.webidl",
406     "AbstractRange.webidl",
407     "AbstractWorker.webidl",
408     "AddonManager.webidl",
409     "AnalyserNode.webidl",
410     "Animatable.webidl",
411     "Animation.webidl",
412     "AnimationEffect.webidl",
413     "AnimationEvent.webidl",
414     "AnimationFrameProvider.webidl",
415     "AnimationTimeline.webidl",
416     "AnonymousContent.webidl",
417     "AppInfo.webidl",
418     "AppNotificationServiceOptions.webidl",
419     "APZTestData.webidl",
420     "ARIAMixin.webidl",
421     "Attr.webidl",
422     "AudioBuffer.webidl",
423     "AudioBufferSourceNode.webidl",
424     "AudioContext.webidl",
425     "AudioData.webidl",
426     "AudioDecoder.webidl",
427     "AudioDestinationNode.webidl",
428     "AudioEncoder.webidl",
429     "AudioListener.webidl",
430     "AudioNode.webidl",
431     "AudioParam.webidl",
432     "AudioParamDescriptor.webidl",
433     "AudioParamMap.webidl",
434     "AudioProcessingEvent.webidl",
435     "AudioScheduledSourceNode.webidl",
436     "AudioTrack.webidl",
437     "AudioTrackList.webidl",
438     "AudioWorklet.webidl",
439     "AudioWorkletGlobalScope.webidl",
440     "AudioWorkletNode.webidl",
441     "AudioWorkletProcessor.webidl",
442     "AutocompleteInfo.webidl",
443     "BarProp.webidl",
444     "BaseAudioContext.webidl",
445     "BaseKeyframeTypes.webidl",
446     "BasicCardPayment.webidl",
447     "BatteryManager.webidl",
448     "BeforeUnloadEvent.webidl",
449     "BiquadFilterNode.webidl",
450     "Blob.webidl",
451     "BroadcastChannel.webidl",
452     "BrowserElementDictionaries.webidl",
453     "Cache.webidl",
454     "CacheStorage.webidl",
455     "CancelContentJSOptions.webidl",
456     "CanvasCaptureMediaStream.webidl",
457     "CanvasRenderingContext2D.webidl",
458     "CaretPosition.webidl",
459     "CDATASection.webidl",
460     "ChannelMergerNode.webidl",
461     "ChannelSplitterNode.webidl",
462     "CharacterData.webidl",
463     "CheckerboardReportService.webidl",
464     "ChildNode.webidl",
465     "Client.webidl",
466     "Clients.webidl",
467     "Clipboard.webidl",
468     "ClipboardEvent.webidl",
469     "Comment.webidl",
470     "CompositionEvent.webidl",
471     "CompressionStream.webidl",
472     "Console.webidl",
473     "ConstantSourceNode.webidl",
474     "ConvolverNode.webidl",
475     "CreateOfferRequest.webidl",
476     "CredentialManagement.webidl",
477     "Crypto.webidl",
478     "CSPDictionaries.webidl",
479     "CSPReport.webidl",
480     "CSS.webidl",
481     "CSSAnimation.webidl",
482     "CSSConditionRule.webidl",
483     "CSSContainerRule.webidl",
484     "CSSCounterStyleRule.webidl",
485     "CSSFontFaceRule.webidl",
486     "CSSFontFeatureValuesRule.webidl",
487     "CSSFontPaletteValuesRule.webidl",
488     "CSSGroupingRule.webidl",
489     "CSSImportRule.webidl",
490     "CSSKeyframeRule.webidl",
491     "CSSKeyframesRule.webidl",
492     "CSSLayerBlockRule.webidl",
493     "CSSLayerStatementRule.webidl",
494     "CSSMediaRule.webidl",
495     "CSSMozDocumentRule.webidl",
496     "CSSNamespaceRule.webidl",
497     "CSSPageRule.webidl",
498     "CSSPropertyRule.webidl",
499     "CSSPseudoElement.webidl",
500     "CSSRule.webidl",
501     "CSSRuleList.webidl",
502     "CSSScopeRule.webidl",
503     "CSSStartingStyleRule.webidl",
504     "CSSStyleDeclaration.webidl",
505     "CSSStyleRule.webidl",
506     "CSSStyleSheet.webidl",
507     "CSSSupportsRule.webidl",
508     "CSSTransition.webidl",
509     "CustomElementRegistry.webidl",
510     "DataTransfer.webidl",
511     "DataTransferItem.webidl",
512     "DataTransferItemList.webidl",
513     "DecoderDoctorNotification.webidl",
514     "DecompressionStream.webidl",
515     "DedicatedWorkerGlobalScope.webidl",
516     "DelayNode.webidl",
517     "DeviceMotionEvent.webidl",
518     "Directory.webidl",
519     "Document.webidl",
520     "DocumentFragment.webidl",
521     "DocumentOrShadowRoot.webidl",
522     "DocumentTimeline.webidl",
523     "DocumentType.webidl",
524     "DOMException.webidl",
525     "DOMImplementation.webidl",
526     "DOMLocalization.webidl",
527     "DOMMatrix.webidl",
528     "DOMParser.webidl",
529     "DOMPoint.webidl",
530     "DOMQuad.webidl",
531     "DOMRect.webidl",
532     "DOMRectList.webidl",
533     "DOMStringList.webidl",
534     "DOMStringMap.webidl",
535     "DOMTokenList.webidl",
536     "DragEvent.webidl",
537     "DynamicsCompressorNode.webidl",
538     "Element.webidl",
539     "ElementInternals.webidl",
540     "EncodedAudioChunk.webidl",
541     "EncodedVideoChunk.webidl",
542     "Event.webidl",
543     "EventHandler.webidl",
544     "EventListener.webidl",
545     "EventSource.webidl",
546     "EventTarget.webidl",
547     "ExtendableEvent.webidl",
548     "ExtendableMessageEvent.webidl",
549     "External.webidl",
550     "FailedCertSecurityInfo.webidl",
551     "FakePluginTagInit.webidl",
552     "FeaturePolicy.webidl",
553     "Fetch.webidl",
554     "FetchEvent.webidl",
555     "FetchObserver.webidl",
556     "File.webidl",
557     "FileList.webidl",
558     "FileMode.webidl",
559     "FileReader.webidl",
560     "FileReaderSync.webidl",
561     "FileSystem.webidl",
562     "FileSystemDirectoryEntry.webidl",
563     "FileSystemDirectoryHandle.webidl",
564     "FileSystemDirectoryIterator.webidl",
565     "FileSystemDirectoryReader.webidl",
566     "FileSystemEntry.webidl",
567     "FileSystemFileEntry.webidl",
568     "FileSystemFileHandle.webidl",
569     "FileSystemHandle.webidl",
570     "FileSystemSyncAccessHandle.webidl",
571     "FileSystemWritableFileStream.webidl",
572     "FinalizationRegistry.webidl",
573     "FocusEvent.webidl",
574     "FontFace.webidl",
575     "FontFaceSet.webidl",
576     "FontFaceSource.webidl",
577     "FormData.webidl",
578     "FragmentDirective.webidl",
579     "Function.webidl",
580     "GainNode.webidl",
581     "Gamepad.webidl",
582     "GamepadHapticActuator.webidl",
583     "GamepadLightIndicator.webidl",
584     "GamepadPose.webidl",
585     "GamepadServiceTest.webidl",
586     "GamepadTouch.webidl",
587     "GenericTransformStream.webidl",
588     "Geolocation.webidl",
589     "GeolocationCoordinates.webidl",
590     "GeolocationPosition.webidl",
591     "GeolocationPositionError.webidl",
592     "GeometryUtils.webidl",
593     "GetUserMediaRequest.webidl",
594     "Glean.webidl",
595     "GleanMetrics.webidl",
596     "GleanPings.webidl",
597     "Headers.webidl",
598     "Highlight.webidl",
599     "History.webidl",
600     "HTMLAllCollection.webidl",
601     "HTMLAnchorElement.webidl",
602     "HTMLAreaElement.webidl",
603     "HTMLAudioElement.webidl",
604     "HTMLBaseElement.webidl",
605     "HTMLBodyElement.webidl",
606     "HTMLBRElement.webidl",
607     "HTMLButtonElement.webidl",
608     "HTMLCanvasElement.webidl",
609     "HTMLCollection.webidl",
610     "HTMLDataElement.webidl",
611     "HTMLDataListElement.webidl",
612     "HTMLDetailsElement.webidl",
613     "HTMLDialogElement.webidl",
614     "HTMLDirectoryElement.webidl",
615     "HTMLDivElement.webidl",
616     "HTMLDListElement.webidl",
617     "HTMLDocument.webidl",
618     "HTMLElement.webidl",
619     "HTMLEmbedElement.webidl",
620     "HTMLFieldSetElement.webidl",
621     "HTMLFontElement.webidl",
622     "HTMLFormControlsCollection.webidl",
623     "HTMLFormElement.webidl",
624     "HTMLFrameElement.webidl",
625     "HTMLFrameSetElement.webidl",
626     "HTMLHeadElement.webidl",
627     "HTMLHeadingElement.webidl",
628     "HTMLHRElement.webidl",
629     "HTMLHtmlElement.webidl",
630     "HTMLHyperlinkElementUtils.webidl",
631     "HTMLIFrameElement.webidl",
632     "HTMLImageElement.webidl",
633     "HTMLInputElement.webidl",
634     "HTMLLabelElement.webidl",
635     "HTMLLegendElement.webidl",
636     "HTMLLIElement.webidl",
637     "HTMLLinkElement.webidl",
638     "HTMLMapElement.webidl",
639     "HTMLMarqueeElement.webidl",
640     "HTMLMediaElement.webidl",
641     "HTMLMenuElement.webidl",
642     "HTMLMetaElement.webidl",
643     "HTMLMeterElement.webidl",
644     "HTMLModElement.webidl",
645     "HTMLObjectElement.webidl",
646     "HTMLOListElement.webidl",
647     "HTMLOptGroupElement.webidl",
648     "HTMLOptionElement.webidl",
649     "HTMLOptionsCollection.webidl",
650     "HTMLOutputElement.webidl",
651     "HTMLParagraphElement.webidl",
652     "HTMLParamElement.webidl",
653     "HTMLPictureElement.webidl",
654     "HTMLPreElement.webidl",
655     "HTMLProgressElement.webidl",
656     "HTMLQuoteElement.webidl",
657     "HTMLScriptElement.webidl",
658     "HTMLSelectElement.webidl",
659     "HTMLSlotElement.webidl",
660     "HTMLSourceElement.webidl",
661     "HTMLSpanElement.webidl",
662     "HTMLStyleElement.webidl",
663     "HTMLTableCaptionElement.webidl",
664     "HTMLTableCellElement.webidl",
665     "HTMLTableColElement.webidl",
666     "HTMLTableElement.webidl",
667     "HTMLTableRowElement.webidl",
668     "HTMLTableSectionElement.webidl",
669     "HTMLTemplateElement.webidl",
670     "HTMLTextAreaElement.webidl",
671     "HTMLTimeElement.webidl",
672     "HTMLTitleElement.webidl",
673     "HTMLTrackElement.webidl",
674     "HTMLUListElement.webidl",
675     "HTMLVideoElement.webidl",
676     "IDBCursor.webidl",
677     "IDBDatabase.webidl",
678     "IDBFactory.webidl",
679     "IDBIndex.webidl",
680     "IDBKeyRange.webidl",
681     "IDBObjectStore.webidl",
682     "IDBOpenDBRequest.webidl",
683     "IDBRequest.webidl",
684     "IDBTransaction.webidl",
685     "IDBVersionChangeEvent.webidl",
686     "IdentityCredential.webidl",
687     "IdleDeadline.webidl",
688     "IIRFilterNode.webidl",
689     "ImageBitmap.webidl",
690     "ImageBitmapRenderingContext.webidl",
691     "ImageCapture.webidl",
692     "ImageData.webidl",
693     "ImageDocument.webidl",
694     "InputEvent.webidl",
695     "IntersectionObserver.webidl",
696     "IntlUtils.webidl",
697     "InvokeEvent.webidl",
698     "InvokerElement.webidl",
699     "IterableIterator.webidl",
700     "KeyAlgorithm.webidl",
701     "KeyboardEvent.webidl",
702     "KeyEvent.webidl",
703     "KeyframeAnimationOptions.webidl",
704     "KeyframeEffect.webidl",
705     "KeyIdsInitData.webidl",
706     "LinkStyle.webidl",
707     "Localization.webidl",
708     "Location.webidl",
709     "Lock.webidl",
710     "LockManager.webidl",
711     "MathMLElement.webidl",
712     "MediaCapabilities.webidl",
713     "MediaDebugInfo.webidl",
714     "MediaDeviceInfo.webidl",
715     "MediaDevices.webidl",
716     "MediaElementAudioSourceNode.webidl",
717     "MediaEncryptedEvent.webidl",
718     "MediaError.webidl",
719     "MediaKeyError.webidl",
720     "MediaKeyMessageEvent.webidl",
721     "MediaKeys.webidl",
722     "MediaKeySession.webidl",
723     "MediaKeysRequestStatus.webidl",
724     "MediaKeyStatusMap.webidl",
725     "MediaKeySystemAccess.webidl",
726     "MediaList.webidl",
727     "MediaQueryList.webidl",
728     "MediaRecorder.webidl",
729     "MediaSession.webidl",
730     "MediaSource.webidl",
731     "MediaStream.webidl",
732     "MediaStreamAudioDestinationNode.webidl",
733     "MediaStreamAudioSourceNode.webidl",
734     "MediaStreamError.webidl",
735     "MediaStreamTrack.webidl",
736     "MediaStreamTrackAudioSourceNode.webidl",
737     "MediaTrackSettings.webidl",
738     "MediaTrackSupportedConstraints.webidl",
739     "MerchantValidationEvent.webidl",
740     "MessageChannel.webidl",
741     "MessageEvent.webidl",
742     "MessagePort.webidl",
743     "MIDIAccess.webidl",
744     "MIDIInput.webidl",
745     "MIDIInputMap.webidl",
746     "MIDIMessageEvent.webidl",
747     "MIDIOptions.webidl",
748     "MIDIOutput.webidl",
749     "MIDIOutputMap.webidl",
750     "MIDIPort.webidl",
751     "MimeType.webidl",
752     "MimeTypeArray.webidl",
753     "MouseEvent.webidl",
754     "MouseScrollEvent.webidl",
755     "MozFrameLoaderOwner.webidl",
756     "MutationEvent.webidl",
757     "MutationObserver.webidl",
758     "NamedNodeMap.webidl",
759     "NavigationPreloadManager.webidl",
760     "Navigator.webidl",
761     "NetErrorInfo.webidl",
762     "NetworkInformation.webidl",
763     "NetworkOptions.webidl",
764     "NodeFilter.webidl",
765     "NodeIterator.webidl",
766     "NodeList.webidl",
767     "NonElementParentNode.webidl",
768     "Notification.webidl",
769     "NotificationEvent.webidl",
770     "NotifyPaintEvent.webidl",
771     "OfflineAudioContext.webidl",
772     "OffscreenCanvas.webidl",
773     "OffscreenCanvasRenderingContext2D.webidl",
774     "OscillatorNode.webidl",
775     "PaintRequest.webidl",
776     "PaintRequestList.webidl",
777     "PaintWorkletGlobalScope.webidl",
778     "PannerNode.webidl",
779     "ParentNode.webidl",
780     "PaymentAddress.webidl",
781     "PaymentMethodChangeEvent.webidl",
782     "PaymentRequest.webidl",
783     "PaymentRequestUpdateEvent.webidl",
784     "PaymentResponse.webidl",
785     "Performance.webidl",
786     "PerformanceEntry.webidl",
787     "PerformanceEventTiming.webidl",
788     "PerformanceLargestContentfulPaint.webidl",
789     "PerformanceMark.webidl",
790     "PerformanceMeasure.webidl",
791     "PerformanceNavigation.webidl",
792     "PerformanceNavigationTiming.webidl",
793     "PerformanceObserver.webidl",
794     "PerformanceObserverEntryList.webidl",
795     "PerformancePaintTiming.webidl",
796     "PerformanceResourceTiming.webidl",
797     "PerformanceServerTiming.webidl",
798     "PerformanceTiming.webidl",
799     "PeriodicWave.webidl",
800     "Permissions.webidl",
801     "PermissionStatus.webidl",
802     "Plugin.webidl",
803     "PluginArray.webidl",
804     "PointerEvent.webidl",
805     "PopoverInvokerElement.webidl",
806     "ProcessingInstruction.webidl",
807     "Promise.webidl",
808     "PushEvent.webidl",
809     "PushManager.webidl",
810     "PushManager.webidl",
811     "PushMessageData.webidl",
812     "PushSubscription.webidl",
813     "PushSubscriptionOptions.webidl",
814     "QueuingStrategy.webidl",
815     "RadioNodeList.webidl",
816     "Range.webidl",
817     "ReadableByteStreamController.webidl",
818     "ReadableStream.webidl",
819     "ReadableStreamBYOBReader.webidl",
820     "ReadableStreamBYOBRequest.webidl",
821     "ReadableStreamDefaultController.webidl",
822     "ReadableStreamDefaultReader.webidl",
823     "ReferrerPolicy.webidl",
824     "Reporting.webidl",
825     "Request.webidl",
826     "ResizeObserver.webidl",
827     "Response.webidl",
828     "Sanitizer.webidl",
829     "Screen.webidl",
830     "ScreenOrientation.webidl",
831     "ScriptProcessorNode.webidl",
832     "ScrollAreaEvent.webidl",
833     "Selection.webidl",
834     "ServiceWorker.webidl",
835     "ServiceWorkerContainer.webidl",
836     "ServiceWorkerGlobalScope.webidl",
837     "ServiceWorkerRegistration.webidl",
838     "ShadowRealmGlobalScope.webidl",
839     "ShadowRoot.webidl",
840     "SharedWorker.webidl",
841     "SharedWorkerGlobalScope.webidl",
842     "SimpleGestureEvent.webidl",
843     "SocketCommon.webidl",
844     "SourceBuffer.webidl",
845     "SourceBufferList.webidl",
846     "StaticRange.webidl",
847     "StereoPannerNode.webidl",
848     "Storage.webidl",
849     "StorageEvent.webidl",
850     "StorageManager.webidl",
851     "StreamFilter.webidl",
852     "StreamFilterDataEvent.webidl",
853     "StructuredCloneTester.webidl",
854     "StyleSheet.webidl",
855     "StyleSheetList.webidl",
856     "SubtleCrypto.webidl",
857     "SVGAElement.webidl",
858     "SVGAngle.webidl",
859     "SVGAnimatedAngle.webidl",
860     "SVGAnimatedBoolean.webidl",
861     "SVGAnimatedEnumeration.webidl",
862     "SVGAnimatedInteger.webidl",
863     "SVGAnimatedLength.webidl",
864     "SVGAnimatedLengthList.webidl",
865     "SVGAnimatedNumber.webidl",
866     "SVGAnimatedNumberList.webidl",
867     "SVGAnimatedPathData.webidl",
868     "SVGAnimatedPoints.webidl",
869     "SVGAnimatedPreserveAspectRatio.webidl",
870     "SVGAnimatedRect.webidl",
871     "SVGAnimatedString.webidl",
872     "SVGAnimatedTransformList.webidl",
873     "SVGAnimateElement.webidl",
874     "SVGAnimateMotionElement.webidl",
875     "SVGAnimateTransformElement.webidl",
876     "SVGAnimationElement.webidl",
877     "SVGCircleElement.webidl",
878     "SVGClipPathElement.webidl",
879     "SVGComponentTransferFunctionElement.webidl",
880     "SVGDefsElement.webidl",
881     "SVGDescElement.webidl",
882     "SVGElement.webidl",
883     "SVGEllipseElement.webidl",
884     "SVGFEBlendElement.webidl",
885     "SVGFEColorMatrixElement.webidl",
886     "SVGFEComponentTransferElement.webidl",
887     "SVGFECompositeElement.webidl",
888     "SVGFEConvolveMatrixElement.webidl",
889     "SVGFEDiffuseLightingElement.webidl",
890     "SVGFEDisplacementMapElement.webidl",
891     "SVGFEDistantLightElement.webidl",
892     "SVGFEDropShadowElement.webidl",
893     "SVGFEFloodElement.webidl",
894     "SVGFEFuncAElement.webidl",
895     "SVGFEFuncBElement.webidl",
896     "SVGFEFuncGElement.webidl",
897     "SVGFEFuncRElement.webidl",
898     "SVGFEGaussianBlurElement.webidl",
899     "SVGFEImageElement.webidl",
900     "SVGFEMergeElement.webidl",
901     "SVGFEMergeNodeElement.webidl",
902     "SVGFEMorphologyElement.webidl",
903     "SVGFEOffsetElement.webidl",
904     "SVGFEPointLightElement.webidl",
905     "SVGFESpecularLightingElement.webidl",
906     "SVGFESpotLightElement.webidl",
907     "SVGFETileElement.webidl",
908     "SVGFETurbulenceElement.webidl",
909     "SVGFilterElement.webidl",
910     "SVGFilterPrimitiveStandardAttributes.webidl",
911     "SVGFitToViewBox.webidl",
912     "SVGForeignObjectElement.webidl",
913     "SVGGElement.webidl",
914     "SVGGeometryElement.webidl",
915     "SVGGradientElement.webidl",
916     "SVGGraphicsElement.webidl",
917     "SVGImageElement.webidl",
918     "SVGLength.webidl",
919     "SVGLengthList.webidl",
920     "SVGLinearGradientElement.webidl",
921     "SVGLineElement.webidl",
922     "SVGMarkerElement.webidl",
923     "SVGMaskElement.webidl",
924     "SVGMatrix.webidl",
925     "SVGMetadataElement.webidl",
926     "SVGMPathElement.webidl",
927     "SVGNumber.webidl",
928     "SVGNumberList.webidl",
929     "SVGPathElement.webidl",
930     "SVGPathSeg.webidl",
931     "SVGPathSegList.webidl",
932     "SVGPatternElement.webidl",
933     "SVGPoint.webidl",
934     "SVGPointList.webidl",
935     "SVGPolygonElement.webidl",
936     "SVGPolylineElement.webidl",
937     "SVGPreserveAspectRatio.webidl",
938     "SVGRadialGradientElement.webidl",
939     "SVGRect.webidl",
940     "SVGRectElement.webidl",
941     "SVGScriptElement.webidl",
942     "SVGSetElement.webidl",
943     "SVGStopElement.webidl",
944     "SVGStringList.webidl",
945     "SVGStyleElement.webidl",
946     "SVGSVGElement.webidl",
947     "SVGSwitchElement.webidl",
948     "SVGSymbolElement.webidl",
949     "SVGTests.webidl",
950     "SVGTextContentElement.webidl",
951     "SVGTextElement.webidl",
952     "SVGTextPathElement.webidl",
953     "SVGTextPositioningElement.webidl",
954     "SVGTitleElement.webidl",
955     "SVGTransform.webidl",
956     "SVGTransformList.webidl",
957     "SVGTSpanElement.webidl",
958     "SVGUnitTypes.webidl",
959     "SVGURIReference.webidl",
960     "SVGUseElement.webidl",
961     "SVGViewElement.webidl",
962     "SVGZoomAndPan.webidl",
963     "TCPServerSocket.webidl",
964     "TCPServerSocketEvent.webidl",
965     "TCPSocket.webidl",
966     "TCPSocketErrorEvent.webidl",
967     "TCPSocketEvent.webidl",
968     "TestUtils.webidl",
969     "Text.webidl",
970     "TextClause.webidl",
971     "TextDecoder.webidl",
972     "TextDecoderStream.webidl",
973     "TextEncoder.webidl",
974     "TextEncoderStream.webidl",
975     "TextEvent.webidl",
976     "TextTrack.webidl",
977     "TextTrackCue.webidl",
978     "TextTrackCueList.webidl",
979     "TextTrackList.webidl",
980     "TimeEvent.webidl",
981     "TimeRanges.webidl",
982     "ToggleEvent.webidl",
983     "Touch.webidl",
984     "TouchEvent.webidl",
985     "TouchList.webidl",
986     "Transformer.webidl",
987     "TransformStream.webidl",
988     "TransformStreamDefaultController.webidl",
989     "TransitionEvent.webidl",
990     "TreeWalker.webidl",
991     "TrustedTypes.webidl",
992     "UDPMessageEvent.webidl",
993     "UDPSocket.webidl",
994     "UIEvent.webidl",
995     "UnderlyingSink.webidl",
996     "UnderlyingSource.webidl",
997     "URL.webidl",
998     "URLSearchParams.webidl",
999     "UserActivation.webidl",
1000     "ValidityState.webidl",
1001     "VideoColorSpace.webidl",
1002     "VideoDecoder.webidl",
1003     "VideoEncoder.webidl",
1004     "VideoFrame.webidl",
1005     "VideoPlaybackQuality.webidl",
1006     "VideoTrack.webidl",
1007     "VideoTrackList.webidl",
1008     "VisualViewport.webidl",
1009     "VRDisplay.webidl",
1010     "VRDisplayEvent.webidl",
1011     "VRServiceTest.webidl",
1012     "VTTCue.webidl",
1013     "VTTRegion.webidl",
1014     "WakeLock.webidl",
1015     "WakeLockSentinel.webidl",
1016     "WaveShaperNode.webidl",
1017     "WebAuthentication.webidl",
1018     "WebGL2RenderingContext.webidl",
1019     "WebGLRenderingContext.webidl",
1020     "WebGPU.webidl",
1021     "WebSocket.webidl",
1022     "WebTaskScheduling.webidl",
1023     "WebTransport.webidl",
1024     "WebTransportDatagramDuplexStream.webidl",
1025     "WebTransportError.webidl",
1026     "WebTransportSendReceiveStream.webidl",
1027     "WebXR.webidl",
1028     "WheelEvent.webidl",
1029     "WindowOrWorkerGlobalScope.webidl",
1030     "Worker.webidl",
1031     "WorkerDebuggerGlobalScope.webidl",
1032     "WorkerGlobalScope.webidl",
1033     "WorkerLocation.webidl",
1034     "WorkerNavigator.webidl",
1035     "WorkerTestUtils.webidl",
1036     "Worklet.webidl",
1037     "WorkletGlobalScope.webidl",
1038     "WritableStream.webidl",
1039     "WritableStreamDefaultController.webidl",
1040     "WritableStreamDefaultWriter.webidl",
1041     "XMLDocument.webidl",
1042     "XMLHttpRequest.webidl",
1043     "XMLHttpRequestEventTarget.webidl",
1044     "XMLHttpRequestUpload.webidl",
1045     "XMLSerializer.webidl",
1046     "XPathEvaluator.webidl",
1047     "XPathExpression.webidl",
1048     "XPathNSResolver.webidl",
1049     "XPathResult.webidl",
1050     "XSLTProcessor.webidl",
1053 if CONFIG["MOZ_WEBRTC"]:
1054     WEBIDL_FILES += [
1055         "PeerConnectionImpl.webidl",
1056         "PeerConnectionObserver.webidl",
1057         "PeerConnectionObserverEnums.webidl",
1058         "RTCCertificate.webidl",
1059         "RTCConfiguration.webidl",
1060         "RTCDataChannel.webidl",
1061         "RTCDtlsTransport.webidl",
1062         "RTCDTMFSender.webidl",
1063         "RTCEncodedAudioFrame.webidl",
1064         "RTCEncodedVideoFrame.webidl",
1065         "RTCIceCandidate.webidl",
1066         "RTCIceTransport.webidl",
1067         "RTCIdentityAssertion.webidl",
1068         "RTCIdentityProvider.webidl",
1069         "RTCPeerConnection.webidl",
1070         "RTCPeerConnectionStatic.webidl",
1071         "RTCRtpCapabilities.webidl",
1072         "RTCRtpParameters.webidl",
1073         "RTCRtpReceiver.webidl",
1074         "RTCRtpScriptTransform.webidl",
1075         "RTCRtpScriptTransformer.webidl",
1076         "RTCRtpSender.webidl",
1077         "RTCRtpSources.webidl",
1078         "RTCRtpTransceiver.webidl",
1079         "RTCSctpTransport.webidl",
1080         "RTCSessionDescription.webidl",
1081         "RTCStatsReport.webidl",
1082         "RTCTransformEvent.webidl",
1083         "WebrtcGlobalInformation.webidl",
1084     ]
1086 if CONFIG["MOZ_WEBSPEECH"]:
1087     WEBIDL_FILES += [
1088         "SpeechGrammar.webidl",
1089         "SpeechGrammarList.webidl",
1090         "SpeechRecognition.webidl",
1091         "SpeechRecognitionAlternative.webidl",
1092         "SpeechRecognitionError.webidl",
1093         "SpeechRecognitionEvent.webidl",
1094         "SpeechRecognitionResult.webidl",
1095         "SpeechRecognitionResultList.webidl",
1096         "SpeechSynthesis.webidl",
1097         "SpeechSynthesisErrorEvent.webidl",
1098         "SpeechSynthesisEvent.webidl",
1099         "SpeechSynthesisUtterance.webidl",
1100         "SpeechSynthesisVoice.webidl",
1101     ]
1103 WEBIDL_FILES += [
1104     "CustomEvent.webidl",
1107 # WebExtensions API.
1108 WEBIDL_FILES += [
1109     "ExtensionAlarms.webidl",
1110     "ExtensionBrowser.webidl",
1111     "ExtensionBrowserSettings.webidl",
1112     "ExtensionBrowserSettingsColorManagement.webidl",
1113     "ExtensionDns.webidl",
1114     "ExtensionEventManager.webidl",
1115     # ExtensionMockAPI is not a real WebExtensions API, and it is only enabled in tests.
1116     "ExtensionMockAPI.webidl",
1117     "ExtensionPort.webidl",
1118     "ExtensionProxy.webidl",
1119     "ExtensionRuntime.webidl",
1120     "ExtensionScripting.webidl",
1121     "ExtensionSetting.webidl",
1122     "ExtensionTest.webidl",
1125 # We only expose our prefable test interfaces in debug builds, just to be on
1126 # the safe side.
1127 if CONFIG["MOZ_DEBUG"] and CONFIG["ENABLE_TESTS"]:
1128     WEBIDL_FILES += [
1129         "TestFunctions.webidl",
1130         "TestInterfaceJS.webidl",
1131         "TestInterfaceJSDictionaries.webidl",
1132         "TestInterfaceJSMaplikeSetlikeIterable.webidl",
1133         "TestInterfaceObservableArray.webidl",
1134     ]
1135     XPCOM_MANIFESTS += [
1136         "components.conf",
1137     ]
1139 WEBIDL_FILES += [
1140     "InstallTrigger.webidl",
1143 if CONFIG["FUZZING"]:
1144     WEBIDL_FILES += [
1145         "FuzzingFunctions.webidl",
1146     ]
1148 GENERATED_EVENTS_WEBIDL_FILES = [
1149     "AddonEvent.webidl",
1150     "AnimationPlaybackEvent.webidl",
1151     "BlobEvent.webidl",
1152     "CaretStateChangedEvent.webidl",
1153     "CloseEvent.webidl",
1154     "ContentVisibilityAutoStateChangeEvent.webidl",
1155     "DeviceLightEvent.webidl",
1156     "DeviceOrientationEvent.webidl",
1157     "ErrorEvent.webidl",
1158     "FontFaceSetLoadEvent.webidl",
1159     "FormDataEvent.webidl",
1160     "FrameCrashedEvent.webidl",
1161     "GamepadAxisMoveEvent.webidl",
1162     "GamepadButtonEvent.webidl",
1163     "GamepadEvent.webidl",
1164     "GPUUncapturedErrorEvent.webidl",
1165     "HashChangeEvent.webidl",
1166     "ImageCaptureErrorEvent.webidl",
1167     "MediaQueryListEvent.webidl",
1168     "MediaRecorderErrorEvent.webidl",
1169     "MediaStreamEvent.webidl",
1170     "MediaStreamTrackEvent.webidl",
1171     "MIDIConnectionEvent.webidl",
1172     "OfflineAudioCompletionEvent.webidl",
1173     "PageTransitionEvent.webidl",
1174     "PerformanceEntryEvent.webidl",
1175     "PopStateEvent.webidl",
1176     "PopupBlockedEvent.webidl",
1177     "PositionStateEvent.webidl",
1178     "ProgressEvent.webidl",
1179     "PromiseRejectionEvent.webidl",
1180     "ScrollViewChangeEvent.webidl",
1181     "SecurityPolicyViolationEvent.webidl",
1182     "SubmitEvent.webidl",
1183     "TaskPriorityChangeEvent.webidl",
1184     "TCPServerSocketEvent.webidl",
1185     "TCPSocketErrorEvent.webidl",
1186     "TCPSocketEvent.webidl",
1187     "ToggleEvent.webidl",
1188     "TrackEvent.webidl",
1189     "UDPMessageEvent.webidl",
1190     "UserProximityEvent.webidl",
1191     "WebGLContextEvent.webidl",
1192     "XRInputSourceEvent.webidl",
1193     "XRInputSourcesChangeEvent.webidl",
1194     "XRReferenceSpaceEvent.webidl",
1195     "XRSessionEvent.webidl",
1198 if CONFIG["MOZ_WEBRTC"]:
1199     GENERATED_EVENTS_WEBIDL_FILES += [
1200         "RTCDataChannelEvent.webidl",
1201         "RTCDTMFToneChangeEvent.webidl",
1202         "RTCPeerConnectionIceEvent.webidl",
1203         "RTCTrackEvent.webidl",
1204         "RTCTransformEvent.webidl",
1205     ]
1207 if CONFIG["MOZ_WEBSPEECH"]:
1208     GENERATED_EVENTS_WEBIDL_FILES += [
1209         "SpeechRecognitionEvent.webidl",
1210         "SpeechSynthesisErrorEvent.webidl",
1211         "SpeechSynthesisEvent.webidl",
1212     ]
1214 if CONFIG["ACCESSIBILITY"]:
1215     WEBIDL_FILES += [
1216         "AccessibleNode.webidl",
1217     ]