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-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
2021-09-15
Meta: Define and use lagom_tool() CMake helper function for all Tools
Andrew Kaster
2021-09-14
Kernel: Disable lock rank enforcement by default for now
Brian Gianforcaro
2021-09-14
Meta: Tweak the error in check-ak-test-files.sh a bit
Ali Mohammad Pur
2021-09-14
LibWeb: Add the URL::searchParams attribute
Idan Horowitz
2021-09-14
LibWeb: Allow IDL attribute setters to throw DOMExceptions
Idan Horowitz
2021-09-14
LibWeb: Consume the extra whitespace in stringifier attributes
Idan Horowitz
2021-09-13
LibWeb: Generate CSS::{first,last}_property_id constants
Andreas Kling
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-13
LibWeb: Add support for generating a stringifier method/attribute
Idan Horowitz
2021-09-13
LibWeb: Escape reserved names of generated wrapper functions
Idan Horowitz
2021-09-12
LibWeb: Generate CSS::property_has_quirk() function
Sam Atkins
2021-09-12
LibWeb: Expose the location object via Document.location
Luke Wilde
2021-09-12
LibWeb: Add full support for optional and nullable to IDL string types
Luke Wilde
[next]