idl_files.cmake 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. # This file is included from "Meta/CMake/libweb_data.cmake"
  2. # It is defined here so that there is no need to go to the Meta directory when adding new idl files
  3. libweb_js_bindings(Animations/Animation)
  4. libweb_js_bindings(Animations/AnimationEffect)
  5. libweb_js_bindings(Animations/AnimationPlaybackEvent)
  6. libweb_js_bindings(Animations/AnimationTimeline)
  7. libweb_js_bindings(Animations/DocumentTimeline)
  8. libweb_js_bindings(Animations/KeyframeEffect)
  9. libweb_js_bindings(Clipboard/Clipboard)
  10. libweb_js_bindings(Crypto/Crypto)
  11. libweb_js_bindings(Crypto/CryptoKey)
  12. libweb_js_bindings(Crypto/SubtleCrypto)
  13. libweb_js_bindings(CSS/AnimationEvent)
  14. libweb_js_bindings(CSS/CSSAnimation)
  15. libweb_js_bindings(CSS/CSSConditionRule)
  16. libweb_js_bindings(CSS/CSSFontFaceRule)
  17. libweb_js_bindings(CSS/CSSGroupingRule)
  18. libweb_js_bindings(CSS/CSSImportRule)
  19. libweb_js_bindings(CSS/CSSKeyframeRule)
  20. libweb_js_bindings(CSS/CSSKeyframesRule)
  21. libweb_js_bindings(CSS/CSSMediaRule)
  22. libweb_js_bindings(CSS/CSS NAMESPACE)
  23. libweb_js_bindings(CSS/CSSNamespaceRule)
  24. libweb_js_bindings(CSS/CSSRule)
  25. libweb_js_bindings(CSS/CSSRuleList)
  26. libweb_js_bindings(CSS/CSSStyleDeclaration)
  27. libweb_js_bindings(CSS/CSSStyleRule)
  28. libweb_js_bindings(CSS/CSSStyleSheet)
  29. libweb_js_bindings(CSS/CSSSupportsRule)
  30. libweb_js_bindings(CSS/MediaList)
  31. libweb_js_bindings(CSS/MediaQueryList)
  32. libweb_js_bindings(CSS/MediaQueryListEvent)
  33. libweb_js_bindings(CSS/Screen)
  34. libweb_js_bindings(CSS/StyleSheet)
  35. libweb_js_bindings(CSS/StyleSheetList)
  36. libweb_js_bindings(CSS/VisualViewport)
  37. libweb_js_bindings(DOM/AbstractRange)
  38. libweb_js_bindings(DOM/Attr)
  39. libweb_js_bindings(DOM/AbortController)
  40. libweb_js_bindings(DOM/AbortSignal)
  41. libweb_js_bindings(DOM/CDATASection)
  42. libweb_js_bindings(DOM/CharacterData)
  43. libweb_js_bindings(DOM/Comment)
  44. libweb_js_bindings(DOM/CustomEvent)
  45. libweb_js_bindings(DOM/Document)
  46. libweb_js_bindings(DOM/DocumentFragment)
  47. libweb_js_bindings(DOM/DocumentType)
  48. libweb_js_bindings(DOM/DOMImplementation)
  49. libweb_js_bindings(DOM/DOMTokenList)
  50. libweb_js_bindings(DOM/Element)
  51. libweb_js_bindings(DOM/Event)
  52. libweb_js_bindings(DOM/EventTarget)
  53. libweb_js_bindings(DOM/HTMLCollection)
  54. libweb_js_bindings(DOM/HTMLFormControlsCollection)
  55. libweb_js_bindings(DOM/MutationObserver)
  56. libweb_js_bindings(DOM/MutationRecord)
  57. libweb_js_bindings(DOM/NamedNodeMap)
  58. libweb_js_bindings(DOM/Node)
  59. libweb_js_bindings(DOM/NodeFilter)
  60. libweb_js_bindings(DOM/NodeIterator)
  61. libweb_js_bindings(DOM/NodeList)
  62. libweb_js_bindings(DOM/ProcessingInstruction)
  63. libweb_js_bindings(DOM/RadioNodeList)
  64. libweb_js_bindings(DOM/Range)
  65. libweb_js_bindings(DOM/ShadowRoot)
  66. libweb_js_bindings(DOM/StaticRange)
  67. libweb_js_bindings(DOM/Text)
  68. libweb_js_bindings(DOM/TreeWalker)
  69. libweb_js_bindings(DOM/XMLDocument)
  70. libweb_js_bindings(DOMParsing/XMLSerializer)
  71. libweb_js_bindings(DOMURL/DOMURL)
  72. libweb_js_bindings(DOMURL/URLSearchParams ITERABLE)
  73. libweb_js_bindings(Encoding/TextDecoder)
  74. libweb_js_bindings(Encoding/TextEncoder)
  75. libweb_js_bindings(Fetch/Headers ITERABLE)
  76. libweb_js_bindings(Fetch/Request)
  77. libweb_js_bindings(Fetch/Response)
  78. libweb_js_bindings(FileAPI/Blob)
  79. libweb_js_bindings(FileAPI/File)
  80. libweb_js_bindings(FileAPI/FileList)
  81. libweb_js_bindings(FileAPI/FileReader)
  82. libweb_js_bindings(Geometry/DOMMatrix)
  83. libweb_js_bindings(Geometry/DOMMatrixReadOnly)
  84. libweb_js_bindings(Geometry/DOMPoint)
  85. libweb_js_bindings(Geometry/DOMPointReadOnly)
  86. libweb_js_bindings(Geometry/DOMQuad)
  87. libweb_js_bindings(Geometry/DOMRect)
  88. libweb_js_bindings(Geometry/DOMRectList)
  89. libweb_js_bindings(Geometry/DOMRectReadOnly)
  90. libweb_js_bindings(HTML/AudioTrack)
  91. libweb_js_bindings(HTML/AudioTrackList)
  92. libweb_js_bindings(HTML/CanvasGradient)
  93. libweb_js_bindings(HTML/CanvasPattern)
  94. libweb_js_bindings(HTML/CanvasRenderingContext2D)
  95. libweb_js_bindings(HTML/CloseEvent)
  96. libweb_js_bindings(HTML/CustomElements/CustomElementRegistry)
  97. libweb_js_bindings(HTML/DOMParser)
  98. libweb_js_bindings(HTML/DOMStringMap)
  99. libweb_js_bindings(HTML/DataTransfer)
  100. libweb_js_bindings(HTML/ErrorEvent)
  101. libweb_js_bindings(HTML/FormDataEvent)
  102. libweb_js_bindings(HTML/History)
  103. libweb_js_bindings(HTML/HTMLAnchorElement)
  104. libweb_js_bindings(HTML/HTMLAreaElement)
  105. libweb_js_bindings(HTML/HTMLAudioElement)
  106. libweb_js_bindings(HTML/HTMLBaseElement)
  107. libweb_js_bindings(HTML/HTMLBodyElement)
  108. libweb_js_bindings(HTML/HTMLBRElement)
  109. libweb_js_bindings(HTML/HTMLButtonElement)
  110. libweb_js_bindings(HTML/HTMLCanvasElement)
  111. libweb_js_bindings(HTML/HTMLDataElement)
  112. libweb_js_bindings(HTML/HTMLDataListElement)
  113. libweb_js_bindings(HTML/HTMLDetailsElement)
  114. libweb_js_bindings(HTML/HTMLDialogElement)
  115. libweb_js_bindings(HTML/HTMLDirectoryElement)
  116. libweb_js_bindings(HTML/HTMLDivElement)
  117. libweb_js_bindings(HTML/HTMLDocument)
  118. libweb_js_bindings(HTML/HTMLDListElement)
  119. libweb_js_bindings(HTML/HTMLElement)
  120. libweb_js_bindings(HTML/HTMLEmbedElement)
  121. libweb_js_bindings(HTML/HTMLFieldSetElement)
  122. libweb_js_bindings(HTML/HTMLFontElement)
  123. libweb_js_bindings(HTML/HTMLFormElement)
  124. libweb_js_bindings(HTML/HTMLFrameElement)
  125. libweb_js_bindings(HTML/HTMLFrameSetElement)
  126. libweb_js_bindings(HTML/HTMLHeadElement)
  127. libweb_js_bindings(HTML/HTMLHeadingElement)
  128. libweb_js_bindings(HTML/HTMLHRElement)
  129. libweb_js_bindings(HTML/HTMLHtmlElement)
  130. libweb_js_bindings(HTML/HTMLIFrameElement)
  131. libweb_js_bindings(HTML/HTMLImageElement)
  132. libweb_js_bindings(HTML/HTMLInputElement)
  133. libweb_js_bindings(HTML/HTMLLabelElement)
  134. libweb_js_bindings(HTML/HTMLLegendElement)
  135. libweb_js_bindings(HTML/HTMLLIElement)
  136. libweb_js_bindings(HTML/HTMLLinkElement)
  137. libweb_js_bindings(HTML/HTMLMapElement)
  138. libweb_js_bindings(HTML/HTMLMarqueeElement)
  139. libweb_js_bindings(HTML/HTMLMediaElement)
  140. libweb_js_bindings(HTML/HTMLMenuElement)
  141. libweb_js_bindings(HTML/HTMLMetaElement)
  142. libweb_js_bindings(HTML/HTMLMeterElement)
  143. libweb_js_bindings(HTML/HTMLModElement)
  144. libweb_js_bindings(HTML/HTMLObjectElement)
  145. libweb_js_bindings(HTML/HTMLOListElement)
  146. libweb_js_bindings(HTML/HTMLOptGroupElement)
  147. libweb_js_bindings(HTML/HTMLOptionElement)
  148. libweb_js_bindings(HTML/HTMLOptionsCollection)
  149. libweb_js_bindings(HTML/HTMLOutputElement)
  150. libweb_js_bindings(HTML/HTMLParagraphElement)
  151. libweb_js_bindings(HTML/HTMLParamElement)
  152. libweb_js_bindings(HTML/HTMLPictureElement)
  153. libweb_js_bindings(HTML/HTMLPreElement)
  154. libweb_js_bindings(HTML/HTMLProgressElement)
  155. libweb_js_bindings(HTML/HTMLQuoteElement)
  156. libweb_js_bindings(HTML/HTMLScriptElement)
  157. libweb_js_bindings(HTML/HTMLSelectElement)
  158. libweb_js_bindings(HTML/HTMLSlotElement)
  159. libweb_js_bindings(HTML/HTMLSourceElement)
  160. libweb_js_bindings(HTML/HTMLSpanElement)
  161. libweb_js_bindings(HTML/HTMLStyleElement)
  162. libweb_js_bindings(HTML/HTMLTableCaptionElement)
  163. libweb_js_bindings(HTML/HTMLTableCellElement)
  164. libweb_js_bindings(HTML/HTMLTableColElement)
  165. libweb_js_bindings(HTML/HTMLTableElement)
  166. libweb_js_bindings(HTML/HTMLTableRowElement)
  167. libweb_js_bindings(HTML/HTMLTableSectionElement)
  168. libweb_js_bindings(HTML/HTMLTemplateElement)
  169. libweb_js_bindings(HTML/HTMLTextAreaElement)
  170. libweb_js_bindings(HTML/HTMLTimeElement)
  171. libweb_js_bindings(HTML/HTMLTitleElement)
  172. libweb_js_bindings(HTML/HTMLTrackElement)
  173. libweb_js_bindings(HTML/HTMLUListElement)
  174. libweb_js_bindings(HTML/HTMLUnknownElement)
  175. libweb_js_bindings(HTML/HTMLVideoElement)
  176. libweb_js_bindings(HTML/ImageData)
  177. libweb_js_bindings(HTML/Location)
  178. libweb_js_bindings(HTML/MediaError)
  179. libweb_js_bindings(HTML/MessageChannel)
  180. libweb_js_bindings(HTML/MessageEvent)
  181. libweb_js_bindings(HTML/MessagePort)
  182. libweb_js_bindings(HTML/MimeType)
  183. libweb_js_bindings(HTML/MimeTypeArray)
  184. libweb_js_bindings(HTML/NavigateEvent)
  185. libweb_js_bindings(HTML/Navigation)
  186. libweb_js_bindings(HTML/NavigationCurrentEntryChangeEvent)
  187. libweb_js_bindings(HTML/NavigationDestination)
  188. libweb_js_bindings(HTML/NavigationHistoryEntry)
  189. libweb_js_bindings(HTML/NavigationTransition)
  190. libweb_js_bindings(HTML/Navigator)
  191. libweb_js_bindings(HTML/PageTransitionEvent)
  192. libweb_js_bindings(HTML/Path2D)
  193. libweb_js_bindings(HTML/Plugin)
  194. libweb_js_bindings(HTML/PluginArray)
  195. libweb_js_bindings(HTML/PromiseRejectionEvent)
  196. libweb_js_bindings(HTML/Storage)
  197. libweb_js_bindings(HTML/SubmitEvent)
  198. libweb_js_bindings(HTML/TextMetrics)
  199. libweb_js_bindings(HTML/TimeRanges)
  200. libweb_js_bindings(HTML/ToggleEvent)
  201. libweb_js_bindings(HTML/TrackEvent)
  202. libweb_js_bindings(HTML/VideoTrack)
  203. libweb_js_bindings(HTML/VideoTrackList)
  204. libweb_js_bindings(HTML/Window GLOBAL)
  205. libweb_js_bindings(HTML/Worker)
  206. libweb_js_bindings(HTML/WorkerGlobalScope)
  207. libweb_js_bindings(HTML/WorkerLocation)
  208. libweb_js_bindings(HTML/WorkerNavigator)
  209. libweb_js_bindings(HighResolutionTime/Performance)
  210. libweb_js_bindings(Internals/Inspector)
  211. libweb_js_bindings(Internals/Internals)
  212. libweb_js_bindings(IntersectionObserver/IntersectionObserver)
  213. libweb_js_bindings(IntersectionObserver/IntersectionObserverEntry)
  214. libweb_js_bindings(MathML/MathMLElement)
  215. libweb_js_bindings(NavigationTiming/PerformanceTiming)
  216. libweb_js_bindings(PerformanceTimeline/PerformanceEntry)
  217. libweb_js_bindings(PerformanceTimeline/PerformanceObserver)
  218. libweb_js_bindings(PerformanceTimeline/PerformanceObserverEntryList)
  219. libweb_js_bindings(RequestIdleCallback/IdleDeadline)
  220. libweb_js_bindings(ResizeObserver/ResizeObserver)
  221. libweb_js_bindings(ResizeObserver/ResizeObserverEntry)
  222. libweb_js_bindings(ResizeObserver/ResizeObserverSize)
  223. libweb_js_bindings(Streams/ByteLengthQueuingStrategy)
  224. libweb_js_bindings(Streams/CountQueuingStrategy)
  225. libweb_js_bindings(Streams/ReadableByteStreamController)
  226. libweb_js_bindings(Streams/ReadableStream)
  227. libweb_js_bindings(Streams/ReadableStreamBYOBReader)
  228. libweb_js_bindings(Streams/ReadableStreamBYOBRequest)
  229. libweb_js_bindings(Streams/ReadableStreamDefaultController)
  230. libweb_js_bindings(Streams/ReadableStreamDefaultReader)
  231. libweb_js_bindings(Streams/TransformStream)
  232. libweb_js_bindings(Streams/TransformStreamDefaultController)
  233. libweb_js_bindings(Streams/WritableStream)
  234. libweb_js_bindings(Streams/WritableStreamDefaultController)
  235. libweb_js_bindings(Streams/WritableStreamDefaultWriter)
  236. libweb_js_bindings(SVG/SVGAnimatedLength)
  237. libweb_js_bindings(SVG/SVGAnimatedNumber)
  238. libweb_js_bindings(SVG/SVGAnimatedRect)
  239. libweb_js_bindings(SVG/SVGAnimatedString)
  240. libweb_js_bindings(SVG/SVGClipPathElement)
  241. libweb_js_bindings(SVG/SVGDefsElement)
  242. libweb_js_bindings(SVG/SVGElement)
  243. libweb_js_bindings(SVG/SVGGeometryElement)
  244. libweb_js_bindings(SVG/SVGGradientElement)
  245. libweb_js_bindings(SVG/SVGGraphicsElement)
  246. libweb_js_bindings(SVG/SVGCircleElement)
  247. libweb_js_bindings(SVG/SVGEllipseElement)
  248. libweb_js_bindings(SVG/SVGForeignObjectElement)
  249. libweb_js_bindings(SVG/SVGLength)
  250. libweb_js_bindings(SVG/SVGLineElement)
  251. libweb_js_bindings(SVG/SVGLinearGradientElement)
  252. libweb_js_bindings(SVG/SVGMaskElement)
  253. libweb_js_bindings(SVG/SVGPathElement)
  254. libweb_js_bindings(SVG/SVGPolygonElement)
  255. libweb_js_bindings(SVG/SVGPolylineElement)
  256. libweb_js_bindings(SVG/SVGRadialGradientElement)
  257. libweb_js_bindings(SVG/SVGRectElement)
  258. libweb_js_bindings(SVG/SVGScriptElement)
  259. libweb_js_bindings(SVG/SVGSVGElement)
  260. libweb_js_bindings(SVG/SVGStopElement)
  261. libweb_js_bindings(SVG/SVGStyleElement)
  262. libweb_js_bindings(SVG/SVGSymbolElement)
  263. libweb_js_bindings(SVG/SVGTextContentElement)
  264. libweb_js_bindings(SVG/SVGTextElement)
  265. libweb_js_bindings(SVG/SVGTextPathElement)
  266. libweb_js_bindings(SVG/SVGTextPositioningElement)
  267. libweb_js_bindings(SVG/SVGTitleElement)
  268. libweb_js_bindings(SVG/SVGTSpanElement)
  269. libweb_js_bindings(SVG/SVGUseElement)
  270. libweb_js_bindings(Selection/Selection)
  271. libweb_js_bindings(UIEvents/FocusEvent)
  272. libweb_js_bindings(UIEvents/KeyboardEvent)
  273. libweb_js_bindings(UIEvents/MouseEvent)
  274. libweb_js_bindings(UIEvents/UIEvent)
  275. libweb_js_bindings(UIEvents/WheelEvent)
  276. libweb_js_bindings(UserTiming/PerformanceMark)
  277. libweb_js_bindings(UserTiming/PerformanceMeasure)
  278. libweb_js_bindings(WebAssembly/Instance)
  279. libweb_js_bindings(WebAssembly/Memory)
  280. libweb_js_bindings(WebAssembly/Module)
  281. libweb_js_bindings(WebAssembly/Table)
  282. libweb_js_bindings(WebAssembly/WebAssembly NAMESPACE)
  283. libweb_js_bindings(WebAudio/AudioContext)
  284. libweb_js_bindings(WebAudio/BaseAudioContext)
  285. libweb_js_bindings(WebGL/WebGLContextEvent)
  286. libweb_js_bindings(WebGL/WebGLRenderingContext)
  287. libweb_js_bindings(WebIDL/DOMException)
  288. libweb_js_bindings(WebSockets/WebSocket)
  289. libweb_js_bindings(XHR/FormData ITERABLE)
  290. libweb_js_bindings(XHR/ProgressEvent)
  291. libweb_js_bindings(XHR/XMLHttpRequest)
  292. libweb_js_bindings(XHR/XMLHttpRequestEventTarget)
  293. libweb_js_bindings(XHR/XMLHttpRequestUpload)