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-28
LibWeb: Clamp fit-content widths in flex layout to min/max-width
Andreas Kling
2023-03-28
Tests/LibWeb: Add layout test for layout fix in PR #15780
Luke Wilde
2023-03-27
LibWeb: Use fit-content width in place of indefinite flex item widths
Andreas Kling
2023-03-27
LibWeb: Fix intrinsic sizing early return condition in TFC
Aliaksandr Kalenik
2023-03-27
LibTLS: Check if certificate is self signed before importing it as CA
Fabian Dellwing
2023-03-26
Tests/LibWeb: Test flex column item with auto height and max-width
Andreas Kling
2023-03-26
Tests/LibWeb: Add test for flex item auto height with `flex-wrap: wrap`
Andreas Kling
2023-03-25
LibGfx/JPEG: More support for scans with a single component
Lucas CHOLLET
2023-03-25
LibWeb: Don't allow resolved height of abspos elements to become negative
Andreas Kling
2023-03-25
LibWeb: Don't allow resolved width of abspos elements to become negative
Andreas Kling
2023-03-25
LibWeb: Add out-of-flow boxes to anonymous wrapper block when possible
Andreas Kling
2023-03-25
LibRegex: Make ^ and $ accept all `LineTerminator`s instead of just '\n'
Ali Mohammad Pur
2023-03-24
Tests/LibCrypto: Test block splitting logic for SHA1/SHA256
Jelle Raaijmakers
2023-03-22
LibWeb: Support loading file:// URLs via fetch (through ResourceLoader)
Andreas Kling
2023-03-21
LibGfx: Move all image loaders and writers to a subdirectory
Lucas CHOLLET
2023-03-21
Everywhere: Use `LibFileSystem` where trivial
Cameron Youell
2023-03-21
Tests: Add XZ tests from XZ utils
Tim Schumacher
2023-03-21
Tests: Add tests to verify alpha values are premultiplied when scaling
Tim Ledbetter
2023-03-20
LibWeb: Don't crash on HTML input element with `display: inline`
Andreas Kling
2023-03-20
Tests: Add LZMA test files from the LZMA specification
Tim Schumacher
2023-03-19
LibWeb: Apply border-radius clip only if overflow hidden for both axis
Aliaksandr Kalenik
2023-03-19
Tests: Correct FLAC spec test paths
kleines Filmröllchen
2023-03-19
Tests: Refactor FLAC spec test to not use a TestCase subclass
kleines Filmröllchen
2023-03-18
Tests/LibWeb: Add two tests for lh and rlh units
Simon Wanner
2023-03-18
LibWeb: Treat flex item's cyclic percentage cross size as auto
Andreas Kling
2023-03-17
LibJS: Propagate errors from VM creation
Timothy Flynn
2023-03-16
Tests: Rework TLS test to use new cacert.pem
Fabian Dellwing
2023-03-16
LibGfx: Add test for serialized bytes of built-in sRGB profile
Nico Weber
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
[next]