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

Took out the special mouseover cancel case #25240

Merged
merged 2 commits into from Dec 11, 2019

Conversation

@pshaughn
Copy link
Member

pshaughn commented Dec 11, 2019

eventtarget.rs was checking the event type to see if it was a mouseover; now it doesn't. Other special-case events like error and beforeunload go down other code paths entirely, so this one has no special cases left.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #25190
  • There are tests for these changes
@highfive
Copy link

highfive commented Dec 11, 2019

Heads up! This PR modifies the following files:

@SimonSapin
Copy link
Member

SimonSapin commented Dec 11, 2019

Looks good, thanks!

@bors-servo r+

I’ve added a commit to your branch to add FIXME to the new comment.

@bors-servo
Copy link
Contributor

bors-servo commented Dec 11, 2019

📌 Commit e501eaa has been approved by SimonSapin

@bors-servo
Copy link
Contributor

bors-servo commented Dec 11, 2019

Testing commit e501eaa with merge 4edb809...

bors-servo added a commit that referenced this pull request Dec 11, 2019
Took out the special mouseover cancel case

<!-- Please describe your changes on the following line: -->
eventtarget.rs was checking the event type to see if it was a mouseover; now it doesn't. Other special-case events like error and beforeunload go down other code paths entirely, so this one has no special cases left.

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

<!-- Either: -->
- [X] There are tests for these changes

<!-- 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. -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 11, 2019

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Dec 11, 2019

@bors-servo
Copy link
Contributor

bors-servo commented Dec 11, 2019

Testing commit e501eaa with merge fc97a53...

bors-servo added a commit that referenced this pull request Dec 11, 2019
Took out the special mouseover cancel case

<!-- Please describe your changes on the following line: -->
eventtarget.rs was checking the event type to see if it was a mouseover; now it doesn't. Other special-case events like error and beforeunload go down other code paths entirely, so this one has no special cases left.

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

<!-- Either: -->
- [X] There are tests for these changes

<!-- 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. -->
@bors-servo
Copy link
Contributor

bors-servo commented Dec 11, 2019

☀️ Test successful - status-taskcluster
Approved by: SimonSapin
Pushing fc97a53 to master...

@bors-servo bors-servo merged commit e501eaa into servo:master Dec 11, 2019
2 checks passed
2 checks passed
Community-TC (pull_request) TaskGroup: success
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.