summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-10-01LibWeb: Introduce new construct_impl method for bound classesAndrew Kaster
2022-10-01Lagom: Link LibMain staticallyDaniel Bertalan
2022-10-01Toolchain: Move the binutils patch into its own folderTim Schumacher
2022-09-29Lagom: Win32 support baby stepsDiego Iastrubni
2022-09-28AK+Meta: Define a debug flag for LibTimeZoneTimothy Flynn
2022-09-28LibTimeZone: Use the last DST rule in the TZDB if a match isn't foundTimothy Flynn
2022-09-27LibTimeZone: Update to TZDB version 2022dTimothy 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-25Lagom: Build DOMTreeModel from LibWebViewAndreas Kling
2022-09-25Lagom: Build a tiny slice of LibGUIAndreas Kling
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-24Meta: Enable full region dumping on CIkleines Filmröllchen
2022-09-24Kernel: By default, don't dump regions when a userspace crash happenskleines Filmröllchen
2022-09-24LibJS: Add JS::SafeFunction, like Function but protects captures from GCAndreas Kling
2022-09-22Meta: Don't build Core::LocalServer on AndroidAndrew Kaster
2022-09-22CI: Remove Android NDK CacheAndrew Kaster
2022-09-22Meta: Remove 'time' invocation in lint-ciBen Wiederhake
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: Update to Unicode version 15.0.0Timothy Flynn
2022-09-21LibUnicode: Use recently added Core::Stream::read_all in code generatorsTimothy Flynn
2022-09-20Meta: Add isa-vga device to ISA-PC and microvm machine typesLiav A
2022-09-20StateMachineGenerator: Remove unused variableFederico Guerinoni
2022-09-20StateMachineGenerator: Port to LibMain and Core::StreamSam Atkins
2022-09-20LibEDID: Use Core::Stream API to generate PnpIDsSam Atkins
2022-09-20IPCCompiler: Use Core::Stream APISam Atkins
2022-09-19Meta: Use time instead of /usr/bin/time in lint-ci.shBen Wiederhake
2022-09-18Meta: Fix example invocations of the serenity.sh run commandBen Wiederhake
2022-09-18Meta: Only check changed files in check-style.py during pre-commitBen Wiederhake
2022-09-18Meta: Only check changed files in lint-gml-format.shBen Wiederhake
2022-09-18Meta: Only check changed files in check-newlines-at-eofBen Wiederhake
2022-09-18Meta: Only check changed files in check-debug-flags during pre-commitBen Wiederhake
2022-09-18Meta: Rewrite pre-commit script check-emoji in pythonBen Wiederhake
2022-09-18Meta: Always show the timing of commands in lint-ci.shBen Wiederhake
2022-09-18HeaderCheck: Also check AK for broken headersBen Wiederhake
2022-09-18HeaderCheck: Disable warning due to LibSoftGPUBen Wiederhake
2022-09-18HeaderCheck: Remove outdated debug codeBen Wiederhake
2022-09-18LibWeb: Allow passing null to a nullable IDL union typeAndreas Kling
2022-09-18LibWeb: Rename Attribute to AttrAndreas Kling