Commit History

Author SHA1 Message Date
  Shannon Booth d7023f5f45 LibWeb: Change backup imcumbent stack to hold Realm instead of Settings 8 months ago
  Andrew Kaster 2c3531ab78 LibWeb: Move JS::Promise <-> WebIDL conversion into IDL 8 months ago
  Andreas Kling 5c20bc2afc LibWeb: Make MimeSniff::MimeType::parse() infallible 8 months ago
  Andreas Kling 88e7688940 LibWeb: Make more MimeSniff::MimeType APIs infallible 8 months ago
  Andreas Kling 073bcfd386 AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() 8 months ago
  stelar7 193c0dcafc LibWeb: Parse mimetype when creating Blob and File 9 months ago
  Jamie Mansfield 9650a5ff33 LibWeb/FileAPI: Update Blob.slice for spec changes 10 months ago
  Kemal Zebari c5f1e47883 LibWeb: Implement Blob::bytes() 11 months ago
  Timothy Flynn c29916775e LibWeb: Mark stream AOs as infallible as required by the spec 1 year ago
  Timothy Flynn fc070c8cbd LibWeb: Mark readable stream cancel/pull/release steps as infallible 1 year ago
  Kenneth Myhra a3661fd7f2 LibWeb: Let queue_global_task() take a JS::HeapFunction 1 year ago
  Andreas Kling ffac32d20e LibWeb: Use JS::HeapFunction for WebIDL promise reaction steps 1 year ago
  Kenneth Myhra 31f345fcb0 LibWeb: Add DeserializationMemory parameter to deserialization_steps() 1 year ago
  Kenneth Myhra 4669c1ba31 LibWeb: Add SerializationMemory parameter to serialization_steps() 1 year ago
  Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 1 year ago
  Sam Atkins 4bdb7dba8c LibWeb: Add and use a helper to reject a promise with an exception 1 year ago
  Kenneth Myhra cd0302426f LibWeb: Move serialization of serializable object's interface name 1 year ago
  Kenneth Myhra 394c38729f LibWeb: Make Blob a Serializable object 1 year ago
  Kenneth Myhra 000ea9d73b LibWeb: Avoid crashing because of empty incumbent settings object stack 1 year ago
  Shannon Booth 96af80acd1 LibWeb: Port Intrinsics from DeprecatedString 1 year ago
  Shannon Booth 04c094343f LibWeb+Meta: Add wrapper for the BufferSource/ArrayBufferView IDL types 1 year ago
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 year ago
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 year ago
  Andreas Kling 18c54d8d40 LibJS: Make Cell::initialize() return void 1 year ago
  Shannon Booth 2b46e6f664 Everywhere: Update copyrights with my new serenityos.org e-mail :^) 2 years ago
  Timothy Flynn f57310999d LibWeb: Update workarounds for the empty execution context stack 2 years ago
  Shannon Booth ef391de635 LibWeb: Implement Web::FileAPI::Blob::text to spec 2 years ago
  Shannon Booth 501b698385 LibWeb: Implement Web::FileAPI::Blob::array_buffer to spec 2 years ago
  Shannon Booth bd26d022ac LibWeb: Implement FileAPI::Blob::stream() 2 years ago
  Shannon Booth 9f39be6e23 LibWeb: Implement FileAPI::Blob::get_stream() 2 years ago