Andrew Kaster
|
1521a60a67
LibWeb: Support SubtleCrypto.exportKey for RSA-OAEP in JsonWebKey format
|
1 éve |
Andrew Kaster
|
0b4858e589
LibWeb: Implement SubtleCrypto.generateKey skeleton
|
1 éve |
Andrew Kaster
|
2d59d6c98c
LibWeb: Refactor SubtleCrypto to allow adding more algorithms easier
|
1 éve |
stelar7
|
423e77d5c3
LibWeb: Implement `import_key` for PBKDF2
|
1 éve |
stelar7
|
3e0c0ce7ae
LibWeb: Move dictionaries to separate file
|
1 éve |
stelar7
|
1bf73482f5
LibWeb: Add `using` statement for simpler type names
|
1 éve |
stelar7
|
0afea792e2
LibWeb: Move dictionaries to the Bindings namespace
|
1 éve |
stelar7
|
b2b5297997
LibWeb: Implement `normalize_an_algorithm`
|
1 éve |
stelar7
|
635ad9e9b8
LibWeb: Use `AlgorithmIdentifier` in SubtleCrypto IDL
|
1 éve |
Shannon Booth
|
04c094343f
LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types
|
1 éve |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 éve |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 éve |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 éve |
Kenneth Myhra
|
fa1ba7fadf
LibWeb: Mark JS::Promise* return value for digest() with JS::NNGCPtr
|
2 éve |
Kenneth Myhra
|
f783af05ed
LibWeb: Port SubtleCrypto to new String
|
2 éve |
Kenneth Myhra
|
52e9839d8b
LibWeb: Make factory method of Crypto::SubtleCrypto fallible
|
2 éve |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 éve |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 éve |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 éve |
Andrew Kaster
|
4bb6345b2f
LibWeb: Remove unecessary dependence on Window from assorted classes
|
2 éve |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 éve |
Andreas Kling
|
7a9b8ced38
LibWeb: Make SubtleCrypto GC-allocated
|
2 éve |
Linus Groh
|
40a70461a0
LibWeb: Replace GlobalObject with Realm in wrapper functions
|
2 éve |
Linus Groh
|
4daf07e69f
LibWeb: Implement SubtleCrypto.digest()
|
3 éve |
Linus Groh
|
615be9eb7c
LibWeb: Add the SubtleCrypto interface
|
3 éve |