servo/components/net_traits
bors-servo 918557ad6d
Auto merge of #29752 - mrobinson:fix-29741-by-extending-request-builder, r=mukilan
Fix 29741 by extending request builder

Extend RequestBuilder to include ResponseTainting and used said functionality to set response_tainting to `::CorsTainting` in `cors_preflight_fetch()`.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #29741
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
2023-05-18 10:45:00 +02:00
..
fetch Fix return value of concept-header-list-get to Option<Vec<u8>> 2023-03-26 19:57:39 +09:00
image Implement WebP support 2022-05-10 18:40:19 -03:00
tests Implement WebP support 2022-05-10 18:40:19 -03:00
blob_url_store.rs check same-origin and url against the blob beign revoked 2019-11-18 22:44:07 +09:00
Cargo.toml Start the transition to workspace dependencies 2023-05-17 11:59:35 +02:00
filemanager_thread.rs Fix some Clippy lints. 2022-08-04 00:13:36 +08:00
image_cache.rs Don't send a load event when a loaded image is actually the placeholder 2020-05-08 19:15:24 +02:00
lib.rs Remove net from dependencies 2023-03-20 22:12:50 +09:00
pub_domains.rs Fix some warnings 2018-12-28 15:31:08 +01:00
quality.rs Fix some warnings 2018-12-28 15:31:08 +01:00
request.rs add response tainting to request builder 2023-05-18 09:33:56 +02:00
response.rs Fix some Clippy lints. 2022-08-04 00:13:36 +08:00
storage_thread.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00