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-07
Meta: Disable -Wmaybe-uninitialized for Lagom
Idan Horowitz
2021-10-07
Meta: Warn on `rebuild-toolchain i686 clang`
Nico Weber
2021-10-05
Everywhere: Change from http to https where feasible
Ben Wiederhake
2021-10-04
LibWeb: Make IDL-constructed objects aware of their JS wrapper
Andreas Kling
2021-10-04
LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert has_own_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert create_data_property() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-10-03
LibJS: Add a specific test for invalid unicode characters in the lexer
davidot
2021-10-03
LibWeb: Add support for NodeList
Luke Wilde
2021-10-03
LibWeb: Add support for IDL value iterators
Luke Wilde
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
[next]