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-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
2023-05-06
LibWeb: Consolidate track sizing code for rows and columns in GFC
Aliaksandr Kalenik
2023-05-05
LibWeb: Zero out margins if width is not 'auto' in BFC's compute_width
0GreenClover0
2023-05-05
LibWeb: Remove early resolve to auto while calculating border-box width
Aliaksandr Kalenik
2023-05-05
LibWeb: Remove setting length to 0px if it is not definite
Aliaksandr Kalenik
2023-05-04
Tests: Add a zlib test for "missing end bits"
Tim Schumacher
2023-05-04
LibWeb: Narrow width of boxes that create BFC to avoid overlap of float
Aliaksandr Kalenik
2023-05-03
LibWeb: Implement the "The html element fills the viewport quirk"
Andreas Kling
2023-05-03
LibWeb: Take floats into account when measuring automatic width of IFC
Andreas Kling
2023-05-03
LibWeb: Implement more box type transformation edge cases
Andreas Kling
2023-05-03
LibWeb: Exclude table-wrapper margins from table available width
Aliaksandr Kalenik
2023-05-03
LibWeb: Use appropriate containing block width to get width of table
Aliaksandr Kalenik
2023-05-03
LibWeb: Show formatting context roots in layout tree dumps
Andreas Kling
2023-05-02
LibWeb: Fix intrinsic sizing when min or max width is specified
Aliaksandr Kalenik
2023-05-02
ICC: Implement TRC inversion in from_pcs for parametric curves
Nico Weber
2023-05-02
ICC: Implement some of Profile::from_pcs()
Nico Weber
2023-05-02
Everywhere: Make Lagom build with GCC 13
Daniel Bertalan
2023-05-02
LibVideo/VP9: Revert framebuffer size reduction to allow OOB blocks
Zaggy1024
2023-05-02
LibWeb: Set zero underflow when calculating intrinsic width of block
Aliaksandr Kalenik
[next]