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-19
LibWeb: Stop creating `auto` LengthStyleValue for resolved style
Sam Atkins
2023-04-19
LibWeb: Stop parsing `auto` as a Length
Sam Atkins
2023-04-19
LibWeb: Check flex longhands first when parsing flex shorthand
Sam Atkins
2023-04-19
LibWeb: Properly handle `auto` in StyleProperties::length_percentage()
Sam Atkins
2023-04-19
LibWeb: Properly handle `auto` when parsing `background-size`
Sam Atkins
2023-04-19
LibWeb: Fix broken handling of `flex: <flex-grow>` shorthand
Andreas Kling
2023-04-19
LibWeb: Implement the HTMLMediaElement crossOrigin attribute
Timothy Flynn
2023-04-19
LibWeb: Stub out the HTMLMediaElement buffered attribute
Timothy Flynn
2023-04-19
LibWeb: Stub out the HTML TimeRanges IDL interface
Timothy Flynn
2023-04-19
LibWeb: Layout <svg> nested inside <svg>
Andreas Kling
2023-04-19
LibWeb: Make SVG <g> elements generate a SVGGraphicsPaintable
Andreas Kling
2023-04-18
LibWeb: Implement HTMLMediaElement's autoplay attribute
Timothy Flynn
2023-04-18
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
Timothy Flynn
2023-04-18
LibWeb: Render HTMLVideoElement controls when scripting is disabled
Timothy Flynn
2023-04-18
LibWeb: Organize LibWeb forwarding header
Timothy Flynn
2023-04-18
LibWeb: Treat unresolvable percentage flex-basis values as 'content'
Andreas Kling
2023-04-17
LibWeb: Honor box-sizing in flex item "specified size suggestion"
Andreas Kling
2023-04-17
LibWeb: Support implicit lineto commands after moveto in SVG paths
Andreas Kling
2023-04-17
LibWeb: Fix inverted condition in WritableStream's constructor
Matthew Olsson
2023-04-17
LibWeb: Make StartAlgorithm return a Value instead of a Promise
Matthew Olsson
2023-04-17
LibWeb: Remove outdated FIXMEs around WebIDL::invoke_callback usages
Matthew Olsson
2023-04-17
LibWeb: Properly reject abrupt completion in clean_up_on_return
Matthew Olsson
2023-04-17
LibWeb: Implement SVG `preserveAspectRatio` attribute
MacDue
2023-04-17
LibWeb: Clip SVG content to parent <svg> element bounding box
MacDue
2023-04-17
LibWeb: Update the media playback time for clicks on the media timeline
Timothy Flynn
2023-04-17
LibWeb: Restrict toggling video playback to certain areas in a video
Timothy Flynn
2023-04-17
LibWeb: Implement converting a DevicePixelRect to a CSSPixelRect
Timothy Flynn
2023-04-17
LibWeb: Begin implementing media resource seeking
Timothy Flynn
2023-04-17
LibWeb: Change the callback used to detect the end of a video stream
Timothy Flynn
2023-04-17
LibWeb: Fix a couple of HTMLMediaElement spec links
Timothy Flynn
2023-04-16
LibWeb: Fix multi-line flex column layouts with auto height on container
Andreas Kling
2023-04-16
LibWeb: Honor gap between flex lines when using align-content: stretch
Andreas Kling
2023-04-15
LibWeb: Scale SVG stroke-width based on viewbox
MacDue
2023-04-15
LibWeb/Fetch: Fix build error in HeadersIterator::next()
Linus Groh
2023-04-15
LibJS: Port create_iterator_result_object() to NonnullGCPtr
Linus Groh
2023-04-15
LibJS: Port iterator_step() to GCPtr
Linus Groh
2023-04-15
LibWeb: Add missing properties from latest spec in SessionHistoryEntry
Aliaksandr Kalenik
2023-04-15
LibWeb: Add HTML::DocumentState
Andreas Kling
2023-04-15
LibWeb: Make SessionHistoryEntry GC-allocated
Andreas Kling
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-04-15
AK+Everywhere: Add ApplyPercentDecoding option to URL getters
MacDue
2023-04-14
LibWeb: Do not dereference empty Optional in ReadableStream::visit_edges
Timothy Flynn
2023-04-14
LibWeb/Streams: Rename one instance of 'e' to 'exception'
Linus Groh
2023-04-14
LibWeb/Streams: Add FIXMEs to incorrect invoke_callback() invocations
Linus Groh
2023-04-14
LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptions
Linus Groh
2023-04-14
LibWeb/Streams: Make most algorithms return a NonnullGCPtr
Linus Groh
2023-04-14
LibWeb: Resolve more background-related properties
Karol Kosek
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
[next]