Historial de Commits

Autor SHA1 Mensaje Fecha
  Linus Groh f65cbeef5c LibWeb/Infra: Rename to_ascii_{{lower,upper}_case => {lower,upper}case} hace 2 años
  Kenneth Myhra 9a5a8d617d LibWeb: Port IDL implementations Blob and File to new String hace 2 años
  Kenneth Myhra 15917146d3 LibWeb: Make factory method of FileAPI::Blob fallible hace 2 años
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate hace 2 años
  Timothy Flynn 2692db8699 LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors hace 2 años
  Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize() hace 2 años
  Timothy Flynn d8044c5358 LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS hace 2 años
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr hace 2 años
  Linus Groh a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr hace 2 años
  Linus Groh 947ea92bf6 LibJS: Convert ArrayBuffer::create() to NonnullGCPtr hace 2 años
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() hace 2 años
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable hace 2 años
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString hace 2 años
  Andrew Kaster 4878a18ee7 LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI hace 2 años
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ hace 2 años
  Linus Groh 6480faacb6 LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/ hace 2 años
  Linus Groh c7c6d7d9e1 LibWeb: Make FileAPI::Blob::create() buffer/type overload infallible hace 2 años
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated hace 2 años
  Andreas Kling 647ac1bdba LibWeb: Make Blob and File GC-allocated hace 2 años
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated hace 2 años
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary hace 2 años
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions hace 2 años
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions hace 2 años
  Kenneth Myhra 1e5d107649 LibWeb: Declare variable with the auto keyword hace 2 años
  Kenneth Myhra c8c5f05de5 LibWeb: Make sure Blob type is not outside range 0x0020-0x007E hace 2 años
  Kenneth Myhra 73aec263b1 LibWeb: Move is_basic_latin() to Blob.{cpp,h} hace 2 años
  Kenneth Myhra bbd9490683 LibWeb: Handle endings member of options being "native" hace 2 años
  Kenneth Myhra 516ea4d758 LibWeb: Implement "convert line endings to native" algorithm hace 2 años
  Kenneth Myhra 890514a057 LibWeb: Introduce the File interface from the FileAPI spec hace 2 años
  Kenneth Myhra c038a8c9c9 LibWeb: Make process_blob_parts() publicly accessible hace 2 años