index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2023-04-14
LibWeb: Expose ReadableStream::m_state and use in AOs
Matthew Olsson
2023-04-14
LibRegex: Avoid calling GenericLexer::consume() past EOF
Ali Mohammad Pur
2023-04-14
LibWeb: Set Comment's prototype
Luke Wilde
2023-04-14
Spreadsheet+LibSyntax: Never insert spans directly
Matteo Benetti
2023-04-14
LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port PrototypeObject::this_object() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port Value::get_method() to GCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_bigint() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_object() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_primitive_string() to NonnullGCPtr
Linus Groh
2023-04-14
LibWeb: Support NotAllowed CSS cursor
Srikavin Ramkumar
2023-04-13
LibGfx: Add Rect::interpolated_to function
Tom
2023-04-13
LibWeb: Don't match the root node of HTMLCollection
Luke Wilde
2023-04-13
LibWeb: Whine instead of dying on unexpected box during line layout
Andreas Kling
2023-04-13
LibJS: Make well-known symbol getters return NonnullGCPtr
Linus Groh
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakSetPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakSetConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakRefPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakRefConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakMapPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakMapConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to TypedArrayPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to TypedArrayConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to SymbolPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to SymbolConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to StringConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to SetPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to SetConstructor
Linus Groh
2023-04-13
LibWeb: Reimplement CalculatedStyleValue as a calculation node tree
Sam Atkins
2023-04-13
LibWeb: Expose type and raw values of basic CSS types
Sam Atkins
2023-04-13
LibWeb: Simplify CalculatedStyleValue types to match CSS-VALUES-4 :^)
Sam Atkins
2023-04-13
LibWeb: Move StyleValue::absolutized() back where it belongs
Sam Atkins
2023-04-13
LibWeb/Streams: Fix inconsistent uses of realm() and vm()
Linus Groh
2023-04-13
LibWeb/URL: Make URL::search_params() return a NonnullGCPtr
Linus Groh
2023-04-13
LibWeb/URL: Add spec links and comments
Linus Groh
2023-04-12
LibAudio: Use `read_until_filled` to fill a buffer from a Stream
Tim Schumacher
2023-04-12
LibCompress: Error on truncated uncompressed DEFLATE blocks
Tim Schumacher
2023-04-12
Everywhere: Fix a few typos
Nico Weber
2023-04-12
LibGfx/WebP: Don't assert when size in header is smaller than header
Nico Weber
2023-04-12
LibGfx/ICC: Use mix() in CurveTagData::evaluate()
Nico Weber
2023-04-12
LibWasm: Replace usages of the Endian bytes accessor
Tim Schumacher
2023-04-12
LibCompress: Replace usages of the Endian bytes accessor
Tim Schumacher
2023-04-12
LibTLS: Remove outdated comment about ECC
Fabian Dellwing
2023-04-12
LibTLS: Streamline certificate loading
Fabian Dellwing
2023-04-12
LibTLS: Dont also include the OID when printing the RDN short name
stelar7
2023-04-12
LibVideo: Don't shadow `m_playing` in ResumingStateHandler classes
Zaggy1024
2023-04-12
LibWeb: Don't try to paint SVG elements transformed to zero size
MacDue
2023-04-12
LibWeb: Allow floating point values when parsing SVG viewboxes
MacDue
[next]