summaryrefslogtreecommitdiff
path: root/Meta/Lagom/Tools
AgeCommit message (Expand)Author
2022-11-09Meta: Generate a helper constructor for single-value IPC responsesTimothy Flynn
2022-11-06Meta+LibUnicode: Avoid relocations for emoji dataGunnar Beutner
2022-11-06Meta+LibUnicode: Avoid relocations for static unicode dataGunnar Beutner
2022-11-03LibJS+LibUnicode: Add "microsecond" and "nanosecond" as sanctioned unitsTimothy Flynn
2022-11-03LibUnicode: Make the generated .h and .cpp paths for emoji data optionalTimothy Flynn
2022-11-02LibWeb: Support translate3dAliaksandr Kalenik
2022-11-02LibWeb: Use more verbose input in CSS transform function generatorAliaksandr Kalenik
2022-10-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus Groh
2022-10-27Meta: Replace Bash script for generating emoji.txt with C++ generatorTimothy Flynn
2022-10-25LibLocale+LibJS: Update to CLDR version 42.0.0Timothy Flynn
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-20LibWeb: Remove dbgln FIXME spam from BindingsGeneratorLinus Groh
2022-10-20LibWeb: Revert support for DOM::Document in XHR::send()Kenneth Myhra
2022-10-20LibWeb: Teach IDL generator to go from WindowProxy to EventTargetAndreas Kling
2022-10-20LibWeb: Prevent GC from running during intrinsics allocationAndreas Kling
2022-10-16LibWeb: Add support for DOM::Document to XHR::send()Kenneth Myhra
2022-10-09LibWeb: Re-implement HTML::Navigator using IDLAndrew Kaster
2022-10-09LibWeb: Add new code generator for creating exposed interface helpersAndrew Kaster
2022-10-09LibIDL: Remove static maps for interfaces and resolved importsAndrew Kaster
2022-10-07LibUnicode: Remove GCC codegen workaroundTimothy Flynn
2022-10-07LibUnicode: Update code point ideographic replacements for Unicode 15Timothy Flynn
2022-10-06BindingsGenerator+LibWeb: Pass a VM to static IDL-based functionsSam Atkins
2022-10-06BindingsGenerator+LibIDL: Parse "inherit" attributesSam Atkins
2022-10-06LibUnicode: Let's use the GCC 11/12 workaround on all platformsAndreas Kling
2022-10-06LibUnicode: Add decomposition mappings and Unicode normalizationmatcool
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-10-04LibWeb: Implement <input type=file> behaviorAndrew Kaster
2022-10-04BindingsGenerator: Allow the word "inline" in IDL identifiersAndreas Kling
2022-10-03Lagom: Work around gcc codegen bugNico Weber
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01LibWeb: Introduce new construct_impl method for bound classesAndrew Kaster
2022-09-28LibTimeZone: Use the last DST rule in the TZDB if a match isn't foundTimothy Flynn
2022-09-27LibWeb: Implement '5.4. Request class' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Don't always assign values to nullable IDL dictionary membersLinus Groh
2022-09-27LibWeb: Fix bindings codegen for IDL enums with only one memberLinus Groh
2022-09-26LibWeb: Add WebIDL to the IDL generator's list of web namespacesTimothy Flynn
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-24LibWeb: Replace 'heycam.github.io' links with 'webidl.spec.whatwg.org'Linus Groh
2022-09-24LibWeb: Move IDLOverloadResolution from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh
2022-09-21Everywhere: Rename WrapperGenerator to BindingsGeneratorLinus Groh
2022-09-21LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macroLinus Groh
2022-09-21LibWeb: Turn is_platform_object() `if`s into an ArrayLinus Groh
2022-09-21LibWeb: Rename is_wrappable_type() to is_platform_object()Linus Groh
2022-09-21LibWeb: Remove impl_is_wrapper() check from WrapperGeneratorLinus Groh
2022-09-21LibWeb: Remove support for RefPtr types in idl_type_name_to_cpp_type()Linus Groh
2022-09-21LibIDL+LibWeb: Remove stale references to "wrapper class" conceptLinus Groh
2022-09-21LibUnicode: Use recently added Core::Stream::read_all in code generatorsTimothy Flynn
2022-09-20StateMachineGenerator: Remove unused variableFederico Guerinoni
2022-09-20StateMachineGenerator: Port to LibMain and Core::StreamSam Atkins