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-02-26
LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff()
MacDue
2023-02-26
AK: Fix DeprecatedString::bijective_base_from for large numbers
Tim Ledbetter
2023-02-26
LibGfx: Implement WebPImageDecoderPlugin::loop_count()
Nico Weber
2023-02-26
LibGfx: Implement is_animated() and frame_count() for webp plugin
Nico Weber
2023-02-26
Tests: Add webp size decoding tests for webp
Nico Weber
2023-02-26
Tests: Add one more webp test file
Nico Weber
2023-02-26
Tests: Add one more webp test file
Nico Weber
2023-02-26
Tests: Add one more webp test file
Nico Weber
2023-02-26
Tests: Implement multi-value returns in test-wasm
Ali Mohammad Pur
2023-02-26
LibWasm+LibWeb: Sneak a JS::Completion into Wasm::Result
Ali Mohammad Pur
2023-02-26
Tests: Use MUST more in TestImageDecoder
Nico Weber
2023-02-25
LibUnicode: Add a unit test for Unicode grapheme and word segmentation
Timothy Flynn
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-24
LibGfx: Remove single-code point Font::glyph_or_emoji_width API
Timothy Flynn
2023-02-24
LibGfx+Tests: Add test for webp ICC loading and fix bug
Nico Weber
2023-02-24
LibUnicode: Add a method to check if a code point could start an emoji
Timothy Flynn
2023-02-21
AK: Add `take_first` to HashTable and rename `pop` to `take_last`
Hediadyoin1
2023-02-21
AK: Add String::from_stream method
Andrew Kaster
2023-02-21
LibJS: Make RefPtr and NonnullRefPtr usage const-correct
Andreas Kling
2023-02-19
LibTextCodec+Everywhere: Port Decoders to new Strings
Sam Atkins
2023-02-19
Tests: Add a test for Gfx::ICC::encode()
Nico Weber
2023-02-18
LibGfx: Rename `JPGLoader` to `JPEGLoader`
Lucas CHOLLET
2023-02-18
AK: Fix printing of negative FixedPoint values
Nico Weber
2023-02-18
AK: Fix 64-bit alignment issue in shared-superstring substrings
Andreas Kling
2023-02-17
AK: Remove unused `rehash_for_collision`
Jelle Raaijmakers
2023-02-17
AK: Reimplement `HashTable` with smart linear probing
Jelle Raaijmakers
2023-02-18
AK: Add `AK::SIMD::exp_approximate`
Jelle Raaijmakers
2023-02-17
LibJS+Everywhere: Convert JS::Error to String
Timothy Flynn
2023-02-16
LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSE
Timothy Flynn
2023-02-16
LibJS+Everywhere: Deprecate Value::to_string_without_side_effects
Timothy Flynn
2023-02-15
AK+Tests+LibWeb: Make `URL::complete_url()` take a StringView
Sam Atkins
2023-02-15
LibUnicode: Fix typos causing text segmentation on mid-word punctuation
Timothy Flynn
2023-02-15
LibRegex: Bail out of atomic rewrite if a block doesn't contain compares
Ali Mohammad Pur
2023-02-15
LibRegex: Consider the inverse=true case when finding pattern overlap
Ali Mohammad Pur
2023-02-15
LibRegex: Make '.' reject matching LF / LS / PS as per the ECMA262 spec
Ali Mohammad Pur
2023-02-15
Tests: Use .is_flag_set() instead of bitwise & in Regex flag tests
Ali Mohammad Pur
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based file into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-02-11
LibWeb: Add tests for flex formatting context
Aliaksandr Kalenik
2023-02-11
Tests: Add a few tests to verify vectors are using inline storage
MacDue
2023-02-10
AK: Allow Vector<ByteBuffer>::contains_slow to accept (Readonly)Bytes
Luke Wilde
2023-02-10
LibWeb: Fix clearance to update y offset within current block
Aliaksandr Kalenik
2023-02-08
AK: Remove the deprecated Stream implementation :^)
Tim Schumacher
2023-02-08
Everywhere: Use ReadonlySpan<T> instead of Span<T const>
MacDue
2023-02-08
Tests/LibVideo: Test to ensure that VP9 reference vector clamping works
Zaggy1024
2023-02-08
AK: Remove the fallible constructor from `FixedMemoryStream`
Tim Schumacher
2023-02-08
AK: Remove the fallible constructor from `LittleEndianOutputBitStream`
Tim Schumacher
[next]