提交歷史

作者 SHA1 備註 提交日期
  Timothy Flynn c79f46fe6f LibWeb: Remove OOM propagation from Fetch::Infrastructure::Headers 1 年之前
  Andreas Kling 184368285c LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read() 1 年之前
  Kenneth Myhra 291d0e5de8 LibWeb: Let queue_fetch_task() take a JS::HeapFunction 1 年之前
  Shannon Booth 70e2f51674 LibWeb: Prefer GCPtr<T> over Optional<NonnullGCPtr<T>> 1 年之前
  Timothy Flynn 683c08744a Userland: Avoid some conversions from rvalue strings to StringView 1 年之前
  Timothy Flynn 24ecf31ff5 LibURL+LibWeb: Move data URL processing to LibWeb's fetch infrastructure 1 年之前
  Timothy Flynn 7b3ddd5e15 LibWeb: Track fetching-related tasks in FetchController for cancellation 1 年之前
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 年之前
  Timothy Flynn 7681772b9f LibWeb: Log failed Fetch responses when WEB_FETCH_DEBUG is enabled 1 年之前
  Andrew Kaster c79bac70f4 LibWeb: Consistently use the EmptyString state of ReferrerPolicy 1 年之前
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL 1 年之前
  Shannon Booth f9e5b43b7a LibWeb: Rename URL platform object to DOMURL 1 年之前
  Timothy Flynn 85b8971a80 Ladybird+LibWeb+WebContent: Port the `did_request_cookie` IPC to String 1 年之前
  Bastiaan van der Plaat 05c0640474 Ladybird+LibWeb: Add about scheme support for internal pages 1 年之前
  Andreas Kling 89da988da1 LibWeb: Honor User-Agent spoofing in Fetch headers 1 年之前
  Timothy Flynn e511a264fe LibWeb: Implement ad-hoc steps to allow LibWeb to load resource:// URLs 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  Andreas Kling 9793d69d4f LibWeb: Make HTML::Window::page() return a Page& 1 年之前
  Andreas Kling 7c95ebc302 LibWeb: Make Document::page() return a Page& 1 年之前
  Andrew Kaster d7d84ee931 LibWeb: Ensure a Web::Page is associated with local Worker LoadRequests 1 年之前
  Aliaksandr Kalenik 084cb4350e LibWeb/Fetch: Include body and headers in Response for failed requests 1 年之前
  Aliaksandr Kalenik b9e0ad4358 LibWeb: Make ResourceLoader pass body and headers in error callback 1 年之前
  Aliaksandr Kalenik bdd3a16b16 LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated 1 年之前
  Aliaksandr Kalenik 9a07ac0b6a LibWeb/Fetch: Use `JS::HeapFunction` for callback in `FetchAlgorithms` 1 年之前
  Shannon Booth 9d60f23abc AK: Port URL::m_fragment from DeprecatedString to String 1 年之前
  Shannon Booth c25485700a AK: Port URL scheme from DeprecatedString to String 1 年之前
  Shannon Booth 55a01e72ca AK: Port URL username/password from DeprecatedString to String 1 年之前
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年之前
  Andreas Kling 34344120f2 AK: Make "foo"_string infallible 1 年之前
  Timothy Flynn a14f6e42a8 LibWeb: Begin support for requesting blob URLs with Fetch infrastructure 1 年之前