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-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
2021-11-17
LibWeb: Paint backgrounds with multiple layers :^)
Sam Atkins
2021-11-17
LibWeb: Store background layers in ComputedValues
Sam Atkins
2021-11-17
LibWeb: Stop 'no-repeat' from expanding the background area
Sam Atkins
2021-11-17
LibWeb: Handle multiple backgrounds in StyleComputer
Sam Atkins
2021-11-17
LibWeb: Bring BackgroundStyleValue::to_string() to spec
Sam Atkins
2021-11-17
LibWeb: Parse multiple backgrounds :^)
Sam Atkins
2021-11-17
LibWeb: Parse comma-separated lists for most background properties
Sam Atkins
2021-11-17
LibWeb: Prevent copying CSS TokenStream
Sam Atkins
2021-11-17
LibWeb: Remove CSS Parser method overloads with no TokenStream parameter
Sam Atkins
2021-11-17
LibWeb: Remove ParsingContext parameter from private CSS Parser methods
Sam Atkins
2021-11-17
LibWeb: Make CSS Parser methods non-static
Sam Atkins
2021-11-17
Base: Add additional test cases to backgrounds.html
Sam Atkins
2021-11-17
LibWeb: Add NodeWithStyleAndBoxModelMetrics to Forward.h
Sam Atkins
2021-11-17
Kernel: Automatically sync shared file mappings when unmapped
Andreas Kling
2021-11-17
Kernel: Allow mmap() with PROT_WRITE+MAP_SHARED
Andreas Kling
2021-11-17
Kernel+LibC: Add msync() system call
Andreas Kling
2021-11-17
Kernel: Add MemoryManager::copy_physical_page()
Andreas Kling
2021-11-17
Base: Add Buhid characters to font Katica Regular 10
Lady Gegga
2021-11-17
LibJS + js: Rethrow exception on the vm after bytecode interpreter run
davidot
2021-11-17
LibJS: Remove fallback value for get_offset_nanoseconds_for
Luke Wilde
2021-11-17
LibJS/Tests: Fix failing Array.prototype.toLocaleString() test
Linus Groh
2021-11-17
LibJS: Implement ECMA-402 Array.prototype.toLocaleString
Timothy Flynn
2021-11-17
LibJS: Implement ECMA-402 Number.prototype.toLocaleString
Timothy Flynn
2021-11-17
AK: Add missing return in Formatter<unsigned char[Size]>::format()
Andreas Kling
[next]