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-04-09
Tests: Convert LZMA and XZ tests to `TRY_OR_FAIL`
Tim Schumacher
2023-04-09
LibGfx: Correctly decode webp lossless with small palette and odd width
Nico Weber
2023-04-08
Tests: Add webp lossless test with color index and < 16 colors
Nico Weber
2023-04-08
Tests: Add test for lossless webp file using a color indexing tranform
Nico Weber
2023-04-07
Tests: Add another test for webp lossless decoding
Nico Weber
2023-04-07
LibWeb: Use max-width property in table formatting
martinfalisse
2023-04-07
LibWeb: Add table formatting tests
martinfalisse
2023-04-07
LibWeb: Move table tests to their own folder
martinfalisse
2023-04-07
LibWeb: Don't put abspos grid/flex items in anonymous wrapper
Andreas Kling
2023-04-06
AK: Add FlyString::is_one_of for variadic string comparison
Kenneth Myhra
2023-04-06
LibWeb: Ignore preferred width when calculating intrinsic width of block
Andreas Kling
2023-04-06
Tests/LibWeb: Move block & inline layout tests into own directory
Andreas Kling
2023-04-05
LibWeb: Use intrinsic aspect ratio when calculating max content height
matcool
2023-04-05
Tests: Add test for webp lossless decoding
Nico Weber
2023-04-03
LibTLS: Refactor CA loading into central function
Fabian Dellwing
2023-04-03
Tests: Add benchmarks for `JPEGLoader`
Lucas CHOLLET
2023-04-03
Tests: Add a test for SOF2 JPEGs with successive approximations
Lucas CHOLLET
2023-04-03
AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
Timothy Flynn
2023-04-02
LibWeb: Add borders functionality to CSS Grid
martinfalisse
2023-04-02
LibWeb: Fix regression in definite grid row heights
martinfalisse
2023-04-02
LibWeb: Don't apply presentational hints to associated pseudo elements
Andreas Kling
2023-04-02
LibWeb: Don't apply element inline style to associated pseudo elements
Andreas Kling
2023-04-02
AK: Increase LittleEndianOutputBitStream's buffer size and remove loops
Timothy Flynn
2023-04-02
LibWeb: Fix application of intrinsic aspect ratio to flex column items
Andreas Kling
2023-04-01
LibWeb: Add display grid automated tests
martinfalisse
2023-04-01
Tests: Use layout tests placed in subdirectories
martinfalisse
2023-04-01
LibCompress: Implement block size validation for XZ streams
Tim Schumacher
2023-04-01
Tests: Document input of the xz_utils_good_1_block_header_1 test case
Tim Schumacher
2023-03-30
LibWeb: Actually visit rules and media queries in imported style sheets
Andreas Kling
2023-03-30
LibCompress: Use LZMA context from preexisting dictionary
Tim Schumacher
2023-03-30
LibCompress: Avoid overflowing the size of uncompressed LZMA2 chunks
Tim Schumacher
2023-03-30
LibCompress: Only require new LZMA2 properties after dictionary reset
Tim Schumacher
2023-03-30
LibCompress: Implement support for multiple concatenated XZ streams
Tim Schumacher
2023-03-30
LibCompress: Move XZ header validation into the read function
Tim Schumacher
2023-03-30
LibCompress: Implement proper handling of LZMA end-of-stream markers
Tim Schumacher
2023-03-29
LibWeb: Resolve percentage vertical-align values against line-height
Andreas Kling
2023-03-28
LibWeb: Clamp fit-content widths in flex layout to min/max-width
Andreas Kling
2023-03-28
Tests/LibWeb: Add layout test for layout fix in PR #15780
Luke Wilde
2023-03-27
LibWeb: Use fit-content width in place of indefinite flex item widths
Andreas Kling
2023-03-27
LibWeb: Fix intrinsic sizing early return condition in TFC
Aliaksandr Kalenik
2023-03-27
LibTLS: Check if certificate is self signed before importing it as CA
Fabian Dellwing
2023-03-26
Tests/LibWeb: Test flex column item with auto height and max-width
Andreas Kling
2023-03-26
Tests/LibWeb: Add test for flex item auto height with `flex-wrap: wrap`
Andreas Kling
2023-03-25
LibGfx/JPEG: More support for scans with a single component
Lucas CHOLLET
2023-03-25
LibWeb: Don't allow resolved height of abspos elements to become negative
Andreas Kling
2023-03-25
LibWeb: Don't allow resolved width of abspos elements to become negative
Andreas Kling
2023-03-25
LibWeb: Add out-of-flow boxes to anonymous wrapper block when possible
Andreas Kling
2023-03-25
LibRegex: Make ^ and $ accept all `LineTerminator`s instead of just '\n'
Ali Mohammad Pur
2023-03-24
Tests/LibCrypto: Test block splitting logic for SHA1/SHA256
Jelle Raaijmakers
2023-03-22
LibWeb: Support loading file:// URLs via fetch (through ResourceLoader)
Andreas Kling
[next]