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

Remove 'on' prefix from event handler macros #23016

Merged
merged 1 commit into from Mar 14, 2019

Conversation

@pngai
Copy link
Contributor

pngai commented Mar 12, 2019

Remove 'on' prefix from event handler macros


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #22516 (GitHub issue number if applicable)
  • There are tests for these changes OR
  • These changes do not require tests because ___

This change is Reviewable

@highfive
Copy link

highfive commented Mar 12, 2019

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

@highfive
Copy link

highfive commented Mar 12, 2019

Heads up! This PR modifies the following files:

  • @asajeffrey: components/script/dom/permissionstatus.rs, components/script/dom/texttrackcue.rs, components/script/dom/texttracklist.rs, components/script/dom/texttrack.rs
  • @KiChjang: components/script/dom/permissionstatus.rs, components/script/dom/texttrackcue.rs, components/script/dom/texttracklist.rs, components/script/dom/texttrack.rs
@highfive
Copy link

highfive commented Mar 12, 2019

warning Warning warning

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

jdm commented Mar 12, 2019

@bors-servo try=wpt

@bors-servo
Copy link
Contributor

bors-servo commented Mar 12, 2019

Trying commit e3ebc1d with merge d8bb828...

bors-servo added a commit that referenced this pull request Mar 12, 2019
Remove 'on' prefix from event handler macros

<!-- Please describe your changes on the following line: -->
Remove 'on' prefix from event handler macros

---
<!-- 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 #22516 (GitHub issue number if applicable)

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

bors-servo commented Mar 12, 2019

💔 Test failed - linux-rel-css

@jdm
Copy link
Member

jdm commented Mar 12, 2019

  ▶ Unexpected subtest result in /html/semantics/embedded-content/media-elements/interfaces/TextTrack/oncuechange.html:
  └ PASS [expected FAIL] TextTrack.oncuechange

  ▶ Unexpected subtest result in /html/semantics/embedded-content/media-elements/interfaces/TextTrackList/onremovetrack.html:
  └ PASS [expected FAIL] TextTrackList.onremovetrack

  ▶ Unexpected subtest result in /html/semantics/embedded-content/media-elements/interfaces/TextTrackList/onaddtrack.html:
  └ PASS [expected FAIL] TextTrackList.onaddtrack

Hooray! Please update onaddtrack.html.ini, onremovetrack.html.ini, and oncuechange.html.ini with the new results.

@pngai pngai force-pushed the pngai:remove-on-prefix branch from e3ebc1d to b17343a Mar 13, 2019
@jdm
Copy link
Member

jdm commented Mar 14, 2019

@bors-servo
Copy link
Contributor

bors-servo commented Mar 14, 2019

📌 Commit b17343a has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Mar 14, 2019

Testing commit b17343a with merge f291bec...

bors-servo added a commit that referenced this pull request Mar 14, 2019
Remove 'on' prefix from event handler macros

<!-- Please describe your changes on the following line: -->
Remove 'on' prefix from event handler macros

---
<!-- 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 #22516 (GitHub issue number if applicable)

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

bors-servo commented Mar 14, 2019

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Mar 14, 2019

@bors-servo
Copy link
Contributor

bors-servo commented Mar 14, 2019

Testing commit b17343a with merge bc03d32...

bors-servo added a commit that referenced this pull request Mar 14, 2019
Remove 'on' prefix from event handler macros

<!-- Please describe your changes on the following line: -->
Remove 'on' prefix from event handler macros

---
<!-- 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 #22516 (GitHub issue number if applicable)

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

bors-servo commented Mar 14, 2019

@bors-servo bors-servo merged commit b17343a into servo:master Mar 14, 2019
3 of 4 checks passed
3 of 4 checks passed
continuous-integration/appveyor/pr AppVeyor build failed
Details
Taskcluster (pull_request) TaskGroup: success
Details
Travis CI - Pull Request Build Passed
Details
homu Test successful
Details
@pngai pngai deleted the pngai:remove-on-prefix branch Mar 14, 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.

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