Idan Horowitz
|
20163c0584
LibJS: Add ThrowCompletionOr versions of the JS native function macros
|
3 jaren geleden |
Timothy Flynn
|
d24ae8063b
LibWeb: Implement DOMTokenList for managing space-separated tokens lists
|
3 jaren geleden |
Timothy Flynn
|
4d8320a49a
LibWeb: Add initial support for IDL methods with variadic parameters
|
3 jaren geleden |
Idan Horowitz
|
7bbb92dfe9
LibJS: Convert to_u16() to ThrowCompletionOr
|
3 jaren geleden |
Idan Horowitz
|
cc94bba5c0
LibJS: Convert to_u32() to ThrowCompletionOr
|
3 jaren geleden |
Idan Horowitz
|
f6a5ff7b00
LibJS: Convert to_i32() to ThrowCompletionOr
|
3 jaren geleden |
Timothy Flynn
|
2a3ac02ef1
LibWeb: Implement (most of) NamedNodeMap to store attributes
|
3 jaren geleden |
Timothy Flynn
|
e01dfaac9a
LibWeb: Implement Attribute closer to the spec and with an IDL file
|
3 jaren geleden |
Idan Horowitz
|
1639ed7e0a
LibJS: Convert to_double() to ThrowCompletionOr
|
3 jaren geleden |
Luke Wilde
|
cb821e1539
LibWeb: Convert ArrayFromVector wrapper to instead be sequence<T>
|
3 jaren geleden |
Timothy Flynn
|
ebe704a03d
LibWeb: Stub out a basic IntersectionObserver interface
|
3 jaren geleden |
Timothy Flynn
|
ff66218631
LibWeb: Allow creating "any" types in IDL with integral default values
|
3 jaren geleden |
Linus Groh
|
52976bfac6
LibJS: Convert to_object() to ThrowCompletionOr
|
3 jaren geleden |
Linus Groh
|
4d8912a92b
LibJS: Convert to_string() to ThrowCompletionOr
|
3 jaren geleden |
Linus Groh
|
44e70d1bc0
LibJS+LibWeb: Let WrapperGenerator deal with legacy_null_to_empty_string
|
3 jaren geleden |
Linus Groh
|
661dd32432
LibWeb: Add support for the Promise<T> IDL type to WrapperGenerator
|
3 jaren geleden |
Linus Groh
|
7afd215e95
LibWeb: Initialize IDL `any` values without default value to undefined
|
3 jaren geleden |
Linus Groh
|
a9a7d65099
LibWeb: Replace heycam.github.io/webidl URLs with webidl.spec.whatwg.org
|
3 jaren geleden |
Andreas Kling
|
fdc1c15064
LibWeb: Stub out a basic ResizeObserver interface
|
3 jaren geleden |
Andreas Kling
|
5c9ca5c2dc
LibWeb: Stub out a basic Selection interface
|
3 jaren geleden |
Andreas Kling
|
bf43b0f884
LibWeb: Make IDL-constructed objects aware of their JS wrapper
|
3 jaren geleden |
Linus Groh
|
2f42675ebd
LibJS: Convert ordinary_set_with_own_descriptor() to ThrowCompletionOr
|
3 jaren geleden |
Linus Groh
|
3be26f56db
LibJS: Convert has_own_property() to ThrowCompletionOr
|
3 jaren geleden |
Linus Groh
|
fb443b3fb4
LibJS: Convert create_data_property() to ThrowCompletionOr
|
3 jaren geleden |
Linus Groh
|
b7e5f08e56
LibJS: Convert Object::get() to ThrowCompletionOr
|
3 jaren geleden |
Luke Wilde
|
8d6db36cbb
LibWeb: Add support for NodeList
|
3 jaren geleden |
Luke Wilde
|
bfd089fbd1
LibWeb: Add support for IDL value iterators
|
3 jaren geleden |
Linus Groh
|
ba6e4c7ae1
LibJS+LibWeb: Use Object::set_prototype() in more places
|
3 jaren geleden |
Idan Horowitz
|
a4bc3fa255
LibWeb: Initialize IDL-generated prototypes' prototype directly
|
3 jaren geleden |
Idan Horowitz
|
43482dfde3
LibWeb: Support dictionary-only IDL files
|
3 jaren geleden |