summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
AgeCommit message (Expand)Author
2023-04-23LibWeb: Implement the MediaError IDL interfaceTimothy Flynn
2023-04-21LibWeb: Add XMLDocument stubLuke Wilde
2023-04-19LibWeb: Add HTML::TraversableNavigableAndreas Kling
2023-04-19LibWeb: Add HTML::NavigableAndreas Kling
2023-04-19LibWeb: Rename BrowsingContextContainer => NavigableContainerAndreas Kling
2023-04-19LibWeb: Stub out the HTML TimeRanges IDL interfaceTimothy Flynn
2023-04-18LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlistTimothy Flynn
2023-04-18LibWeb: Organize LibWeb forwarding headerTimothy Flynn
2023-04-17LibWeb: Begin implementing media resource seekingTimothy Flynn
2023-04-15LibWeb: Add HTML::DocumentStateAndreas Kling
2023-04-15LibWeb: Make SessionHistoryEntry GC-allocatedAndreas Kling
2023-04-12LibWeb: Add ReadableStreamByteController interfaceMatthew Olsson
2023-04-12LibWeb: Add ReadableStreamBYOBRequest interfaceMatthew Olsson
2023-04-09LibWeb: Add the WritableStreamDefaultControllerMatthew Olsson
2023-04-07LibWeb: Create a basic layout node for HTMLVideoElementTimothy Flynn
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-05LibWeb: Implement multipart/form-data encoding algorithmKenneth Myhra
2023-04-03LibWeb: Add EdgeStyleValueMacDue
2023-04-01LibWeb: Add UnderlyingSource struct for ReadableStream constructorMatthew Olsson
2023-04-01LibWeb: Add ReadableStreamDefaultControllerMatthew Olsson
2023-04-01LibWeb: Add ReadableStreamDefaultReaderMatthew Olsson
2023-04-01LibWeb: Add the ReadableStreamGenericReader mixin interfaceMatthew Olsson
2023-03-30LibWeb: Introduce CalculatedOr typeSam Atkins
2023-03-29LibWeb: Implement CRC2D.imageSmoothingEnabledAndreas Kling
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