summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CMakeLists.txt
AgeCommit message (Expand)Author
2023-06-03LibWeb: Implement the `<symbol>` SVG elementPrestonLTaylor
2023-06-03LibWeb: Implement the `<use>` SVG elementPrestonLTaylor
2023-06-03LibWeb: Implement the <summary> elementstelar7
2023-06-01LibWeb: Implement IntegerStyleValue, for holding `<integer>`Sam Atkins
2023-06-01LibWeb: Rename NumericStyleValue -> NumberStyleValueSam Atkins
2023-06-01LibWeb: Add support for parsing place-content shorthand CSS propertyFalseHonesty
2023-05-29LibWeb: Remove Layout::TableCellBoxAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableRowBoxAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableRowGroupBoxAliaksandr Kalenik
2023-05-29LibWeb: Remove Layout::TableBoxAliaksandr Kalenik
2023-05-29LibWeb: Add preliminary support for CSS animationsAli Mohammad Pur
2023-05-29LibWeb: Add CSS CompositeStyleValueAli Mohammad Pur
2023-05-22LibWeb: Stub AudioContext constructorLuke Wilde
2023-05-21LibWeb: Stub out a new SVGDecodedImageData classAndreas Kling
2023-05-21LibWeb: Make DecodedImageData an abstract classAndreas Kling
2023-05-13LibWeb: Implement performance.{measure,clearMeasures}Luke Wilde
2023-05-13LibWeb: Add a class to represent the "source set" concept from HTMLAndreas Kling
2023-05-13LibWeb: Add class to represent "list of available images" from HTML specAndreas Kling
2023-05-13LibWeb: Start fleshing out HTML "image requests" and "image data"Andreas Kling
2023-05-08LibWeb: Don't include Layout/Node.h from DOM/Element.hAndreas Kling
2023-05-04LibWeb: Add an initial implementation of SVG `<radialGradient>`MacDue
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