Age | Commit message (Expand) | Author |
---|---|---|
2022-08-23 | LibWeb: Replace GlobalObject with Realm in wrapper functions | Linus Groh |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in create() functions | Linus Groh |
2022-07-22 | LibWeb: Let get_buffer_source_copy() return ErrorOr instead of Optional | Kenneth Myhra |
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-03-30 | LibWeb: Add Crypto.randomUUID() | stelar7 |
2022-02-16 | LibWeb: Add imports to all IDL files that depend on others | Ali Mohammad Pur |
2022-01-24 | Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr | Sam Atkins |
2021-12-15 | LibWeb: Use ByteBuffer::copy() instead of a manual copy in SubtleCrypto | Ali Mohammad Pur |
2021-12-14 | LibWeb: Implement SubtleCrypto.digest() | Linus Groh |
2021-12-14 | LibWeb: Add the SubtleCrypto interface | Linus Groh |
2021-09-30 | LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValues | Idan Horowitz |