Commit History

Author SHA1 Message Date
  Shannon Booth cc91473f4d LibWeb: Make TemporaryExecutionContext take a Realm& 8 months ago
  Shannon Booth 797b0d0f43 LibJS+LibWeb: Remove remaining use and reference to SafeFunction 8 months ago
  Andrew Kaster 2c3531ab78 LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 8 months ago
  Andreas Kling 88e7688940 LibWeb: Make more MimeSniff::MimeType APIs infallible 9 months ago
  Shannon Booth df4739d7ce LibWeb: Don't propogate small OOMs from URLSearchParams 11 months ago
  Kenneth Myhra b8fa572c67 LibWeb: Implement formData() method steps for x-www-form-urlencoded 11 months ago
  Timothy Flynn b5ba60f1d1 LibWeb: Change Fetch's ProcessBodyError to accept a plain JS value 1 year ago
  Jamie Mansfield 08e4cf1f3b LibWeb/Fetch: Implement Body::bytes() 1 year ago
  Timothy Flynn 3e991a55fa LibWeb: Remove OOM propagation from Fetch::Body 1 year ago
  Timothy Flynn 1ffda6a805 LibWeb: Propagate OOM in Body::fully_read() through its error callback 1 year ago
  Andreas Kling 184368285c LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read() 1 year ago
  Sam Atkins 4bdb7dba8c LibWeb: Add and use a helper to reject a promise with an exception 1 year ago
  Timothy Flynn 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object 1 year ago
  Aliaksandr Kalenik bdd3a16b16 LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated 1 year ago
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
  Timothy Flynn f57310999d LibWeb: Update workarounds for the empty execution context stack 2 years ago
  0GreenClover0 b4c6cddd96 LibWeb: Handle invalid UTF-8 in Fetch's Body#text() 2 years ago
  Sam Atkins 9c2d496dbe LibWeb: Make `processBodyError` take an optional exception 2 years ago
  Linus Groh 1c165b67ef LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptions 2 years ago
  Luke Wilde ccdb1bcc4e LibWeb/Fetch: Implement Body's "fully read" function from the spec 2 years ago
  Luke Wilde 9acc542059 LibWeb: Propagate Realm instead of VM more through Fetch 2 years ago
  Linus Groh ad4b4046f4 LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type() 2 years ago
  Linus Groh 2d7ce38ee2 LibWeb/MimeSniff: Port MimeType to new String 2 years ago
  Linus Groh 11023a3c53 LibWeb/Fetch: Port infrastructure to new String 2 years ago
  Linus Groh 7f9ddcf420 LibWeb/Fetch: Port JS interfaces to new String 2 years ago
  Kenneth Myhra 9a5a8d617d LibWeb: Port IDL implementations Blob and File to new String 2 years ago
  Kenneth Myhra 15917146d3 LibWeb: Make factory method of FileAPI::Blob fallible 2 years ago
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
  Timothy Flynn 34574c5ee8 LibJS+LibWeb: Convert empty PrimitiveString invocators to String 2 years ago
  Timothy Flynn 115baa7e32 LibJS+Everywhere: Make PrimitiveString and Utf16String fallible 2 years ago