summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2023-03-28Meta: Diable Wshorten-64-to-32 explicitly to silence Xcode defaultsAndrew Kaster
2023-03-27Toolchain: Update binutils to version 2.40Cameron Youell
2023-03-26LibHTTP+WebDriver+WebServer: Return error from HTTP request parserAliaksandr Kalenik
2023-03-26LibTimeZone: Update to TZDB version 2023bTimothy Flynn
2023-03-25Meta: Add "gunzip" and "gzip" to lagom buildNico Weber
2023-03-25Meta: Make audio hardware configurable through environment variableJelle Raaijmakers
2023-03-25Meta: Use more aptly named variable for PC speaker configurationJelle Raaijmakers
2023-03-25Kernel: Add support for Intel HDAJelle Raaijmakers
2023-03-25LibWeb: Split PercentageStyleValue out of StyleValue.{h,cpp}Sam Atkins
2023-03-25Meta: Run aarch64 with the disk image in the SD card slotMarco Cutecchia
2023-03-23LibWeb: Implement performance.mark and performance.clearMarksLuke Wilde
2023-03-23LibWeb: Introduce Performance Timeline and its Performance functionsLuke Wilde
2023-03-23LibWeb: Implement the `[Default] object toJSON()` operationLuke Wilde
2023-03-23LibWeb: Return TypeError for [HTMLConstructor] IDL constructorsSrikavin Ramkumar
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-20LibWeb: Make [PutForwards] work together with [ImplementedAs]Simon Wanner
2023-03-20Lagom: Add a fuzzer for LZMA decompressionTim Schumacher
2023-03-20Meta: Don't install CA certificates during a on-Serenity buildTim Schumacher
2023-03-19CI: Add "set -e" to Azure DevOps scriptsAndrew Kaster
2023-03-19Fuzzers: Use correct type name in FuzzilliJs fuzzerAndrew Kaster
2023-03-19Meta: Specify a working directory for the FLAC spec test on Lagomkleines Filmröllchen
2023-03-19Meta: Use extract_tar_path for WASM spec test generationkleines Filmröllchen
2023-03-19Meta: Refactor FLAC spec test extraction with extract_tar_pathkleines Filmröllchen
2023-03-19Meta: Add a tar extraction CMake wrapperkleines Filmröllchen
2023-03-19Meta: Use non-VGA VirtIO GPU variants when running on macOSLiav A
2023-03-19Meta: Move global VM creation to fuzzer "global" structureTimothy Flynn
2023-03-18Fuzzers: Skip trying to parse invalid UTF-8 in LibJS FuzzersAndrew Kaster
2023-03-17Meta: Ensure the main thread VM is created before use in the CSS fuzzerTimothy Flynn
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