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

WebXR initialization #23675

Merged
merged 2 commits into from Jul 3, 2019
Merged

WebXR initialization #23675

merged 2 commits into from Jul 3, 2019

Conversation

@asajeffrey
Copy link
Member

asajeffrey commented Jul 1, 2019

Initialize a WebXR device registry in Servo.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes do not require tests because this is hidden plumbing at the moment

This change is Reviewable

@highfive
Copy link

highfive commented Jul 1, 2019

Heads up! This PR modifies the following files:

  • @paulrouget: ports/glutin/embedder.rs, components/compositing/Cargo.toml, ports/glutin/Cargo.toml, components/compositing/windowing.rs, components/servo/Cargo.toml and 2 more
components/servo/Cargo.toml Outdated Show resolved Hide resolved
@Manishearth
Copy link
Member

Manishearth commented Jul 1, 2019

@bors-servo
Copy link
Contributor

bors-servo commented Jul 1, 2019

📌 Commit 8ab607a has been approved by Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Jul 1, 2019

Testing commit 8ab607a with merge 2d2891f...

bors-servo added a commit that referenced this pull request Jul 1, 2019
WebXR initialization

<!-- Please describe your changes on the following line: -->

Initialize a WebXR device registry in Servo.

---
<!-- 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 do not require tests because this is hidden plumbing at the moment

<!-- 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/23675)
<!-- Reviewable:end -->
@asajeffrey
Copy link
Member Author

asajeffrey commented Jul 1, 2019

@bors-servo r- should land #23575 first

@bors-servo
Copy link
Contributor

bors-servo commented Jul 1, 2019

☀️ Test successful - linux-rel-css, linux-rel-wpt, status-taskcluster
State: approved= try=False

@asajeffrey
Copy link
Member Author

asajeffrey commented Jul 2, 2019

@bors-servo r=Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Jul 2, 2019

📌 Commit 8ab607a has been approved by Manishearth

@asajeffrey
Copy link
Member Author

asajeffrey commented Jul 2, 2019

Oh rats, there's merge conflicts.

@bors-servo
Copy link
Contributor

bors-servo commented Jul 2, 2019

The latest upstream changes (presumably #23665) made this pull request unmergeable. Please resolve the merge conflicts.

@bors-servo
Copy link
Contributor

bors-servo commented Jul 2, 2019

🔒 Merge conflict

@asajeffrey asajeffrey force-pushed the asajeffrey:webxr-initialization branch from 8ab607a to c383741 Jul 2, 2019
@asajeffrey
Copy link
Member Author

asajeffrey commented Jul 2, 2019

@bors-servo r=Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Jul 2, 2019

📌 Commit c383741 has been approved by Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Jul 2, 2019

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jul 2, 2019

@bors-servo
Copy link
Contributor

bors-servo commented Jul 2, 2019

The latest upstream changes (presumably #23641) made this pull request unmergeable. Please resolve the merge conflicts.

@asajeffrey asajeffrey force-pushed the asajeffrey:webxr-initialization branch from c383741 to 135ad4a Jul 2, 2019
@asajeffrey
Copy link
Member Author

asajeffrey commented Jul 2, 2019

Rebased. @bors-servo r=Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Jul 2, 2019

📌 Commit 135ad4a has been approved by Manishearth

@bors-servo
Copy link
Contributor

bors-servo commented Jul 3, 2019

Testing commit 135ad4a with merge 95f415d...

bors-servo added a commit that referenced this pull request Jul 3, 2019
WebXR initialization

<!-- Please describe your changes on the following line: -->

Initialize a WebXR device registry in Servo.

---
<!-- 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 do not require tests because this is hidden plumbing at the moment

<!-- 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/23675)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 3, 2019

💔 Test failed - linux-rel-wpt

@jdm
Copy link
Member

jdm commented Jul 3, 2019

@bors-servo
Copy link
Contributor

bors-servo commented Jul 3, 2019

Testing commit 135ad4a with merge a7ff87f...

bors-servo added a commit that referenced this pull request Jul 3, 2019
WebXR initialization

<!-- Please describe your changes on the following line: -->

Initialize a WebXR device registry in Servo.

---
<!-- 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 do not require tests because this is hidden plumbing at the moment

<!-- 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/23675)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Jul 3, 2019

☀️ Test successful - linux-rel-css, linux-rel-wpt, status-taskcluster
Approved by: Manishearth
Pushing a7ff87f to master...

@bors-servo bors-servo merged commit 135ad4a into servo:master Jul 3, 2019
4 checks passed
4 checks passed
Taskcluster (pull_request) TaskGroup: success
Details
Travis CI - Pull Request Build Passed
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
homu Test successful
Details
@bors-servo bors-servo mentioned this pull request Jul 3, 2019
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.

None yet

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