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

Partial fix for #12415: expose interfaces of some HTML Elements #12617

Merged
merged 1 commit into from Jul 28, 2016

Conversation

@mskrzypkows
Copy link

mskrzypkows commented Jul 27, 2016

Fix for interfaces:
HTMLHeadingElement.webidl
HTMLHRElement.webidl
HTMLHtmlElement.webidl
HTMLHyperlinkElementUtils.webidl
HTMLIFrameElement.webidl
HTMLImageElement.webidl
HTMLInputElement.webidl
HTMLLabelElement.webidl
HTMLLegendElement.webidl
HTMLLIElement.webidl


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

This change is Reviewable

@highfive
Copy link

highfive commented Jul 27, 2016

Heads up! This PR modifies the following files:

  • @KiChjang: components/script/dom/webidls/HTMLLegendElement.webidl, components/script/dom/webidls/HTMLHtmlElement.webidl, components/script/dom/webidls/HTMLInputElement.webidl, components/script/dom/webidls/HTMLLIElement.webidl, components/script/dom/webidls/HTMLIFrameElement.webidl, components/script/dom/webidls/HTMLImageElement.webidl, components/script/dom/webidls/HTMLHeadingElement.webidl, components/script/dom/webidls/HTMLHyperlinkElementUtils.webidl, components/script/dom/webidls/HTMLHRElement.webidl, components/script/dom/webidls/HTMLLabelElement.webidl
@Ms2ger
Copy link
Contributor

Ms2ger commented Jul 27, 2016

Excellent, thank you!

@Ms2ger
Copy link
Contributor

Ms2ger commented Jul 27, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Jul 27, 2016

📌 Commit 0eb907b has been approved by Ms2ger

@highfive highfive assigned Ms2ger and unassigned glennw Jul 27, 2016
@bors-servo
Copy link
Contributor

bors-servo commented Jul 28, 2016

Testing commit 0eb907b with merge 28aed40...

bors-servo added a commit that referenced this pull request Jul 28, 2016
Partial fix for #12415: expose interfaces of some HTML Elements

<!-- Please describe your changes on the following line: -->
Fix for interfaces:
HTMLHeadingElement.webidl
HTMLHRElement.webidl
HTMLHtmlElement.webidl
HTMLHyperlinkElementUtils.webidl
HTMLIFrameElement.webidl
HTMLImageElement.webidl
HTMLInputElement.webidl
HTMLLabelElement.webidl
HTMLLegendElement.webidl
HTMLLIElement.webidl

---
<!-- 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 #12415

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____

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

bors-servo commented Jul 28, 2016

💔 Test failed - linux-rel

@highfive
Copy link

highfive commented Jul 28, 2016

  ▶ Unexpected subtest result in /workers/constructors/Worker/unexpected-self-properties.html:
  └ PASS [expected FAIL] unexpected members/interface objects/constructors
@mskrzypkows
Copy link
Author

mskrzypkows commented Jul 28, 2016

Should I remove the test? Do my changes really make it pass?

@jdm
Copy link
Member

jdm commented Jul 28, 2016

It's a test that looks at properties of objects in workers, so it seems reasonable, yes.

@mskrzypkows mskrzypkows force-pushed the mskrzypkows:expose_interfaces branch from 0eb907b to 6d532cf Jul 28, 2016
@mskrzypkows
Copy link
Author

mskrzypkows commented Jul 28, 2016

unexpected-self-properties.html removed

@Ms2ger
Copy link
Contributor

Ms2ger commented Jul 28, 2016

Er, you removed the test itself; only the expectation (.ini) file should be removed.

@mskrzypkows
Copy link
Author

mskrzypkows commented Jul 28, 2016

OK, I'll bring it back :-)

@mskrzypkows mskrzypkows force-pushed the mskrzypkows:expose_interfaces branch from 6d532cf to 9fa6d50 Jul 28, 2016
@Ms2ger
Copy link
Contributor

Ms2ger commented Jul 28, 2016

Thank you kindly

@bors-servo r+

@bors-servo
Copy link
Contributor

bors-servo commented Jul 28, 2016

📌 Commit 9fa6d50 has been approved by Ms2ger

bors-servo added a commit that referenced this pull request Jul 28, 2016
Partial fix for #12415: expose interfaces of some HTML Elements

<!-- Please describe your changes on the following line: -->
Fix for interfaces:
HTMLHeadingElement.webidl
HTMLHRElement.webidl
HTMLHtmlElement.webidl
HTMLHyperlinkElementUtils.webidl
HTMLIFrameElement.webidl
HTMLImageElement.webidl
HTMLInputElement.webidl
HTMLLabelElement.webidl
HTMLLegendElement.webidl
HTMLLIElement.webidl

---
<!-- 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 #12415

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____

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

bors-servo commented Jul 28, 2016

Testing commit 9fa6d50 with merge 90243de...

@bors-servo
Copy link
Contributor

bors-servo commented Jul 28, 2016

💔 Test failed - linux-rel

@jdm
Copy link
Member

jdm commented Jul 28, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Jul 28, 2016

Testing commit 9fa6d50 with merge 82f734b...

bors-servo added a commit that referenced this pull request Jul 28, 2016
Partial fix for #12415: expose interfaces of some HTML Elements

<!-- Please describe your changes on the following line: -->
Fix for interfaces:
HTMLHeadingElement.webidl
HTMLHRElement.webidl
HTMLHtmlElement.webidl
HTMLHyperlinkElementUtils.webidl
HTMLIFrameElement.webidl
HTMLImageElement.webidl
HTMLInputElement.webidl
HTMLLabelElement.webidl
HTMLLegendElement.webidl
HTMLLIElement.webidl

---
<!-- 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 #12415

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____

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

bors-servo commented Jul 28, 2016

@bors-servo bors-servo merged commit 9fa6d50 into servo:master Jul 28, 2016
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
@mskrzypkows mskrzypkows deleted the mskrzypkows:expose_interfaces branch Jul 29, 2016
scotttrinh added a commit to scotttrinh/servo that referenced this pull request Sep 29, 2016
@scotttrinh scotttrinh mentioned this pull request Sep 29, 2016
4 of 5 tasks complete
bors-servo added a commit that referenced this pull request Oct 1, 2016
Partial fix for #12415: expose WebGL interfaces

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

---
<!-- 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 partially fix #12617 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because they do not add any features

<!-- 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/13493)
<!-- Reviewable:end -->
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.