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-02-05
LibWeb: Mark SelectorEngine matches-related functions as inline
Idan Horowitz
2022-02-05
LibWeb: Cache the result of Selector::specificity()
Idan Horowitz
2022-02-05
LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option
davidot
2022-02-04
LibWeb: Implement CalculatedStyleValue::to_string()
Sam Atkins
2022-02-04
LibWeb: Distinguish between Integer and Number calc() values
Sam Atkins
2022-02-04
LibWeb: Allow calc() in opacity
Sam Atkins
2022-02-04
LibWeb+Base: Enable calc() for font-weight property :^)
Sam Atkins
2022-02-04
LibWeb: Add resolving calc() to a number/integer/percentage
Sam Atkins
2022-02-04
LibWeb: Allow percentage tokens again when parsing calc()
Sam Atkins
2022-02-04
LibWeb: Allow LengthPercentage to hold a calculated value
Sam Atkins
2022-02-04
LibWeb: Refactor calc() resolution logic using CalculationResult
Sam Atkins
2022-02-04
LibWeb: Implement CalculationResult type for calc() results
Sam Atkins
2022-02-04
LibWeb: Resolve type of calc() expressions at parse-time
Sam Atkins
2022-02-04
LibWeb: Combine the two sets of calc() operator enums
Sam Atkins
2022-02-04
LibWeb: Replace Length::set_calculated_style() with ::make_calculated()
Sam Atkins
2022-02-04
LibWeb: Move calc()-resolution code from Length to CalculatedStyleValue
Sam Atkins
2022-02-04
LibWeb: Make debug logging of resource load errors red instead of green
Andreas Kling
2022-02-03
LibWeb: Expose KeyboardEvent's constructor on the window object
Andreas Kling
2022-02-03
LibWeb: Forward CanvasRenderingContext.strokeText() to fillText()
Andreas Kling
2022-02-03
LibWeb: Add barebones CanvasGradient object
Andreas Kling
2022-02-03
LibWeb: Add Document.hasFocus() stub
Andreas Kling
2022-02-03
LibWeb: Add CanvasRenderingContext2D.bezierCurveTo()
Andreas Kling
2022-02-03
LibWeb: Implement TransformationStyleValue::to_string()
Sam Atkins
2022-02-03
LibWeb: Allow comma- or space-separated StyleValueLists
Sam Atkins
2022-02-03
LibWeb: Make StyleValue::to_string() output valid CSS
Sam Atkins
2022-02-03
LibWeb: Move non-trivial StyleValue to_string() methods to cpp file
Sam Atkins
2022-02-02
LibWeb: Don't verify that a dimension unit isn't whitespace
Sam Atkins
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-31
LibWeb: Implement ChildNode.replaceWith
Luke Wilde
2022-01-31
LibWeb: Implement ChildNode.after
Luke Wilde
2022-01-31
LibWeb: Implement ChildNode.before
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.replaceChildren
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.append
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.prepend
Luke Wilde
2022-01-31
LibWeb: Accept array pairs in URLSearchParams constructor
Luke Wilde
2022-01-29
WebContent: Switch scroll direction on shift modifier
Dmitry Petrov
2022-01-28
Userland: Fix unnecessary heap allocation of singleton objects
Daniel Bertalan
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
LibWeb: Resolve a FIXME when determining target of an event handler
Andreas Kling
2022-01-24
LibWeb: Treat SVG fill/stroke/stroke-width attributes as CSS properties
Sam Atkins
2022-01-24
LibWeb: Add `none` as a valid identifier for `fill` and `stroke`
Sam Atkins
2022-01-24
LibWeb: Teach StyleComputer about "Automatic Box Type Transformation"
Andreas Kling
2022-01-24
LibWeb: Make sure painted CSS borders are snapped to integer pixels
Andreas Kling
2022-01-24
LibWeb: Use BFC root relative coordinates when flowing around floats
Andreas Kling
2022-01-24
LibWeb: Place block-level boxes vertically before formatting them inside
Andreas Kling
2022-01-24
LibWeb: Unify placement of replaced and non-replaced elements in BFC
Andreas Kling
2022-01-24
LibWeb: Simplify code that compute initial child positions in BFC
Andreas Kling
2022-01-24
LibWeb: Unify code for assigning vertical box model metrics in BFC
Andreas Kling
[next]