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
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Everywhere: Split Error::from_string_literal and Error::from_string_view
sin-ack
2022-07-12
Everywhere: Explicitly specify the size in StringView constructors
sin-ack
2022-07-12
LibC: Convert getopt and getopt_long to new StringView usage
sin-ack
2022-07-12
LibCore: Add convenience templates for System::{unveil,pledge}
sin-ack
2022-07-12
LibX86: Convert register names to StringViews
sin-ack
2022-07-12
Userland: Remove erroneous String -> char* -> StringView conversions
sin-ack
2022-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-07-12
LibJS: Emit StringViews for ErrorType instances
sin-ack
2022-07-12
LibChess: Add convenience constructor for Chess::Square
sin-ack
2022-07-12
Meta+Userland: Simplify some formatters
sin-ack
2022-07-12
AK: Explicitly calculate length of char* when printing
sin-ack
2022-07-12
LibWeb: Add missing break to avoid fallthrough in FlexFormattingContext
Idan Horowitz
2022-07-12
LibWeb: Remove unused variable in FlexFormattingContext
Idan Horowitz
2022-07-12
LibWeb: Express flex item cross axis alignment as offsets-from-center
Andreas Kling
2022-07-12
LibWeb: Actually clamp flex line cross size to min/max-size
Andreas Kling
2022-07-12
LibWeb: Don't crash when failing to create WebGL context on non-Serenity
Andreas Kling
2022-07-12
DevTools/HackStudio: Fix 'enabled' property of 'build' and 'run' buttons
ferhatgec
2022-07-12
DevTools/HackStudio: Add verify_make_is_installed()
ferhatgec
2022-07-12
LibWeb: Set up both containing block sizes before intrinsic sizing
Andreas Kling
2022-07-12
LibWeb: Floor scaled flex shrink factor at 1 when spec asks us to
Andreas Kling
2022-07-12
LibWeb: Take margin box into account when justifying flex items
Andreas Kling
2022-07-12
LibWeb: Add safety mechanism to guard against non-finite layout sizes
Andreas Kling
2022-07-12
LibWeb: Honor `align-self` over `align-items` when non-auto on flex item
Andreas Kling
2022-07-12
LibJS: Add test case for %TypedArray%.prototype.toSpliced
Obinna Ikeh
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: 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
[next]