summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
AgeCommit message (Expand)Author
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 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-16LibWeb: Define WebAssembly namespace and import it in web bindingsTimothy Flynn
2023-03-08LibWeb: Add FormDataIterator implementationKenneth Myhra
2023-03-07LibWeb/HTML: Port Window.history to IDLLinus Groh
2023-03-07LibWeb: Refactor XHR (almost) exactly to the specLuke Wilde
2023-02-28LibWeb: Implement navigator.{plugins,mimeTypes}Luke Wilde
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
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-01-21LibWeb: Parse `grid-area` CSS propertymartinfalisse
2023-01-21LibWeb: Parse `grid-template-areas` CSS propertymartinfalisse
2023-01-18LibWeb: Convert the Location object to IDLLinus Groh
2023-01-14LibWeb: Override width calculation for table wrappersAliaksandr Kalenik
2023-01-10LibWeb: Generate dedicated methods to create Web constructors/prototypesTimothy Flynn
2023-01-07LibWeb: Add Function To Build Accessiblity TreeJonah
2022-11-30LibWeb: Implement RadialGradientStyleValueMacDue
2022-11-16LibWeb: Sketch out basic support for SVG <foreignObject> elementsAndreas Kling
2022-11-01LibWeb: Add ConicGradientStyleValueMacDue
2022-11-01LibWeb: Refactor GridTrackSize classesmartinfalisse
2022-10-30LibWeb: Implement most of the 'Fetching' AOsLinus Groh
2022-10-30LibWeb: Implement 'fetch params' structLinus Groh
2022-10-30LibWeb: Implement container class for fetch algorithmsLinus Groh
2022-10-30LibWeb: Implement 'fetch controller' structLinus Groh
2022-10-30LibWeb: Implement 'fetch timing info' structLinus Groh
2022-10-30LibWeb: Implement 'connection timing info' structLinus Groh
2022-10-29LibWeb: Remove outdated forward declarationsLinus Groh
2022-10-15LibWeb: Add parent classes for managing GridTrackSizesmartinfalisse
2022-10-09LibWeb: Re-implement HTML::Navigator using IDLAndrew Kaster
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew 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-27LibWeb: Implement '5.3. Body mixin' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Add referrer policy to Fetch::Infrastructure::RequestLinus Groh
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Add CSS::Size to represent the full range of CSS size valuesAndreas Kling
2022-09-24LibWeb: Move WindowProxy from Bindings/ to HTML/Linus Groh
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh
2022-09-22LibWeb: Move extract_body() into FetchLinus Groh
2022-09-22LibWeb: Start fleshing out the ReadableStream interfaceLinus Groh
2022-09-20LibWeb: Implement "browsing context group" concept from the HTML specAndreas Kling
2022-09-18LibWeb: Add missing includesBen Wiederhake
2022-09-18LibWeb: Rename Attribute to AttrAndreas Kling
2022-09-16LibWeb: Add FilterValueListStyleValueMacDue