index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2023-06-03
LibWeb: Implement the `<symbol>` SVG element
PrestonLTaylor
2023-06-03
LibWeb: Implement the `<use>` SVG element
PrestonLTaylor
2023-06-03
LibWeb: Implement the <summary> element
stelar7
2023-06-01
LibWeb: Implement IntegerStyleValue, for holding `<integer>`
Sam Atkins
2023-06-01
LibWeb: Rename NumericStyleValue -> NumberStyleValue
Sam Atkins
2023-06-01
LibWeb: Add support for parsing place-content shorthand CSS property
FalseHonesty
2023-05-29
LibWeb: Remove Layout::TableCellBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Remove Layout::TableRowBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Remove Layout::TableRowGroupBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Remove Layout::TableBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Add preliminary support for CSS animations
Ali Mohammad Pur
2023-05-29
LibWeb: Add CSS CompositeStyleValue
Ali Mohammad Pur
2023-05-22
LibWeb: Stub AudioContext constructor
Luke Wilde
2023-05-21
LibWeb: Stub out a new SVGDecodedImageData class
Andreas Kling
2023-05-21
LibWeb: Make DecodedImageData an abstract class
Andreas Kling
2023-05-13
LibWeb: Implement performance.{measure,clearMeasures}
Luke Wilde
2023-05-13
LibWeb: Add a class to represent the "source set" concept from HTML
Andreas Kling
2023-05-13
LibWeb: Add class to represent "list of available images" from HTML spec
Andreas Kling
2023-05-13
LibWeb: Start fleshing out HTML "image requests" and "image data"
Andreas Kling
2023-05-08
LibWeb: Don't include Layout/Node.h from DOM/Element.h
Andreas Kling
2023-05-04
LibWeb: Add an initial implementation of SVG `<radialGradient>`
MacDue
2023-05-04
LibWeb: Add an interface to be notified of Document state changes
Timothy Flynn
2023-05-03
LibWeb: Move document loading into separate file
Aliaksandr Kalenik
2023-05-02
LibWeb: Support multi-keyword syntax for CSS display property
Emil Militzer
2023-04-30
LibWeb: Parse `grid-template` property
martinfalisse
2023-04-30
LibWeb: Change name of GridTrackSizeListStyleValue
martinfalisse
2023-04-28
LibWeb: Implement SVGLinearGradientElement (<linearGradient>)
MacDue
2023-04-28
LibWeb: Implement SVGGradientElement
MacDue
2023-04-28
LibWeb: Implement SVGStopElement (<stop>)
MacDue
2023-04-28
LibWeb: Implement SVGAnimatedNumber
MacDue
2023-04-27
LibWeb: Add ReadableStreamBYOBReader interface
Matthew Olsson
2023-04-23
LibWeb: Implement the MediaError IDL interface
Timothy Flynn
2023-04-21
LibWeb: Implement integrity-metadata part of fetch algorithm
Sam Atkins
2023-04-21
LibWeb: Add XMLDocument stub
Luke Wilde
2023-04-20
LibWeb/WebDriver: Handle WindowProxy in internal_json_clone_algorithm()
Linus Groh
2023-04-19
LibWeb: Add HTML::TraversableNavigable
Andreas Kling
2023-04-19
LibWeb: Add HTML::Navigable
Andreas Kling
2023-04-19
LibWeb: Rename BrowsingContextContainer => NavigableContainer
Andreas Kling
2023-04-19
LibWeb: Stub out the HTML TimeRanges IDL interface
Timothy Flynn
2023-04-18
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
Timothy Flynn
2023-04-15
LibWeb: Add HTML::DocumentState
Andreas Kling
2023-04-15
LibWeb: Make SessionHistoryEntry GC-allocated
Andreas Kling
2023-04-12
LibWeb: Add ReadableStreamByteController interface
Matthew Olsson
2023-04-12
LibWeb: Add ReadableStreamBYOBRequest interface
Matthew Olsson
2023-04-09
LibWeb: Add simple canvas path clipper
MacDue
2023-04-09
LibWeb: Add WebGL::EventNames
Kenneth Myhra
2023-04-09
LibWeb: Add the WritableStreamDefaultController
Matthew Olsson
2023-04-07
LibWeb: Create a basic layout node for HTMLVideoElement
Timothy Flynn
2023-04-07
LibWeb: Implement TrackEvent for media events
Timothy Flynn
2023-04-07
LibWeb: Implement VideoTrack and VideoTrackList
Timothy Flynn
[next]