summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
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
2022-09-17LibTimeZone: Generate DST rule timestamps at compile timeTimothy Flynn
2022-09-17WrapperGenerator: Use the new shiny Overload Resolution Algorithm :^)Sam Atkins
2022-09-17LibIDL+WrapperGenerator: Implement Type::is_distinguishable_from()Sam Atkins
2022-09-17LibIDL+WrapperGenerator: Make it easier to work with IDL::Type classesSam Atkins
2022-09-17LibIDL+WrapperGenerator: Move IDL code into a librarySam Atkins
2022-09-17WrapperGenerator: Clarify function-length getter nameSam Atkins
2022-09-17WrapperGenerator: Move generation code out of IDLTypes.hSam Atkins
2022-09-16Meta: Remove the obsolete linter check for LibM/math.hTim Schumacher
2022-09-16Lagom: Skip IMPORTED targets in get_linked_lagom_librariesAndrew Kaster
2022-09-16LibWeb+Meta: Parse the `backdrop-filter` CSS propertyMacDue