Commit History

Author SHA1 Message Date
  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
  Shannon Booth 7f6a49c085 LibWeb: Ensure that contentType in Blob::slice is basic latin 2 years ago
  Linus Groh f65cbeef5c LibWeb/Infra: Rename to_ascii_{{lower,upper}_case => {lower,upper}case} 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 b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate 2 years ago
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors 2 years ago
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() 2 years ago
  Timothy Flynn d8044c5358 LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS 2 years ago
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2 years ago
  Linus Groh a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr 2 years ago