Commit History

作者 SHA1 備註 提交日期
  Shannon Booth 4417f63ca0 LibWeb: Move ServiceWorker classes to ServiceWorker namespace 7 月之前
  Shannon Booth 04508841e9 LibWeb: Fix indent of the IDL generator using namespace hack 7 月之前
  Pavel Shliak d223cf25af LibWeb: Fix LegacyNullToEmptyString flag handler in IDL 7 月之前
  Tim Ledbetter e5c99b475a IDLGenerators: Set reflected unsigned long value according to spec 7 月之前
  stelar7 48fae7b64f LibWeb: Add IDBKeyRange 8 月之前
  stelar7 20a92a81c4 LibWeb: Add IDBTransaction 8 月之前
  stelar7 16ce2b975a LibWeb: Add IDBObjectStore 8 月之前
  stelar7 297c775b34 LibWeb: Add IDBIndex 8 月之前
  stelar7 71772d97dc LibWeb: Add IDBCursor 8 月之前
  Jelle Raaijmakers 614b93beca Meta: Set constructor prototype in IDLGenerators 7 月之前
  Jelle Raaijmakers db43ed03a8 Meta: Use namespaced `JS::call` invocations in IDLGenerators 7 月之前
  Tim Ledbetter 19a5780f0c IDLGenerators: Throw TypeError if IDL ByteString contains element > 255 7 月之前
  Shannon Booth d6bcd3fb0b LibWeb: Make CallbackType take a realm instead of settings object 7 月之前
  Andreas Kling 3e8c8b185e LibWeb: Use WindowProxy instead of Window in UI Events IDL 7 月之前
  Shannon Booth 98dadb0ce6 LibWeb: Always return a rejected Promise for functions which throw 7 月之前
  Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS 7 月之前
  Luke Wilde d95ae629ee LibIDL: Allow overwriting the generated attribute callback name 7 月之前
  Shannon Booth 1e54003cb1 LibJS+LibWeb: Rename Heap::allocate_without_realm to Heap::allocate 7 月之前
  Shannon Booth 9b79a686eb LibJS+LibWeb: Use realm.create<T> instead of heap.allocate<T> 7 月之前
  rmg-x 9ee7d4d90a LibWeb: Add builtin Float16Array type and remove related FIXME 7 月之前
  stasoid 31bf40b659 AK: Make LexicalPath::relative_path() fallible 8 月之前
  Jonne Ransijn 69f96122b6 LibJS+LibWeb: Prevent double invocation of `[[GetOwnProperty]]` 8 月之前
  Shannon Booth 84dc83e0e0 LibWeb: Rename current_global_object to current_principal_global_object 8 月之前
  Andrew Kaster 36feebb1e7 LibWeb: Add Wasm Web-API streaming compilation and instantiation 8 月之前
  Jelle Raaijmakers 3504370281 LibWeb: Add stubbed Media Source Extensions API 8 月之前
  Shannon Booth 70599d3f8d LibWeb: Add support for dictionaries in overload resolution 8 月之前
  Shannon Booth 013c2a1c7c LibWeb: Verify that all overloads contain Unscopable if present 8 月之前
  Andrew Kaster 2c3531ab78 LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 8 月之前
  stelar7 d81f31c699 LibWeb/Meta: Adjust how missing/invalid default values are generated 8 月之前
  Jelle Raaijmakers 2a98f2a12d LibWeb: Implement AudioListener 8 月之前