serenity/Tests
Aliaksandr Kalenik 2a1e58f8cc LibWeb: Consider cell computed height in total row min height of table
Previously, the minimum height of a table row was calculated based
on the automatic height of the cells inner layout. This change makes
computed height of a cell boxes also be considered if it has definite
value.
2023-04-28 06:17:07 +02:00
..
AK AK: Add Array::contains_slow() and ::first_index_of(), with tests :^) 2023-04-21 20:44:47 +01:00
Kernel
LibAudio
LibC
LibCompress Tests: Add a test for LZMA repetition lengths beyond the distance 2023-04-14 22:52:08 +02:00
LibCore Tests: Re-enable TestLibCoreFileWatcher on macOS 2023-04-26 19:17:04 +01:00
LibCpp
LibCrypto
LibEDID
LibELF
LibGfx
LibGL
LibIMAP
LibJS LibJS: Port Value::to_object() to NonnullGCPtr 2023-04-14 09:59:29 +02:00
LibLocale LibLocale: Prepare locale data generator for breaking changes in CLDR 43 2023-04-13 18:22:04 +02:00
LibMarkdown
LibPDF
LibRegex LibRegex: Avoid calling GenericLexer::consume() past EOF 2023-04-14 12:33:54 +02:00
LibSQL LibSQL: Handle statements with malformed exists expressions correctly 2023-04-25 08:32:21 -04:00
LibTest
LibTextCodec
LibThreading
LibTimeZone
LibTLS LibTLS: Streamline certificate loading 2023-04-12 11:40:06 +03:30
LibTTF
LibUnicode
LibVideo TestVP9Decode: Dequeue frames from the decoder after sending a sample 2023-04-14 07:07:38 -04:00
LibWasm LibJS: Port Value::to_object() to NonnullGCPtr 2023-04-14 09:59:29 +02:00
LibWeb LibWeb: Consider cell computed height in total row min height of table 2023-04-28 06:17:07 +02:00
LibXML
Spreadsheet
UserspaceEmulator
Utilities
CMakeLists.txt