servo/components/net
bors-servo 208d6cb99e
Auto merge of #23323 - nehalem501:master, r=jdm
Implement connectStart in PerformanceResourceTiming

<!-- Please describe your changes on the following line: -->
- Added connectStart where needed (```ResourceFetchTiming```, ```ResourceAttribute```) in ```components/net_traits/lib.rs ```
- Before calling ```client.request``` in ```obtain_response```, we now add the ```connectStart``` attribute (```components/net/http_loader.rs```)
- Updated tests to reflect those changes

---
<!-- 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 #21261 (at least partially)

<!-- Either: -->
- [X] 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. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/23323)
<!-- Reviewable:end -->
2019-05-17 18:10:09 -04:00
..
fetch Added fetch_start functionality in http_fetch 2019-01-24 23:18:54 +05:30
tests Implementing the builder pattern for RequestInit 2019-04-10 14:01:30 -03:00
Cargo.toml use a threadpool for fetch 2019-04-18 15:40:20 +02:00
connector.rs Disable TLS 1.0 and 1.1 2019-05-10 14:53:32 +02:00
cookie.rs Add webdriver deletecookies function 2019-04-19 13:15:50 +05:30
cookie_storage.rs Add webdriver deletecookies function 2019-04-19 13:15:50 +05:30
data_loader.rs Update base64 to 0.10.1 2019-01-25 14:02:56 +01:00
decoder.rs Redesign network response decoding to avoid creating decoders before some content is present. 2019-01-15 16:04:45 -05:00
filemanager_thread.rs Auto merge of #23045 - miller-time:promote-memory-blob, r=jdm 2019-03-20 20:14:34 -04:00
hosts.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
hsts.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
http_cache.rs #8539 Config preferences backend restructure 2019-03-20 15:01:26 +00:00
http_loader.rs Add connectStart in PerformanceResourceTiming 2019-05-03 21:47:00 +02:00
image_cache.rs Update webrender 2018-11-27 17:33:13 -08:00
lib.rs #8539 Config preferences backend restructure 2019-03-20 15:01:26 +00:00
mime_classifier.rs Rustfmt has changed its default style :/ 2018-12-28 13:17:47 +01:00
resource_thread.rs Auto merge of #22769 - gterzian:use_thread_pool_in_resource_thread, r=nox 2019-04-19 15:48:56 -04:00
storage_thread.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
subresource_integrity.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
websocket_loader.rs Implementing the builder pattern for RequestInit 2019-04-10 14:01:30 -03:00