summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-08-28Meta: Enforce no leading zeros for emoji filenamesRyan Liptak
2022-08-27LibJS+LibUnicode: Move some constant arrays to a separate headerdavidot
2022-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-27Meta/CMake: Build Lagom with -g1 instead of -gAndreas Kling
2022-08-24Toolchain: Update binutils to version 2.39Brian Gianforcaro
2022-08-24Meta: Only include headings for populated groups/subgroups in emoji.txtRyan Liptak
2022-08-23CI: Bust the macOS Lagom ccache and reduce its sizeTimothy Flynn
2022-08-23Meta: Only run the emoji generator for Serenity buildsTimothy Flynn
2022-08-23Meta: Ensure the emoji generator depends on its own scriptTimothy Flynn
2022-08-23LibTimeZone: Update to TZDB version 2022cTimothy Flynn
2022-08-23Meta: Remove check for QEMU < 7.0 on aarch64 buildTimon Kruiper
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibJS: Pass Realm to define_native_{accessor,function}()Linus Groh
2022-08-23LibJS: Pass Realm to GlobalObject::initialize_global_object()Linus Groh
2022-08-23LibJS: Remove GlobalObject parameter from native functionsLinus Groh
2022-08-23LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4]Linus Groh
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Iterator AOs [Part 7/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::this_value()Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functionsLinus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in object constructorsLinus Groh
2022-08-23CI: Install newer Bash via homebrew on macOSLinus Groh
2022-08-22Meta: Move downloading of emoji-test.txt to unicode_data.cmakeTimothy Flynn
2022-08-22Meta: Generate emoji.txt at build time from Unicode's emoji-test.txtRyan Liptak
2022-08-20Meta: Add check-emoji script to validate emoji filenamesRyan Liptak
2022-08-17Meta: Disallow running with QEMU >= 7.x on aarch64 buildTimon Kruiper
2022-08-17LibUnicode: Generate code point display names with run-length encodingTimothy Flynn
2022-08-17LibUnicode: Mark UniqueStringStorage::generate as constantTimothy Flynn
2022-08-16LibTimeZone+LibUnicode: Generate string data with run-length encodingTimothy Flynn
2022-08-16Meta: Remove an outdated `MAKE_DIRECTORY` call for pnp IDsTim Schumacher
2022-08-15Meta: Remove TZDB duplicationEmily Trau
2022-08-14LibWeb: Correct variable name in `get_shortest_function_length()`Sam Atkins
2022-08-14LibWeb: Implement Path2D classSam Atkins
2022-08-14LibWeb: Allow "unrestricted" floats and doubles in IDLSam Atkins
2022-08-14Everywhere: Get rid of the fbdev kernel boot argument remaindersLiav A
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