Matthew Olsson
|
31341b280a
LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR()
|
1 年之前 |
Andreas Kling
|
89da988da1
LibWeb: Honor User-Agent spoofing in Fetch headers
|
1 年之前 |
Shannon Booth
|
e2e7c4d574
Everywhere: Use to_number<T> instead of to_{int,uint,float,double}
|
1 年之前 |
Andreas Kling
|
34344120f2
AK: Make "foo"_string infallible
|
1 年之前 |
Simon McMahon
|
2ce416a676
LibWeb: Parse header value lists for some CORS headers
|
1 年之前 |
Simon McMahon
|
3a1f510af0
LibWeb: Support for Access-Control-Expose-Headers in Fetch
|
1 年之前 |
Timothy Flynn
|
29d90ccf3b
LibWeb: Implement the legacy extracting an encoding AO
|
2 年之前 |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 年之前 |
Luke Wilde
|
cfbd0bbe0a
LibWeb/Fetch: Implement Header's "extract a length" function
|
2 年之前 |
Linus Groh
|
ad4b4046f4
LibWeb/Fetch: Propagate OOM errors from HeaderList::extract_mime_type()
|
2 年之前 |
Linus Groh
|
2d7ce38ee2
LibWeb/MimeSniff: Port MimeType to new String
|
2 年之前 |
Linus Groh
|
fabea2a6a7
LibWeb/MimeSniff: Rename MimeType::from_string() to MimeType::parse()
|
2 年之前 |
Linus Groh
|
11023a3c53
LibWeb/Fetch: Port infrastructure to new String
|
2 年之前 |
Linus Groh
|
ee68eba0ac
LibWeb: Implement Headers.getSetCookie()
|
2 年之前 |
Linus Groh
|
6bce48e99b
LibWeb: Fix UAF in convert_header_names_to_a_sorted_lowercase_set()
|
2 年之前 |
Luke Wilde
|
237df9df5c
LibWeb: Make extract_header_list_values differentiate parsing failures
|
2 年之前 |
Linus Groh
|
6e7459322d
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
|
2 年之前 |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 年之前 |
Linus Groh
|
2f1bda3347
LibWeb/Fetch: Tweak wording in some spec comments
|
2 年之前 |
Linus Groh
|
a156722744
LibWeb/Fetch: Update spec comment to decode bytes to string
|
2 年之前 |
Linus Groh
|
1c9bb2d8b4
LibWeb/Fetch: Refactor forbidden request-headers
|
2 年之前 |
Linus Groh
|
011f6a6cb4
LibWeb/Fetch: Use tuple syntax for headers in spec comments
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Linus Groh
|
455aa34011
LibWeb: Partially implement 'Extract header (list) values' AOs
|
2 年之前 |
Linus Groh
|
6deb5ce9b5
LibWeb: Implement 'Default `User-Agent` value' AO
|
2 年之前 |
Linus Groh
|
b1968b8bed
LibWeb: Make Fetch::Infrastructure::{Request,Response,HeaderList} GC'd
|
2 年之前 |
Linus Groh
|
16136f0bdd
LibWeb: Fix incorrect peek offset in HeaderList::get_decode_and_split()
|
2 年之前 |
Linus Groh
|
65f5c7adbc
LibWeb: Add Fetch::Infrastructure::Header::from_string_pair() helper
|
2 年之前 |
Linus Groh
|
60e9790a40
LibWeb/Fetch: Add support for parsing a single range header value
|
2 年之前 |
Ben Wiederhake
|
3aeb57ed09
AK+Everywhere: Fix data corruption due to code-point-to-char conversion
|
2 年之前 |