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-21
LibWeb: Implement the HTMLMediaElement "potentially playing" concept
Timothy Flynn
2023-04-21
LibWeb: Make HTMLMediaElement's attribute change handlers protected
Timothy Flynn
2023-04-21
LibWeb: Add a getter for HTMLMediaElement's current playback position
Timothy Flynn
2023-04-21
LibWeb: Track decoded video frame positions along with the frame image
Timothy Flynn
2023-04-20
LibWeb: Use device pixels to translate NestedBrowsingContextPaintable
Aliaksandr Kalenik
2023-04-20
LibWeb/Painting: Move-assign value in set_containing_line_box_fragment
Linus Groh
2023-04-20
LibWeb/Painting: Remove redundant 'Painting::' namespace prefixes
Linus Groh
2023-04-20
LibWeb: Rename remaining paint_box variables to paintable_box
Linus Groh
2023-04-20
LibWeb/Layout: Rename BlockContainer::paint{_box => able_with_lines}()
Linus Groh
2023-04-20
LibWeb/DOM: Rename Node::{paint => paintable}_box()
Linus Groh
2023-04-20
LibWeb/Layout: Rename Box::{paint => paintable}_box()
Linus Groh
2023-04-20
LibWeb/Painting: Rename StackingContext::paintable{ => _box}()
Linus Groh
2023-04-20
LibWeb/WebDriver: Handle WindowProxy in internal_json_clone_algorithm()
Linus Groh
2023-04-20
LibWeb/HTML: Store NonnullGCPtr in browsing context group set
Linus Groh
2023-04-20
LibWeb/HTML: Store NonnullGCPtr in browsing context set
Linus Groh
2023-04-20
LibWeb: Properly stop, rather than terminate, ongoing media fetches
Timothy Flynn
2023-04-20
LibWeb: Invent a method to stop an in-progress fetch without errors
Timothy Flynn
2023-04-20
LibWeb: Do not handle media ready state changes for empty network states
Timothy Flynn
2023-04-20
LibWeb: Implement the HTMLMediaElement delaying-the-load-event flag
Timothy Flynn
2023-04-20
LibWeb: Implement the HTMLMediaElement currentSrc attribute
Timothy Flynn
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: Simplify StyleValue API now that `auto` isn't a length
Sam Atkins
2023-04-19
LibWeb: Verify we don't accidentally create an `auto` LengthStyleValue
Sam Atkins
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
[next]