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
/
Lagom
/
Tools
/
CodeGenerators
/
LibWeb
Age
Commit message (
Expand
)
Author
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
LibWeb: Make property_initial_value() return a NonnullRefPtr
Sam Atkins
2021-11-10
LibWeb: Ensure that CSS initial values are always valid :^)
Sam Atkins
2021-11-10
LibWeb: Remove concept of CSS pseudo-properties
Sam Atkins
2021-11-02
LibWeb: Convert is_named_property_exposed_on_object to ThrowCompletions
Idan Horowitz
2021-10-31
LibWeb: Convert throw_dom_exception_if_needed() to ThrowCompletionOr
Timothy Flynn
2021-10-31
LibWeb: Convert all generated bindings to ThrowCompletionOr
Timothy Flynn
2021-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-22
LibJS: Convert Array AOs to ThrowCompletionOr
Idan Horowitz
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-20
LibJS: Rename define_native_function => define_old_native_function
Idan Horowitz
2021-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-19
LibWeb: Distinguish between integer and number when checking StyleValues
Sam Atkins
2021-10-19
LibWeb: Distinguish between length and percentage values
Sam Atkins
2021-10-18
LibWeb: Implement DOMTokenList for managing space-separated tokens lists
Timothy Flynn
2021-10-18
LibWeb: Add initial support for IDL methods with variadic parameters
Timothy Flynn
2021-10-18
LibJS: Convert to_u16() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_u32() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_i32() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibWeb: Implement (most of) NamedNodeMap to store attributes
Timothy Flynn
2021-10-17
LibWeb: Implement Attribute closer to the spec and with an IDL file
Timothy Flynn
2021-10-17
LibJS: Convert to_double() to ThrowCompletionOr
Idan Horowitz
2021-10-17
LibWeb: Convert ArrayFromVector wrapper to instead be sequence<T>
Luke Wilde
2021-10-14
LibWeb: Stub out a basic IntersectionObserver interface
Timothy Flynn
2021-10-14
LibWeb: Allow creating "any" types in IDL with integral default values
Timothy Flynn
2021-10-13
LibJS: Convert to_object() to ThrowCompletionOr
Linus Groh
2021-10-13
LibJS: Convert to_string() to ThrowCompletionOr
Linus Groh
2021-10-11
LibJS+LibWeb: Let WrapperGenerator deal with legacy_null_to_empty_string
Linus Groh
2021-10-11
LibWeb: Add support for the Promise<T> IDL type to WrapperGenerator
Linus Groh
2021-10-11
LibWeb: Initialize IDL `any` values without default value to undefined
Linus Groh
2021-10-11
LibWeb: Replace heycam.github.io/webidl URLs with webidl.spec.whatwg.org
Linus Groh
2021-10-11
LibWeb: Stub out a basic ResizeObserver interface
Andreas Kling
2021-10-11
LibWeb: Stub out a basic Selection interface
Andreas Kling
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
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
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-09-30
LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues
Idan Horowitz
2021-09-29
LibJS: Convert internal_own_property_keys() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_delete() to ThrowCompletionOr
Linus Groh
[next]