summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-18AK: Make RedBlackTree::try_insert() return ErrorOr<void> instead of boolAndreas Kling
2021-11-18Kernel: Propagate Vector append failures from Inode::apply_flock()Andreas Kling
2021-11-18LibWeb: Delete CSSLoaderSam Atkins
2021-11-18LibWeb: Make HTMLLinkElement responsible for its own loadingSam Atkins
2021-11-18LibWeb: Remove `for_first_not_loaded_import_rule()` :^)Sam Atkins
2021-11-18LibWeb: Remove redundant `@import`-handling code from CSSLoaderSam Atkins
2021-11-18LibWeb: Make `@import` rules functional again :^)Sam Atkins
2021-11-18Ports: Remove ScummVM's SVG patchJelle Raaijmakers
2021-11-18AK: Implement `acos<T>` correctlyJelle Raaijmakers
2021-11-18Base: Add Shavian characters to font Katica Regular 10Lady Gegga
2021-11-18LibRegex: Avoid rewriting `a+` as `a*` as part of atomic rewritingAli Mohammad Pur
2021-11-18LibConfig: Add list methods for groups and keysfaxe1008
2021-11-18ConfigServer: Add methods to list groups and keysfaxe1008
2021-11-18Base: Add Deseret characters to font Katica Regular 10Lady Gegga
2021-11-17LibJS: Fix incorrect use of "modulo" in get_iso_parts_from_epoch()Linus Groh
2021-11-17LibJS: Disallow Temporal.Duration input values to be non-integersLinus Groh
2021-11-17LibWeb: Implement `background-repeat: round` :^)Sam Atkins
2021-11-17LibWeb: Implement `background-repeat: space`Sam Atkins
2021-11-17LibWeb: Implement background-size :^)Sam Atkins
2021-11-17LibWeb: Implement background-position and background-origin :^)Sam Atkins
2021-11-17LibWeb: Stop consuming too many tokens when parsing background-positionSam Atkins
2021-11-17LibWeb: Manually tile background imagesSam Atkins
2021-11-17LibWeb: Implement background-clip :^)Sam Atkins
2021-11-17LibWeb: Store all background properties in BackgroundLayerDataSam Atkins
2021-11-17LibWeb: Remove background_image from NodeWithStyleSam Atkins
2021-11-17LibWeb: Remove background-repeat/image fields and gettersSam Atkins
2021-11-17LibWeb: Paint backgrounds with multiple layers :^)Sam Atkins
2021-11-17LibWeb: Store background layers in ComputedValuesSam Atkins
2021-11-17LibWeb: Stop 'no-repeat' from expanding the background areaSam Atkins
2021-11-17LibWeb: Handle multiple backgrounds in StyleComputerSam Atkins
2021-11-17LibWeb: Bring BackgroundStyleValue::to_string() to specSam Atkins
2021-11-17LibWeb: Parse multiple backgrounds :^)Sam Atkins
2021-11-17LibWeb: Parse comma-separated lists for most background propertiesSam Atkins
2021-11-17LibWeb: Prevent copying CSS TokenStreamSam Atkins
2021-11-17LibWeb: Remove CSS Parser method overloads with no TokenStream parameterSam Atkins
2021-11-17LibWeb: Remove ParsingContext parameter from private CSS Parser methodsSam Atkins
2021-11-17LibWeb: Make CSS Parser methods non-staticSam Atkins
2021-11-17Base: Add additional test cases to backgrounds.htmlSam Atkins
2021-11-17LibWeb: Add NodeWithStyleAndBoxModelMetrics to Forward.hSam Atkins
2021-11-17Kernel: Automatically sync shared file mappings when unmappedAndreas Kling
2021-11-17Kernel: Allow mmap() with PROT_WRITE+MAP_SHAREDAndreas Kling
2021-11-17Kernel+LibC: Add msync() system callAndreas Kling
2021-11-17Kernel: Add MemoryManager::copy_physical_page()Andreas Kling
2021-11-17Base: Add Buhid characters to font Katica Regular 10Lady Gegga
2021-11-17LibJS + js: Rethrow exception on the vm after bytecode interpreter rundavidot
2021-11-17LibJS: Remove fallback value for get_offset_nanoseconds_forLuke Wilde
2021-11-17LibJS/Tests: Fix failing Array.prototype.toLocaleString() testLinus Groh
2021-11-17LibJS: Implement ECMA-402 Array.prototype.toLocaleStringTimothy Flynn
2021-11-17LibJS: Implement ECMA-402 Number.prototype.toLocaleStringTimothy Flynn
2021-11-17AK: Add missing return in Formatter<unsigned char[Size]>::format()Andreas Kling