summaryrefslogtreecommitdiff
path: root/Meta/Lagom
AgeCommit message (Expand)Author
2023-02-08AK: Remove the fallible constructor from `FixedMemoryStream`Tim Schumacher
2023-02-04Lagom/ConfigureComponents: Run cmake command lastKarol Kosek
2023-02-03Meta: Register CanvasPattern as a platform objectMacDue
2023-02-02Meta+CI: Disable Ladybird for fuzzer, compiler explorer and AndroidAndrew Kaster
2023-02-01Meta: Set LD_LIBRARY_PATH to Build/lagom for Lagom test targetsTimothy Flynn
2023-02-01Meta: Set the Lagom test working directory for run-lagom-targetTimothy Flynn
2023-02-01Meta: Derust fuzzer build docsNico Weber
2023-02-01Meta: Build and run Tests/LibGfx in lagom buildsNico Weber
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher
2023-01-29AK: Move `Stream` and `SeekableStream` from `LibCore`Tim Schumacher
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-28LibAudio: Remove `try_` prefix from fallible LoaderPlugin methodsLinus Groh
2023-01-28LibGfx: Move ICCProfile.{h,cpp} to ICC/Profile.{h,cpp}Nico Weber
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-27LibJS+LibLocale: Propagate errors from find_regional_values_for_localeTimothy Flynn
2023-01-27LibJS+LibLocale: Port Intl.DateTimeFormat to StringTimothy Flynn
2023-01-27Meta: Allow running Lagom tests with "serenity.sh run lagom <target>"Timothy Flynn
2023-01-26CodeGenerators: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-25LibWasm: Port the parser to `Core::Stream`Tim Schumacher
2023-01-22Meta: Register CanvasGradient as a platform objectMacDue
2023-01-22LibJS+LibLocale: Port remaining locale APIs to StringTimothy Flynn
2023-01-20Everywhere: Convert known short-strings to the infallible String factoryTimothy Flynn
2023-01-20LibGfx: Re-structure the whole initialization pattern for image decodersLiav A
2023-01-19LibLocale+LibJS: Port locale parsing and processing to StringTimothy Flynn
2023-01-19Meta: Use existing test-sources lists for Lagom instead of globbingSam Atkins
2023-01-19Meta/Lagom: Make sure that libraries are always linked as PRIVATESam Atkins
2023-01-19LibCore: Implement FileWatcher for macOSTimothy Flynn
2023-01-18LibWeb: Convert the Location object to IDLLinus Groh
2023-01-18LibUnicode: Parse and generate case folding code point dataTimothy Flynn
2023-01-18LibUnicode: Rename a special casing variable name in the UCD generatorTimothy Flynn
2023-01-18LibUnicode: Update out-of-date spec linksTimothy Flynn
2023-01-18FuzzilliJs: Print the result of JS::Value::to_string using AK::outlnTimothy Flynn
2023-01-18LibCore: Implement FileWatcher for LinuxTimothy Flynn
2023-01-17Lagom/Fuzzers: Add fuzzer for ICCProfileNico Weber
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-16LibUnicode: Generate simple case folding mappings for titlecaseTimothy Flynn
2023-01-15LibIPC: Decode messages using Core::Stream internallyTim Schumacher
2023-01-15Lagom/Fuzzers: Add fuzzer for the TGALoader codeLiav A
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2023-01-15Everywhere: Fully qualify IsLvalueReference in TRY() macrosAndrew Kaster
2023-01-14LibWeb: Implement value_id_from_string by hash lookupBen Wiederhake
2023-01-14LibWeb: Run tests in lagom if ENABLE_LAGOM_LIBWEB is setBen Wiederhake
2023-01-13AK+Everywhere: Disallow returning a reference from a fallible expressionTimothy Flynn
2023-01-12LibWebView+Ladybird: Begin de-duplicate WebView implementationsLinus Groh
2023-01-12Utilities: Add ttfdisasm for disassembling OpenType instructionsMacDue
2023-01-10LibWeb: Ensure legacy constructors are defined on the global objectTimothy Flynn
2023-01-10LibWeb: Generate exposed Window/Worker interfaces as lazy objectsTimothy Flynn
2023-01-10LibWeb: Generate dedicated methods to create Web constructors/prototypesTimothy Flynn
2023-01-09AK+LibUnicode: Provide Unicode-aware String case transformationsTimothy Flynn