summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-16LibWeb: Separate "event listener" from "EventListener"Andreas Kling
2022-02-16Meta: Make the WrapperGenerator generate includes based on importsAli Mohammad Pur
2022-02-16Meta: Support DOMExceptions when invoking IDL getters/settersAli Mohammad Pur
2022-02-16Meta: Add support for enumerations to the IDL compilerAli Mohammad Pur
2022-02-16LibUnicode: Use BCP 47 data to filter valid calendar namesTimothy Flynn
2022-02-16LibUnicode: Use BCP 47 data to filter valid numbering system namesTimothy Flynn
2022-02-16LibUnicode: Use BCP 47 data to generate available calendars and numbersTimothy Flynn
2022-02-16LibJS+LibUnicode: Parse Unicode keywords from the BCP 47 CLDR packageTimothy Flynn
2022-02-16LibUnicode: Extract the BCP 47 package from the CLDRTimothy Flynn
2022-02-15Meta: Actually run gml-format in CIIdan Horowitz
2022-02-15Meta: Increase Azure CI timeout for Lagom buildsIdan Horowitz
2022-02-15Meta+LibUnicode: Download and parse Unicode block propertiesthankyouverycool
2022-02-15LibWeb: Remove non-standard ReturnNullIfCrossOrigin IDL attributeLinus Groh
2022-02-14Meta: Use clang-13 instead of clang-12 in Azure CIIdan Horowitz
2022-02-14LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous
2022-02-14LibUnicode: Port the CLDR time format generator to the stream APITimothy Flynn
2022-02-14LibUnicode: Port the CLDR date format generator to the stream APITimothy Flynn
2022-02-14LibUnicode: Port the CLDR number format generator to the stream APITimothy Flynn
2022-02-14LibUnicode: Port the CLDR locale generator to the stream APITimothy Flynn
2022-02-14LibUnicode: Port the UCD generator to the stream APITimothy Flynn
2022-02-14LibTimeZone: Port the TZDB generator to the stream APITimothy Flynn
2022-02-14Meta: Bump Limine version to 2.78.2czapek1337
2022-02-14Meta: Include the EFI executable in Limine imageczapek1337
2022-02-14Meta: Add support for the Limine bootloaderczapek1337
2022-02-14LibWeb: Add support for record<K, V> types as inputLuke Wilde
2022-02-13Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"Andreas Kling
2022-02-13LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous
2022-02-13Meta: Actually run gml-format in CIIdan Horowitz
2022-02-12LibWeb: Implement Geometry::DOMRectListDerpyCrabs
2022-02-11Meta: Enable RELR relocationsDaniel Bertalan
2022-02-11Ports: Update binutils to version 2.38Daniel Bertalan
2022-02-09LibTLS+RequestServer: Add an option to dump TLS keys to a log fileAli Mohammad Pur
2022-02-09LibWeb: Add initial implementation for WorkerGlobalScopeAndrew Kaster
2022-02-09LibWeb: Stop using MVL for sequence storage in WrapperGeneratorLinus Groh
2022-02-09LibJS: Replace uses of MarkedValueList with MarkedVector<Value>Linus Groh
2022-02-09Meta: Add a CPack installation target for js(1)Timothy Flynn
2022-02-08LibWeb: Rewrite EventTarget to more closely match the specLuke Wilde
2022-02-08LibJS+Everywhere: Remove all VM::clear_exception() callsdavidot
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-07LibGUI: Remove GML prefix in favor of proper namespacekleines Filmröllchen
2022-02-07Meta: Add instructions on using Lagom in an external projectJames Puleo
2022-02-07Meta: Fix "Meta/serenity.sh run x86_64 Clang" on M1 Macsserenityosrocks
2022-02-07LibWeb: Add a proper FocusEvent interface for "focus" and "blur" eventsAndreas Kling
2022-02-06Everywhere: Rename JS::PropertyKey variables from property_{name => key}Linus Groh
2022-02-06Meta: Don't override SERENITY_QEMU_DISPLAY_DEVICE if it is already setAndrew Pietila
2022-02-06LibWeb: Put ResolvedCSSStyleDeclaration debug spam behind a macroAndreas Kling
2022-02-06Lagom: Exclude libraries with X86 code when building for macOS on ArmMorten Larsen
2022-02-05Meta: Fix problematic `e2fsck` behavior (Debian)Στέφανος
2022-02-04LibWeb: Type-check calc() in in property_accepts_value()Sam Atkins