summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2023-05-27LibWeb: Support grid items with fit-content width :^)Andreas Kling
2023-05-27LibWeb: Add basic parsing of grid shorthand CSS propertyAliaksandr Kalenik
2023-05-26LibWeb: Fix width calculation for floating replaced elementsAndi Gallo
2023-05-26LibWeb: Reset margin collapsing state only if box indeed add clearanceAliaksandr Kalenik
2023-05-26LibWeb: Consume sign in `SVG::parse_elliptical_arg_argument`Cameron Youell
2023-05-26LibWeb: Get reference height from closest non-anonymous ancestorAndi Gallo
2023-05-25LibSQL: Free heap storage when deleting rowsJelle Raaijmakers
2023-05-25LibSQL: Implement freeing heap storageJelle Raaijmakers
2023-05-25LibSQL: Find free blocks when opening a database fileJelle Raaijmakers
2023-05-25LibSQL: Keep track of free heap blocks when trimming storageJelle Raaijmakers
2023-05-25LibSQL: Reuse heap blocks when overwriting storageJelle Raaijmakers
2023-05-25LibSQL: Test `SQL::Heap` separatelyJelle Raaijmakers
2023-05-25LibSQL: Clean up TestSqlDatabaseJelle Raaijmakers
2023-05-25LibWeb: Make input element placeholders look betterAndreas Kling
2023-05-25LibWeb: Make `value_id_from_string()` return OptionalSam Atkins
2023-05-24LibTimeZone+Userland: Change timezone functions to use UnixDateTimekleines Filmröllchen
2023-05-24AK: Rename Time to Durationkleines Filmröllchen
2023-05-24LibWeb: Sum horizontal margins to calculate space used by floatsAliaksandr Kalenik
2023-05-24LibWeb: Remove `Gfx::Rect<float>` workarounds from BFCJelle Raaijmakers
2023-05-24LibWeb: Make CSSPixels and Length use 64-bit (double) floating pointAndreas Kling
2023-05-24LibWeb: Rebaseline a layout test after 10ceacf5fb6ef8cea7c90958470515d5b386c50bAndreas Kling
2023-05-24LibGfx: Prevent out of bounds access when scaling small BitmapsDarius Arnold
2023-05-24LibWeb: Resolve CSS variables if present in SVG presentation attributesAndreas Kling
2023-05-24LibThreading: Improve resiliancy of timed threading testsTimothy Flynn
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-05-22LibWeb: Make sure collapsed margins are not ignored if box creates FCAliaksandr Kalenik
2023-05-22LibWeb: Propagate children_are_inline in wrap_in_anonymousAndi Gallo
2023-05-22LibWeb: Support grid-auto-columns and grid-auto-rows properties in GFCAliaksandr Kalenik
2023-05-21LibWeb: Implement table rowspanAndi Gallo
2023-05-21LibWeb: Don't crash on percentage values for CSS stroke-widthAndreas Kling
2023-05-21LibWeb: Implement more of spanning tracks sizing in GFCAliaksandr Kalenik
2023-05-21LibWeb: Include SVG-as-image isolated contexts in layout/DOM tree dumpsAndreas Kling
2023-05-21LibWeb: Add a very basic test for SVG-as-imageAndreas Kling
2023-05-20LibWeb: Support <svg> elements with `display: block`Andreas Kling
2023-05-19LibCompress: Handle arbitrarily long FF-chains in the LZMA encoderTim Schumacher
2023-05-19AK: Rewrite HashMap::clone signature with template-args and constBen Wiederhake
2023-05-19LibWeb: Fix null dereference on SVG element with bogus fill URLAndreas Kling
2023-05-19LibWeb: Make sure that margins don't collapse across a nested BFCAndreas Kling
2023-05-19LibWeb: Resolve grid item fixed size paddings in GFCAliaksandr Kalenik
2023-05-18LibWeb: Use grid item used width as available width during track sizingAliaksandr Kalenik
2023-05-17LibWeb: Resolve CSS custom properties on pseudo elementsAndreas Kling
2023-05-17LibWeb: Consider span > 1 while getting available space for items in GFCAliaksandr Kalenik
2023-05-17LibWeb: Remove borders from TemporaryTrack in GFCAliaksandr Kalenik
2023-05-17Tests: Add an LZMA roundtrip compression testTim Schumacher
2023-05-17AK: Add `CircularBuffer::find_copy_in_seekback()`Tim Schumacher
2023-05-17AK: Add `count_required_bits`Tim Schumacher
2023-05-17LibWeb: Use auto minimimum size while resolving flexible tracks in GFCAliaksandr Kalenik
2023-05-17LibWeb: Skip non-spanning items sizing if there are no such itemsAliaksandr Kalenik
2023-05-17LibWeb: Implement more of "Expand Flexible Tracks" in GFCAliaksandr Kalenik
2023-05-17LibWeb: Support flex-basis: calc(...)Andreas Kling