summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-02-20LibWeb: Add support for dictionary types to union typesLuke Wilde
2022-02-20LibWeb: Add dictionary types to idl_type_name_to_cpp_typeLuke Wilde
2022-02-20LibWeb: Add support for optional, non-nullable wrapper typesLuke Wilde
2022-02-20LibWeb: Don't perform ToObject when converting values to wrapper typesLuke Wilde
2022-02-19Meta: Explicitly set number of available inodes for genext2fsGunnar Beutner
2022-02-19Meta: Make `serenity.sh gdb` work with the Clang toolchainDaniel Bertalan
2022-02-18LibWeb: Move WebSocket into the Web::WebSockets namespaceLinus Groh
2022-02-17LibWeb: Add partially functioning Worker APIBen Abraham
2022-02-17WrapperGenerator: Don't emit code for imported enumerationsAli Mohammad Pur
2022-02-17WrapperGenerator: Add support for IDL mixin interfacesAli Mohammad Pur
2022-02-17Meta: Split and refactor the WrapperGenerator a bitAli Mohammad Pur
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