Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 anni fa |
Kenneth Myhra
|
fa1ba7fadf
LibWeb: Mark JS::Promise* return value for digest() with JS::NNGCPtr
|
2 anni fa |
Kenneth Myhra
|
f783af05ed
LibWeb: Port SubtleCrypto to new String
|
2 anni fa |
Kenneth Myhra
|
52e9839d8b
LibWeb: Make factory method of Crypto::SubtleCrypto fallible
|
2 anni fa |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 anni fa |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 anni fa |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 anni fa |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 anni fa |
Linus Groh
|
a4d85cd522
LibJS: Convert Promise::create() to NonnullGCPtr
|
2 anni fa |
Linus Groh
|
947ea92bf6
LibJS: Convert ArrayBuffer::create() to NonnullGCPtr
|
2 anni fa |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 anni fa |
Andrew Kaster
|
4bb6345b2f
LibWeb: Remove unecessary dependence on Window from assorted classes
|
2 anni fa |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 anni fa |
Linus Groh
|
6480faacb6
LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/
|
2 anni fa |
Andreas Kling
|
9176a0de99
LibWeb: Stop using Bindings::wrap() in a bunch of places
|
2 anni fa |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 anni fa |
Andreas Kling
|
7a9b8ced38
LibWeb: Make SubtleCrypto GC-allocated
|
2 anni fa |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 anni fa |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 anni fa |
Kenneth Myhra
|
9fe12c1851
LibWeb: Let get_buffer_source_copy() return ErrorOr instead of Optional
|
2 anni fa |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 anni fa |
Ali Mohammad Pur
|
ed9c79e131
LibWeb: Use ByteBuffer::copy() instead of a manual copy in SubtleCrypto
|
3 anni fa |
Linus Groh
|
4daf07e69f
LibWeb: Implement SubtleCrypto.digest()
|
3 anni fa |