Historique des commits

Auteur SHA1 Message Date
  Andreas Kling e6eb8a9f06 LibWeb: Fix crash in get_response_mime_type() il y a 2 ans
  networkException 4230dbbb21 AK+Everywhere: Replace "protocol" with "scheme" url helpers il y a 2 ans
  Linus Groh bbaa05fcf9 LibWeb: Move DOMException from DOM/ to WebIDL/ il y a 2 ans
  Linus Groh ad04d7ac9b LibWeb: Move ExceptionOr from DOM/ to WebIDL/ il y a 2 ans
  Linus Groh 4f73851afc LibWeb: Move CallbackType from Bindings/ to WebIDL/ il y a 2 ans
  Linus Groh c7c6d7d9e1 LibWeb: Make FileAPI::Blob::create() buffer/type overload infallible il y a 2 ans
  Linus Groh 54a987ad45 LibWeb: Update extract_body() to use BodyInit il y a 2 ans
  Linus Groh 571f4e3ebb LibWeb: Move extract_body() into Fetch il y a 2 ans
  Linus Groh f98ce156c4 LibWeb: Remove ReadableStreamDummy in favor of ReadableStream il y a 2 ans
  Linus Groh 1ace80235b LibWeb: Move XMLHttpRequestBodyInit into Fetch il y a 2 ans
  Andreas Kling 0ca1b4b123 LibWeb: Don't replace existing Content-Type header in outgoing XHRs il y a 2 ans
  Andreas Kling 497ead37bc LibWeb: Make DOMException GC-allocated il y a 2 ans
  Andreas Kling fe9c5395d4 LibWeb: Make URL, URLSearchParams & URLSearchParamsIterator GC-allocated il y a 2 ans
  Andreas Kling 647ac1bdba LibWeb: Make Blob and File GC-allocated il y a 2 ans
  Andreas Kling ffad902c07 LibWeb: Use cached_web_prototype() as much as possible il y a 2 ans
  Andreas Kling 8f4ea4e308 LibWeb: Don't use a JS::Handle for XHR response object il y a 2 ans
  Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated il y a 2 ans
  Andreas Kling 7c3db526b0 LibWeb: Make DOM::Event and all its subclasses GC-allocated il y a 3 ans
  Andreas Kling 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap il y a 3 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary il y a 2 ans
  Linus Groh 40a70461a0 LibWeb: Replace GlobalObject with Realm in wrapper functions il y a 2 ans
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] il y a 3 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 3 ans
  Kenneth Myhra 622a4f29a7 LibWeb: Add public get accessor function for Blob's internal ByteBuffer il y a 3 ans
  Kenneth Myhra 9a1c27a163 LibWeb: Implement BufferSource support for XHR::send() il y a 3 ans
  Kenneth Myhra 5830ff5be9 LibWeb: Let XHR::extract_body() return ErrorOr il y a 3 ans
  Linus Groh 042dfc7284 LibWeb: Move extract_mime_type() from XMLHttpRequest to HeaderList il y a 3 ans
  Linus Groh 2726fc9c73 LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace il y a 3 ans
  Kenneth Myhra 0a511e29d1 LibWeb: Add support for Blob to XHR::send() il y a 3 ans