summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-04-01Kernel: Stop debug spam when using mmap on /dev/mem deviceLiav A
2022-03-31Fuzzers: Add a basic input shim when running standaloneTim Schumacher
2022-03-31CMake: Allow building fuzzing targets without libFuzzer or OSS-FuzzTim Schumacher
2022-03-31Meta: Rename Fuzzer flags to `ENABLE_FUZZERS_{LIBFUZZER,OSSFUZZ}`Tim Schumacher
2022-03-31Meta: Fix format-string in the port linterEWouters
2022-03-31LibPDF: Move font files into their own directoryMatthew Olsson
2022-03-31LibWeb: Replace ad-hoc EventHandler type with callback function typedefIdan Horowitz
2022-03-31LibWeb: Add support for IDL callback functionsIdan Horowitz
2022-03-31LibWeb: Support non-interface top-level extended attributesIdan Horowitz
2022-03-31LibWeb: Add support for IDL typedefsIdan Horowitz
2022-03-31LibWeb: Stop generating C++ includes for non-code-generating IDL filesIdan Horowitz
2022-03-30Meta: Use 4k logical and physical blocks for nvme in QEMUPankaj Raghav
2022-03-30LibJS+LibUnicode: Align ECMA-402 "sanctioned" terminology with UTS 35Timothy Flynn
2022-03-30Meta: Fix e2fsck variable on macOS in build-image-qemu.shTom Maisey
2022-03-30LibWeb: Stop casting unsigned long IDL return values to i32Idan Horowitz
2022-03-30LibWeb: Support IDL optional integer argumentsIdan Horowitz
2022-03-29markdown-check: Port to LibMainKenneth Myhra
2022-03-29Ports: Update PHP to 8.1.4Jelle Raaijmakers
2022-03-29LibWeb: Add @@toStringTag own property on wrappersAndreas Kling
2022-03-29Tests: Add a basic UTF-8 to UTF-8 LibTextCodec testKarol Kosek
2022-03-29Meta: Do not try to unzip the already decompressed WASM test suite .tarDaniel Bertalan
2022-03-28LibXML: Add a fairly basic XML parserAli Mohammad Pur
2022-03-28Meta: Refactor the IPC-compiler and port it to LibMainHendiadyoin1
2022-03-27Meta: Specify -z when decompressing tar.gz archivesDaniel Bertalan
2022-03-27Kernel: Support all Intel-defined CPUID feature flags for EAX=1Linus Groh
2022-03-27Meta: Fix path to GCC's addr2line in serenity.shLinus Groh
2022-03-26Meta: Add range checking to all numeric CSS typesSam Atkins
2022-03-25LibWeb: Mark CSS properties as not affecting stacking context by defaultAndreas Kling
2022-03-24Meta: Remove obsolete HeaderCheck .gitignoreTim Schumacher
2022-03-24Meta: Disable KASLR when debugging the kernel with GDBIdan Horowitz
2022-03-24LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUGIdan Horowitz
2022-03-24CMake: Add serenity_lib_staticLenny Maiorani
2022-03-22LibWeb: Support IDL default values of "null" for optional argumentsTimothy Flynn
2022-03-21LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributesTimothy Flynn
2022-03-21LibWeb: Support generating IDL float typesTimothy Flynn
2022-03-21LibWeb: Only invalidate stacking context tree for opacity/z-index changeAndreas Kling
2022-03-20Meta: Always disable kvm on aarch64 hosts for nowNico Weber
2022-03-20Lagom: Build with -fsigned-charNico Weber
2022-03-20Everywhere: Move commonmark.spec.json to /home/anon/TestsBrian Gianforcaro
2022-03-20Everywhere: Move tests to /home/anon/TestsBrian Gianforcaro
2022-03-20Everywhere: Move js/web/wasm tests under /home/anon/TestsBrian Gianforcaro
2022-03-20Everywhere: Move cpp-tests under /home/anon/TestsBrian Gianforcaro
2022-03-20Meta: Skip wasm tests whose modules cannot be loadedAli Mohammad Pur
2022-03-19Meta: Error out on find_program errors with CMake less than 3.18Brian Gianforcaro
2022-03-19CMake: Modify include path when building from Hack StudioItamar
2022-03-19CMake: Install generated IPC headers under /usr/include in compile_ipc()Itamar
2022-03-19LibWeb: Handle nullish this_value when creating idl functionsstelar7
2022-03-18Everywhere: Deduplicate day/month name constantsLenny Maiorani
2022-03-17LibTimeZone: Update to TZDB version 2022aTimothy Flynn
2022-03-16LibWeb: Annotate which CSS properties may affect layoutAndreas Kling