summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-11-11LibWasm: Implement module validationAli Mohammad Pur
2021-11-11Meta: Update WebAssembly testsuite branch nameAli Mohammad Pur
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10LibWeb: Make property_initial_value() return a NonnullRefPtrSam Atkins
2021-11-10LibWeb: Ensure that CSS initial values are always valid :^)Sam Atkins
2021-11-10CMake: Build serenity_lib libraries with a custom SONAMETim Schumacher
2021-11-10CMake: Remove unused serenity_shared_lib functionTim Schumacher
2021-11-10LibWeb: Remove concept of CSS pseudo-propertiesSam Atkins
2021-11-09LibUnicode: Upgrade to CLDR version 40.0.0Timothy Flynn
2021-11-09LibUnicode: Parse the CLDR's defaultContent.json locale listTimothy Flynn
2021-11-05Meta: Remove useless lint-ipc-ids.sh scriptBen Wiederhake
2021-11-05Meta: Run IPC magic number linter during CI and pre-commitBen Wiederhake
2021-11-05Meta: Implement checker for IPC magic number collisionsBen Wiederhake
2021-11-05IPCCompiler: Remove now-unused ability to hardcode magic numberBen Wiederhake
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