Andreas Kling
|
89da988da1
LibWeb: Honor User-Agent spoofing in Fetch headers
|
1 rok temu |
Simon McMahon
|
3a1f510af0
LibWeb: Support for Access-Control-Expose-Headers in Fetch
|
1 rok temu |
Andreas Kling
|
aeffa0d988
LibWeb: Make Fetch::Infrastructure::HeaderList::is_empty() public
|
2 lat temu |
Timothy Flynn
|
29d90ccf3b
LibWeb: Implement the legacy extracting an encoding AO
|
2 lat temu |
Luke Wilde
|
cfbd0bbe0a
LibWeb/Fetch: Implement Header's "extract a length" function
|
2 lat temu |
Linus Groh
|
ad4b4046f4
LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type()
|
2 lat temu |
Linus Groh
|
11023a3c53
LibWeb/Fetch: Port infrastructure to new String
|
2 lat temu |
Luke Wilde
|
237df9df5c
LibWeb: Make extract_header_list_values differentiate parsing failures
|
2 lat temu |
Timothy Flynn
|
7955cb14fb
LibWeb: Add missing GCPtr.h includes to Fetch headers
|
2 lat temu |
Linus Groh
|
1c9bb2d8b4
LibWeb/Fetch: Refactor forbidden request-headers
|
2 lat temu |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 lat temu |
Linus Groh
|
455aa34011
LibWeb: Partially implement 'Extract header (list) values' AOs
|
2 lat temu |
Linus Groh
|
6deb5ce9b5
LibWeb: Implement 'Default `User-Agent` value' AO
|
2 lat temu |
Linus Groh
|
b1968b8bed
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
|
2 lat temu |
Linus Groh
|
65f5c7adbc
LibWeb: Add Fetch::Infrastructure::Header::from_string_pair() helper
|
2 lat temu |
Linus Groh
|
60e9790a40
LibWeb/Fetch: Add support for parsing a single range header value
|
2 lat temu |
Linus Groh
|
9fb672e981
LibWeb: Implement '5.4. Request class' from the Fetch API :^)
|
2 lat temu |
Linus Groh
|
afe2563e2b
LibWeb: Make HeaderList ref-counted
|
2 lat temu |
Linus Groh
|
042dfc7284
LibWeb: Move extract_mime_type() from XMLHttpRequest to HeaderList
|
3 lat temu |
Linus Groh
|
b5ab1f6b4a
LibWeb: Implement HeaderList::sort_and_combine()
|
3 lat temu |
Linus Groh
|
2726fc9c73
LibWeb: Move Fetch infra into the Web::Fetch::Infrastructure namespace
|
3 lat temu |
Linus Groh
|
4f02bac39c
LibWeb: Add a couple of missing includes to Fetch's Headers.h
|
3 lat temu |
Linus Groh
|
dd9bf10151
LibWeb: Add definitions from '2.2.2. Headers' in the Fetch spec
|
3 lat temu |