summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2023-02-19LibTextCodec+Everywhere: Port Decoders to new StringsSam Atkins
2023-02-19LibTextCodec+Everywhere: Return Optional<Decoder&> from `decoder_for()`Sam Atkins
2023-02-19LibWeb: Make property/media-feature name matching ASCII case-insensitiveSam Atkins
2023-02-18LibGfx: Rename `JPGLoader` to `JPEGLoader`Lucas CHOLLET
2023-02-18LibWeb: Convert FormData to String and Vector storageLuke Wilde
2023-02-18LibWeb: Add an extended attribute that makes interfaces use AK::StringLuke Wilde
2023-02-17LibJS+Everywhere: Convert JS::Error to StringTimothy Flynn
2023-02-16LibWeb: Convert usages of Value::TDSWOSE to Value::TSWOSETimothy Flynn
2023-02-16LibJS+Everywhere: Deprecate Value::to_string_without_side_effectsTimothy Flynn
2023-02-15CMake: Add -mstrict-align flag to compile options for aarch64 buildTimon Kruiper
2023-02-15LibTextCodec+Everywhere: Make TextCodec::decoder_for() take a StringViewSam Atkins
2023-02-13Meta: Add a `Shell --posix` parser fuzzerAli Mohammad Pur
2023-02-13Shell: Start implementing a POSIX-compliant parserAli Mohammad Pur
2023-02-13Everywhere: Remove the `AK::` qualifier from Stream usagesTim Schumacher
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-12LibWeb: Introduce the FormData interface from the XHR specificationKenneth Myhra
2023-02-10CI: Add script to post mastodon toots for commits on masternetworkException
2023-02-10AK+Everywhere: Do not implicitly copy variables in TRY macrosTimothy Flynn
2023-02-09LibJS+LibWeb: Convert string view PrimitiveString instances to StringTimothy Flynn
2023-02-09Revert "Meta: Automatically select best apt mirror"Timothy Flynn
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
2023-02-08LibJS+LibLocale: Propagate OOM from CLDR RelativeTime Vector operationsTimothy Flynn
2023-02-08LibLocale: Propagate OOM from CLDR DateTime Vector and String operationsTimothy Flynn
2023-02-08LibJS+LibLocale: Propagate OOM from CLDR NumberFormat Vector operationsTimothy Flynn
2023-02-08Meta: Allow creating disk image without installing kernel into itTimon Kruiper
2023-02-08AK: Remove the fallible constructor from `FixedMemoryStream`Tim Schumacher
2023-02-07Meta: Automatically select best apt mirrorMacDue
2023-02-04CMake: Don't require to install glapi.h to systemKarol Kosek
2023-02-04Lagom/ConfigureComponents: Run cmake command lastKarol Kosek
2023-02-03Meta: Register CanvasPattern as a platform objectMacDue
2023-02-02CMake: Set DWARF version before the debug information levelTim Schumacher
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-01CI: Move running LibWeb layout tests to AzureTimothy Flynn
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: Support running ladybird with arguments from serenity.shTimothy Flynn