index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Meta
Age
Commit message (
Expand
)
Author
2021-09-29
LibJS: Convert internal_prevent_extensions() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_prototype_of() to ThrowCompletionOr
Linus Groh
2021-09-30
LibWeb: Add the CSSStyleRule interface with some limited functionality
Andreas Kling
2021-09-29
LibWeb: Generate CSS::property_id_from_camel_case_string()
Andreas Kling
2021-09-29
LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)
Andreas Kling
2021-09-29
LibWeb: Add support for custom #import IDL statements
Idan Horowitz
2021-09-29
LibWeb: Add initial support for the IDL [Unscopable] extended attribute
Luke Wilde
2021-09-29
LibWeb: Make StyleSheetList.item an IDL getter
Luke Wilde
2021-09-29
RequestServer: Use an OwnPtr for cached connections
Ali Mohammad Pur
2021-09-29
LibWeb: Add support for converting IDL dictionaries to native structs
Idan Horowitz
2021-09-29
LibWeb: Add support for parsing IDL dictionaries
Idan Horowitz
2021-09-29
LibWeb: Change IDL::parse_interface's return type to NonnullOwnPtr
Idan Horowitz
2021-09-28
LibWeb: Add partial support for IDL Iterable declarations
Idan Horowitz
2021-09-28
LibWeb: Add support for wrapping arbitrary values to WrapperGenerator
Idan Horowitz
2021-09-28
LibWeb: Only consume [a-zA-Z0-9_] characters for IDL types
Idan Horowitz
2021-09-27
LibWeb: Add support for the any type in returning and parameters
Luke Wilde
2021-09-27
LibWeb: Add [CustomVisit] IDL interface extended attribute
Luke Wilde
2021-09-26
Meta: Pass `-serial stdio` to qemu on aarch64
Nico Weber
2021-09-27
LibWeb: Add DOMRect and Element.getBoundingClientRect()
Andreas Kling
2021-09-26
LibWeb: Add support for IDL legacy platform objects
Luke Wilde
2021-09-25
LibWeb: Return undefined from generated EventHandler setters
Idan Horowitz
2021-09-24
LibWeb: Clarify StyleValue API with new naming scheme
Sam Atkins
2021-09-24
LibWeb: Return undefined from generated setters, not an empty value
Linus Groh
2021-09-23
LibWeb: Add range-checking to property_accepts_value()
Sam Atkins
2021-09-23
LibWeb: Generate property_accepts_value() function :^)
Sam Atkins
2021-09-23
LibWeb: Generate property_maximum_value_count()
Sam Atkins
2021-09-21
LibWeb: Don't add shorthand CSS properties to cascaded values
Andreas Kling
2021-09-21
CI: Create a secondary ccache for the Clang toolchain build
Timothy Flynn
2021-09-21
CI: Set ccache path based on template parameter
Timothy Flynn
2021-09-21
LibWeb: Don't print debug spam when looking up missing initial values
Andreas Kling
2021-09-19
LibWeb: Implement basic support for MessageChannel and MessagePort
Andreas Kling
2021-09-19
Meta: Bump default VM memory size to 1 GiB
Andreas Kling
2021-09-18
Lagom/Fuzzers: Add fuzzer for the LibCrypto PEM parser
Brian Gianforcaro
2021-09-18
Lagom/Fuzzers: Add fuzzer for the LibTLS ASN1 parser
Brian Gianforcaro
2021-09-18
Documentation: Update Lagom ReadMe with new fuzzer build instructions
Andrew Kaster
2021-09-17
LibWeb: Generate shorthand initial values after their longhands
Sam Atkins
2021-09-17
LibWeb: Add the IdleDeadline interface from the RequestIdleCallback spec
Andreas Kling
2021-09-17
Meta: Set SERENITY_ARCH if it is not set in debug-kernel.sh
Brian Gianforcaro
2021-09-16
Meta: Ensure BUILD_LAGOM is set when running `serenity.sh test lagom`
Andrew Kaster
2021-09-16
CI+Meta: Update Sonar Cloud CI job for new SuperBuild configuration
Andrew Kaster
2021-09-16
Meta: Fix Lagom RPATH for non-Ubuntu Linux and macOS hosts
Andrew Kaster
2021-09-15
Meta: Make QtCreator aware of all CMake files
Ben Wiederhake
2021-09-15
Meta: Add FIXME for not setting BUILD_SHARED_LIBS in Lagom build
Andrew Kaster
2021-09-15
Meta: Update serenity.sh for the SuperBuild
Andrew Kaster
2021-09-15
Meta: Switch to a SuperBuild that splits host and target builds
Andrew Kaster
2021-09-15
Meta: Move all options to targetname_options.cmake files
Andrew Kaster
2021-09-15
Meta: Add Meta/CMake to the CMAKE_MODULE_PATH for Serenity and Lagom
Andrew Kaster
2021-09-15
Meta: Use Lagom:: namespaced names for code generators
Andrew Kaster
2021-09-15
Meta: Allow specifying alternative paths for downloaded Unicode data
Andrew Kaster
[next]