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-28
AK: Add values() method in HashTable
Aliaksandr Kalenik
2023-04-28
LibWeb: Consider cell computed height in total row min height of table
Aliaksandr Kalenik
2023-04-28
LibWeb: Consider row computed height in total row min height of table
Aliaksandr Kalenik
2023-04-27
LibWeb: Blockify pseudo elements that are flex items
Andreas Kling
2023-04-27
LibWeb: Fix bug where `box-sizing: border-box` made flex items too small
Andreas Kling
2023-04-27
LibWeb: Prevent margin double-counting with "collapse through" boxes
Aliaksandr Kalenik
2023-04-26
Tests: Re-enable TestLibCoreFileWatcher on macOS
Andreas Kling
2023-04-26
Tests: Disable TestLibCoreFileWatcher on macOS temporarily
Andreas Kling
2023-04-25
LibSQL: Handle statements with malformed exists expressions correctly
Tim Ledbetter
2023-04-24
LibWeb: Fix grid size when intrinsically sized
martinfalisse
2023-04-23
LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index`
Jelle Raaijmakers
2023-04-23
LibSQL: Redesign heap storage to support arbitrary amounts of data
Jelle Raaijmakers
2023-04-23
LibSQL: Rename `Heap` constants to match our code style
Jelle Raaijmakers
2023-04-23
LibSQL: Clean up code style and remove unused includes
Jelle Raaijmakers
2023-04-21
AK: Add Array::contains_slow() and ::first_index_of(), with tests :^)
Sam Atkins
2023-04-21
AK: Fix crash during teardown of self-owning objects
Andreas Kling
2023-04-21
Tests/LibWeb: Time limit layout tests
Aliaksandr Kalenik
2023-04-19
LibWeb: Fix broken handling of `flex: <flex-grow>` shorthand
Andreas Kling
2023-04-19
LibWeb: Layout <svg> nested inside <svg>
Andreas Kling
2023-04-18
LibWeb: Treat unresolvable percentage flex-basis values as 'content'
Andreas Kling
2023-04-17
LibWeb: Honor box-sizing in flex item "specified size suggestion"
Andreas Kling
2023-04-17
LibWeb: Support implicit lineto commands after moveto in SVG paths
Andreas Kling
2023-04-17
Tests: Add layout test for SVG `preserveAspectRatio`
MacDue
2023-04-17
LibWeb: Implement SVG `preserveAspectRatio` attribute
MacDue
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
[next]