index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibWeb
/
Layout
/
expected
Age
Commit message (
Expand
)
Author
2023-06-04
LibWeb: Account for negative margins when calculating float intrusion
Andreas Kling
2023-06-02
LibWeb: Support font-size: calc()
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: Support flex items with calc() main size containing percentages
Andreas Kling
2023-06-02
LibWeb: Avoid text-aligning content that is too long for its line box
FalseHonesty
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: Measure the overflow for all scroll containers
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-05-31
LibWeb: Change calc node representation from float to double
stelar7
2023-05-30
LibWeb/Tests: Add missing newline in inset-shorthand-property.txt
Simon Wanner
2023-05-30
LibWeb: Set margin, padding and border for replaced boxes
Andi Gallo
2023-05-30
LibWeb: Add support for parsing 'inset' shorthand CSS property
FalseHonesty
2023-05-29
LibWeb: Output names of inner table boxes in layout dump
Aliaksandr Kalenik
2023-05-29
LibWeb: Remove Layout::TableCellBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Remove Layout::TableRowBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Remove Layout::TableRowGroupBox
Aliaksandr Kalenik
2023-05-29
LibWeb: Support `min-content` for `width`, `min-width` and `max-width`
Andreas Kling
2023-05-29
LibWeb: Support `max-content` for `width`, `min-width` and `max-width`
Andreas Kling
2023-05-29
LibWeb: Remove Layout::TableBox
Aliaksandr Kalenik
2023-05-28
LibWeb: Wrap child text sequences of grid container in anonymous blocks
Aliaksandr Kalenik
2023-05-28
LibWeb: Treat unresolvable percentages as auto to resolve sizes in GFC
Aliaksandr Kalenik
2023-05-28
LibWeb: Support reverse flex layout with space-around/space-between
Andreas Kling
2023-05-28
LibWeb: Skip children based on media when updating the source set
Andi Gallo
2023-05-27
LibWeb: Unit tests for min/max-inline-size
Karthik Karanth
2023-05-27
LibWeb: Accept fit-content as a value for min-width and max-width
Andreas Kling
2023-05-27
LibWeb: Support fit-content width for block-level boxes
Andreas Kling
2023-05-27
LibWeb: Support grid items with fit-content width :^)
Andreas Kling
2023-05-27
LibWeb: Add basic parsing of grid shorthand CSS property
Aliaksandr Kalenik
2023-05-26
LibWeb: Fix width calculation for floating replaced elements
Andi Gallo
2023-05-26
LibWeb: Reset margin collapsing state only if box indeed add clearance
Aliaksandr Kalenik
2023-05-26
LibWeb: Consume sign in `SVG::parse_elliptical_arg_argument`
Cameron Youell
2023-05-26
LibWeb: Get reference height from closest non-anonymous ancestor
Andi Gallo
2023-05-25
LibWeb: Make input element placeholders look better
Andreas Kling
2023-05-24
LibWeb: Sum horizontal margins to calculate space used by floats
Aliaksandr Kalenik
2023-05-24
LibWeb: Remove `Gfx::Rect<float>` workarounds from BFC
Jelle Raaijmakers
2023-05-24
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
Andreas Kling
2023-05-24
LibWeb: Rebaseline a layout test after 10ceacf5fb6ef8cea7c90958470515d5b386c50b
Andreas Kling
2023-05-24
LibWeb: Resolve CSS variables if present in SVG presentation attributes
Andreas Kling
2023-05-22
LibWeb: Make sure collapsed margins are not ignored if box creates FC
Aliaksandr Kalenik
2023-05-22
LibWeb: Propagate children_are_inline in wrap_in_anonymous
Andi Gallo
2023-05-22
LibWeb: Support grid-auto-columns and grid-auto-rows properties in GFC
Aliaksandr Kalenik
2023-05-21
LibWeb: Implement table rowspan
Andi Gallo
2023-05-21
LibWeb: Don't crash on percentage values for CSS stroke-width
Andreas Kling
2023-05-21
LibWeb: Implement more of spanning tracks sizing in GFC
Aliaksandr Kalenik
2023-05-21
LibWeb: Include SVG-as-image isolated contexts in layout/DOM tree dumps
Andreas Kling
2023-05-21
LibWeb: Add a very basic test for SVG-as-image
Andreas Kling
2023-05-20
LibWeb: Support <svg> elements with `display: block`
Andreas Kling
[next]