summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
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
2023-04-09Tests: Convert LZMA and XZ tests to `TRY_OR_FAIL`Tim Schumacher
2023-04-09LibGfx: Correctly decode webp lossless with small palette and odd widthNico Weber
2023-04-08Tests: Add webp lossless test with color index and < 16 colorsNico Weber
2023-04-08Tests: Add test for lossless webp file using a color indexing tranformNico Weber
2023-04-07Tests: Add another test for webp lossless decodingNico Weber
2023-04-07LibWeb: Use max-width property in table formattingmartinfalisse
2023-04-07LibWeb: Add table formatting testsmartinfalisse
2023-04-07LibWeb: Move table tests to their own foldermartinfalisse
2023-04-07LibWeb: Don't put abspos grid/flex items in anonymous wrapperAndreas Kling
2023-04-06AK: Add FlyString::is_one_of for variadic string comparisonKenneth Myhra
2023-04-06LibWeb: Ignore preferred width when calculating intrinsic width of blockAndreas Kling
2023-04-06Tests/LibWeb: Move block & inline layout tests into own directoryAndreas Kling
2023-04-05LibWeb: Use intrinsic aspect ratio when calculating max content heightmatcool
2023-04-05Tests: Add test for webp lossless decodingNico Weber
2023-04-03LibTLS: Refactor CA loading into central functionFabian Dellwing
2023-04-03Tests: Add benchmarks for `JPEGLoader`Lucas CHOLLET
2023-04-03Tests: Add a test for SOF2 JPEGs with successive approximationsLucas CHOLLET
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-04-02LibWeb: Add borders functionality to CSS Gridmartinfalisse
2023-04-02LibWeb: Fix regression in definite grid row heightsmartinfalisse
2023-04-02LibWeb: Don't apply presentational hints to associated pseudo elementsAndreas Kling
2023-04-02LibWeb: Don't apply element inline style to associated pseudo elementsAndreas Kling
2023-04-02AK: Increase LittleEndianOutputBitStream's buffer size and remove loopsTimothy Flynn
2023-04-02LibWeb: Fix application of intrinsic aspect ratio to flex column itemsAndreas Kling