提交歷史

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