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-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
2023-05-02
LibWeb: Account for box-sizing:border-box in layout-less definite sizes
Andreas Kling
2023-04-30
AK: Add benchmarks for floating point parsing
Dan Klishch
2023-04-30
TestICCProfile: Don't capture sRGB by value
Nico Weber
2023-04-30
LibGfx: Add DeltaE() function
Nico Weber
2023-04-30
LibGfx: Move CIELAB to its own file
Nico Weber
2023-04-30
LibWeb: Parse `grid-template` property
martinfalisse
2023-04-30
LibWeb: Resolve horizontal auto margins for images with `display: block`
Andreas Kling
2023-04-30
ICC: Add Profile::to_lab()
Nico Weber
2023-04-29
LibWeb: Exclude borders from width available for table columns
Aliaksandr Kalenik
2023-04-29
ICC: Rename XYZ and XYZNumber fields to uppercase
Nico Weber
2023-04-29
ICC: Add a test for Profile::to_pcs
Nico Weber
2023-04-29
LibWeb: Implement "distribute height to rows" step in TFC
Aliaksandr Kalenik
2023-04-29
LibWeb: Fix division by zero in table columns width distribution
Aliaksandr Kalenik
2023-04-28
LibWeb: Compute inset for relative positioned inline-block
Emil Militzer
2023-04-28
AK: Add values() method in HashTable
Aliaksandr Kalenik
2023-04-28
LibWeb: Consider cell computed height in total row min height of table
Aliaksandr Kalenik
2023-04-28
LibWeb: Consider row computed height in total row min height of table
Aliaksandr Kalenik
2023-04-27
LibWeb: Blockify pseudo elements that are flex items
Andreas Kling
2023-04-27
LibWeb: Fix bug where `box-sizing: border-box` made flex items too small
Andreas Kling
2023-04-27
LibWeb: Prevent margin double-counting with "collapse through" boxes
Aliaksandr Kalenik
2023-04-26
Tests: Re-enable TestLibCoreFileWatcher on macOS
Andreas Kling
2023-04-26
Tests: Disable TestLibCoreFileWatcher on macOS temporarily
Andreas Kling
2023-04-25
LibSQL: Handle statements with malformed exists expressions correctly
Tim Ledbetter
2023-04-24
LibWeb: Fix grid size when intrinsically sized
martinfalisse
2023-04-23
LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index`
Jelle Raaijmakers
2023-04-23
LibSQL: Redesign heap storage to support arbitrary amounts of data
Jelle Raaijmakers
2023-04-23
LibSQL: Rename `Heap` constants to match our code style
Jelle Raaijmakers
2023-04-23
LibSQL: Clean up code style and remove unused includes
Jelle Raaijmakers
2023-04-21
AK: Add Array::contains_slow() and ::first_index_of(), with tests :^)
Sam Atkins
2023-04-21
AK: Fix crash during teardown of self-owning objects
Andreas Kling
2023-04-21
Tests/LibWeb: Time limit layout tests
Aliaksandr Kalenik
2023-04-19
LibWeb: Fix broken handling of `flex: <flex-grow>` shorthand
Andreas Kling
2023-04-19
LibWeb: Layout <svg> nested inside <svg>
Andreas Kling
2023-04-18
LibWeb: Treat unresolvable percentage flex-basis values as 'content'
Andreas Kling
[next]