index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-07-12
LibJS: Add %TypedArray%.prototype.toSpliced
Obinna Ikeh
2022-07-12
LibJS: Implement Intl.PluralRules.prototype.selectRange
Timothy Flynn
2022-07-12
LibUnicode: Parse and generate per-locale plural ranges
Timothy Flynn
2022-07-11
LibWeb: Implement all "attributes" mutation records for MutationObserver
Luke Wilde
2022-07-11
LibWeb: Implement "characterData" mutation record for MutationObserver
Luke Wilde
2022-07-11
LibWeb: Implement all "childList" mutation records for MutationObserver
Luke Wilde
2022-07-11
LibWeb: Introduce Mutation{Record,Observer} and observer microtasks
Luke Wilde
2022-07-11
LibWeb: Wrap DOM::Attribute in NodeWrapperFactory
Luke Wilde
2022-07-11
LibWeb: Implement CharacterData.{append,insert,delete}Data
Luke Wilde
2022-07-11
LibWeb: Implement CharacterData::set_data in terms of replace_data
Luke Wilde
2022-07-11
LibWeb: Allow creating a StaticNodeList without an r-value Vector
Luke Wilde
2022-07-11
LibWeb/IDL: Add support for optional sequences
Luke Wilde
2022-07-11
LibWeb: Honor preferred size as intrinsic cross size of flex items
Andreas Kling
2022-07-11
LibWeb: Implement step 9.2.3 of the flexbox layout algorithm
Andreas Kling
2022-07-11
LibWeb: Stop putting the FormattingState nodes in a slow hash map
Andreas Kling
2022-07-11
LibWeb: Tweak padding on button elements match other engines
Andreas Kling
2022-07-11
LibWeb: Bring sizing of replaced elements closer to spec
Andreas Kling
2022-07-11
LibWeb: Match WebKit and Blink re: absence of width/height on <svg>
Andreas Kling
2022-07-11
LibWeb: Try to work out the intrinsic size of <svg> elements
Andreas Kling
2022-07-11
LibWeb: Set 1:1 intrinsic aspect ratio for radio buttons
Andreas Kling
2022-07-11
LibWeb: Cache reference to <svg> element in SVGFormattingContext
Andreas Kling
2022-07-11
LibWeb: Use the *outer* flex base size in intrinsic size calculation
Andreas Kling
2022-07-11
LibWeb: Use the "scaled flex shrink factor" where noted by the spec
Andreas Kling
2022-07-11
LibWeb: Treat "flex-basis: 0px" like any other definite basis value
Andreas Kling
2022-07-11
LibWeb: More specialization of intrinsic sizing layout
Andreas Kling
2022-07-11
LibWeb: Don't iterate over text content inside replaced elements
Andreas Kling
2022-07-11
LibWeb: Use max-content main size for flex items w/ definite cross size
Andreas Kling
2022-07-11
LibWeb: Make sure we always apply size constraints in IFC
Andreas Kling
2022-07-11
LibWeb: Cache a pointer to the containing block state in IFC
Andreas Kling
2022-07-11
LibWeb: Factor out BFC "layout this block-level box" to a function
Andreas Kling
2022-07-11
LibWeb: Express intrinsic size layout via size constraints
Andreas Kling
2022-07-11
LibWeb: Move IFC result measurement from IFC to BFC
Andreas Kling
2022-07-11
LibWeb: Make BFC always drive IFC
Andreas Kling
2022-07-11
LibWeb: Add FFC helpers for getting intrinsic size of flex items
Andreas Kling
2022-07-11
LibWeb: Only perform the requested form of intrinsic size calculation
Andreas Kling
2022-07-11
LibWeb: Make separate functions for calculating min/max content sizes
Andreas Kling
2022-07-11
LibWeb: Clamp intrinsic flex item main size contributions to min/max
Andreas Kling
2022-07-11
Base: Improve visibility of PlaceholderText in themes
Karol Kosek
2022-07-11
HexEditor: Gray-out null bytes
Karol Kosek
2022-07-11
Kernel: Stop committing pages for COW of uncommitted pages on sys$fork
Idan Horowitz
2022-07-11
LibWeb: Store MessageEvent::m_data in a JS::Handle
Luke Wilde
2022-07-11
Base: Improve clipboard manpage style
kleines Filmröllchen
2022-07-11
Documentation: Merge UsingFontEditor into existing FontEditor manpage
kleines Filmröllchen
2022-07-11
Meta: Also check CONTRIBUTING with check-markdown.sh
kleines Filmröllchen
2022-07-11
Documentation: Move IPC endpoint documentation to manpage section 4
kleines Filmröllchen
2022-07-11
Documentation: Move all file format documentation into its own manpage
kleines Filmröllchen
2022-07-10
AK: Treat empty string as invalid JSON
Luke Wilde
2022-07-10
Meta: Make utmp start out as an empty object instead of empty string
Luke Wilde
2022-07-10
LibXML: Fail gracefully on integer overflow in character references
Idan Horowitz
2022-07-10
Kernel: Stop leaking leftover committed cow pages from forked processes
Idan Horowitz
[next]