summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-10-22Tests: Add a unit test to ensure the /dev/mem device works correctlyLiav A
2021-10-21Meta: Enable ccache for Lagom by defaultTimothy Flynn
2021-10-21LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOrLinus Groh
2021-10-20LibJS: Rename define_native_function => define_old_native_functionIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-10-20HeaderCheck: It checks some of your headersBen Wiederhake
2021-10-19LibWeb: Distinguish between integer and number when checking StyleValuesSam Atkins
2021-10-19LibWeb: Distinguish between length and percentage valuesSam Atkins
2021-10-18LibWeb: Implement DOMTokenList for managing space-separated tokens listsTimothy Flynn
2021-10-18LibWeb: Add initial support for IDL methods with variadic parametersTimothy Flynn
2021-10-18Meta: Add a gdb pretty printer for AK::ArrayBrian Gianforcaro
2021-10-18CI: Build the Clang toolchain a single time for both onboard pipelinesTimothy Flynn
2021-10-18LibJS: Convert to_u16() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_u32() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_i32() to ThrowCompletionOrIdan Horowitz
2021-10-17Meta: Support llvm-addr2line in `serenity.sh`Daniel Bertalan
2021-10-17Toolchain+Meta: Update LLVM version to 13.0.0Daniel Bertalan
2021-10-17LibWeb: Implement (most of) NamedNodeMap to store attributesTimothy Flynn
2021-10-17LibWeb: Implement Attribute closer to the spec and with an IDL fileTimothy Flynn
2021-10-17LibJS: Convert to_double() to ThrowCompletionOrIdan Horowitz
2021-10-17LibWeb: Convert ArrayFromVector wrapper to instead be sequence<T>Luke Wilde
2021-10-16Lagom: Do not use -fno-sematic-interposition in fuzzer buildsNico Weber
2021-10-15Lagom: Build with -fno-no-semantic-interpositionNico Weber
2021-10-15Lagom: Build with -fno-exceptionsNico Weber
2021-10-15LibUnicode: Use u16 for unique string indices instead of size_tTimothy Flynn
2021-10-14LibWeb: Stub out a basic IntersectionObserver interfaceTimothy Flynn
2021-10-14LibWeb: Allow creating "any" types in IDL with integral default valuesTimothy Flynn
2021-10-13LibUnicode: Generate enum/alias from-string methods without a HashMapTimothy Flynn
2021-10-13LibJS: Convert to_object() to ThrowCompletionOrLinus Groh
2021-10-13LibJS: Convert to_string() to ThrowCompletionOrLinus Groh
2021-10-11LibJS+LibWeb: Let WrapperGenerator deal with legacy_null_to_empty_stringLinus Groh
2021-10-11LibWeb: Add support for the Promise<T> IDL type to WrapperGeneratorLinus Groh
2021-10-11LibWeb: Initialize IDL `any` values without default value to undefinedLinus Groh
2021-10-11LibWeb: Replace heycam.github.io/webidl URLs with webidl.spec.whatwg.orgLinus Groh
2021-10-11LibWeb: Stub out a basic ResizeObserver interfaceAndreas Kling
2021-10-11LibWeb: Stub out a basic Selection interfaceAndreas Kling
2021-10-10Meta: Run check-markdown as part of 'Azure Linux NoFuzz'Ben Wiederhake
2021-10-10Meta: Invoke markdown-checker if available while lintingBen Wiederhake
2021-10-10Meta: Fix broken external linksBen Wiederhake
2021-10-10markdown-checker: New tool that checks document linksBen Wiederhake
2021-10-10LibUnicode: Generate and use unique locale-related alias stringsTimothy Flynn
2021-10-10LibUnicode: Generate and use unique subtag and complex alias stringsTimothy Flynn
2021-10-10LibUnicode: Generate and use unique list-format stringsTimothy Flynn
2021-10-10LibUnicode: Generate and use a set of unique locale-related stringsTimothy Flynn
2021-10-10LibUnicode: Skip unknown languages and territoriesTimothy Flynn
2021-10-10Meta: Re-enable warnings for deprecated copies also for LagomBen Wiederhake
2021-10-10LibUnicode: Stop generating large UnicodeData hash mapTimothy Flynn
2021-10-10LibUnicode: Generate standalone compile-time array for combining classTimothy Flynn
2021-10-10LibUnicode: Generate standalone compile-time array for special casingTimothy Flynn
2021-10-10LibUnicode: Generate standalone compile-time arrays for simple casingTimothy Flynn