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-16
LibWeb: Fix multi-line flex column layouts with auto height on container
Andreas Kling
2023-04-16
LibWeb: Honor gap between flex lines when using align-content: stretch
Andreas Kling
2023-04-15
LibWeb: Scale SVG stroke-width based on viewbox
MacDue
2023-04-15
AK+Everywhere: Replace URL::paths() with path_segment_at_index()
MacDue
2023-04-15
AK+Everywhere: Change URL::path() to serialize_path()
MacDue
2023-04-14
Tests: Add a test for LZMA repetition lengths beyond the distance
Tim Schumacher
2023-04-14
LibWeb: Honor column-gap and row-gap CSS properties in flex layout
Andreas Kling
2023-04-14
TestVP9Decode: Dequeue frames from the decoder after sending a sample
Zaggy1024
2023-04-14
LibRegex: Avoid calling GenericLexer::consume() past EOF
Ali Mohammad Pur
2023-04-14
AK: Efficiently resize CircularBuffer seekback copy distance
Tim Schumacher
2023-04-14
LibJS: Port Value::to_object() to NonnullGCPtr
Linus Groh
2023-04-13
LibLocale: Prepare locale data generator for breaking changes in CLDR 43
Timothy Flynn
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-04-13
LibWeb: Reimplement CalculatedStyleValue as a calculation node tree
Sam Atkins
2023-04-13
AK+Tests: Add Vector::find_first_index_if()
Sam Atkins
2023-04-12
LibCompress: Error on truncated uncompressed DEFLATE blocks
Tim Schumacher
2023-04-12
LibTLS: Streamline certificate loading
Fabian Dellwing
2023-04-12
Tests: Add layout test for SVG transforms and viewboxes
MacDue
2023-04-12
AK: Don't store parts of URLs percent decoded
MacDue
2023-04-11
AK+Everywhere: Use Optional for URLParser::parse's base_url parameter
networkException
2023-04-11
AK: Add option to the string formatter to use a digit separator
Tim Ledbetter
2023-04-11
Tests+LibTLS: Use `TRY_OR_FAIL` for TestTLSHandshake
Fabian Dellwing
2023-04-09
Tests: Use `FileSystem` instead of `DeprecatedFile`
Cameron Youell
2023-04-09
Tests: Add tests for sed utility
Rodrigo Tobar
2023-04-09
LibCore: Fix corner case for files without newlines
Rodrigo Tobar
2023-04-09
LibCrypto: Add PBKDF2
stelar7
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
[next]