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 SubmitEvent #25636

Merged
merged 1 commit into from Jan 31, 2020
Merged

Implement SubmitEvent #25636

merged 1 commit into from Jan 31, 2020

Conversation

@pshaughn
Copy link
Member

pshaughn commented Jan 29, 2020

FormSubmitter was already being passed into submit, so there wasn't much work to do here other than making the new event interface itself.


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

highfive commented Jan 29, 2020

Heads up! This PR modifies the following files:

  • @asajeffrey: components/script/dom/htmlbuttonelement.rs, components/script/dom/submitevent.rs, components/script/dom/htmlformelement.rs, components/script/dom/mod.rs, components/script/dom/webidls/SubmitEvent.webidl and 1 more
  • @KiChjang: components/script/dom/htmlbuttonelement.rs, components/script/dom/submitevent.rs, components/script/dom/htmlformelement.rs, components/script/dom/mod.rs, components/script/dom/webidls/SubmitEvent.webidl and 1 more
components/script/dom/submitevent.rs Outdated Show resolved Hide resolved
components/script/dom/submitevent.rs Outdated Show resolved Hide resolved
@pshaughn
Copy link
Member Author

pshaughn commented Jan 29, 2020

I took out window-named-getter reliance from a few tests in order to get more meaningful results; they still fail, but now it's for a much more interesting reason and the harness itself doesn't catch an error.

@jdm
Copy link
Member

jdm commented Jan 30, 2020

@pshaughn Did you forget to push the updated changes?

@pshaughn
Copy link
Member Author

pshaughn commented Jan 30, 2020

Apparently yes. I will get to that!

@servo-wpt-sync
Copy link
Collaborator

servo-wpt-sync commented Jan 30, 2020

Error syncing changes upstream. Logs saved in error-snapshot-1580395720500.

@pshaughn
Copy link
Member Author

pshaughn commented Jan 30, 2020

OK no the version that changed 4000 files is clearly not the right thing

@servo-wpt-sync
Copy link
Collaborator

servo-wpt-sync commented Jan 30, 2020

Opened new PR for upstreamable changes.

Completed upstream sync of web-platform-test changes at web-platform-tests/wpt#21513.

@pshaughn
Copy link
Member Author

pshaughn commented Jan 30, 2020

I think this is now what I actually meant to push.

@jdm
Copy link
Member

jdm commented Jan 30, 2020

@bors-servo r+
Thanks!

@bors-servo
Copy link
Contributor

bors-servo commented Jan 30, 2020

📌 Commit 5aae73d has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Jan 30, 2020

Testing commit 5aae73d with merge 3922b22...

bors-servo added a commit that referenced this pull request Jan 30, 2020
Implement SubmitEvent

<!-- Please describe your changes on the following line: -->
FormSubmitter was already being passed into submit, so there wasn't much work to do here other than making the new event interface itself.

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

<!-- 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 Jan 30, 2020

💔 Test failed - status-taskcluster

@bors-servo
Copy link
Contributor

bors-servo commented Jan 31, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jan 31, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jan 31, 2020

Testing commit 9cc218d with merge e99efd7...

bors-servo added a commit that referenced this pull request Jan 31, 2020
Implement SubmitEvent

<!-- Please describe your changes on the following line: -->
FormSubmitter was already being passed into submit, so there wasn't much work to do here other than making the new event interface itself.

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

<!-- 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 Jan 31, 2020

💔 Test failed - status-taskcluster

@CYBAI
Copy link
Collaborator

CYBAI commented Jan 31, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jan 31, 2020

Testing commit 9cc218d with merge 59fc6e5...

bors-servo added a commit that referenced this pull request Jan 31, 2020
Implement SubmitEvent

<!-- Please describe your changes on the following line: -->
FormSubmitter was already being passed into submit, so there wasn't much work to do here other than making the new event interface itself.

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

<!-- 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 Jan 31, 2020

💔 Test failed - status-taskcluster

@jdm
Copy link
Member

jdm commented Jan 31, 2020

@bors-servo
Copy link
Contributor

bors-servo commented Jan 31, 2020

Testing commit 9cc218d with merge 393b676...

bors-servo added a commit that referenced this pull request Jan 31, 2020
Implement SubmitEvent

<!-- Please describe your changes on the following line: -->
FormSubmitter was already being passed into submit, so there wasn't much work to do here other than making the new event interface itself.

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

<!-- 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 Jan 31, 2020

☀️ Test successful - status-taskcluster
Approved by: jdm
Pushing 393b676 to master...

@bors-servo bors-servo merged commit 9cc218d into servo:master Jan 31, 2020
2 checks passed
2 checks passed
Community-TC (pull_request) TaskGroup: success
Details
homu Test successful
Details
@bors-servo bors-servo mentioned this pull request Jan 31, 2020
4 of 4 tasks complete
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.

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