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-10-02
LibJS+LibWeb: Use Object::set_prototype() in more places
Linus Groh
2021-10-02
LibWeb: Initialize IDL-generated prototypes' prototype directly
Idan Horowitz
2021-10-01
RequestServer: Don't hide the SIGINFO state dump behind a debug macro
Andreas Kling
2021-10-01
LibWeb: Support dictionary-only IDL files
Idan Horowitz
2021-10-01
LibWeb: Add the missing UIEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Add support for unwrapping the WindowObject to WrapperGenerator
Idan Horowitz
2021-10-01
LibWeb: Add the missing ProgressEvent IDL constructor
Idan Horowitz
2021-10-01
LibWeb: Use the LibWeb source directory as the IDL #import base path
Idan Horowitz
2021-10-01
Meta: Fix typos
Nico Weber
2021-09-30
LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues
Idan Horowitz
2021-09-30
LibUnicode: Upgrade to Unicode version 14.0.0
Timothy Flynn
2021-09-30
LibUnicode: Do not compare generated file contents before writing
Timothy Flynn
2021-09-30
LibUnicode: Remove cached UCD and CLDR files when their version changes
Timothy Flynn
2021-09-30
LibUnicode: Use consistent variable naming in unicode_data.cmake
Timothy Flynn
2021-09-30
LibUnicode: Functionalize extraction of CLDR data files
Timothy Flynn
2021-09-30
LibUnicode: Functionalize downloading of UCD data files
Timothy Flynn
2021-09-30
LibUnicode: Extract UCD and CLDR versions to a CMake variable
Timothy Flynn
2021-09-29
LibJS: Convert internal_own_property_keys() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_delete() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_set() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_has_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_define_own_property() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get_own_property() to ThrowCompletionOr
Linus Groh
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
[next]