summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Crypto/Crypto.h
AgeCommit message (Expand)Author
2023-03-16LibWeb: Move code that generates uuid into separate functionAliaksandr Kalenik
2023-02-24LibWeb: Port Crypto to new StringKenneth Myhra
2023-02-18LibWeb: Make factory method of Crypto::Crypto fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-01LibWeb: Remove unecessary dependence on Window from assorted classesAndrew Kaster
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-12LibWeb: Visit internal fields of Crypto in visit_edgesdavidot
2022-09-06LibWeb: Make Crypto GC-allocatedAndreas Kling
2022-09-06LibWeb: Make SubtleCrypto GC-allocatedAndreas Kling
2022-08-23LibWeb: Replace GlobalObject with Realm in wrapper functionsLinus Groh
2022-03-30LibWeb: Add Crypto.randomUUID()stelar7
2021-12-14LibWeb: Add the SubtleCrypto interfaceLinus Groh
2021-09-30LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValuesIdan Horowitz