Historique des commits

Auteur SHA1 Message Date
  Jamie Mansfield 956106c6d8 LibWeb: Add from_string function for request priority il y a 1 an
  Timothy Flynn 6056428cb5 LibWeb: Support unbuffered fetch requests il y a 1 an
  Jamie Mansfield 987198782c LibWeb/Fetch: Use "json" destination il y a 1 an
  Jamie Mansfield 6e3b2ce300 LibWeb/Fetch: Add to_string function for Request::Mode il y a 1 an
  Jamie Mansfield 3daba8970c LibWeb/Fetch: Add to_string function for Request::Destination 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 f60d82eb85 LibWeb: Make HTML::Environment a GC-allocated type il y a 1 an
  Andreas Kling 53d0dd4a2e LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration il y a 1 an
  Shannon Booth e800605ad3 AK+LibURL: Move AK::URL into a new URL library 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
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Andreas Kling bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks il y a 1 an
  Kemal Zebari 4533794c32 LibWeb/Fetch: Use origins in `Cross-Origin-Embedder-Policy` algorithm il y a 1 an
  Aliaksandr Kalenik d05be0d504 LibWeb: Fix `Request::visit_edges` to actually visit `m_body` il y a 1 an
  Aliaksandr Kalenik bdd3a16b16 LibWeb: Make `Fetch::Infrastructure::Body` be GC allocated il y a 1 an
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible il y a 1 an
  Matthew Olsson 39d8c8d2a9 LibJS+LibWeb: Add missing visit calls in visit_edges implementations il y a 2 ans
  Luke Wilde 9acc542059 LibWeb: Propagate Realm instead of VM more through Fetch il y a 2 ans
  Linus Groh 11023a3c53 LibWeb/Fetch: Port infrastructure to new String il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Linus Groh 2f1bda3347 LibWeb/Fetch: Tweak wording in some spec comments il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Linus Groh 216f68c566 LibWeb: Register PendingResponse with a Request to keep it alive il y a 2 ans
  Linus Groh a1de15498d LibWeb: Use proper origins in Request::has_redirect_tainted_origin() il y a 2 ans
  Linus Groh 5ee9feb9cf LibWeb: Implement 'Append a request `Origin` header' AO il y a 2 ans
  Linus Groh b1968b8bed LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd il y a 2 ans
  Linus Groh e40c8f550f LibWeb: Add non-const variants of Request::{current_,}url() il y a 2 ans