summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/idl_files.cmake
AgeCommit message (Expand)Author
2023-04-28LibWeb: Implement SVGLinearGradientElement (<linearGradient>)MacDue
2023-04-28LibWeb: Implement SVGGradientElementMacDue
2023-04-28LibWeb: Implement SVGStopElement (<stop>)MacDue
2023-04-28LibWeb: Implement SVGAnimatedNumberMacDue
2023-04-27LibWeb: Add ReadableStreamBYOBReader interfaceMatthew Olsson
2023-04-23LibWeb: Implement the MediaError IDL interfaceTimothy Flynn
2023-04-21LibWeb: Add XMLDocument stubLuke Wilde
2023-04-19LibWeb: Stub out the HTML TimeRanges IDL interfaceTimothy Flynn
2023-04-12LibWeb: Add ReadableStreamByteController interfaceMatthew Olsson
2023-04-12LibWeb: Add ReadableStreamBYOBRequest interfaceMatthew Olsson
2023-04-07LibWeb: Implement TrackEvent for media eventsTimothy Flynn
2023-04-07LibWeb: Implement VideoTrack and VideoTrackListTimothy Flynn
2023-04-06LibWeb: Add the WritableStreamDefaultWriter interfaceMatthew Olsson
2023-04-06LibWeb: Add the WritableStream interfaceMatthew Olsson
2023-04-06LibWeb: Introduce CustomElementRegistry and creating custom elementsLuke Wilde
2023-04-01LibWeb: Add ReadableStreamDefaultControllerMatthew Olsson
2023-04-01LibWeb: Add ReadableStreamDefaultReaderMatthew Olsson
2023-03-23LibWeb: Implement performance.mark and performance.clearMarksLuke Wilde
2023-03-23LibWeb: Introduce Performance Timeline and its Performance functionsLuke Wilde
2023-03-16LibWeb: Port the WebAssembly namespace to IDLTimothy Flynn
2023-03-16LibWeb: Port WebAssembly.Table to IDLTimothy Flynn
2023-03-16LibWeb: Port WebAssembly.Memory to IDLTimothy Flynn
2023-03-16LibWeb: Port WebAssembly.Instance to IDLTimothy Flynn
2023-03-16LibWeb: Port WebAssembly.Module to IDLTimothy Flynn
2023-03-15LibWeb: Port the CSS namespace to IDLTimothy Flynn
2023-03-08LibWeb: Add FormDataIterator implementationKenneth Myhra
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