Commit History

Author SHA1 Message Date
  Sam Atkins 4bdb7dba8c LibWeb: Add and use a helper to reject a promise with an exception 1 year ago
  Johannes Røsvik d89e617a42 LibWeb: Make SubtleCrypto use the correct algorithm name for SHA-1 1 year ago
  stelar7 423e77d5c3 LibWeb: Implement `import_key` for PBKDF2 1 year ago
  Andrew Kaster 7bc7e2a48f LibWeb: Convert SubtleCrypto::digest to use WebIDL Promises 1 year ago
  stelar7 3e0c0ce7ae LibWeb: Move dictionaries to separate file 1 year ago
  stelar7 1bf73482f5 LibWeb: Add `using` statement for simpler type names 1 year ago
  stelar7 0afea792e2 LibWeb: Move dictionaries to the Bindings namespace 1 year ago
  stelar7 b2b5297997 LibWeb: Implement `normalize_an_algorithm` 1 year ago
  stelar7 635ad9e9b8 LibWeb: Use `AlgorithmIdentifier` in SubtleCrypto IDL 1 year ago
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
  Shannon Booth 04c094343f LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types 1 year ago
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
  Shannon Booth 41928c2902 LibWeb: Port DOMException interface from DeprecatedString to String 1 year ago
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2 years ago
  Kenneth Myhra fa1ba7fadf LibWeb: Mark JS::Promise* return value for digest() with JS::NNGCPtr 2 years ago
  Kenneth Myhra f783af05ed LibWeb: Port SubtleCrypto to new String 2 years ago
  Kenneth Myhra 52e9839d8b LibWeb: Make factory method of Crypto::SubtleCrypto fallible 2 years ago
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 years ago
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
  Linus Groh a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 years ago
  Linus Groh 947ea92bf6 LibJS: Convert ArrayBuffer::create() to NonnullGCPtr 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Andrew Kaster 4bb6345b2f LibWeb: Remove unecessary dependence on Window from assorted classes 2 years ago
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ 2 years ago
  Linus Groh 6480faacb6 LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/ 2 years ago
  Andreas Kling 9176a0de99 LibWeb: Stop using Bindings::wrap() in a bunch of places 2 years ago