summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-09-06LibWeb: Make CSSRuleList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheetList GC-allocatedAndreas Kling
2022-09-06LibWeb: Make StyleSheet and CSSStyleSheet GC-allocatedAndreas Kling
2022-09-06LibWeb: Support NoInstanceWrapper extended attribute on interfacesAndreas Kling
2022-09-06LibWeb: Add a mechanism to opt out of generating instance wrappersAndreas Kling
2022-09-06LibWeb: Add PlatformObject classAndreas Kling
2022-09-05LibLocale: Move locale source files to the LibLocale libraryTimothy Flynn
2022-09-05LibUnicode: Generate a separate Locale enumeration for special casingTimothy Flynn
2022-09-05LibLocale: Move locale test files to the LibLocale folderTimothy Flynn
2022-09-05LibLocale: Move locale source files to the LibLocale folderTimothy Flynn
2022-09-05Userland: Move files destined for LibLocale to the Locale namespaceTimothy Flynn
2022-09-05LibLocale: Rename a couple CLDR generator structuresTimothy Flynn
2022-09-05LibLocale+LibUnicode: Move generated CLDR data files to LibLocale folderTimothy Flynn
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-09-05LibUnicode: Move CLDR data generators to a LibLocale subfolderTimothy Flynn
2022-09-05Meta: Don't generate emoji.txt into the source treeTim Schumacher
2022-09-02Meta+Tests: Allow running FLAC spec testskleines Filmröllchen
2022-09-02Meta: Use correct boot device selections when using GRUB imagesLiav A
2022-09-02Meta: Remove an unnecessary instance of AHCI controller in the Q35 setupLiav A
2022-08-28LibJS: Turn initialize_global_object() into a regular initialize()Linus Groh
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