ladybird/Userland/Libraries/LibWeb/Crypto
Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
This commit introduces a WEB_SET_PROTOTYPE_FOR_INTERFACE macro that
caches the interface name in a local static FlyString. This means that
we only pay for FlyString-from-literal lookup once per browser lifetime
instead of every time the interface is instantiated.
2024-03-16 16:35:54 +01:00
..
Crypto.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
Crypto.h LibWeb: Use ArrayBufferView for Crypto::getRandomValues 2023-11-24 08:43:35 +01:00
Crypto.idl LibWeb: Use ArrayBufferView for Crypto::getRandomValues 2023-11-24 08:43:35 +01:00
CryptoAlgorithms.cpp LibWeb: Support SubtleCrypto.exportKey for RSA-OAEP in JsonWebKey format 2024-03-14 17:57:37 -06:00
CryptoAlgorithms.h LibWeb: Support SubtleCrypto.exportKey for RSA-OAEP in JsonWebKey format 2024-03-14 17:57:37 -06:00
CryptoBindings.cpp LibWeb: Support SubtleCrypto.exportKey for RSA-OAEP in JsonWebKey format 2024-03-14 17:57:37 -06:00
CryptoBindings.h LibWeb: Support SubtleCrypto.exportKey for RSA-OAEP in JsonWebKey format 2024-03-14 17:57:37 -06:00
CryptoKey.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
CryptoKey.h LibWeb: Support SubtleCrypto.exportKey for RSA-OAEP in JsonWebKey format 2024-03-14 17:57:37 -06:00
CryptoKey.idl LibWeb: Add the CryptoKey interface 2024-01-23 14:07:06 -07:00
KeyAlgorithms.cpp LibWeb: Export UnsignedBigInts into Uint8Arrays without losing bytes 2024-03-14 17:57:37 -06:00
KeyAlgorithms.h LibWeb: Implement SubtleCrypto.generateKey for RSA-OAEP 2024-03-13 15:31:00 -06:00
SubtleCrypto.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
SubtleCrypto.h LibWeb: Support SubtleCrypto.exportKey for RSA-OAEP in JsonWebKey format 2024-03-14 17:57:37 -06:00
SubtleCrypto.idl LibWeb: Support SubtleCrypto.exportKey for RSA-OAEP in JsonWebKey format 2024-03-14 17:57:37 -06:00