summaryrefslogtreecommitdiff
path: root/Meta
AgeCommit message (Expand)Author
2021-09-29LibJS: Convert internal_prevent_extensions() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_set_prototype_of() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get_prototype_of() to ThrowCompletionOrLinus Groh
2021-09-30LibWeb: Add the CSSStyleRule interface with some limited functionalityAndreas Kling
2021-09-29LibWeb: Generate CSS::property_id_from_camel_case_string()Andreas Kling
2021-09-29LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)Andreas Kling
2021-09-29LibWeb: Add support for custom #import IDL statementsIdan Horowitz
2021-09-29LibWeb: Add initial support for the IDL [Unscopable] extended attributeLuke Wilde
2021-09-29LibWeb: Make StyleSheetList.item an IDL getterLuke Wilde
2021-09-29RequestServer: Use an OwnPtr for cached connectionsAli Mohammad Pur
2021-09-29LibWeb: Add support for converting IDL dictionaries to native structsIdan Horowitz
2021-09-29LibWeb: Add support for parsing IDL dictionariesIdan Horowitz
2021-09-29LibWeb: Change IDL::parse_interface's return type to NonnullOwnPtrIdan Horowitz
2021-09-28LibWeb: Add partial support for IDL Iterable declarationsIdan Horowitz
2021-09-28LibWeb: Add support for wrapping arbitrary values to WrapperGeneratorIdan Horowitz
2021-09-28LibWeb: Only consume [a-zA-Z0-9_] characters for IDL typesIdan Horowitz
2021-09-27LibWeb: Add support for the any type in returning and parametersLuke Wilde
2021-09-27LibWeb: Add [CustomVisit] IDL interface extended attributeLuke Wilde
2021-09-26Meta: Pass `-serial stdio` to qemu on aarch64Nico Weber
2021-09-27LibWeb: Add DOMRect and Element.getBoundingClientRect()Andreas Kling
2021-09-26LibWeb: Add support for IDL legacy platform objectsLuke Wilde
2021-09-25LibWeb: Return undefined from generated EventHandler settersIdan Horowitz
2021-09-24LibWeb: Clarify StyleValue API with new naming schemeSam Atkins
2021-09-24LibWeb: Return undefined from generated setters, not an empty valueLinus Groh
2021-09-23LibWeb: Add range-checking to property_accepts_value()Sam Atkins
2021-09-23LibWeb: Generate property_accepts_value() function :^)Sam Atkins
2021-09-23LibWeb: Generate property_maximum_value_count()Sam Atkins
2021-09-21LibWeb: Don't add shorthand CSS properties to cascaded valuesAndreas Kling
2021-09-21CI: Create a secondary ccache for the Clang toolchain buildTimothy Flynn
2021-09-21CI: Set ccache path based on template parameterTimothy Flynn
2021-09-21LibWeb: Don't print debug spam when looking up missing initial valuesAndreas Kling
2021-09-19LibWeb: Implement basic support for MessageChannel and MessagePortAndreas Kling
2021-09-19Meta: Bump default VM memory size to 1 GiBAndreas Kling
2021-09-18Lagom/Fuzzers: Add fuzzer for the LibCrypto PEM parserBrian Gianforcaro
2021-09-18Lagom/Fuzzers: Add fuzzer for the LibTLS ASN1 parserBrian Gianforcaro
2021-09-18Documentation: Update Lagom ReadMe with new fuzzer build instructionsAndrew Kaster
2021-09-17LibWeb: Generate shorthand initial values after their longhandsSam Atkins
2021-09-17LibWeb: Add the IdleDeadline interface from the RequestIdleCallback specAndreas Kling
2021-09-17Meta: Set SERENITY_ARCH if it is not set in debug-kernel.shBrian Gianforcaro
2021-09-16Meta: Ensure BUILD_LAGOM is set when running `serenity.sh test lagom`Andrew Kaster
2021-09-16CI+Meta: Update Sonar Cloud CI job for new SuperBuild configurationAndrew Kaster
2021-09-16Meta: Fix Lagom RPATH for non-Ubuntu Linux and macOS hostsAndrew Kaster
2021-09-15Meta: Make QtCreator aware of all CMake filesBen Wiederhake
2021-09-15Meta: Add FIXME for not setting BUILD_SHARED_LIBS in Lagom buildAndrew Kaster
2021-09-15Meta: Update serenity.sh for the SuperBuildAndrew Kaster
2021-09-15Meta: Switch to a SuperBuild that splits host and target buildsAndrew Kaster
2021-09-15Meta: Move all options to targetname_options.cmake filesAndrew Kaster
2021-09-15Meta: Add Meta/CMake to the CMAKE_MODULE_PATH for Serenity and LagomAndrew Kaster
2021-09-15Meta: Use Lagom:: namespaced names for code generatorsAndrew Kaster
2021-09-15Meta: Allow specifying alternative paths for downloaded Unicode dataAndrew Kaster