summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Fetch/Headers.cpp
AgeCommit message (Expand)Author
2023-03-10Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_caseAndreas Kling
2023-03-03LibWeb/Fetch: Port JS interfaces to new StringLinus Groh
2023-02-11LibWeb: Implement Headers.getSetCookie()Linus Groh
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2023-01-08LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJSTimothy Flynn
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-08LibWeb/Fetch: Share validation logic in the Headers classLinus Groh
2022-12-08LibWeb/Fetch: Tweak wording in some spec commentsLinus Groh
2022-12-08LibWeb/Fetch: Refactor forbidden request-headersLinus Groh
2022-12-08LibWeb/Fetch: Use tuple syntax for headers in spec commentsLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-30LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'dLinus Groh
2022-10-29LibWeb: Use StringView literals for all `WebIDL::SimpleException`sLinus Groh
2022-10-24LibWeb: Add Fetch::Infrastructure::Header::from_string_pair() helperLinus Groh
2022-10-01LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPIAndrew Kaster
2022-09-27LibWeb: Make HeaderList ref-countedLinus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-21Everywhere: Rename WrapperGenerator to BindingsGeneratorLinus Groh
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling
2022-09-06LibWeb: Make Headers and HeadersIterator GC-allocatedAndreas Kling
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-07-20LibWeb: Fix accidental (name, name) header in Headers::fill()Linus Groh
2022-07-19LibWeb: Implement '5.1. Headers class' from the Fetch API :^)Linus Groh