summaryrefslogtreecommitdiff
path: root/Tests
AgeCommit message (Expand)Author
2023-03-16LibWeb: Don't drop single <br/> linesMathis Wiehl
2023-03-15AK: Clear OrderedHashTable previous/next pointers on removalJelle Raaijmakers
2023-03-15Tests/LibWeb: Add ACID1 as a layout testAndreas Kling
2023-03-15LibWeb: Make sure `float: left` boxes get pushed down if they can't fitAndreas Kling
2023-03-14AK: Rename CaseInsensitiveStringViewTraits to reflect intentgustrb
2023-03-14LibWeb/Tests: Remove image from a testAndreas Kling
2023-03-14LibWeb: Consider margins of atomic inlines in layoutMathis Wiehl
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-03-13AK: Rename Stream::read_entire_buffer to Stream::read_until_filledTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-13LibWeb: Run LibWeb layout tests using headless-browserTimothy Flynn
2023-03-13LibAudio: Move audio stream buffering into the loaderkleines Filmröllchen
2023-03-12LibWeb: Resolve percentage line-height values before CSS inheritanceAndreas Kling
2023-03-12LibWeb: Actually incorporate style from imported style sheetsAndreas Kling
2023-03-12Tests/LibWeb: Only care about *.html files in layout test runnerAndreas Kling
2023-03-12LibWeb: Consider entire stack of floated boxes when floating new boxAndreas Kling
2023-03-12LibGfx: Make QOIWriter use ErrorOrNico Weber
2023-03-11LibWeb: Don't touch flex items after they we've been frozenAndreas Kling
2023-03-11LibWeb: Collapse margin-left with space used by left-side floatsAndreas Kling
2023-03-11LibWeb: Don't overflow flex containers on margin autoMathis Wiehl
2023-03-10Tests: Add a test for JPEGs with RGB componentsLucas CHOLLET
2023-03-10Tests/LibWeb: Use SerenitySans in new layout testsAndreas Kling
2023-03-10LibWeb: Rewrite FFC "resolve flexible lengths" algorithm from draft specAndreas Kling
2023-03-10LibWeb: Show layout test failure diffs in unified format (diff -u)Andreas Kling
2023-03-10LibWeb: Fix bogus min/max-height for box-sizing:border-box flex itemsAndreas Kling
2023-03-10LibWeb: Fix bogus percentage vertical padding with box-sizing:border-boxAndreas Kling
2023-03-09LibIMAP: Propagate OOM errors from decode_quoted_printable()Linus Groh
2023-03-08AK+LibUnicode: Implement String::equals_ignoring_case without allocatingTimothy Flynn
2023-03-08AK: Make String::contains(code_point) handle non-ASCIITimothy Flynn
2023-03-08AK: Make String::{starts,ends}_with(code_point) handle non-ASCIITimothy Flynn
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-05Tests: Migrate to Directory::for_each_entry()Sam Atkins
2023-03-05LibUnicode: Detect ZWJ sequences when filtering by emoji presentationTimothy Flynn
2023-03-04AK: Implement Knuth's algorithm D for dividing UFixedBigInt'sDan Klishch
2023-03-04AK: Delete unused and untested sqrt, pow and pow_mod from UFixedBigIntDan Klishch
2023-03-04Tests: Replace test image with my own creationLucas CHOLLET
2023-03-04Tests: Add a test for SOF2 images with only spectral selectionLucas CHOLLET
2023-03-03AK: Ensure short String instances are valid UTF-8Timothy Flynn
2023-03-03AK: Invalidate overlong UTF-8 code point encodingsTimothy Flynn
2023-03-03AK: Make FixedPoint(FloatingPoint) ctor round instead of truncatingNico Weber
2023-03-01LibCore+Everywhere: Remove ArgsParser::add*(char const*&)Ali Mohammad Pur
2023-02-28AK+Everywhere: Make GenericLexer::ignore_until() stop before the valueSam Atkins
2023-02-28Userland+AK: Stop using getopt() for ArgsParserAli Mohammad Pur
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-02-27Tests: Add a test for SOF0 images with several scansLucas CHOLLET
2023-02-27Tests: Rename "test_jpg" to "test_jpeg_sof0_one_scan"Lucas CHOLLET
2023-02-26LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()MacDue