summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2023-05-09Userland: Show "Ladybird" instead of "Browser" in titles, menus, etcAndreas Kling
2023-05-07Meta: Add get_number_of_processing_units() to shell_include.shKenneth Myhra
2023-05-06LibWeb: Propagate errors from parse_css_value and property_initial_valueSam Atkins
2023-05-05Ladybird: Use vector icons in the browser toolbarAndreas Kling
2023-05-02Everywhere: Make Lagom build with GCC 13Daniel Bertalan
2023-04-30Lagom: Enforce GC-allocated fields are visited in LibJSGCVerifierMatthew Olsson
2023-04-30Lagom: Enforce uniform calls to Base::visit_edges in LibJSGCVerifierMatthew Olsson
2023-04-28Revert "Kernel/x86: Bake the Prekernel and the Kernel into one image"Tim Schumacher
2023-04-28LibWeb: Allow specifying a URL for an SVG fillMacDue
2023-04-28Kernel/x86: Bake the Prekernel and the Kernel into one imageLiav A
2023-04-28AK+Everywhere: Disallow Error::from_string_view(FooString)Ali Mohammad Pur
2023-04-27LibWeb: Add ReadableStreamBYOBReader to ReadableStreamReader typeMatthew Olsson
2023-04-27IPCMagicLinter: Port to `Core::File`Lucas CHOLLET
2023-04-27IPCMagicLinter: Use `LibMain`Lucas CHOLLET
2023-04-26LibWasm: Start implementing WASIAli Mohammad Pur
2023-04-25Meta: Use common method exit_if_running_as_root() in serenity.shKenneth Myhra
2023-04-25Meta: Add exit_if_running_as_root() to shell_include.shKenneth Myhra
2023-04-23LibThreading: Create WorkerThread class run a single task concurrentlyZaggy1024
2023-04-21Meta: Add coreutils in macos Azure setupAliaksandr Kalenik
2023-04-21LibWeb: Return typed array and ArrayBuffer for BufferSource in IDL unionLuke Wilde
2023-04-18Meta: Move more common flags to common_compile_options.cmakeNico Weber
2023-04-17LibWeb: Properly reject abrupt completion in clean_up_on_returnMatthew Olsson
2023-04-17Meta: Move some flags to common_compile_options.cmakeNico Weber
2023-04-15Meta: Allow overriding the calculated disk image inode countTim Schumacher
2023-04-15Meta: Add missing quotation marks for INODE_COUNT and INODE_SIZETim Schumacher
2023-04-15LibJS: Port iterator_step() to GCPtrLinus Groh
2023-04-14Lagom: Add an option for standalone fuzzers to BuildFuzzers.shTim Schumacher
2023-04-14LibJS: Port Value::get_method() to GCPtrLinus Groh
2023-04-14LibJS: Port Value::to_object() to NonnullGCPtrLinus Groh
2023-04-13LibLocale: Update to CLDR version 43.0.0Timothy Flynn
2023-04-13LibLocale: Prepare locale data generator for breaking changes in CLDR 43Timothy Flynn
2023-04-13LibJS: Make well-known symbol getters return NonnullGCPtrLinus Groh
2023-04-13LibJS: Make intrinsics getters return NonnullGCPtrLinus Groh
2023-04-12Fuzzers: Stop loading audio frames once the end is reachedTim Schumacher
2023-04-11Meta: Do not require Tmux for lagom gdbCoderdreams
2023-04-11Toolchain: Move GDB build to a separate scriptDaniel Bertalan
2023-04-09ConfigureComponents: Use `FileSystem` instead of `DeprecatedFile`Cameron Youell
2023-04-09Everywhere: Remove unused DeprecatedString includesBen Wiederhake
2023-04-09Meta+Toolchain: Redirect GDB error output to stdout before greppingTim Schumacher
2023-04-09Meta: Add a missing dash to the GDB detection codeTim Schumacher
2023-04-09Meta: Run the QEMU ISA-PC machine with a 64-bit capable CPULiav A
2023-04-08Fuzzers: Add a WebP fuzzerNico Weber
2023-04-07LibTimeZone: Update to TZDB version 2023cTimothy Flynn
2023-04-07LibWeb: Implement VideoTrack and VideoTrackListTimothy Flynn
2023-04-06LibWeb: Add the WritableStreamDefaultWriter interfaceMatthew Olsson
2023-04-06LibWeb: Implement the HTMLConstructor extended attributeLuke Wilde
2023-04-06LibWeb: Implement the CEReactions extended attributeLuke Wilde
2023-04-06LibWeb: Support returning a callback function in IDLLuke Wilde
2023-04-06LibTLS: Change Certificate parsing to use ErrorOrstelar7
2023-04-03Toolchain+Meta: Support kernel debugging with host AArch64 GDBDaniel Bertalan