summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/idl_files.cmake
AgeCommit message (Expand)Author
2023-03-07LibWeb: Start generating code for the Window object from IDL :^)Linus Groh
2023-03-07LibWeb: Generate Window{Constructor,Prototype} from IDLLinus Groh
2023-03-07LibWeb: Refactor XHR (almost) exactly to the specLuke Wilde
2023-02-28LibWeb: Implement navigator.{plugins,mimeTypes}Luke Wilde
2023-02-27LibWeb: Add initial implementation of DOMMatrix(ReadOnly)Luke Wilde
2023-02-12LibWeb: Introduce the FormDataEvent interfaceKenneth Myhra
2023-02-12LibWeb: Introduce the FormData interface from the XHR specificationKenneth Myhra
2023-02-03LibWeb: Implement CanvasRenderingContext2D.createPattern()MacDue
2023-01-18LibWeb: Convert the Location object to IDLLinus Groh
2022-11-16LibWeb: Sketch out basic support for SVG <foreignObject> elementsAndreas Kling
2022-10-28LibWeb: Expose NodeFilter on the Window objectLuke Wilde
2022-10-23LibWeb: Dispatch "wheel" eventAliaksandr Kalenik
2022-10-09LibWeb: Re-implement HTML::Navigator using IDLAndrew Kaster
2022-10-04LibWeb: Add FileList from the FileAPI specAndrew Kaster
2022-09-27LibWeb: Implement '5.5. Response class' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Implement '5.4. Request class' from the Fetch API :^)Linus Groh
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-22LibWeb: Start fleshing out the ReadableStream interfaceLinus Groh
2022-09-21Everywhere: Rename WrapperGenerator to BindingsGeneratorLinus Groh
2022-09-18LibWeb: Rename Attribute to AttrAndreas Kling
2022-09-06LibWeb: Remove the NO_INSTANCE option now that all wrappers are goneAndreas Kling
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling
2022-09-06LibWeb: Make WorkerNavigator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make WorkerLocation GC-allocatedAndreas Kling
2022-09-06LibWeb: Make IntersectionObserver GC-allocatedAndreas Kling
2022-09-06LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make ResizeObserver GC-allocatedAndreas Kling
2022-09-06LibWeb: Make IdleDeadline GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Selection GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Crypto GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Headers and HeadersIterator GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Blob and File GC-allocatedAndreas Kling
2022-09-06LibWeb: Make TextDecoder GC-allocatedAndreas Kling
2022-09-06LibWeb: Make TextEncoder GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make DOMPoint and DOMPointReadOnly GC-allocatedAndreas Kling
2022-09-06LibWeb: Make SubtleCrypto GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Storage GC-allocatedAndreas Kling
2022-09-06LibWeb: Make XMLSerializer GC-allocatedAndreas Kling
2022-09-06LibWeb: Make TextMetrics GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Path2D GC-allocatedAndreas Kling
2022-09-06LibWeb: Make CanvasGradient GC-allocatedAndreas Kling
2022-09-06LibWeb: Make ImageData GC-allocatedAndreas Kling
2022-09-06LibWeb: Make 2D and 3D canvas rendering contexts GC-allocatedAndreas Kling
2022-09-06LibWeb: Make AbortController GC-allocatedAndreas Kling
2022-09-06LibWeb: Make SVGLength and SVGAnimatedLength GC-allocatedAndreas Kling
2022-09-06LibWeb: Make History GC-allocatedAndreas Kling
2022-09-06LibWeb: Make MessageChannel GC-allocatedAndreas Kling
2022-09-06LibWeb: Make HTMLCollection and subclasses GC-allocatedAndreas Kling
2022-09-06LibWeb: Make MutationObserver GC-allocatedAndreas Kling