summaryrefslogtreecommitdiff
path: root/Meta/Lagom
AgeCommit message (Expand)Author
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-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-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
2023-03-07LibWeb: Generate setter for [Replaceable] IDL attributesLinus Groh
2023-03-07LibWeb: Support interfaces with the [Global] extended attributeLinus Groh
2023-03-07LibWeb: Generate Window{Constructor,Prototype} from IDLLinus Groh
2023-03-07LibWeb: Remove CSS::Parser::ParsingContext's default constructorLuke Wilde
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-06Lagom: Add a tool to verify correctness of the LibJS GCMatthew Olsson
2023-03-05LibCore+Everywhere: Return an Error from DirIterator::error()Sam Atkins
2023-03-05LibUnicode: Use binary search for lookups into the generated emoji dataTimothy Flynn
2023-03-05LibWeb: Remove unused SourceGenerator mappingsLinus Groh
2023-03-05LibWeb: Don't use C++ name for error messages in generated bindingsLinus Groh
2023-03-05LibWeb: Use 'Base::initialize()' in generated bindingsLinus Groh
2023-03-04Meta: Link to libnsl and libsocket on Solaris in Lagom CMakeListsnipos
2023-03-03LibUnicode: Validate that all emoji images in /res/emoji actually existTimothy Flynn
2023-03-03LibWeb: Fix duplicate enum-to-string conversion in generated codeLinus Groh
2023-03-01LibWeb: Handle optional return values for getters returning new StringKenneth Myhra
2023-03-01LibWeb: Add new String support for parameters with empty string defaultsKenneth Myhra
2023-03-01LibGfx+LibUnicode: Support specifying the path to search for emojiTimothy Flynn
2023-02-28Everywhere: Use '_{short_,}string' literals moreLinus Groh
2023-02-28AK+Everywhere: Make GenericLexer::ignore_until() stop before the valueSam Atkins
2023-02-28Userland+AK: Stop using getopt() for ArgsParserAli Mohammad Pur
2023-02-27LibWeb: Make [UseNewAKString] work for enums and stringifiersLuke Wilde
2023-02-26Lagom: Look for clang the same way serenity.sh does in BuildFuzzers.shAndrew Kaster
2023-02-26LibWasm+LibWeb: Sneak a JS::Completion into Wasm::ResultAli Mohammad Pur
2023-02-26BindingsGenerator: Use JS::Value::to_string() when new StringKenneth Myhra
2023-02-26BindingsGenerator: Conditionally check dictionary member is stringKenneth Myhra
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-25Meta: Document how to manipulate CMake caches for the fuzzing buildkleines Filmröllchen