summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
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-04Base+Meta: Remove invalid symlinks from Base for more and envAndrew Kaster
2023-03-04LibCMake: Introduce a CMake lexerSam Atkins
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-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