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
2021-11-19
LibWeb: Convert CSS Token::m_value from StringBuilder to FlyString
Sam Atkins
2021-11-19
LibWeb: Convert CSS Token::m_unit from StringBuilder to FlyString
Sam Atkins
2021-11-19
LibWeb: Break friendship between CSS Token and Parser :^(
Sam Atkins
2021-11-19
LibWeb: Verify that the Tokenizer doesn't produce Dimensions from %
Sam Atkins
2021-11-19
LibWeb: Use number value from CSS Tokens
Sam Atkins
2021-11-19
LibWeb: Return numeric values from Token value getters
Sam Atkins
2021-11-19
LibWeb: Convert numeric tokens to numbers in CSS Tokenizer
Sam Atkins
2021-11-19
CI: Prevent false errors if a commit message contains CRLF
thislooksfun
2021-11-19
LibJS: Treat relativeTo parameters as PlainDate or ZonedDateTime
Linus Groh
2021-11-19
LibJS: Update spec comments in format_time_zone_offset_string()
Linus Groh
2021-11-19
LibJS: Allow string as parameter in Temporal's round() / total()
Linus Groh
2021-11-19
LibUnicode: Support locales-without-script aliases for ECMA-402
Timothy Flynn
2021-11-19
LibUnicode: Stop passing the cldr-core package to UnicodeNumberFormat
Timothy Flynn
2021-11-19
LibUnicode: Generate default-content locales as aliases
Timothy Flynn
2021-11-19
LibUnicode: Move GenerateUnicodeData's Alias struct to generator header
Timothy Flynn
2021-11-19
Base: Add Runic characters to font Katica Regular 10
Lady Gegga
2021-11-19
LibWeb+LibHTTP: Support multiple Set-Cookie response headers
TheFightingCatfish
2021-11-19
Hexdump: Add verbose option
Pankaj Raghav
2021-11-19
Hexdump: Allow identical lines to coalesce
Pankaj Raghav
2021-11-18
Kernel: Use DistinctNumeric for filesystem ID's
Andreas Kling
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-18
LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)
Andreas Kling
2021-11-18
Fuzzers: Use ImageDecoderPlugin::frame() in image decoder fuzzers
Andreas Kling
2021-11-18
Kernel: Make VirtualRangeAllocator setup functions propagate errors
Andreas Kling
2021-11-18
AK: Make RedBlackTree::try_insert() return ErrorOr<void> instead of bool
Andreas Kling
2021-11-18
Kernel: Propagate Vector append failures from Inode::apply_flock()
Andreas Kling
2021-11-18
LibWeb: Delete CSSLoader
Sam Atkins
2021-11-18
LibWeb: Make HTMLLinkElement responsible for its own loading
Sam Atkins
2021-11-18
LibWeb: Remove `for_first_not_loaded_import_rule()` :^)
Sam Atkins
2021-11-18
LibWeb: Remove redundant `@import`-handling code from CSSLoader
Sam Atkins
2021-11-18
LibWeb: Make `@import` rules functional again :^)
Sam Atkins
2021-11-18
Ports: Remove ScummVM's SVG patch
Jelle Raaijmakers
2021-11-18
AK: Implement `acos<T>` correctly
Jelle Raaijmakers
2021-11-18
Base: Add Shavian characters to font Katica Regular 10
Lady Gegga
2021-11-18
LibRegex: Avoid rewriting `a+` as `a*` as part of atomic rewriting
Ali Mohammad Pur
2021-11-18
LibConfig: Add list methods for groups and keys
faxe1008
2021-11-18
ConfigServer: Add methods to list groups and keys
faxe1008
2021-11-18
Base: Add Deseret characters to font Katica Regular 10
Lady Gegga
2021-11-17
LibJS: Fix incorrect use of "modulo" in get_iso_parts_from_epoch()
Linus Groh
2021-11-17
LibJS: Disallow Temporal.Duration input values to be non-integers
Linus Groh
2021-11-17
LibWeb: Implement `background-repeat: round` :^)
Sam Atkins
2021-11-17
LibWeb: Implement `background-repeat: space`
Sam Atkins
2021-11-17
LibWeb: Implement background-size :^)
Sam Atkins
2021-11-17
LibWeb: Implement background-position and background-origin :^)
Sam Atkins
2021-11-17
LibWeb: Stop consuming too many tokens when parsing background-position
Sam Atkins
2021-11-17
LibWeb: Manually tile background images
Sam Atkins
2021-11-17
LibWeb: Implement background-clip :^)
Sam Atkins
2021-11-17
LibWeb: Store all background properties in BackgroundLayerData
Sam Atkins
2021-11-17
LibWeb: Remove background_image from NodeWithStyle
Sam Atkins
2021-11-17
LibWeb: Remove background-repeat/image fields and getters
Sam Atkins
[next]