Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMove tinyfiledialog call from script to embedder #25869
Conversation
highfive
commented
Feb 28, 2020
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @nox (or someone else) soon. |
highfive
commented
Feb 28, 2020
|
Heads up! This PR modifies the following files:
|
highfive
commented
Feb 28, 2020
|
While we could certainly add a member to HostTrait like
I don't actually see a reason to do that work until we have a need to have a different per-embedding behaviour for the permission prompt. I'm happy with the current implementation for now! @bors-servo r+ |
|
|
Move tinyfiledialog call from script to embedder <!-- Please describe your changes on the following line: --> PR is based on work started in #23651. I rebased on top of master and addressed review comments. Handling the `PromptPermission` message in `libsimpleservo` is probably not ideal. Looking forward to make more changes, just let me know how I should proceed. --- <!-- 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 #23057 (GitHub issue number if applicable) <!-- Either: --> - [ ] 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. -->
|
|
|
These changes now cause us to run more of the permissions API tests to completion!
You will need to update https://github.com/servo/servo/blob/master/tests/wpt/metadata/permissions/idlharness.any.js.ini to remove the CRASH line, and duplicate these lines but with the header |
|
With these changes, |
|
I'm fine with the current set of commits! |
|
|
Move tinyfiledialog call from script to embedder <!-- Please describe your changes on the following line: --> PR is based on work started in #23651. I rebased on top of master and addressed review comments. Handling the `PromptPermission` message in `libsimpleservo` is probably not ideal. Looking forward to make more changes, just let me know how I should proceed. --- <!-- 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 #23057 (GitHub issue number if applicable) <!-- Either: --> - [ ] 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. -->
|
|
|
@bors-servo retry |
|
|
iulianR commentedFeb 28, 2020
PR is based on work started in #23651. I rebased on top of master and addressed review comments. Handling the
PromptPermissionmessage inlibsimpleservois probably not ideal. Looking forward to make more changes, just let me know how I should proceed../mach build -ddoes not report any errors./mach test-tidydoes not report any errors