aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/meta/fetch
Commit message (Expand)AuthorAgeFilesLines
* Update web-platform-tests to revision b'aa0081aeb91d3890fbc8e21ccda3ab61ccd09...wpt_update_23-03-2025Servo WPT Sync2025-03-231-3/+0
* Streams: Implement stream pipe-to (#35650)Gregory Terzian2025-03-183-11/+0
* Update web-platform-tests to revision b'c23b0ad587af296087067b48a2f2101233589...Servo WPT Sync2025-03-091-0/+3
* Update web-platform-tests to revision b'fc557e215e11221c91de4f283539725ef2f35...Servo WPT Sync2025-03-021-0/+1
* dom: Implement `WritableStream` (#34844)Gregory Terzian2025-02-191-0/+13
* Update web-platform-tests to revision b'de61904887c13679551c32e5e3e70b4dc870c...Servo WPT Sync2025-02-161-0/+3
* script: Implement the Bytes() method on Request and Response (#35250)shanehandley2025-02-025-135/+0
* Update web-platform-tests to revision b'f630424a79c1ae17deaaf27a21efdbca1378a...Servo WPT Sync2025-02-023-3/+2
* Remove UTF-8 BOM before parsing JSON (#35175)shanehandley2025-01-271-8/+0
* Update web-platform-tests to revision b'e5e7dab5e72edd352b17105acce2b8f443fac...Servo WPT Sync2025-01-2623-103/+281
* [#34767] - Range header is missing from CORS header safelist (#35138)Domenico Rizzo2025-01-241-9/+0
* Update web-platform-tests to revision b'8f3f629756d7351867a8be36d5f217608b9ad...Servo WPT Sync2025-01-191-0/+9
* Enable more test directories and preferences (#34952)Josh Matthews2025-01-174-97/+99
* Update test expectations (#35010)Alex Touchet2025-01-151-36/+0
* Add Content Range Header and add one for blob end range (#34797)TIN TUN AUNG2025-01-141-12/+12
* Sync WPT with upstream (29-12-2024) (#34789)Servo WPT Sync2024-12-291-0/+3
* script: Handle null contexts better during JS runtime shutdown. (#34769)Josh Matthews2024-12-261-1/+0
* Update web-platform-tests to revision b'979291d49c1a8e3d811df117d9e6b5d399a6d...Servo WPT Sync2024-12-222-0/+107
* Save http response reason instead of inferring it from status code (#34694)Simon Wülker2024-12-181-7/+0
* Dom: Re-implement `ReadableStream` Part 1 : Default `Reader` and `Controller`...Gregory Terzian2024-12-172-5/+20
* layout: Allow same `ScriptThread` `<iframe>`s to be resized synchronously (#3...Martin Robinson2024-12-172-15/+28
* Update web-platform-tests to revision b'38623a53d6598cb7aab4be8a810102b352a65...Servo WPT Sync2024-12-1534-20/+329
* Update response handling in main_fetch (#34570)shanehandley2024-12-112-9/+0
* net: correct handling of the empty string referrer policy when provided in re...shanehandley2024-12-071-3/+0
* Enable Shadow DOM for tests (#34299)Josh Matthews2024-11-201-0/+3
* Remove referrer policy from document (#34263)shanehandley2024-11-191-6/+0
* Update web-platform-tests to revision b'6cf69a4f431581e9438681abc776029308ee8...Servo WPT Sync2024-11-172-6/+0
* Use the correct fallback referrer policy for the empty string case (#34201)shanehandley2024-11-102-94/+0
* subtlecrypto: Replace `NormalizedAlgorithm` with specialized variants (#34193)Simon Wülker2024-11-092-12/+0
* Implement PolicyContainer and update the default ReferrerPolicy (#33977)shanehandley2024-11-082-6/+0
* Update web-platform-tests to revision b'd2f2efe271ae2fa661c52ed2fe8564e21ad40...Servo WPT Sync2024-11-031-0/+3
* Update web-platform-tests to revision b'73d6bd0d61f0ad5341d0c2303a7638e3aa12a...Servo WPT Sync2024-10-271-3/+0
* Update web-platform-tests to revision b'5a9d9349a312e12a950d5f4703cd41609a06f...Servo WPT Sync2024-10-202-0/+6
* Implement fetch metadata headers (#33830)Simon Wülker2024-10-1634-652/+83
* Update web-platform-tests to revision b'c7076ab2397dd3dcf0bb93dc304d05be04cd2...Servo WPT Sync2024-10-131-3/+0
* Bring `http_network_or_cache_fetch` closer to the spec (#33531)Simon Wülker2024-10-081-18/+0
* Sync WPT with upstream (06-10-2024) (#33668)Servo WPT Sync2024-10-061-0/+3
* Sync WPT with upstream (29-09-2024) (#33580)Servo WPT Sync2024-09-291-0/+1
* Simplify the data: protocol handler (#33500)webbeef2024-09-283-335/+0
* fetch: header tweaks to improve compliance with fetch spec (#33562)shanehandley2024-09-272-13/+0
* fetch: add an accept encoding header when the range header exists (#33496)shanehandley2024-09-192-9/+0
* Update web-platform-tests to revision b'4c3d068f942231dc905ea283e4f82bd70801c...Servo WPT Sync2024-09-151-0/+3
* Improve spec conformance around request header validation (#33418)shanehandley2024-09-142-274/+0
* Initial support for `<link rel="prefetch">` (#33345)Simon Wülker2024-09-092-77/+33
* Update web-platform-tests to revision b'ec9b870fec350e59e9db48ae2858e914a07f3...Servo WPT Sync2024-09-085-6/+9
* Update web-platform-tests to revision b'5d8ec746ed021738e7ee0cee92ad1a1814ba0...Servo WPT Sync2024-09-011-0/+3
* Allow navigations that include cross-origin redirects to succeed. (#32996)Josh Matthews2024-08-121-32/+0
* script: dont unwrap in header set (#32973)ToBinio2024-08-081-2/+18
* Update web-platform-tests to revision b'3634d5a63f2fa3969616396d95537c91c3348...Servo WPT Sync2024-08-071-0/+3
* Add exception to rejection logic in `generic_call` (#32950)Samson2024-08-061-22/+0