summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Fetch/Fetching
AgeCommit message (Expand)Author
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-07LibWeb/Fetch: Actually check if the response is null in recursive fetchLuke Wilde
2023-03-07LibWeb: Fully read body if there is one in fetch response handoverLuke Wilde
2023-03-07LibWeb/Fetch: Implement Body's "fully read" function from the specLuke Wilde
2023-03-07LibWeb: Propagate Realm instead of VM more through FetchLuke Wilde
2023-03-06LibWeb: Fix a few const-ness issuesMatthew Olsson
2023-03-06LibJS: Handle both const and non-const Ts in Handle<T>::create()Matthew Olsson
2023-03-03LibWeb/Fetch: Store Response error message as a String{,View} variantLinus Groh
2023-03-03LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type()Linus Groh
2023-03-03LibWeb/Fetch: Port infrastructure to new StringLinus Groh
2023-02-10LibWeb/Fetch: Implement CORS preflightLuke Wilde
2023-02-10LibWeb/Fetch: Don't add cookies when creating ResourceLoader requestLuke Wilde
2023-02-10LibWeb: Add missing GCPtr.h includes to Fetch headersTimothy Flynn
2023-02-10AK+Everywhere: Do not implicitly copy variables in TRY macrosTimothy Flynn
2023-01-15LibWeb: Make sure that fetch() response cookies get savedAndreas Kling
2023-01-15Everywhere: Fully qualify IsLvalueReference in TRY() macrosAndrew Kaster
2023-01-13AK+Everywhere: Disallow returning a reference from a fallible expressionTimothy Flynn
2023-01-08LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJSTimothy Flynn
2022-12-20AK: Stop using `DeprecatedString` in Base64 encodingJelle Raaijmakers
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-08LibWeb/Fetch: Remove redundant timingInfo variablesLinus Groh
2022-12-08LibWeb/Fetch: Remove Authorization header upon cross-origin redirectLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-09LibWeb: Fix typo in BodyInitOrReadableBytes type aliasLinus Groh
2022-11-01LibWeb: Register PendingResponse with a Request to keep it aliveLinus Groh
2022-10-30LibWeb: Implement most of the 'Fetching' AOsLinus Groh
2022-10-30LibWeb: Implement 'CORS check' / 'TAO check' AOsLinus Groh