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
2021-09-18
LibWeb: Use Gfx::AntiAliasingPainter to draw SVG paths
Ali Mohammad Pur
2021-09-17
LibWeb: Replace hard-coded defaults in Node::apply_style()
Sam Atkins
2021-09-17
LibWeb: Use initial values from Properties.json inside CSS Parser
Sam Atkins
2021-09-17
LibWeb: Correct some initial values and add missing ones
Sam Atkins
2021-09-17
LibWeb: Add some more CSS identifiers
Sam Atkins
2021-09-17
LibWeb: Stop treating EOF as a valid part of an identifier
Sam Atkins
2021-09-17
LibWeb: Make "currentcolor" lowercase in Properties.json
Sam Atkins
2021-09-17
LibWeb: Persuade CSS Parser that idents like `currentcolor` are colors
Sam Atkins
2021-09-17
LibWeb: Implement `currentcolor` special value
Sam Atkins
2021-09-17
LibWeb: Make StyleValue::to_color() take a Node instead of the Document
Sam Atkins
2021-09-17
LibWeb: Don't request WebContent repaint while we have repaints pending
Andreas Kling
2021-09-17
LibWeb: Make a SharedBitmap struct for OOPWV bitmaps
Andreas Kling
2021-09-17
LibWeb: Skip rendering box-shadow blur if we don't have memory for it
Andreas Kling
2021-09-17
LibWeb: Make ComputedValues return larger items by const reference
Andreas Kling
2021-09-17
LibWeb: Add the IdleDeadline interface from the RequestIdleCallback spec
Andreas Kling
2021-09-17
LibWeb: Add HTML::Task::Source::IdleTask
Andreas Kling
2021-09-16
LibWeb: Flexbox: Add default value for AlignItems
Tobias Christiansen
2021-09-16
LibWeb: Add for CSS `fill/stroke/stroke-color` properties for SVG
Sam Atkins
2021-09-16
LibWeb: Use explicit move to avoid unnecessary RefPtr ref / unref
Brian Gianforcaro
2021-09-16
LibWeb: Use default instead of an empty constructor/destructor
Brian Gianforcaro
2021-09-16
LibWeb: Don't dump full data URLs in ResourceLoader logging
Andreas Kling
2021-09-16
LibWeb: Add fast_is<HTMLTemplateElement>()
Andreas Kling
2021-09-16
LibWeb: Move Attribute into the DOM namespace
Andreas Kling
2021-09-15
LibWeb: Avoid setting definite {width,height} when "auto" is specified
Tobias Christiansen
2021-09-15
LibWeb: Flexbox: Somewhat suppport "align-items"
Tobias Christiansen
2021-09-15
LibWeb: Flexbox: Make step 11 of the layout algorithm more align aware
Tobias Christiansen
2021-09-15
LibWeb: Add proper parsing of the AlignItems property
Tobias Christiansen
2021-09-15
LibWeb: Support "c" and "C" curves in SVG <path> data
Andreas Kling
2021-09-15
LibWeb: Remove unused SVGSVGElement::m_bitmap
Andreas Kling
2021-09-15
Meta: Use Lagom:: namespaced names for code generators
Andrew Kaster
2021-09-15
LibWeb: Make Layout::Node::paint() pure virtual
Andreas Kling
2021-09-15
LibWeb: Avoid some redundant calls to Layout::Box::absolute_rect()
Andreas Kling
2021-09-15
LibWeb: Remove unused NodeWithStyle::m_position field
Sam Atkins
2021-09-15
LibWeb: Make flex-box ignore out-of-flow child boxes
Sam Atkins
2021-09-15
LibWeb: Implement "out-of-flow" property of Layout Box
Sam Atkins
2021-09-15
LibWeb: Parse the <svg viewBox> attribute
Andreas Kling
2021-09-15
LibWeb: Add SVG::ViewBox to represent SVG view boxes
Andreas Kling
2021-09-15
LibWeb: Add an SVG::AttributeNames namespace
Andreas Kling
2021-09-15
LibWeb: Speed up computed style calculation
Sam Atkins
2021-09-14
LibWeb: Improvements to error handling in HTML foreign content parsing
Andreas Kling
2021-09-14
LibWeb: Flexbox: Avoid division by zero
Tobias Christiansen
2021-09-14
LibWeb: Flexbox: Change the name of a variable to correspond to spec
Tobias Christiansen
2021-09-14
LibWeb: Flexbox: Resolve relative size of flex-items more correctly
Tobias Christiansen
2021-09-14
LibWeb: Add several computed CSS styles
kleines Filmröllchen
2021-09-14
LibWeb: Add CombinedBoderRadiusStyleValue for CSS `border-radius`
kleines Filmröllchen
2021-09-14
LibJS+LibWeb: Move script parse time logging from JS::Script to LibWeb
Andreas Kling
2021-09-14
LibJS+LibWeb: Let JS::Script::parse() return a list of errors (on error)
Andreas Kling
2021-09-14
LibWeb: Implement ParentNode.children
Luke Wilde
2021-09-14
LibWeb: Make the innerHTML setter spec compliant
Luke Wilde
2021-09-14
LibWeb: Implement HTML fragment serialisation and use it in innerHTML
Luke Wilde
[next]