summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2023-05-23test-fuzz: Add all the missing fuzzersTim Schumacher
2023-05-23Lagom: Extract the list of fuzzing targets to a separate fileTim Schumacher
2023-05-22LibWeb: Stub AudioContext constructorLuke Wilde
2023-05-21AK: Add `SPICE_AGENT_DEBUG` flagCaoimhe
2023-05-21LibWeb+LibJS: Don't lazily construct web prototypes in cell constructorsAndreas Kling
2023-05-21LibIPC: Remove redundant IPC::Dictionary typeBen Wiederhake
2023-05-21xml: Prefer LibFileSystem over DeprecatedFileBen Wiederhake
2023-05-21Meta: Also run markdown-check on markdown files in each Port subdirBen Wiederhake
2023-05-20Base: Move user nona from group 200 into existing group usersBen Wiederhake
2023-05-19IPCCompiler: Nicer error message for invalid template spellingBen Wiederhake
2023-05-19Fuzzers: Add a fuzzer for roundtrip LZMA compression/decompressionTim Schumacher
2023-05-19LibUnicode: Explicitly mark HashMap copyBen Wiederhake
2023-05-19LibLocale: Avoid unnecessary HashMap copyBen Wiederhake
2023-05-18Meta: Build abench on Lagomkleines Filmröllchen
2023-05-17Meta/ShellCompletions: Use standard Serenity comment stylekleines Filmröllchen
2023-05-17Meta/ShellCompletions: Complete binaries for `run lagom`kleines Filmröllchen
2023-05-17Meta/ShellCompletions: Mention $SERENITY_ARCH in target completionskleines Filmröllchen
2023-05-17Meta/ShellCompletions: Add toolchain completionkleines Filmröllchen
2023-05-17Meta/ShellCompletions: Complete command listkleines Filmröllchen
2023-05-17Meta: Make `SERENITY_RUN=ci` work with AArch64Daniel Bertalan
2023-05-17LibCompress: Add a lot of debug logging to LZMATim Schumacher
2023-05-17Meta: Only enable the SPICE server when using the SPICE displayTim Schumacher
2023-05-16Meta: Copy GML source files to serenity installKarol Kosek
2023-05-14Meta: Remove unused debug flags, add missing GENERATE_DEBUGBen Wiederhake
2023-05-14Meta: Make *.in files accessible to QtCreatorBen Wiederhake
2023-05-14Meta: Enable DWARF 5 debug informationMacDue
2023-05-13Userland+Meta: Add new helper program for network settingsFabian Dellwing
2023-05-13LibWeb: Capture realm in dictionary to C++ conversionLuke Wilde
2023-05-12LibGfx+Fuzz: Convert ImageDecoder::initialize to ErrorOrBen Wiederhake
2023-05-09AK: Add the `Input` word to input-only buffered streamsLucas CHOLLET
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