Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement connectStart in PerformanceResourceTiming #23323

Merged
merged 5 commits into from May 18, 2019

Conversation

@nehalem501
Copy link
Contributor

nehalem501 commented May 5, 2019

  • 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

  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #21261 (at least partially)
  • There are tests for these changes OR
  • These changes do not require tests because ___

This change is Reviewable

@highfive
Copy link

highfive commented May 5, 2019

Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @Manishearth (or someone else) soon.

@highfive
Copy link

highfive commented May 5, 2019

Heads up! This PR modifies the following files:

  • @asajeffrey: components/script/dom/webidls/PerformanceResourceTiming.webidl, components/script/dom/performanceresourcetiming.rs
  • @KiChjang: components/script/dom/webidls/PerformanceResourceTiming.webidl, components/net/http_loader.rs, components/net_traits/lib.rs, components/script/dom/performanceresourcetiming.rs
@jdm
Copy link
Member

jdm commented May 6, 2019

@bors-servo r+
Thanks!

@bors-servo
Copy link
Contributor

bors-servo commented May 6, 2019

📌 Commit 445faa1 has been approved by jdm

@highfive highfive assigned jdm and unassigned Manishearth May 6, 2019
@bors-servo
Copy link
Contributor

bors-servo commented May 6, 2019

Testing commit 445faa1 with merge b0d00a8...

bors-servo added a commit that referenced this pull request May 6, 2019
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 -->
@bors-servo
Copy link
Contributor

bors-servo commented May 6, 2019

💔 Test failed - linux-rel-wpt

@jdm
Copy link
Member

jdm commented May 6, 2019

Ok, the error is triggered by #21350, which will be fixed by #23322.

@jdm
Copy link
Member

jdm commented May 8, 2019

@bors-servo
Copy link
Contributor

bors-servo commented May 8, 2019

📌 Commit 70c8bb0 has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented May 8, 2019

🌲 The tree is currently closed for pull requests below priority 9000, this pull request will be tested once the tree is reopened

@jdm
Copy link
Member

jdm commented May 8, 2019

@bors-servo r-
Sorry, I think you reverted one too many.

Copy link
Member

jdm left a comment

It looks like my previous comments have not been precise enough. Your original changes were fine, with the exception of one particular test result which needed to be removed.

@jdm
Copy link
Member

jdm commented May 17, 2019

@bors-servo r+
Sorry about the delay!

@bors-servo
Copy link
Contributor

bors-servo commented May 17, 2019

📌 Commit 4ca4ab8 has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented May 17, 2019

Testing commit 4ca4ab8 with merge 208d6cb...

bors-servo added a commit that referenced this pull request May 17, 2019
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 -->
@bors-servo
Copy link
Contributor

bors-servo commented May 18, 2019

☀️ Test successful - arm64, linux-rel-css, linux-rel-wpt, status-taskcluster
Approved by: jdm
Pushing 208d6cb to master...

@bors-servo bors-servo mentioned this pull request May 18, 2019
3 of 5 tasks complete
@bors-servo bors-servo merged commit 4ca4ab8 into servo:master May 18, 2019
3 checks passed
3 checks passed
Travis CI - Pull Request Build Passed
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
homu Test successful
Details
@atouchet
Copy link
Contributor

atouchet commented May 18, 2019

Is #21261 finished or is there still more to do for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

6 participants
You can’t perform that action at this time.