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
Age
Commit message (
Expand
)
Author
2023-05-19
AK: Rewrite HashMap::clone signature with template-args and const
Ben Wiederhake
2023-05-19
LibWeb: Fix null dereference on SVG element with bogus fill URL
Andreas Kling
2023-05-19
LibWeb: Make sure that margins don't collapse across a nested BFC
Andreas Kling
2023-05-19
LibWeb: Resolve grid item fixed size paddings in GFC
Aliaksandr Kalenik
2023-05-18
LibWeb: Use grid item used width as available width during track sizing
Aliaksandr Kalenik
2023-05-17
LibWeb: Resolve CSS custom properties on pseudo elements
Andreas Kling
2023-05-17
LibWeb: Consider span > 1 while getting available space for items in GFC
Aliaksandr Kalenik
2023-05-17
LibWeb: Remove borders from TemporaryTrack in GFC
Aliaksandr Kalenik
2023-05-17
Tests: Add an LZMA roundtrip compression test
Tim Schumacher
2023-05-17
AK: Add `CircularBuffer::find_copy_in_seekback()`
Tim Schumacher
2023-05-17
AK: Add `count_required_bits`
Tim Schumacher
2023-05-17
LibWeb: Use auto minimimum size while resolving flexible tracks in GFC
Aliaksandr Kalenik
2023-05-17
LibWeb: Skip non-spanning items sizing if there are no such items
Aliaksandr Kalenik
2023-05-17
LibWeb: Implement more of "Expand Flexible Tracks" in GFC
Aliaksandr Kalenik
2023-05-17
LibWeb: Support flex-basis: calc(...)
Andreas Kling
2023-05-17
LibWeb: Fix off-by-one in CSS calc() "negate" operation
Andreas Kling
2023-05-16
LibWeb: Make text justification work between floats
Andreas Kling
2023-05-16
LibWeb: Rewrite calculation of available space between floats
Andreas Kling
2023-05-16
LibWeb: Fix for absolutely positioned elements with specified height
Andi Gallo
2023-05-16
LibWeb: Reset item_incurred_increase before distributing space in GFC
Aliaksandr Kalenik
2023-05-15
LibWeb: Basic support for CSS `text-indent: <length-percentage>`
Andreas Kling
2023-05-14
Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error())
Ben Wiederhake
2023-05-14
LibWeb: Start implementing sizing for tracks with span > 1 items in GFC
Aliaksandr Kalenik
2023-05-14
LibWeb: Remove dead code in resolve_intrinsic_track_sizes() in GFC
Aliaksandr Kalenik
2023-05-13
LibWeb: Flesh out basic support of min-width/height for grid items
Aliaksandr Kalenik
2023-05-13
LibWeb: Return grid container width from automatic_content_width in GFC
Aliaksandr Kalenik
2023-05-13
LibWeb: Implement grid container intrinsic sizes calculation
Aliaksandr Kalenik
2023-05-12
LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOr
Ben Wiederhake
2023-05-11
LibWeb: Resolve grid items preferred width in GFC
Aliaksandr Kalenik
2023-05-11
LibWeb: Parse calc() function in grid sizes
Aliaksandr Kalenik
2023-05-10
LibWeb: Fix percentage min/max sizes on flex items with intrinsic ratio
Andreas Kling
2023-05-10
LibWeb: Don't resolve CSS property values for unconnected elements
Andreas Kling
2023-05-10
LibWeb: Adjust flex item main size through aspect ratio if needed
Andreas Kling
2023-05-10
LibWeb: Implement more of "Resolve Intrinsic Track Sizes" in GFC
Aliaksandr Kalenik
2023-05-09
LibWeb: Improve handling of min/max constraint violations on images
Andreas Kling
2023-05-09
AK: Add the `Input` word to input-only buffered streams
Lucas CHOLLET
2023-05-09
LibWeb: Initial offset in reverse flex layout moved to opposite side
Emil Militzer
2023-05-09
Tests: Add tests for 12 bits JPEGs
Lucas CHOLLET
2023-05-09
LibWeb: Align `GridFormattingContext::run_track_sizing()` with the spec
Aliaksandr Kalenik
2023-05-09
Tests/LibWeb: Split input/grid/minmax.html into smaller tests
Aliaksandr Kalenik
2023-05-09
Tests/LibWeb: Split input/grid/gap.html into smaller tests
Aliaksandr Kalenik
2023-05-09
Tests/LibWeb: Split input/grid/template-areas.html into smaller tests
Aliaksandr Kalenik
2023-05-08
LibWeb: Stop changing width of block-level flex containers during layout
Andreas Kling
2023-05-08
LibWeb: Use layout-test-mode for layout tests
martinfalisse
2023-05-08
Tests: Add more tests for `JsonArray`
Kemal Zebari
2023-05-07
Tests/LibGfx: Add some test coverage for animated webp decoding
Nico Weber
2023-05-07
LibWeb: Set width in `compute_width_for_table_wrapper()`
Aliaksandr Kalenik
2023-05-07
LibWeb: Enforce min/max height constraints on abspos replaced boxes
Andreas Kling
2023-05-07
Everywhere: Change spelling of 'behaviour' to 'behavior'
Ben Wiederhake
2023-05-07
Everywhere: Run spellcheck on all documentation
Ben Wiederhake
[next]