summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-04-14LibWeb: Expose ReadableStream::m_state and use in AOsMatthew Olsson
2023-04-14LibRegex: Avoid calling GenericLexer::consume() past EOFAli Mohammad Pur
2023-04-14LibWeb: Set Comment's prototypeLuke Wilde
2023-04-14Spreadsheet+LibSyntax: Never insert spans directlyMatteo Benetti
2023-04-14LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtrLinus Groh
2023-04-14LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtrLinus Groh
2023-04-14LibJS: Port PrototypeObject::this_object() to NonnullGCPtrLinus Groh
2023-04-14LibJS: Port Value::get_method() to GCPtrLinus Groh
2023-04-14LibJS: Port Value::to_bigint() to NonnullGCPtrLinus Groh
2023-04-14LibJS: Port Value::to_object() to NonnullGCPtrLinus Groh
2023-04-14LibJS: Port Value::to_primitive_string() to NonnullGCPtrLinus Groh
2023-04-14LibWeb: Support NotAllowed CSS cursorSrikavin Ramkumar
2023-04-13LibGfx: Add Rect::interpolated_to functionTom
2023-04-13LibWeb: Don't match the root node of HTMLCollectionLuke Wilde
2023-04-13LibWeb: Whine instead of dying on unexpected box during line layoutAndreas Kling
2023-04-13LibJS: Make well-known symbol getters return NonnullGCPtrLinus Groh
2023-04-13LibJS: Make intrinsics getters return NonnullGCPtrLinus Groh
2023-04-13LibJS: Add spec comments to WeakSetPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to WeakSetConstructorLinus Groh
2023-04-13LibJS: Add spec comments to WeakRefPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to WeakRefConstructorLinus Groh
2023-04-13LibJS: Add spec comments to WeakMapPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to WeakMapConstructorLinus Groh
2023-04-13LibJS: Add spec comments to TypedArrayPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to TypedArrayConstructorLinus Groh
2023-04-13LibJS: Add spec comments to SymbolPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to SymbolConstructorLinus Groh
2023-04-13LibJS: Add spec comments to StringConstructorLinus Groh
2023-04-13LibJS: Add spec comments to SetPrototypeLinus Groh
2023-04-13LibJS: Add spec comments to SetConstructorLinus Groh
2023-04-13LibWeb: Reimplement CalculatedStyleValue as a calculation node treeSam Atkins
2023-04-13LibWeb: Expose type and raw values of basic CSS typesSam Atkins
2023-04-13LibWeb: Simplify CalculatedStyleValue types to match CSS-VALUES-4 :^)Sam Atkins
2023-04-13LibWeb: Move StyleValue::absolutized() back where it belongsSam Atkins
2023-04-13LibWeb/Streams: Fix inconsistent uses of realm() and vm()Linus Groh
2023-04-13LibWeb/URL: Make URL::search_params() return a NonnullGCPtrLinus Groh
2023-04-13LibWeb/URL: Add spec links and commentsLinus Groh
2023-04-12LibAudio: Use `read_until_filled` to fill a buffer from a StreamTim Schumacher
2023-04-12LibCompress: Error on truncated uncompressed DEFLATE blocksTim Schumacher
2023-04-12Everywhere: Fix a few typosNico Weber
2023-04-12LibGfx/WebP: Don't assert when size in header is smaller than headerNico Weber
2023-04-12LibGfx/ICC: Use mix() in CurveTagData::evaluate()Nico Weber
2023-04-12LibWasm: Replace usages of the Endian bytes accessorTim Schumacher
2023-04-12LibCompress: Replace usages of the Endian bytes accessorTim Schumacher
2023-04-12LibTLS: Remove outdated comment about ECCFabian Dellwing
2023-04-12LibTLS: Streamline certificate loadingFabian Dellwing
2023-04-12LibTLS: Dont also include the OID when printing the RDN short namestelar7
2023-04-12LibVideo: Don't shadow `m_playing` in ResumingStateHandler classesZaggy1024
2023-04-12LibWeb: Don't try to paint SVG elements transformed to zero sizeMacDue
2023-04-12LibWeb: Allow floating point values when parsing SVG viewboxesMacDue