提交历史

作者 SHA1 备注 提交日期
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library 1 年之前
  Andrew Kaster c79bac70f4 LibWeb: Consistently use the EmptyString state of ReferrerPolicy 1 年之前
  Shannon Booth 9ce8189f21 Everywhere: Use unqualified AK::URL 1 年之前
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks 1 年之前
  networkException d1c1218d42 LibWeb/Fetch: Implement changes to priority 1 年之前
  Aliaksandr Kalenik bdd3a16b16 LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated 1 年之前
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible 1 年之前
  Matthew Olsson a3344cab63 LibWeb: Fix incorrect usage of JS::GCPtr 2 年之前
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 年之前
  Luke Wilde 9acc542059 LibWeb: Propagate Realm instead of VM more through Fetch 2 年之前
  Linus Groh 11023a3c53 LibWeb/Fetch: Port infrastructure to new String 2 年之前
  Timothy Flynn 7955cb14fb LibWeb: Add missing GCPtr.h includes to Fetch headers 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  Linus Groh 216f68c566 LibWeb: Register PendingResponse with a Request to keep it alive 2 年之前
  Linus Groh 5ee9feb9cf LibWeb: Implement 'Append a request `Origin` header' AO 2 年之前
  Linus Groh 55315d72f7 LibWeb: Explain the use-URL-credentials flag 2 年之前
  Linus Groh b1968b8bed LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd 2 年之前
  Linus Groh e40c8f550f LibWeb: Add non-const variants of Request::{current_,}url() 2 年之前
  Linus Groh c12c6fd5ea LibWeb: Fix typo in Fetch::Infrastructure::Request::add_range_header() 2 年之前
  Linus Groh acc1c2b3cb LibWeb/Fetch: Add "webidentity" destination for FedCM 2 年之前
  Linus Groh 1c12f5c31d LibWeb: Make Fetch::Infrastructure::{Request,Response} ref-counted 2 年之前
  Linus Groh 886ca9c7b6 LibWeb: Add missing Request::policy_container() getter and setter 2 年之前
  Linus Groh 16d6c62193 LibWeb: Make Fetch::Infrastructure::Request::set_client() take a pointer 2 年之前
  Linus Groh 7b50e96434 LibWeb: Add missing links to Fetch::Infrastructure::Request members 2 年之前
  Linus Groh afe2563e2b LibWeb: Make HeaderList ref-counted 2 年之前
  Linus Groh 2d57d47132 LibWeb: Make Fetch::Infrastructure::Request::m_method default to "GET" 2 年之前
  Linus Groh a7164f2674 LibWeb: Stub out Fetch::Infrastructure::Body::clone() 2 年之前
  Linus Groh dc6fb43d26 LibWeb: Add referrer policy to Fetch::Infrastructure::Request 2 年之前
  Linus Groh a602a4c780 LibWeb: Heap-allocate returned Fetch::Infrastructure::{Request,Response} 2 年之前
  Linus Groh 88ee15a497 LibWeb: Mark two Fetch::Infrastructure::Request getters as const 2 年之前