Commit Verlauf

Autor SHA1 Nachricht Datum
  Kenneth Myhra 0b64a71603 LibWeb: Make File a Serializable object vor 1 Jahr
  Kenneth Myhra 394c38729f LibWeb: Make Blob a Serializable object vor 1 Jahr
  Shannon Booth 04c094343f LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types vor 1 Jahr
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks vor 1 Jahr
  Shannon Booth 3a6339f3dd LibWeb: Mark Blob::get_stream as public vor 1 Jahr
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void vor 1 Jahr
  Shannon Booth 501b698385 LibWeb: Implement Web::FileAPI::Blob::array_buffer to spec vor 2 Jahren
  Shannon Booth bd26d022ac LibWeb: Implement FileAPI::Blob::stream() vor 2 Jahren
  Shannon Booth 9f39be6e23 LibWeb: Implement FileAPI::Blob::get_stream() vor 2 Jahren
  Kenneth Myhra 9a5a8d617d LibWeb: Port IDL implementations Blob and File to new String vor 2 Jahren
  Kenneth Myhra 15917146d3 LibWeb: Make factory method of FileAPI::Blob fallible vor 2 Jahren
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors vor 2 Jahren
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() vor 2 Jahren
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString vor 2 Jahren
  Andrew Kaster 4878a18ee7 LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI vor 2 Jahren
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ vor 2 Jahren
  Linus Groh c7c6d7d9e1 LibWeb: Make FileAPI::Blob::create() buffer/type overload infallible vor 2 Jahren
  Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro vor 2 Jahren
  Andreas Kling 647ac1bdba LibWeb: Make Blob and File GC-allocated vor 2 Jahren
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated vor 2 Jahren
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions vor 2 Jahren
  Kenneth Myhra 73aec263b1 LibWeb: Move is_basic_latin() to Blob.{cpp,h} vor 2 Jahren
  Kenneth Myhra bbd9490683 LibWeb: Handle endings member of options being "native" vor 2 Jahren
  Kenneth Myhra 516ea4d758 LibWeb: Implement "convert line endings to native" algorithm vor 2 Jahren
  Kenneth Myhra 890514a057 LibWeb: Introduce the File interface from the FileAPI spec vor 3 Jahren
  Kenneth Myhra df91dbfbb6 LibWeb: Add missing spec links to the Blob interface vor 3 Jahren
  Kenneth Myhra 6305ef197f LibWeb: Fix const issue on type() accessor for the Blob interface vor 3 Jahren
  Kenneth Myhra c038a8c9c9 LibWeb: Make process_blob_parts() publicly accessible vor 3 Jahren
  Kenneth Myhra 622a4f29a7 LibWeb: Add public get accessor function for Blob's internal ByteBuffer vor 3 Jahren