summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2022-04-03Tests: Add some test coverage for the TTF parserNico Weber
2022-04-03Meta: Give Lagom build errors colored diagnosticsNico Weber
2022-04-03Meta: Move screenshots into subdirJelle Raaijmakers
2022-04-03Meta: Check `port` property for ports in the linterJelle Raaijmakers
2022-04-02Meta+LibWeb: Port PropertyID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02Meta+LibWeb: Port ValueID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02Meta+LibWeb: Port MediaFeatureID.h/cpp generators to invoke_generator()Sam Atkins
2022-04-02LibWeb: Include relevant headers in IDL constructor implementationsIdan Horowitz
2022-04-02LibWeb: Support integral default values for IDL unionsIdan Horowitz
2022-04-02LibWeb: Remove no-op calls to emit_includes_for_all_imports for headersIdan Horowitz
2022-04-02LibWeb: Strip double quotes from IDL enum default valuesIdan Horowitz
2022-04-02LibWeb: Cache and reuse resolved IDL imports instead of rejecting themIdan Horowitz
2022-04-01Meta: Avoid showing elements in extremely large vectors in gdbAli Mohammad Pur
2022-04-01Meta: Update gdb script for changes in HashTableAli Mohammad Pur
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-04-01Meta: Switch to clang-format-14 as the standard formatterIdan Horowitz
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