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
Age
Commit message (
Expand
)
Author
2023-04-14
LibWeb: Honor column-gap and row-gap CSS properties in flex layout
Andreas Kling
2023-04-14
LibWeb: Propogate OOM errors from readable_stream_reader_generic_cancel
Matthew Olsson
2023-04-14
LibWeb: Add ByteStreamController to ReadableStreamController type
Matthew Olsson
2023-04-14
LibWeb: Mostly implement ReadableByteStreamController.[[ReleaseSteps]]
Matthew Olsson
2023-04-14
LibWeb: Mostly implement ReadableByteStreamController.[[PullSteps]]
Matthew Olsson
2023-04-14
LibWeb: Implement ReadableByteStreamController.[[CancelSteps]]
Matthew Olsson
2023-04-14
LibWeb: Expose ReadableStream::m_state and use in AOs
Matthew Olsson
2023-04-14
LibWeb: Set Comment's prototype
Luke Wilde
2023-04-14
LibJS: Port Value::get_method() to GCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_object() to NonnullGCPtr
Linus Groh
2023-04-14
LibWeb: Support NotAllowed CSS cursor
Srikavin Ramkumar
2023-04-13
LibWeb: Don't match the root node of HTMLCollection
Luke Wilde
2023-04-13
LibWeb: Whine instead of dying on unexpected box during line layout
Andreas Kling
2023-04-13
LibJS: Make well-known symbol getters return NonnullGCPtr
Linus Groh
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-04-13
LibWeb: Reimplement CalculatedStyleValue as a calculation node tree
Sam Atkins
2023-04-13
LibWeb: Expose type and raw values of basic CSS types
Sam Atkins
2023-04-13
LibWeb: Simplify CalculatedStyleValue types to match CSS-VALUES-4 :^)
Sam Atkins
2023-04-13
LibWeb: Move StyleValue::absolutized() back where it belongs
Sam Atkins
2023-04-13
LibWeb/Streams: Fix inconsistent uses of realm() and vm()
Linus Groh
2023-04-13
LibWeb/URL: Make URL::search_params() return a NonnullGCPtr
Linus Groh
2023-04-13
LibWeb/URL: Add spec links and comments
Linus Groh
2023-04-12
Everywhere: Fix a few typos
Nico Weber
2023-04-12
LibWeb: Don't try to paint SVG elements transformed to zero size
MacDue
2023-04-12
LibWeb: Allow floating point values when parsing SVG viewboxes
MacDue
2023-04-12
LibWeb: Always use quirks mode when parsing SVG width/height attributes
MacDue
2023-04-12
LibWeb: Use (transformed) path bounding quad for SVG path hit testing
MacDue
2023-04-12
LibWeb: Apply CSS scaling to SVG elements
MacDue
2023-04-12
LibWeb: Apply SVG transform to path when painting (SVG) elements
MacDue
2023-04-12
LibWeb: Remove SVG sizing hack and fix viewbox scaling
MacDue
2023-04-12
LibWeb: Parse the `transform` attribute when set on SVGGraphicsElements
MacDue
2023-04-12
LibWeb: Parse and apply `fill-opacity` attribute to SVG paths
MacDue
2023-04-12
LibWeb: Add SVG transform parsing
MacDue
2023-04-12
AK: Don't store parts of URLs percent decoded
MacDue
2023-04-12
LibWeb: Make SC hit testing more closely follow reverse paint order
MacDue
2023-04-12
LibWeb: Create a video document for `video/` MIME types on navigation
Luke Wilde
2023-04-12
LibWeb: Add ReadableStreamByteController interface
Matthew Olsson
2023-04-12
LibWeb: Add ReadableStreamBYOBRequest interface
Matthew Olsson
2023-04-11
LibWeb: Handle null values when making args for attributeChangedCallback
Luke Wilde
2023-04-11
LibWeb: Return from "the end" during HTML fragment parsing
Luke Wilde
2023-04-11
LibWeb: Begin detecting the end of an HTMLMediaElement media resource
Timothy Flynn
2023-04-11
LibWeb: Paint a media timeline on HTMLVideoElement layout nodes
Timothy Flynn
2023-04-11
LibWeb: Move VideoPaintable's cached mouse position to HTMLVideoElement
Timothy Flynn
2023-04-11
LibWeb: Tweak the color used for hovered media controls
Timothy Flynn
2023-04-11
LibWeb: Begin tracking HTMLMediaElement playback positions
Timothy Flynn
2023-04-11
LibWeb: Report HTMLMediaElement duration with sub-second accuracy
Timothy Flynn
2023-04-11
LibWeb: Move dispatching timeupdate events to a helper for tracking
Timothy Flynn
2023-04-11
LibWeb: Implement URL.canParse(url, base)
networkException
2023-04-11
LibWeb: Update URL constructor steps to match the specification
networkException
2023-04-11
AK+Everywhere: Use Optional for URLParser::parse's base_url parameter
networkException
[next]