Histórico de Commits

Autor SHA1 Mensagem Data
  Aliaksandr Kalenik 47f03c3a9a LibWeb/Fetch: Use a basic filtered response for redirect navigations há 2 anos atrás
  Timothy Flynn ddb4137ed4 LibWeb: Ensure fetch errors set their response types/codes appropriately há 2 anos atrás
  Andreas Kling d005b1ad1b LibWeb: Support loading file:// URLs via fetch (through ResourceLoader) há 2 anos atrás
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr há 2 anos atrás
  Andreas Kling a504ac3e2a Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case há 2 anos atrás
  Luke Wilde b91b67f4f3 LibWeb/Fetch: Actually check if the response is null in recursive fetch há 2 anos atrás
  Luke Wilde e557602d34 LibWeb: Fully read body if there is one in fetch response handover há 2 anos atrás
  Luke Wilde ccdb1bcc4e LibWeb/Fetch: Implement Body's "fully read" function from the spec há 2 anos atrás
  Luke Wilde 9acc542059 LibWeb: Propagate Realm instead of VM more through Fetch há 2 anos atrás
  Matthew Olsson c0b2fa74ac LibWeb: Fix a few const-ness issues há 2 anos atrás
  Matthew Olsson 70a2ca7fc0 LibJS: Handle both const and non-const Ts in Handle<T>::create() há 2 anos atrás
  Linus Groh 1032ac2453 LibWeb/Fetch: Store Response error message as a String{,View} variant há 2 anos atrás
  Linus Groh ad4b4046f4 LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type() há 2 anos atrás
  Linus Groh 11023a3c53 LibWeb/Fetch: Port infrastructure to new String há 2 anos atrás
  Luke Wilde 349c126d8d LibWeb/Fetch: Implement CORS preflight há 2 anos atrás
  Luke Wilde bf2895365b LibWeb/Fetch: Don't add cookies when creating ResourceLoader request há 2 anos atrás
  Timothy Flynn 604d5f5bca AK+Everywhere: Do not implicitly copy variables in TRY macros há 2 anos atrás
  Andreas Kling db27499865 LibWeb: Make sure that fetch() response cookies get saved há 2 anos atrás
  Andrew Kaster f5d253dcfa Everywhere: Fully qualify IsLvalueReference in TRY() macros há 2 anos atrás
  Timothy Flynn afc0e461e1 AK+Everywhere: Disallow returning a reference from a fallible expression há 2 anos atrás
  Timothy Flynn d8044c5358 LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS há 2 anos atrás
  Jelle Raaijmakers 25f2e4981c AK: Stop using `DeprecatedString` in Base64 encoding há 2 anos atrás
  Linus Groh ae0606711c LibWeb/Fetch: Remove redundant timingInfo variables há 2 anos atrás
  Linus Groh 3414a6ba20 LibWeb/Fetch: Remove Authorization header upon cross-origin redirect há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  MacDue 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas há 2 anos atrás
  Linus Groh a2a4ad3b9d LibWeb: Fix typo in BodyInitOrReadableBytes type alias há 2 anos atrás
  Linus Groh 216f68c566 LibWeb: Register PendingResponse with a Request to keep it alive há 2 anos atrás
  Linus Groh c8d121fa32 LibWeb: Implement most of the 'Fetching' AOs há 2 anos atrás