Historique des commits

Auteur SHA1 Message Date
  Andrew Kaster a40b331f39 LibWeb: Update steps of HTTP-network-or-cache-fetch per the latest spec il y a 1 an
  Kenneth Myhra f119ac1a9d LibWeb: Integrate TransformStream into fetch_response_handover() il y a 1 an
  Timothy Flynn b5ba60f1d1 LibWeb: Change Fetch's ProcessBodyError to accept a plain JS value il y a 1 an
  Jamie Mansfield 3438293e7b LibWeb/Fetch: Share a conditional in fetch response handover il y a 1 an
  Jamie Mansfield 951fbb1837 LibWeb/Fetch: Expose a minimised Content-Type to Resource Timing il y a 1 an
  Shannon Booth 53eb9af42f LibWeb: Use URL's 'blob URL entry' for blob fetches il y a 1 an
  Jamie Mansfield 987198782c LibWeb/Fetch: Use "json" destination il y a 1 an
  Jamie Mansfield f5799f7d2c LibWeb/Fetch: Append the Fetch metadata headers il y a 1 an
  Jamie Mansfield e52f444329 LibWeb/Fetch: Implement the "set the Sec-Fetch-User header" AO il y a 1 an
  Jamie Mansfield 1ff90aa3e0 LibWeb/Fetch: Implement the "set the Sec-Fetch-Site header" AO il y a 1 an
  Jamie Mansfield 5eb46a5f01 LibWeb/Fetch: Implement the "set the Sec-Fetch-Mode header" AO il y a 1 an
  Jamie Mansfield f4af1833c1 LibWeb/Fetch: Implement the "set the Sec-Fetch-Dest header" AO il y a 1 an
  Timothy Flynn 1ffda6a805 LibWeb: Propagate OOM in Body::fully_read() through its error callback il y a 1 an
  Timothy Flynn 5f51a11618 LibWeb: Remove OOM propagation from Fetch::Infrastructure::Responses il y a 1 an
  Timothy Flynn 5a4f13dcd4 LibWeb: Remove OOM propagation from Fetch::Infrastructure::Requests il y a 1 an
  Timothy Flynn c79f46fe6f LibWeb: Remove OOM propagation from Fetch::Infrastructure::Headers il y a 1 an
  Andreas Kling 184368285c LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read() il y a 1 an
  Kenneth Myhra 291d0e5de8 LibWeb: Let queue_fetch_task() take a JS::HeapFunction il y a 1 an
  Shannon Booth 70e2f51674 LibWeb: Prefer GCPtr<T> over Optional<NonnullGCPtr<T>> il y a 1 an
  Timothy Flynn 683c08744a Userland: Avoid some conversions from rvalue strings to StringView il y a 1 an
  Timothy Flynn 24ecf31ff5 LibURL+LibWeb: Move data URL processing to LibWeb's fetch infrastructure il y a 1 an
  Timothy Flynn 7b3ddd5e15 LibWeb: Track fetching-related tasks in FetchController for cancellation il y a 1 an
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library il y a 1 an
  Timothy Flynn 7681772b9f LibWeb: Log failed Fetch responses when WEB_FETCH_DEBUG is enabled il y a 1 an
  Andrew Kaster c79bac70f4 LibWeb: Consistently use the EmptyString state of ReferrerPolicy il y a 1 an
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL il y a 1 an
  Shannon Booth f9e5b43b7a LibWeb: Rename URL platform object to DOMURL il y a 1 an
  Timothy Flynn 85b8971a80 Ladybird+LibWeb+WebContent: Port the `did_request_cookie` IPC to String il y a 1 an
  Bastiaan van der Plaat 05c0640474 Ladybird+LibWeb: Add about scheme support for internal pages il y a 1 an
  Andreas Kling 89da988da1 LibWeb: Honor User-Agent spoofing in Fetch headers il y a 1 an