Skip to content

Generate keyup events for printable keys#26901

Merged
bors-servo merged 1 commit intoservo:masterfrom
jdm:keyup-winit
Jun 13, 2020
Merged

Generate keyup events for printable keys#26901
bors-servo merged 1 commit intoservo:masterfrom
jdm:keyup-winit

Conversation

@jdm
Copy link
Copy Markdown
Member

@jdm jdm commented Jun 12, 2020

  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix No keyup events for letter keys on macOS #26880
  • These changes do not require tests because we have no automated way to test user input

@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Jun 12, 2020
@Manishearth
Copy link
Copy Markdown
Member

@bors-servo r+

@bors-servo
Copy link
Copy Markdown
Contributor

📌 Commit 87724ec has been approved by Manishearth

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Jun 12, 2020
@jdm jdm mentioned this pull request Jun 12, 2020
4 tasks
bors-servo added a commit that referenced this pull request Jun 12, 2020
Focus correctness improvements

These changes improve the behaviour of focus in Hubs rooms, and are expected to improve web compat around other dynamic pages that receive keyboard events as well.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #26901 and fix #26900.
- [x] There are tests for these changes
@bors-servo
Copy link
Copy Markdown
Contributor

⌛ Testing commit 87724ec with merge ef83dae...

bors-servo added a commit that referenced this pull request Jun 13, 2020
Generate keyup events for printable keys

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #26880
- [x] These changes do not require tests because we have no automated way to test user input
@bors-servo
Copy link
Copy Markdown
Contributor

💔 Test failed - status-taskcluster

@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Jun 13, 2020
bors-servo added a commit that referenced this pull request Jun 13, 2020
Focus correctness improvements

These changes improve the behaviour of focus in Hubs rooms, and are expected to improve web compat around other dynamic pages that receive keyboard events as well.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #26901 and fix #26900.
- [x] There are tests for these changes
@jdm
Copy link
Copy Markdown
Member Author

jdm commented Jun 13, 2020

@bors-servo
Copy link
Copy Markdown
Contributor

⌛ Testing commit 87724ec with merge 11c1572...

bors-servo added a commit that referenced this pull request Jun 13, 2020
Generate keyup events for printable keys

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #26880
- [x] These changes do not require tests because we have no automated way to test user input
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Jun 13, 2020
@bors-servo
Copy link
Copy Markdown
Contributor

💔 Test failed - status-taskcluster

@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Jun 13, 2020
@jdm
Copy link
Copy Markdown
Member Author

jdm commented Jun 13, 2020

@bors-servo retry

@bors-servo
Copy link
Copy Markdown
Contributor

⌛ Testing commit 87724ec with merge 73760ea...

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Jun 13, 2020
@bors-servo
Copy link
Copy Markdown
Contributor

☀️ Test successful - status-taskcluster
Approved by: Manishearth
Pushing 73760ea to master...

@bors-servo bors-servo merged commit 73760ea into servo:master Jun 13, 2020
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Jun 13, 2020
bors-servo added a commit that referenced this pull request Jun 15, 2020
Focus correctness improvements

These changes improve the behaviour of focus in Hubs rooms, and are expected to improve web compat around other dynamic pages that receive keyboard events as well.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #26901 and fix #26900.
- [x] There are tests for these changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No keyup events for letter keys on macOS

5 participants