index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Fetch
/
Headers.cpp
Age
Commit message (
Expand
)
Author
2023-03-10
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
Andreas Kling
2023-03-03
LibWeb/Fetch: Port JS interfaces to new String
Linus Groh
2023-02-11
LibWeb: Implement Headers.getSetCookie()
Linus Groh
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-08
LibJS+LibWeb: Move the macro to convert ENOMEM to an exception to LibJS
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-08
LibWeb/Fetch: Share validation logic in the Headers class
Linus Groh
2022-12-08
LibWeb/Fetch: Tweak wording in some spec comments
Linus Groh
2022-12-08
LibWeb/Fetch: Refactor forbidden request-headers
Linus Groh
2022-12-08
LibWeb/Fetch: Use tuple syntax for headers in spec comments
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-30
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
Linus Groh
2022-10-29
LibWeb: Use StringView literals for all `WebIDL::SimpleException`s
Linus Groh
2022-10-24
LibWeb: Add Fetch::Infrastructure::Header::from_string_pair() helper
Linus Groh
2022-10-01
LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPI
Andrew Kaster
2022-09-27
LibWeb: Make HeaderList ref-counted
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-21
Everywhere: Rename WrapperGenerator to BindingsGenerator
Linus Groh
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make Headers and HeadersIterator GC-allocated
Andreas Kling
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-07-20
LibWeb: Fix accidental (name, name) header in Headers::fill()
Linus Groh
2022-07-19
LibWeb: Implement '5.1. Headers class' from the Fetch API :^)
Linus Groh