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-06-04
LibWeb: Account for negative margins when calculating float intrusion
Andreas Kling
2023-06-03
LibWeb: Rewind TokenStream if we reject a parsed value as out-of-bounds
Sam Atkins
2023-06-03
LibWeb: Exit `parse_font_family_value()` when hitting an illegal token
Sam Atkins
2023-06-03
LibWeb: Don't crash when document.write a script with src attr
Zhiyuan Guo
2023-06-03
LibWeb: Detect and reject math functions with no resolved type
Sam Atkins
2023-06-03
LibWeb: Resolve the `transition-delay` property
stelar7
2023-06-03
LibWeb: Implement the `<symbol>` SVG element
PrestonLTaylor
2023-06-03
LibWeb: Implement the `<use>` SVG element
PrestonLTaylor
2023-06-03
LibWeb: Add document_fully_loaded event to DocumentObserver
PrestonLTaylor
2023-06-03
LibWeb: Allow SVG painting to escape out of a shadow tree
PrestonLTaylor
2023-06-03
LibWeb: Implement `details_notification_task_steps` for <details>
stelar7
2023-06-03
LibWeb: Implement the <summary> element
stelar7
2023-06-03
LibWeb: Make disclosure marker bounds square
Simon Wanner
2023-06-03
LibWeb: Support list-style-position
Simon Wanner
2023-06-03
LibWeb: Make pseudo-elements inspectable
Simon Wanner
2023-06-03
LibWeb: Add list-style-type: disclosure-{closed,open}
Simon Wanner
2023-06-02
LibWeb: Fix order/formatting of Properties.json
Sam Atkins
2023-06-02
LibWeb: Add missing value ranges to CSS properties
Sam Atkins
2023-06-02
LibWeb: Support font-size: calc()
Andreas Kling
2023-06-02
LibWeb: Add a way to resolve calc() values without a layout node
Andreas Kling
2023-06-02
LibWeb: Fix crashing when grid track size is calc() with percentage
Aliaksandr Kalenik
2023-06-02
LibWeb: Bounds-check parsed CSS types
Sam Atkins
2023-06-02
LibWeb: Add comparison operators to CSS numeric types (except Length)
Sam Atkins
2023-06-02
LibWeb: Support flex items with calc() main size containing percentages
Andreas Kling
2023-06-02
LibWeb: Make StackingContext sorting a lot faster
Andreas Kling
2023-06-02
LibWeb: Parse `clamp()` css math function
stelar7
2023-06-02
LibWeb: Parse `max()` css math function
stelar7
2023-06-02
LibWeb: Parse `min()` css math function
stelar7
2023-06-02
LibWeb: Move function parsing to separate method
stelar7
2023-06-02
LibWeb: Remove per path clipping for SVGGeometryPaintable
MacDue
2023-06-02
LibWeb: Avoid text-aligning content that is too long for its line box
FalseHonesty
2023-06-01
LibWeb: Convert NumberStyleValue from float to double
Sam Atkins
2023-06-01
LibWeb: Remove int usage of NumberStyleValues
Sam Atkins
2023-06-01
LibWeb: Implement IntegerStyleValue, for holding `<integer>`
Sam Atkins
2023-06-01
LibWeb: Rename NumericStyleValue -> NumberStyleValue
Sam Atkins
2023-06-01
LibWeb: Round lengths to 3 decimals after resolving from percentage
Andreas Kling
2023-06-01
LibWeb: Allow infinitely long flex lines when sizing under max-content
Andreas Kling
2023-06-01
LibWeb: Implement `has_transient_activation`
stelar7
2023-06-01
LibWeb: Set `last activation timestamp` on the window
stelar7
2023-06-01
LibWeb: Implement step 7 of `choose_a_browsing_context`
stelar7
2023-06-01
LibWeb: Measure the overflow for all scroll containers
Andreas Kling
2023-06-01
LibWeb: Clip overflow in descendant boxes for non-visible CSS overflow
Andreas Kling
2023-06-01
LibWeb: Let's say that layout viewports are always scroll containers
Andreas Kling
2023-06-01
LibWeb: Include scrollable overflow in paint tree dumps
Andreas Kling
2023-06-01
LibWeb: Support `line-height: calc(...)` values that resolve to number
Andreas Kling
2023-06-01
LibWeb: Add support for parsing place-content shorthand CSS property
FalseHonesty
2023-06-01
LibWeb: Put debug spam about indefinitely sized SVGs behind a flag
Andreas Kling
2023-06-01
LibWeb: Put debug spam about negative content sizes behind a flag
Andreas Kling
2023-06-01
LibWeb: Invalidate layout tree in textContent setter
Andi Gallo
2023-05-31
LibWeb: Make solve_replaced_size_constraint() into FormattingContext
Andreas Kling
[next]