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-03-16
LibWeb: Don't drop single <br/> lines
Mathis Wiehl
2023-03-15
AK: Clear OrderedHashTable previous/next pointers on removal
Jelle Raaijmakers
2023-03-15
Tests/LibWeb: Add ACID1 as a layout test
Andreas Kling
2023-03-15
LibWeb: Make sure `float: left` boxes get pushed down if they can't fit
Andreas Kling
2023-03-14
AK: Rename CaseInsensitiveStringViewTraits to reflect intent
gustrb
2023-03-14
LibWeb/Tests: Remove image from a test
Andreas Kling
2023-03-14
LibWeb: Consider margins of atomic inlines in layout
Mathis Wiehl
2023-03-13
Everywhere: Remove unintentional partial stream reads and writes
Tim Schumacher
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-13
AK: Rename Stream::read_entire_buffer to Stream::read_until_filled
Tim Schumacher
2023-03-13
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
Tim Schumacher
2023-03-13
LibWeb: Run LibWeb layout tests using headless-browser
Timothy Flynn
2023-03-13
LibAudio: Move audio stream buffering into the loader
kleines Filmröllchen
2023-03-12
LibWeb: Resolve percentage line-height values before CSS inheritance
Andreas Kling
2023-03-12
LibWeb: Actually incorporate style from imported style sheets
Andreas Kling
2023-03-12
Tests/LibWeb: Only care about *.html files in layout test runner
Andreas Kling
2023-03-12
LibWeb: Consider entire stack of floated boxes when floating new box
Andreas Kling
2023-03-12
LibGfx: Make QOIWriter use ErrorOr
Nico Weber
2023-03-11
LibWeb: Don't touch flex items after they we've been frozen
Andreas Kling
2023-03-11
LibWeb: Collapse margin-left with space used by left-side floats
Andreas Kling
2023-03-11
LibWeb: Don't overflow flex containers on margin auto
Mathis Wiehl
2023-03-10
Tests: Add a test for JPEGs with RGB components
Lucas CHOLLET
2023-03-10
Tests/LibWeb: Use SerenitySans in new layout tests
Andreas Kling
2023-03-10
LibWeb: Rewrite FFC "resolve flexible lengths" algorithm from draft spec
Andreas Kling
2023-03-10
LibWeb: Show layout test failure diffs in unified format (diff -u)
Andreas Kling
2023-03-10
LibWeb: Fix bogus min/max-height for box-sizing:border-box flex items
Andreas Kling
2023-03-10
LibWeb: Fix bogus percentage vertical padding with box-sizing:border-box
Andreas Kling
2023-03-09
LibIMAP: Propagate OOM errors from decode_quoted_printable()
Linus Groh
2023-03-08
AK+LibUnicode: Implement String::equals_ignoring_case without allocating
Timothy Flynn
2023-03-08
AK: Make String::contains(code_point) handle non-ASCII
Timothy Flynn
2023-03-08
AK: Make String::{starts,ends}_with(code_point) handle non-ASCII
Timothy Flynn
2023-03-06
Everywhere: Remove NonnullOwnPtr.h includes
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullOwnPtrVector
Andreas Kling
2023-03-06
Everywhere: Stop using NonnullRefPtrVector
Andreas Kling
2023-03-05
Tests: Migrate to Directory::for_each_entry()
Sam Atkins
2023-03-05
LibUnicode: Detect ZWJ sequences when filtering by emoji presentation
Timothy Flynn
2023-03-04
AK: Implement Knuth's algorithm D for dividing UFixedBigInt's
Dan Klishch
2023-03-04
AK: Delete unused and untested sqrt, pow and pow_mod from UFixedBigInt
Dan Klishch
2023-03-04
Tests: Replace test image with my own creation
Lucas CHOLLET
2023-03-04
Tests: Add a test for SOF2 images with only spectral selection
Lucas CHOLLET
2023-03-03
AK: Ensure short String instances are valid UTF-8
Timothy Flynn
2023-03-03
AK: Invalidate overlong UTF-8 code point encodings
Timothy Flynn
2023-03-03
AK: Make FixedPoint(FloatingPoint) ctor round instead of truncating
Nico Weber
2023-03-01
LibCore+Everywhere: Remove ArgsParser::add*(char const*&)
Ali Mohammad Pur
2023-02-28
AK+Everywhere: Make GenericLexer::ignore_until() stop before the value
Sam Atkins
2023-02-28
Userland+AK: Stop using getopt() for ArgsParser
Ali Mohammad Pur
2023-02-28
LibWeb: Rename Layout::InitialContainingBlock to Layout::Viewport
Andreas Kling
2023-02-27
Tests: Add a test for SOF0 images with several scans
Lucas CHOLLET
2023-02-27
Tests: Rename "test_jpg" to "test_jpeg_sof0_one_scan"
Lucas CHOLLET
2023-02-26
LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()
MacDue
[next]