summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CMakeLists.txt
AgeCommit message (Expand)Author
2023-05-04LibWeb: Add an interface to be notified of Document state changesTimothy Flynn
2023-05-03LibWeb: Move document loading into separate fileAliaksandr Kalenik
2023-05-02LibWeb: Support multi-keyword syntax for CSS display propertyEmil Militzer
2023-04-30LibWeb: Parse `grid-template` propertymartinfalisse
2023-04-30LibWeb: Change name of GridTrackSizeListStyleValuemartinfalisse
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: Implement integrity-metadata part of fetch algorithmSam Atkins
2023-04-21LibWeb: Add XMLDocument stubLuke Wilde
2023-04-20LibWeb/WebDriver: Handle WindowProxy in internal_json_clone_algorithm()Linus Groh
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-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 simple canvas path clipperMacDue
2023-04-09LibWeb: Add WebGL::EventNamesKenneth Myhra
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-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-31LibWeb: Add HTMLAnchorElement.referrerPolicy propertySam Atkins
2023-03-30LibWeb: Split CalculatedStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-30LibWeb: Move PercentageOr and subclasses into PercentageOr.{h,cpp}Sam Atkins
2023-03-30LibWeb: Move PositionValue into its own filesSam Atkins
2023-03-30LibWeb: Move CSS::EdgeRect into its own filesSam Atkins
2023-03-30LibWeb: Introduce CalculatedOr typeSam Atkins
2023-03-28LibWeb: Implement custom element name validationSrikavin Ramkumar
2023-03-25LibWeb: Split StyleValueList out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split RectStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split UnresolvedStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split TransformationStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split TextDecorationStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25LibWeb: Split ShadowStyleValue out of StyleValue.{h,cpp}Sam Atkins