2022-04-30 13:50:51 +03:00
|
|
|
# This file is included from "Meta/CMake/libweb_data.cmake"
|
|
|
|
# It is defined here so that there is no need to go to the Meta directory when adding new idl files
|
|
|
|
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(Crypto/Crypto)
|
|
|
|
libweb_js_bindings(Crypto/SubtleCrypto)
|
|
|
|
libweb_js_bindings(CSS/CSSConditionRule)
|
|
|
|
libweb_js_bindings(CSS/CSSFontFaceRule)
|
|
|
|
libweb_js_bindings(CSS/CSSGroupingRule)
|
|
|
|
libweb_js_bindings(CSS/CSSImportRule)
|
2023-06-20 18:19:40 +03:00
|
|
|
libweb_js_bindings(CSS/CSSKeyframeRule)
|
2023-06-20 18:30:06 +03:00
|
|
|
libweb_js_bindings(CSS/CSSKeyframesRule)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(CSS/CSSMediaRule)
|
2023-03-15 17:55:53 +03:00
|
|
|
libweb_js_bindings(CSS/CSS NAMESPACE)
|
2023-07-29 19:51:15 +03:00
|
|
|
libweb_js_bindings(CSS/CSSNamespaceRule)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(CSS/CSSRule)
|
|
|
|
libweb_js_bindings(CSS/CSSRuleList)
|
|
|
|
libweb_js_bindings(CSS/CSSStyleDeclaration)
|
|
|
|
libweb_js_bindings(CSS/CSSStyleRule)
|
|
|
|
libweb_js_bindings(CSS/CSSStyleSheet)
|
|
|
|
libweb_js_bindings(CSS/CSSSupportsRule)
|
|
|
|
libweb_js_bindings(CSS/MediaList)
|
|
|
|
libweb_js_bindings(CSS/MediaQueryList)
|
|
|
|
libweb_js_bindings(CSS/MediaQueryListEvent)
|
|
|
|
libweb_js_bindings(CSS/Screen)
|
|
|
|
libweb_js_bindings(CSS/StyleSheet)
|
|
|
|
libweb_js_bindings(CSS/StyleSheetList)
|
2023-06-17 17:40:35 +03:00
|
|
|
libweb_js_bindings(CSS/VisualViewport)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(DOM/AbstractRange)
|
|
|
|
libweb_js_bindings(DOM/Attr)
|
|
|
|
libweb_js_bindings(DOM/AbortController)
|
|
|
|
libweb_js_bindings(DOM/AbortSignal)
|
|
|
|
libweb_js_bindings(DOM/CDATASection)
|
|
|
|
libweb_js_bindings(DOM/CharacterData)
|
|
|
|
libweb_js_bindings(DOM/Comment)
|
|
|
|
libweb_js_bindings(DOM/CustomEvent)
|
|
|
|
libweb_js_bindings(DOM/Document)
|
|
|
|
libweb_js_bindings(DOM/DocumentFragment)
|
|
|
|
libweb_js_bindings(DOM/DocumentType)
|
|
|
|
libweb_js_bindings(DOM/DOMImplementation)
|
|
|
|
libweb_js_bindings(DOM/DOMTokenList)
|
|
|
|
libweb_js_bindings(DOM/Element)
|
|
|
|
libweb_js_bindings(DOM/Event)
|
|
|
|
libweb_js_bindings(DOM/EventTarget)
|
|
|
|
libweb_js_bindings(DOM/HTMLCollection)
|
|
|
|
libweb_js_bindings(DOM/MutationRecord)
|
|
|
|
libweb_js_bindings(DOM/MutationObserver)
|
|
|
|
libweb_js_bindings(DOM/NamedNodeMap)
|
|
|
|
libweb_js_bindings(DOM/Node)
|
2022-10-28 17:38:22 +03:00
|
|
|
libweb_js_bindings(DOM/NodeFilter)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(DOM/NodeIterator)
|
|
|
|
libweb_js_bindings(DOM/NodeList)
|
|
|
|
libweb_js_bindings(DOM/ProcessingInstruction)
|
|
|
|
libweb_js_bindings(DOM/Range)
|
|
|
|
libweb_js_bindings(DOM/ShadowRoot)
|
|
|
|
libweb_js_bindings(DOM/StaticRange)
|
|
|
|
libweb_js_bindings(DOM/Text)
|
|
|
|
libweb_js_bindings(DOM/TreeWalker)
|
2023-04-06 01:00:08 +03:00
|
|
|
libweb_js_bindings(DOM/XMLDocument)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(DOMParsing/XMLSerializer)
|
|
|
|
libweb_js_bindings(Encoding/TextDecoder)
|
|
|
|
libweb_js_bindings(Encoding/TextEncoder)
|
|
|
|
libweb_js_bindings(Fetch/Headers ITERABLE)
|
2022-09-25 21:33:13 +03:00
|
|
|
libweb_js_bindings(Fetch/Request)
|
2022-09-25 21:36:30 +03:00
|
|
|
libweb_js_bindings(Fetch/Response)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(FileAPI/Blob)
|
|
|
|
libweb_js_bindings(FileAPI/File)
|
2022-10-04 06:10:39 +03:00
|
|
|
libweb_js_bindings(FileAPI/FileList)
|
2023-02-27 21:04:51 +03:00
|
|
|
libweb_js_bindings(Geometry/DOMMatrix)
|
|
|
|
libweb_js_bindings(Geometry/DOMMatrixReadOnly)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(Geometry/DOMPoint)
|
|
|
|
libweb_js_bindings(Geometry/DOMPointReadOnly)
|
|
|
|
libweb_js_bindings(Geometry/DOMRect)
|
|
|
|
libweb_js_bindings(Geometry/DOMRectList)
|
|
|
|
libweb_js_bindings(Geometry/DOMRectReadOnly)
|
2023-06-12 20:52:30 +03:00
|
|
|
libweb_js_bindings(HTML/AudioTrack)
|
|
|
|
libweb_js_bindings(HTML/AudioTrackList)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(HTML/CanvasGradient)
|
2023-02-02 23:47:46 +03:00
|
|
|
libweb_js_bindings(HTML/CanvasPattern)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(HTML/CanvasRenderingContext2D)
|
|
|
|
libweb_js_bindings(HTML/CloseEvent)
|
2023-03-30 01:46:18 +03:00
|
|
|
libweb_js_bindings(HTML/CustomElements/CustomElementRegistry)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(HTML/DOMParser)
|
|
|
|
libweb_js_bindings(HTML/DOMStringMap)
|
|
|
|
libweb_js_bindings(HTML/ErrorEvent)
|
2023-02-03 23:50:10 +03:00
|
|
|
libweb_js_bindings(HTML/FormDataEvent)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(HTML/History)
|
|
|
|
libweb_js_bindings(HTML/HTMLAnchorElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLAreaElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLAudioElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLBaseElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLBodyElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLBRElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLButtonElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLCanvasElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLDataElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLDataListElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLDetailsElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLDialogElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLDirectoryElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLDivElement)
|
2023-06-21 14:53:09 +03:00
|
|
|
libweb_js_bindings(HTML/HTMLDocument)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(HTML/HTMLDListElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLEmbedElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLFieldSetElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLFontElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLFormElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLFrameElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLFrameSetElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLHeadElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLHeadingElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLHRElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLHtmlElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLIFrameElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLImageElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLInputElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLLabelElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLLegendElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLLIElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLLinkElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLMapElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLMarqueeElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLMediaElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLMenuElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLMetaElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLMeterElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLModElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLObjectElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLOListElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLOptGroupElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLOptionElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLOptionsCollection)
|
|
|
|
libweb_js_bindings(HTML/HTMLOutputElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLParagraphElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLParamElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLPictureElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLPreElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLProgressElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLQuoteElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLScriptElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLSelectElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLSlotElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLSourceElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLSpanElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLStyleElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLTableCaptionElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLTableCellElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLTableColElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLTableElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLTableRowElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLTableSectionElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLTemplateElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLTextAreaElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLTimeElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLTitleElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLTrackElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLUListElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLUnknownElement)
|
|
|
|
libweb_js_bindings(HTML/HTMLVideoElement)
|
|
|
|
libweb_js_bindings(HTML/ImageData)
|
2023-01-18 20:41:12 +03:00
|
|
|
libweb_js_bindings(HTML/Location)
|
2023-04-22 21:39:20 +03:00
|
|
|
libweb_js_bindings(HTML/MediaError)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(HTML/MessageChannel)
|
|
|
|
libweb_js_bindings(HTML/MessageEvent)
|
|
|
|
libweb_js_bindings(HTML/MessagePort)
|
2023-02-28 03:23:53 +03:00
|
|
|
libweb_js_bindings(HTML/MimeType)
|
|
|
|
libweb_js_bindings(HTML/MimeTypeArray)
|
2022-10-09 05:53:08 +03:00
|
|
|
libweb_js_bindings(HTML/Navigator)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(HTML/PageTransitionEvent)
|
|
|
|
libweb_js_bindings(HTML/Path2D)
|
2023-02-28 03:23:53 +03:00
|
|
|
libweb_js_bindings(HTML/Plugin)
|
|
|
|
libweb_js_bindings(HTML/PluginArray)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(HTML/PromiseRejectionEvent)
|
|
|
|
libweb_js_bindings(HTML/Storage)
|
|
|
|
libweb_js_bindings(HTML/SubmitEvent)
|
|
|
|
libweb_js_bindings(HTML/TextMetrics)
|
2023-04-18 23:19:37 +03:00
|
|
|
libweb_js_bindings(HTML/TimeRanges)
|
2023-04-04 16:28:59 +03:00
|
|
|
libweb_js_bindings(HTML/TrackEvent)
|
2023-04-04 16:26:02 +03:00
|
|
|
libweb_js_bindings(HTML/VideoTrack)
|
|
|
|
libweb_js_bindings(HTML/VideoTrackList)
|
2023-03-05 18:52:34 +03:00
|
|
|
libweb_js_bindings(HTML/Window GLOBAL)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(HTML/Worker)
|
|
|
|
libweb_js_bindings(HTML/WorkerGlobalScope)
|
|
|
|
libweb_js_bindings(HTML/WorkerLocation)
|
|
|
|
libweb_js_bindings(HTML/WorkerNavigator)
|
|
|
|
libweb_js_bindings(HighResolutionTime/Performance)
|
2023-07-21 12:59:49 +03:00
|
|
|
libweb_js_bindings(Internals/Internals)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(IntersectionObserver/IntersectionObserver)
|
2023-07-07 01:44:07 +03:00
|
|
|
libweb_js_bindings(IntersectionObserver/IntersectionObserverEntry)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(NavigationTiming/PerformanceTiming)
|
2023-03-22 22:12:57 +03:00
|
|
|
libweb_js_bindings(PerformanceTimeline/PerformanceEntry)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(RequestIdleCallback/IdleDeadline)
|
|
|
|
libweb_js_bindings(ResizeObserver/ResizeObserver)
|
2023-06-18 11:26:19 +03:00
|
|
|
libweb_js_bindings(Streams/ByteLengthQueuingStrategy)
|
2023-06-18 10:43:56 +03:00
|
|
|
libweb_js_bindings(Streams/CountQueuingStrategy)
|
2023-04-12 02:33:32 +03:00
|
|
|
libweb_js_bindings(Streams/ReadableByteStreamController)
|
2022-09-22 01:27:13 +03:00
|
|
|
libweb_js_bindings(Streams/ReadableStream)
|
2023-04-08 22:01:49 +03:00
|
|
|
libweb_js_bindings(Streams/ReadableStreamBYOBReader)
|
2023-04-11 04:37:27 +03:00
|
|
|
libweb_js_bindings(Streams/ReadableStreamBYOBRequest)
|
2023-03-29 04:56:11 +03:00
|
|
|
libweb_js_bindings(Streams/ReadableStreamDefaultController)
|
2023-03-29 04:30:22 +03:00
|
|
|
libweb_js_bindings(Streams/ReadableStreamDefaultReader)
|
2023-07-06 20:37:12 +03:00
|
|
|
libweb_js_bindings(Streams/TransformStream)
|
2023-07-07 16:49:22 +03:00
|
|
|
libweb_js_bindings(Streams/TransformStreamDefaultController)
|
2023-04-03 01:15:53 +03:00
|
|
|
libweb_js_bindings(Streams/WritableStream)
|
2023-07-16 18:48:05 +03:00
|
|
|
libweb_js_bindings(Streams/WritableStreamDefaultController)
|
2023-03-31 05:27:45 +03:00
|
|
|
libweb_js_bindings(Streams/WritableStreamDefaultWriter)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(SVG/SVGAnimatedLength)
|
2023-04-18 20:51:00 +03:00
|
|
|
libweb_js_bindings(SVG/SVGAnimatedNumber)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(SVG/SVGClipPathElement)
|
|
|
|
libweb_js_bindings(SVG/SVGDefsElement)
|
|
|
|
libweb_js_bindings(SVG/SVGElement)
|
|
|
|
libweb_js_bindings(SVG/SVGGeometryElement)
|
2023-04-21 20:51:00 +03:00
|
|
|
libweb_js_bindings(SVG/SVGGradientElement)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(SVG/SVGGraphicsElement)
|
|
|
|
libweb_js_bindings(SVG/SVGCircleElement)
|
|
|
|
libweb_js_bindings(SVG/SVGEllipseElement)
|
2022-11-10 15:49:26 +03:00
|
|
|
libweb_js_bindings(SVG/SVGForeignObjectElement)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(SVG/SVGLength)
|
|
|
|
libweb_js_bindings(SVG/SVGLineElement)
|
2023-04-22 20:51:00 +03:00
|
|
|
libweb_js_bindings(SVG/SVGLinearGradientElement)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(SVG/SVGPathElement)
|
|
|
|
libweb_js_bindings(SVG/SVGPolygonElement)
|
|
|
|
libweb_js_bindings(SVG/SVGPolylineElement)
|
2023-05-03 01:11:58 +03:00
|
|
|
libweb_js_bindings(SVG/SVGRadialGradientElement)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(SVG/SVGRectElement)
|
|
|
|
libweb_js_bindings(SVG/SVGSVGElement)
|
2023-04-20 20:51:00 +03:00
|
|
|
libweb_js_bindings(SVG/SVGStopElement)
|
2023-06-08 19:48:33 +03:00
|
|
|
libweb_js_bindings(SVG/SVGStyleElement)
|
2023-05-31 02:50:12 +03:00
|
|
|
libweb_js_bindings(SVG/SVGSymbolElement)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(SVG/SVGTextContentElement)
|
2023-07-22 21:24:55 +03:00
|
|
|
libweb_js_bindings(SVG/SVGTextElement)
|
|
|
|
libweb_js_bindings(SVG/SVGTextPositioningElement)
|
2023-06-08 18:46:44 +03:00
|
|
|
libweb_js_bindings(SVG/SVGTitleElement)
|
2023-07-22 21:34:51 +03:00
|
|
|
libweb_js_bindings(SVG/SVGTSpanElement)
|
2023-05-30 23:23:52 +03:00
|
|
|
libweb_js_bindings(SVG/SVGUseElement)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(Selection/Selection)
|
|
|
|
libweb_js_bindings(UIEvents/FocusEvent)
|
|
|
|
libweb_js_bindings(UIEvents/KeyboardEvent)
|
|
|
|
libweb_js_bindings(UIEvents/MouseEvent)
|
|
|
|
libweb_js_bindings(UIEvents/UIEvent)
|
2022-10-17 20:54:01 +03:00
|
|
|
libweb_js_bindings(UIEvents/WheelEvent)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(URL/URL)
|
|
|
|
libweb_js_bindings(URL/URLSearchParams ITERABLE)
|
2023-03-23 20:07:52 +03:00
|
|
|
libweb_js_bindings(UserTiming/PerformanceMark)
|
2023-05-13 15:34:28 +03:00
|
|
|
libweb_js_bindings(UserTiming/PerformanceMeasure)
|
2023-03-16 01:15:28 +03:00
|
|
|
libweb_js_bindings(WebAssembly/Instance)
|
2023-03-16 02:29:57 +03:00
|
|
|
libweb_js_bindings(WebAssembly/Memory)
|
2023-03-15 21:47:54 +03:00
|
|
|
libweb_js_bindings(WebAssembly/Module)
|
2023-03-16 03:16:22 +03:00
|
|
|
libweb_js_bindings(WebAssembly/Table)
|
2023-03-16 19:59:32 +03:00
|
|
|
libweb_js_bindings(WebAssembly/WebAssembly NAMESPACE)
|
2023-05-21 22:36:22 +03:00
|
|
|
libweb_js_bindings(WebAudio/AudioContext)
|
|
|
|
libweb_js_bindings(WebAudio/BaseAudioContext)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(WebGL/WebGLContextEvent)
|
|
|
|
libweb_js_bindings(WebGL/WebGLRenderingContext)
|
2022-09-25 19:28:46 +03:00
|
|
|
libweb_js_bindings(WebIDL/DOMException)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(WebSockets/WebSocket)
|
2023-03-05 19:29:11 +03:00
|
|
|
libweb_js_bindings(XHR/FormData ITERABLE)
|
2022-09-21 20:22:16 +03:00
|
|
|
libweb_js_bindings(XHR/ProgressEvent)
|
|
|
|
libweb_js_bindings(XHR/XMLHttpRequest)
|
|
|
|
libweb_js_bindings(XHR/XMLHttpRequestEventTarget)
|
2023-02-28 21:27:52 +03:00
|
|
|
libweb_js_bindings(XHR/XMLHttpRequestUpload)
|