servo/components/net_traits
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
..
image Move PixelFormat to the pixels crate 2018-11-20 10:14:52 +01:00
tests Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
blob_url_store.rs Set response status for range requests to file and blob urls 2018-11-26 09:34:14 +01:00
Cargo.toml WR update: dependencies update 2019-03-21 09:34:42 +08:00
filemanager_thread.rs create uuid before sending PromoteMemory message 2019-03-18 18:27:46 -07:00
image_cache.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
lib.rs Auto merge of #23323 - nehalem501:master, r=jdm 2019-05-17 18:10:09 -04:00
net_error_list.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01: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 Introduce parser metadata for request 2019-05-11 12:10:28 +09:00
response.rs Change Response's statusText default value from 'Ok' to an empty string 2018-11-27 19:26:40 +02:00
storage_thread.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00