summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-11-02Meta: Add a check to ensure grep -P stays gonethislooksfun
2021-11-02Meta: Run find in the current dirthislooksfun
2021-11-02Meta: Adhere to latest ScriptCheck standards (SC2268)thislooksfun
2021-11-02Meta: Add special case for macOSthislooksfun
2021-11-02Meta: Remove unnecessary -ithislooksfun
2021-11-02Meta: Use grep -E/F, not grep -Pthislooksfun
2021-11-02ConfigureComponents: Reduce duplicated codeBen Wiederhake
2021-11-02Meta: Don't check for toolchain if serenity.sh target is lagomLinus Groh
2021-11-02LibWeb: Convert is_named_property_exposed_on_object to ThrowCompletionsIdan Horowitz
2021-11-01Meta: Check auto-generated manpages for completeness on CIBen Wiederhake
2021-11-01Meta: Add script to generate and export manpagesBen Wiederhake
2021-11-01Base: Add new system-mode that just generates manpagesBen Wiederhake
2021-10-31LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOrTimothy Flynn
2021-10-31Kernel: Write test that crashes ProcFSBen Wiederhake
2021-10-31FuzzilliJS: Convert native functions to ThrowCompletionOrIdan Horowitz
2021-10-31LibWeb: Convert all generated bindings to ThrowCompletionOrTimothy Flynn
2021-10-30Lagom/Fuzzers: Add fuzzer for PDF documentBrendan Coles
2021-10-30Websites: Import serenityos.org website changesAndreas Kling
2021-10-28Kernel: Add the IFF_* SIOCGIFFLAGS flag macrosIdan Horowitz
2021-10-27Meta: Reimplement license checker in pythonBen Wiederhake
2021-10-25Kernel+SystemServer: Change bootmode to system_modeBen Wiederhake
2021-10-25Kernel: Separate panic behavior from bootmodeBen Wiederhake
2021-10-25Kernel: Separate framebuffers from bootmodeBen Wiederhake
2021-10-24LibJS: Rename PropertyName to PropertyKeyAndreas Kling
2021-10-23Fuzzing: Update build instructionsBen Wiederhake
2021-10-22man.serenityos.org: Make section titles more descriptiveBen Wiederhake
2021-10-22man.serenityos.org: Use pandoc for listings and landing pageBen Wiederhake
2021-10-22man.serenityos.org: Fix links to man(1), avoid unnecessary shellsBen Wiederhake
2021-10-22man.serenityos.org: Simplify local buildsBen Wiederhake
2021-10-22man.serenityos.org: Add section descriptions to overview pageBen Wiederhake
2021-10-22LibJS: Convert Array AOs to ThrowCompletionOrIdan Horowitz
2021-10-22Tests: Add a unit test to ensure the /dev/mem device works correctlyLiav A
2021-10-21Meta: Enable ccache for Lagom by defaultTimothy Flynn
2021-10-21LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOrLinus Groh
2021-10-20LibJS: Rename define_native_function => define_old_native_functionIdan Horowitz
2021-10-20LibJS: Add ThrowCompletionOr versions of the JS native function macrosIdan Horowitz
2021-10-20HeaderCheck: It checks some of your headersBen Wiederhake
2021-10-19LibWeb: Distinguish between integer and number when checking StyleValuesSam Atkins
2021-10-19LibWeb: Distinguish between length and percentage valuesSam Atkins
2021-10-18LibWeb: Implement DOMTokenList for managing space-separated tokens listsTimothy Flynn
2021-10-18LibWeb: Add initial support for IDL methods with variadic parametersTimothy Flynn
2021-10-18Meta: Add a gdb pretty printer for AK::ArrayBrian Gianforcaro
2021-10-18CI: Build the Clang toolchain a single time for both onboard pipelinesTimothy Flynn
2021-10-18LibJS: Convert to_u16() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_u32() to ThrowCompletionOrIdan Horowitz
2021-10-18LibJS: Convert to_i32() to ThrowCompletionOrIdan Horowitz
2021-10-17Meta: Support llvm-addr2line in `serenity.sh`Daniel Bertalan
2021-10-17Toolchain+Meta: Update LLVM version to 13.0.0Daniel Bertalan
2021-10-17LibWeb: Implement (most of) NamedNodeMap to store attributesTimothy Flynn
2021-10-17LibWeb: Implement Attribute closer to the spec and with an IDL fileTimothy Flynn