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
2022-03-25
LibWeb: When painting, reduce computation cost by using the reciprocal
James Bellamy
2022-03-25
LibWeb: Attach BackgroundAttachment::Fixed to the window view port
Timothy Flynn
2022-03-25
LibWeb: Improve vertical margin collapse between adjacent blocks
Andreas Kling
2022-03-24
LibWeb: Support CSS vertical-align values "top" and "bottom"
Andreas Kling
2022-03-24
LibWeb: Bring CSS line-height implementation closer to spec
Andreas Kling
2022-03-24
LibWeb: Weakly store a reference to the Window object in timer tasks
Timothy Flynn
2022-03-24
LibWeb: Handle XML MIME types in HTMLObjectElement
Idan Horowitz
2022-03-24
LibWeb: Discard ObjectElement's nested browsing context on image load
Idan Horowitz
2022-03-24
LibWeb: Implement getSVGDocument() for BrowsingContextContainer
Idan Horowitz
2022-03-24
LibWeb: Expose contentDocument on HTMLObjectElement
Idan Horowitz
2022-03-24
LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUG
Idan Horowitz
2022-03-24
LibWeb: Align text shadows the same way we align text
Sam Atkins
2022-03-24
LibWeb: Align baseline of inline-block with non-zero top border/padding
Andreas Kling
2022-03-24
LibWeb: Fix missing line-height & font-size on some anonymous blocks
Andreas Kling
2022-03-24
LibWeb: Treate SVG paintable coordinates as relative to <svg> element
Andreas Kling
2022-03-24
LibWeb: Add fast-path for absolute lengths in Length::to_px()
Andreas Kling
2022-03-24
LibWeb: Rename "specified_style" to "computed_style" in Layout::Node
Andreas Kling
2022-03-24
LibWeb: Add margin box helpers to Layout::FormattingState
Andreas Kling
2022-03-24
LibWeb: Add Layout::Node::line_height()
Andreas Kling
2022-03-24
LibWeb+Base: Fix `An+B of foo` parsing
Sam Atkins
2022-03-24
LibWeb: Implement text-shadow painting
Sam Atkins
2022-03-24
LibWeb: Parse and compute text-shadow property
Sam Atkins
2022-03-24
LibWeb: Implement disallowing `inset` when parsing shadows
Sam Atkins
2022-03-24
LbWeb: Rename BoxShadowFoo => ShadowFoo
Sam Atkins
2022-03-24
LibWeb: Ignore application objects until we can support them
Timothy Flynn
2022-03-24
LibWeb: Discard an object's nested browsing contexts when falling back
Timothy Flynn
2022-03-24
LibWeb: Implement falling back early to an object's child representation
Timothy Flynn
2022-03-24
LibWeb: Conditionally update an object's children when its state changes
Timothy Flynn
2022-03-24
LibWeb: Correctly handle unknown MIME types in HTMLObjectElement
Timothy Flynn
2022-03-24
LibWeb: Emit signposts for resource loads
Simon Wanner
2022-03-24
LibWeb: Add missing spec comment in focusing logic
Nukiloco
2022-03-24
LibWeb: Begin supporting non-image HTMLObjectElement data representation
Timothy Flynn
2022-03-24
LibWeb: Move automatic browsing context creation to HTMLIFrameElement
Timothy Flynn
2022-03-24
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
Timothy Flynn
2022-03-23
LibWeb: Update HTMLObjectElement's children on fallback state changes
Timothy Flynn
2022-03-23
LibWeb: Move HTMLObjectElement spec link to correct method
Timothy Flynn
2022-03-23
LibWeb: Evict replaced Resource objects from cache
Timothy Flynn
2022-03-23
LibWeb: Restore `:is()` and `:where()` selector parsing
Sam Atkins
2022-03-23
LibWeb: Fill the whole viewport with the correct background color
Andreas Kling
2022-03-23
LibWeb: Resolve numeric line-heights against element's own font size
Andreas Kling
2022-03-23
LibWeb: Parse CSS "font-variant" as part of "font"
Andreas Kling
2022-03-23
LibWeb: Pass font sizes in pt rather than px to Gfx::FontDatabase
Andreas Kling
2022-03-23
LibWeb: Implement HTMLObjectElement's data URL according to the spec
Timothy Flynn
2022-03-23
LibWeb: Allow HTMLObjectElement to convert a Resource to ImageResource
Timothy Flynn
2022-03-23
LibWeb: Make margins in the main dimension work for flex items
Johannes Laudenberg
2022-03-23
LibGfx: Implement `Rect::to_rounded<U>()`
Jelle Raaijmakers
2022-03-23
LibWeb: Make NodeIterator behave like other browser engines
Andreas Kling
2022-03-23
LibWeb: Minor cleanups in NodeIterator and TreeWalker
Andreas Kling
2022-03-22
LibWeb: Expose SVGEllipseElement attributes to JS
Sam Atkins
2022-03-22
LibWeb: Expose SVGCircleElement attributes to JS
Sam Atkins
[next]