Commit History

Author SHA1 Message Date
  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 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() 2 years ago
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  Andrew Kaster 4878a18ee7 LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI 2 years ago
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ 2 years ago
  Linus Groh 6480faacb6 LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/ 2 years ago
  Linus Groh c7c6d7d9e1 LibWeb: Make FileAPI::Blob::create() buffer/type overload infallible 2 years ago
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated 2 years ago
  Andreas Kling 647ac1bdba LibWeb: Make Blob and File GC-allocated 2 years ago
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2 years ago
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2 years ago
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions 2 years ago
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions 2 years ago
  Kenneth Myhra 1e5d107649 LibWeb: Declare variable with the auto keyword 2 years ago
  Kenneth Myhra c8c5f05de5 LibWeb: Make sure Blob type is not outside range 0x0020-0x007E 2 years ago
  Kenneth Myhra 73aec263b1 LibWeb: Move is_basic_latin() to Blob.{cpp,h} 2 years ago
  Kenneth Myhra bbd9490683 LibWeb: Handle endings member of options being "native" 2 years ago
  Kenneth Myhra 516ea4d758 LibWeb: Implement "convert line endings to native" algorithm 2 years ago
  Kenneth Myhra 890514a057 LibWeb: Introduce the File interface from the FileAPI spec 2 years ago
  Kenneth Myhra c038a8c9c9 LibWeb: Make process_blob_parts() publicly accessible 2 years ago
  Kenneth Myhra 622a4f29a7 LibWeb: Add public get accessor function for Blob's internal ByteBuffer 2 years ago
  Kenneth Myhra 9fe12c1851 LibWeb: Let get_buffer_source_copy() return ErrorOr instead of Optional 2 years ago
  Linus Groh bc68539e26 LibWeb: Add & use TRY_OR_RETURN_OOM macro 3 years ago
  Linus Groh ac36d272d3 LibWeb: Avoid needless copies during Blob construction 3 years ago
  Kenneth Myhra 5806eeec08 LibWeb: Add support for XHR response type Blob 3 years ago
  Kenneth Myhra df8c49f6bf LibWeb: Introduce Blob 3 years ago