Historique des commits

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