summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2023-02-27LibWeb: Make [UseNewAKString] work for enums and stringifiersLuke Wilde
2023-02-26Meta: Lower QEMU DirectSound driver timer period to 2mskleines Filmröllchen
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
2023-02-25Meta: Allow disabling LibWeb fuzzerskleines Filmröllchen
2023-02-25Lagom: Build `file` in lagom buildsNico Weber
2023-02-25Lagom: Build LibELF on arm64Nico Weber
2023-02-24LibTimeZone: Propagate try_append() errors while building timezone dataMacDue
2023-02-24LibUnicode: Propagate try_append() errors when building emoji dataMacDue
2023-02-24LibUnicode: Generate the path to emoji images alongside emoji dataTimothy Flynn
2023-02-24LibGfx: Add scaffolding for a webp decoderNico Weber
2023-02-24CI: Make sure to brew update in macOS Azure setupAndrew Kaster
2023-02-24CI+Lagom: Use the same options for running test-wasm in ctest and CIAndrew Kaster
2023-02-23BindingsGenerator: Release value setting members of dictionaryKenneth Myhra
2023-02-23BindingsGenerator: Pass optional values as 'sv' to String::from_utf8()Kenneth Myhra
2023-02-23BindingsGenerator: Allow stringifier to return DOMException if neededKenneth Myhra
2023-02-22Lagom: Include AccessibilityTreeModel in LibWebViewMacDue
2023-02-22LibWeb: Allow prototype.{entries keys,value} to propagate errorsKenneth Myhra
2023-02-22LibWeb: Allow EventListener/NodeFilter path to propagate errorsKenneth Myhra
2023-02-21LibWeb+LibIDL: Fix (or paper over) various const-correctness issuesAndreas Kling
2023-02-20LibCore: Add support for NetBSD in anon_createnipos
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