summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2023-04-28AK: Add values() method in HashTableAliaksandr Kalenik
2023-04-28LibWeb: Consider cell computed height in total row min height of tableAliaksandr Kalenik
2023-04-28LibWeb: Consider row computed height in total row min height of tableAliaksandr Kalenik
2023-04-27LibWeb: Blockify pseudo elements that are flex itemsAndreas Kling
2023-04-27LibWeb: Fix bug where `box-sizing: border-box` made flex items too smallAndreas Kling
2023-04-27LibWeb: Prevent margin double-counting with "collapse through" boxesAliaksandr Kalenik
2023-04-26Tests: Re-enable TestLibCoreFileWatcher on macOSAndreas Kling
2023-04-26Tests: Disable TestLibCoreFileWatcher on macOS temporarilyAndreas Kling
2023-04-25LibSQL: Handle statements with malformed exists expressions correctlyTim Ledbetter
2023-04-24LibWeb: Fix grid size when intrinsically sizedmartinfalisse
2023-04-23LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index`Jelle Raaijmakers
2023-04-23LibSQL: Redesign heap storage to support arbitrary amounts of dataJelle Raaijmakers
2023-04-23LibSQL: Rename `Heap` constants to match our code styleJelle Raaijmakers
2023-04-23LibSQL: Clean up code style and remove unused includesJelle Raaijmakers
2023-04-21AK: Add Array::contains_slow() and ::first_index_of(), with tests :^)Sam Atkins
2023-04-21AK: Fix crash during teardown of self-owning objectsAndreas Kling
2023-04-21Tests/LibWeb: Time limit layout testsAliaksandr Kalenik
2023-04-19LibWeb: Fix broken handling of `flex: <flex-grow>` shorthandAndreas Kling
2023-04-19LibWeb: Layout <svg> nested inside <svg>Andreas Kling
2023-04-18LibWeb: Treat unresolvable percentage flex-basis values as 'content'Andreas Kling
2023-04-17LibWeb: Honor box-sizing in flex item "specified size suggestion"Andreas Kling
2023-04-17LibWeb: Support implicit lineto commands after moveto in SVG pathsAndreas Kling
2023-04-17Tests: Add layout test for SVG `preserveAspectRatio`MacDue
2023-04-17LibWeb: Implement SVG `preserveAspectRatio` attributeMacDue
2023-04-16LibWeb: Fix multi-line flex column layouts with auto height on containerAndreas Kling
2023-04-16LibWeb: Honor gap between flex lines when using align-content: stretchAndreas Kling
2023-04-15LibWeb: Scale SVG stroke-width based on viewboxMacDue
2023-04-15AK+Everywhere: Replace URL::paths() with path_segment_at_index()MacDue
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-04-14Tests: Add a test for LZMA repetition lengths beyond the distanceTim Schumacher
2023-04-14LibWeb: Honor column-gap and row-gap CSS properties in flex layoutAndreas Kling
2023-04-14TestVP9Decode: Dequeue frames from the decoder after sending a sampleZaggy1024
2023-04-14LibRegex: Avoid calling GenericLexer::consume() past EOFAli Mohammad Pur
2023-04-14AK: Efficiently resize CircularBuffer seekback copy distanceTim Schumacher
2023-04-14LibJS: Port Value::to_object() to NonnullGCPtrLinus Groh
2023-04-13LibLocale: Prepare locale data generator for breaking changes in CLDR 43Timothy Flynn
2023-04-13LibJS: Make intrinsics getters return NonnullGCPtrLinus Groh
2023-04-13LibWeb: Reimplement CalculatedStyleValue as a calculation node treeSam Atkins
2023-04-13AK+Tests: Add Vector::find_first_index_if()Sam Atkins
2023-04-12LibCompress: Error on truncated uncompressed DEFLATE blocksTim Schumacher
2023-04-12LibTLS: Streamline certificate loadingFabian Dellwing
2023-04-12Tests: Add layout test for SVG transforms and viewboxesMacDue
2023-04-12AK: Don't store parts of URLs percent decodedMacDue
2023-04-11AK+Everywhere: Use Optional for URLParser::parse's base_url parameternetworkException
2023-04-11AK: Add option to the string formatter to use a digit separatorTim Ledbetter
2023-04-11Tests+LibTLS: Use `TRY_OR_FAIL` for TestTLSHandshakeFabian Dellwing
2023-04-09Tests: Use `FileSystem` instead of `DeprecatedFile`Cameron Youell
2023-04-09Tests: Add tests for sed utilityRodrigo Tobar
2023-04-09LibCore: Fix corner case for files without newlinesRodrigo Tobar
2023-04-09LibCrypto: Add PBKDF2stelar7