summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2023-03-17LibJS: Propagate errors from VM creationTimothy Flynn
2023-03-17LibWeb: Give generated constructor functions a nameLuke Wilde
2023-03-17LibGfx/OpenType: Add some initial support for GPOS glyph positioningAndreas Kling
2023-03-16LibWeb: Add a custom extended attribute for namespace-level GC visitorsTimothy Flynn
2023-03-16LibWeb: More fully implement the LegacyNamespace IDL extended attributeTimothy Flynn
2023-03-16LibWeb: Add LibJS includes to generated IDL namespace filesTimothy Flynn
2023-03-16Meta: Download cacert.pem at build timeFabian Dellwing
2023-03-16LibWeb: Port WebAssembly.Table to IDLTimothy Flynn
2023-03-16LibWeb: Port WebAssembly.Memory to IDLTimothy Flynn
2023-03-16LibWeb: Port WebAssembly.Instance to IDLTimothy Flynn
2023-03-16LibWeb: Port WebAssembly.Module to IDLTimothy Flynn
2023-03-16LibWeb: Define WebAssembly namespace and import it in web bindingsTimothy Flynn
2023-03-16LibIDL+LibWeb: Begin supporting the LegacyNamespace extended attributeTimothy Flynn
2023-03-16LibWeb: Add crude support for dereferencing JavaScript built-ins in IDLTimothy Flynn
2023-03-16LibWeb: Support generating optional object IDL parametersTimothy Flynn
2023-03-16LibWeb: Add LibJS includes to generated IDL constructor filesTimothy Flynn
2023-03-15CI: Bump Android NDK version used in CI to 25.2.9519653Andrew Kaster
2023-03-15LibUnicode: Remove now-unused dir-iterator helper functionsSam Atkins
2023-03-15LibLocale: Migrate code generators to Directory::for_each_entry()Sam Atkins
2023-03-15LibUnicode: Migrate GenerateEmojiData to Directory::for_each_entry()Sam Atkins
2023-03-15LibUnicode: Read emoji file title from LexicalPath directlySam Atkins
2023-03-15LibWeb: Support generating IDL namespacesTimothy Flynn
2023-03-15Lagom: Remove debug line in LibJSGCVerifierMatthew Olsson
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-14AK: Rename CaseInsensitiveStringViewTraits to reflect intentgustrb
2023-03-14LibWeb: Implement the [PutForwards] IDL extended attributeTimothy Flynn
2023-03-14LibWeb: Prevent variadic arguments from reserving heaps of memoryTimothy Flynn
2023-03-14LibWeb: Begin adding support for Function IDL types in unionsTimothy Flynn
2023-03-14LibWeb: Support variadic "any..." parameters in IDLTimothy Flynn
2023-03-13file: Read more metadata from audio fileskleines Filmröllchen
2023-03-13Meta+Documentation: Allow cross-debugging x86_64 Serenity on M1 MacsDaniel Bertalan
2023-03-13CodeGenerators: Ensure that we always print the entire generated outputTim Schumacher
2023-03-13AK: Rename Stream::read_entire_buffer to Stream::read_until_filledTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-03-13LibAudio: Move audio stream buffering into the loaderkleines Filmröllchen
2023-03-13headless-browser: Re-implement headless-browser using an OOPWVTimothy Flynn
2023-03-12Userland: Add an `image` utilityNico Weber
2023-03-12Meta+CMake: Remove "image" ninja target in favor of "qemu-image"Nico Weber
2023-03-11Meta: Use the correct boot device addressing mode for NVMe devicesPankaj Raghav
2023-03-11CI: Remove stale dependence on Toolchain.yml from nightly jobAndrew Kaster
2023-03-11Meta: Don't check for newlines at EOF in Tests/LibWeb/Layout/Andreas Kling
2023-03-10Ladybird+CI: Move layout_test.sh test runner from CI yml into CMakeAndrew Kaster
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-10Meta/Lagom: Add a fuzzer for QOAkleines Filmröllchen
2023-03-10Documentation: Reorganize Lagom README and update fuzzer documentationAndrew Kaster
2023-03-09LibIMAP: Propagate OOM errors from decode_quoted_printable()Linus Groh
2023-03-08LibWeb: Move generated #include statement for iterators out of loopKenneth Myhra
2023-03-07LibWeb/HTML: Port Window.structuredClone() to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.performance to IDLLinus Groh
2023-03-07LibWeb/HTML: Port Window.event to IDLLinus Groh