summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-08-11LibTimeZone: Update to TZDB version 2022bTimothy Flynn
2022-08-09CI: Enable downloading the Azure remote data cache for Fuzzer buildsTimothy Flynn
2022-08-09CI: Add a restoration key for Azure's remote data cachesTimothy Flynn
2022-08-08Kernel/FileSystem: Use a new debug flag for SysFS debug messagesLiav A
2022-08-07LibWeb: Parse rect style valueTom
2022-08-05LibJS: Let Shape store a Realm instead of a GlobalObjectAndreas Kling
2022-07-30Meta: Set has_unscopable_member for interfaces include mixins with themMacDue
2022-07-29LibWeb: Skip whitespace when parsing IDL non-interface entitiesSam Atkins
2022-07-22LibJS+LibUnicode: Generate a set of default DateTimeFormat patternsTimothy Flynn
2022-07-22LibWeb/IDL: Handle passing ArrayBuffer to an IDL union typeKenneth Myhra
2022-07-21LibUnicode: Generate per-locale data for the "noon" fixed day periodTimothy Flynn
2022-07-21LibUnicode: Check whether a calendar symbol for a locale actually existsTimothy Flynn
2022-07-21LibJS+LibUnicode: Handle flexible day periods on both sides of midnightTimothy Flynn
2022-07-21CI+Lagom: Add Lagom Android CI for arm64-v8a on NDK 24 with API level 30Andrew Kaster
2022-07-20LibUnicode: Generate per-locale approximately & range separator symbolsTimothy Flynn
2022-07-20LibWeb: Make IDL-generated iterator prototype next() enumerable as wellLinus Groh
2022-07-19LibAudio: Rename ConnectionFromClient to ConnectionToServerkleines Filmröllchen
2022-07-19Kernel/Storage: Introduce basic abstraction layer for ATA componentsLiav A
2022-07-19Everywhere: Fully remove the separate LibPthread directoryTim Schumacher
2022-07-19Meta: Add Android cross-compile support to LagomAndrew Kaster
2022-07-19LibWeb: Split WrapperGenerator namespace check into an Array + containsLinus Groh
2022-07-19LibWeb: Prepare WrapperGenerator for Fetch bindingsLinus Groh
2022-07-17Meta: Teach GenerateCSSPropertyID about linear-gradientsMacDue
2022-07-17LibWeb: Introduce BlobKenneth Myhra
2022-07-17LibWeb/IDL: Add support for generating IDL BufferSource typeKenneth Myhra
2022-07-17LibWeb/IDL: Add support for optional long longKenneth Myhra
2022-07-15LibUnicode: Fallback to per-locale default calendarsTimothy Flynn
2022-07-15LibUnicode: Fallback to per-locale default numbering systemsTimothy Flynn
2022-07-15LibUnicode: Generate a method to lookup locale-preferred keyword valuesTimothy Flynn
2022-07-15LibUnicode: Generate a method to lookup available keyword valuesTimothy Flynn
2022-07-15LibUnicode: Generate available values for the keywords co, kf, kn, hcTimothy Flynn
2022-07-14LibWeb: Add definitions from '2.2.1. Methods' in the Fetch specLinus Groh
2022-07-14LibWeb: Move Origin into the HTML namespaceLinus Groh
2022-07-14LibCore: Replace the ArgsParser option argument setting with an enumTim Schumacher
2022-07-13Meta+Ports: Automatically generate a meson cross file that we can useTim Schumacher
2022-07-12Everywhere: Use default StringView constructor over nullptrsin-ack
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-07-12Everywhere: Explicitly specify the size in StringView constructorssin-ack
2022-07-12Meta+Userland: Simplify some formatterssin-ack
2022-07-12LibUnicode: Parse and generate per-locale plural rangesTimothy Flynn
2022-07-11LibWeb/IDL: Add support for optional sequencesLuke Wilde
2022-07-11Documentation: Merge UsingFontEditor into existing FontEditor manpagekleines Filmröllchen
2022-07-11Meta: Also check CONTRIBUTING with check-markdown.shkleines Filmröllchen
2022-07-10Meta: Make utmp start out as an empty object instead of empty stringLuke Wilde
2022-07-10Meta: Teach pick_host_compiler about Homebrew ClangDaniel Bertalan
2022-07-08LibUnicode: Replace NumberFormat::Plurality with Unicode::PluralCategoryTimothy Flynn
2022-07-08LibJS+LibUnicode: Do not generate the PluralCategory enumTimothy Flynn
2022-07-08LibWeb: Add URLSearchParams as part of union type for XHR::send()Kenneth Myhra