Historial de Commits

Autor SHA1 Mensaje Fecha
  Matthew Olsson 9ea6ab0ad4 LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues hace 1 año
  Kenneth Myhra 34ecc59508 LibWeb: Implement read a chunk concept for ReadableStreamDefaultReader hace 1 año
  Timothy Flynn 46b8a3afb7 LibWeb: Move the read bytes into ReadLoopReadRequest's success callback hace 1 año
  Timothy Flynn dce05dd273 LibWeb: Revert using a vector to store each chunk in ReadLoopReadRequest hace 1 año
  Timothy Flynn 6c6fb224ec LibWeb: Add an ad-hoc ReadableStreamDefaultReader::read_all_chunks AO hace 1 año
  Timothy Flynn 2d4d16ac37 LibWeb: Remove exceptional return types from infallible stream IDL hace 1 año
  Timothy Flynn fc070c8cbd LibWeb: Mark readable stream cancel/pull/release steps as infallible hace 1 año
  Matthew Olsson 31341b280a LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() hace 1 año
  Matthew Olsson 8450041b52 LibWeb: Fix some GCVerifier warnings hace 1 año
  Kenneth Myhra 12cfa08a09 LibWeb: Use Vector<ByteBuffer> to store chunks in ReadLoopReadRequest hace 1 año
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes hace 1 año
  Sam Atkins 4bdb7dba8c LibWeb: Add and use a helper to reject a promise with an exception hace 1 año
  Aliaksandr Kalenik 6ac43274b2 LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects hace 1 año
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString hace 1 año
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks hace 1 año
  Timothy Flynn 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object hace 1 año
  Timothy Flynn df915f8a98 LibWeb: Add missing return statement to bail from a stream read request hace 1 año
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible hace 2 años
  Andreas Kling 9c3e9e8981 LibWeb/Streams: Make ReadRequest GC-allocated hace 2 años
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void hace 2 años
  Timothy Flynn 9d7215c636 LibJS+LibWeb: Move IteratorOperations.h AOs to Iterator.h hace 2 años
  Shannon Booth 2b46e6f664 Everywhere: Update copyrights with my new serenityos.org e-mail :^) hace 2 años
  Shannon Booth b0bc8f2282 LibWeb: Add ReadableStreamDefaultReader::read_all_bytes_deprecated hace 2 años
  Shannon Booth 3df10d7fb6 LibWeb: Add Streams::ReadableStreamDefaultReader::read_all_bytes hace 2 años
  Shannon Booth 46f9a49bd8 LibWeb: Add Streams::ReadableStreamDefaultReader read-loop reader hace 2 años
  Matthew Olsson 2b269d4a49 LibWeb: Fix a blatant nullptr dereference in ReadableStreamGenericReader hace 2 años
  Linus Groh 1c165b67ef LibWeb/Streams: Use MUST_OR_THROW_OOM() when creating JS exceptions hace 2 años
  Matthew Olsson f9d6a161e8 LibWeb: Add ByteStreamController to ReadableStreamController type hace 2 años
  Matthew Olsson 222e3c32cd LibWeb: Add ReadableStreamDefaultReader hace 2 años