summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-19LibWeb: Convert CSS Token::m_value from StringBuilder to FlyStringSam Atkins
2021-11-19LibWeb: Convert CSS Token::m_unit from StringBuilder to FlyStringSam Atkins
2021-11-19LibWeb: Break friendship between CSS Token and Parser :^(Sam Atkins
2021-11-19LibWeb: Verify that the Tokenizer doesn't produce Dimensions from %Sam Atkins
2021-11-19LibWeb: Use number value from CSS TokensSam Atkins
2021-11-19LibWeb: Return numeric values from Token value gettersSam Atkins
2021-11-19LibWeb: Convert numeric tokens to numbers in CSS TokenizerSam Atkins
2021-11-19CI: Prevent false errors if a commit message contains CRLFthislooksfun
2021-11-19LibJS: Treat relativeTo parameters as PlainDate or ZonedDateTimeLinus Groh
2021-11-19LibJS: Update spec comments in format_time_zone_offset_string()Linus Groh
2021-11-19LibJS: Allow string as parameter in Temporal's round() / total()Linus Groh
2021-11-19LibUnicode: Support locales-without-script aliases for ECMA-402Timothy Flynn
2021-11-19LibUnicode: Stop passing the cldr-core package to UnicodeNumberFormatTimothy Flynn
2021-11-19LibUnicode: Generate default-content locales as aliasesTimothy Flynn
2021-11-19LibUnicode: Move GenerateUnicodeData's Alias struct to generator headerTimothy Flynn
2021-11-19Base: Add Runic characters to font Katica Regular 10Lady Gegga
2021-11-19LibWeb+LibHTTP: Support multiple Set-Cookie response headersTheFightingCatfish
2021-11-19Hexdump: Add verbose optionPankaj Raghav
2021-11-19Hexdump: Allow identical lines to coalescePankaj Raghav
2021-11-18Kernel: Use DistinctNumeric for filesystem ID'sAndreas Kling
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-18LibGfx: Remove ImageDecoderPlugin::bitmap() in favor of frame(index)Andreas Kling
2021-11-18Fuzzers: Use ImageDecoderPlugin::frame() in image decoder fuzzersAndreas Kling
2021-11-18Kernel: Make VirtualRangeAllocator setup functions propagate errorsAndreas Kling
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