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 gl.getParameter(gl.ALIASED_LINE_WIDTH_RANGE) #20648

Merged
merged 1 commit into from Apr 18, 2018

Conversation

@mattnenterprise
Copy link
Contributor

mattnenterprise commented Apr 17, 2018

Implement gl.getParameter(gl.ALIASED_LINE_WIDTH_RANGE)


  • ./mach build -d does not report any errors
  • ./mach build-geckolib does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #20535
  • There are tests for these changes OR
  • These changes do not require tests because _____

This change is Reviewable

@highfive
Copy link

highfive commented Apr 17, 2018

Heads up! This PR modifies the following files:

  • @asajeffrey: components/script/dom/webglrenderingcontext.rs, components/script/Cargo.toml
  • @paulrouget: components/compositing/Cargo.toml, components/servo/Cargo.toml, ports/servo/Cargo.toml
  • @fitzgen: components/script/dom/webglrenderingcontext.rs, components/script/Cargo.toml
  • @KiChjang: components/script/dom/webglrenderingcontext.rs, components/script/Cargo.toml
@highfive
Copy link

highfive commented Apr 17, 2018

warning Warning warning

  • These commits modify script code, but no tests are modified. Please consider adding a test!
@nox
Copy link
Member

nox commented Apr 17, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Apr 17, 2018

📌 Commit ff6b5b8 has been approved by nox

@highfive highfive assigned nox and unassigned asajeffrey Apr 17, 2018
@bors-servo
Copy link
Contributor

bors-servo commented Apr 17, 2018

Testing commit ff6b5b8 with merge 55d8b3f...

bors-servo added a commit that referenced this pull request Apr 17, 2018
Implement gl.getParameter(gl.ALIASED_LINE_WIDTH_RANGE)

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

Implement gl.getParameter(gl.ALIASED_LINE_WIDTH_RANGE)

---
<!-- 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 build-geckolib` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #20535

<!-- 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. -->

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

bors-servo commented Apr 17, 2018

💔 Test failed - linux-rel-wpt

@nox
Copy link
Member

nox commented Apr 17, 2018

  ▶ Unexpected subtest result in /_mozilla/webgl/conformance-1.0.3/conformance/more/conformance/quickCheckAPI-L_S.html:
  └ PASS [expected FAIL] WebGL test #0: testValidArgs

That's good news. You need to remove the .ini file that makes this be an expected failure.

@nox
Copy link
Member

nox commented Apr 18, 2018

@bors-servo
Copy link
Contributor

bors-servo commented Apr 18, 2018

📌 Commit 36c0e38 has been approved by nox

@bors-servo
Copy link
Contributor

bors-servo commented Apr 18, 2018

Testing commit 36c0e38 with merge b182d7c...

bors-servo added a commit that referenced this pull request Apr 18, 2018
Implement gl.getParameter(gl.ALIASED_LINE_WIDTH_RANGE)

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

Implement gl.getParameter(gl.ALIASED_LINE_WIDTH_RANGE)

---
<!-- 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 build-geckolib` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #20535

<!-- 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. -->

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

bors-servo commented Apr 18, 2018

@bors-servo bors-servo merged commit 36c0e38 into servo:master Apr 18, 2018
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
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.

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