stelar7
|
0afea792e2
LibWeb: Move dictionaries to the Bindings namespace
|
1 year ago |
stelar7
|
b2b5297997
LibWeb: Implement `normalize_an_algorithm`
|
1 year ago |
stelar7
|
635ad9e9b8
LibWeb: Use `AlgorithmIdentifier` in SubtleCrypto IDL
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Shannon Booth
|
04c094343f
LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 years ago |
Kenneth Myhra
|
fa1ba7fadf
LibWeb: Mark JS::Promise* return value for digest() with JS::NNGCPtr
|
2 years ago |
Kenneth Myhra
|
f783af05ed
LibWeb: Port SubtleCrypto to new String
|
2 years ago |
Kenneth Myhra
|
52e9839d8b
LibWeb: Make factory method of Crypto::SubtleCrypto fallible
|
2 years ago |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
a4d85cd522
LibJS: Convert Promise::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
947ea92bf6
LibJS: Convert ArrayBuffer::create() to NonnullGCPtr
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Andrew Kaster
|
4bb6345b2f
LibWeb: Remove unecessary dependence on Window from assorted classes
|
2 years ago |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 years ago |
Linus Groh
|
6480faacb6
LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/
|
2 years ago |
Andreas Kling
|
9176a0de99
LibWeb: Stop using Bindings::wrap() in a bunch of places
|
2 years ago |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 years ago |
Andreas Kling
|
7a9b8ced38
LibWeb: Make SubtleCrypto GC-allocated
|
2 years ago |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 years ago |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 years ago |
Kenneth Myhra
|
9fe12c1851
LibWeb: Let get_buffer_source_copy() return ErrorOr instead of Optional
|
3 years ago |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 years ago |