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 up11402 implement window alert #11432
11402 implement window alert #11432
Conversation
highfive
commented
May 26, 2016
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @metajack (or someone else) soon. |
highfive
commented
May 26, 2016
|
Heads up! This PR modifies the following files:
|
|
Please squash your commits into one. r=me when post squash. |
highfive
commented
May 26, 2016
|
New code was committed to pull request. |
|
@bors-servo r+ Thanks! |
|
|
|
@KiChjang Thanks for approving .. was waiting for the checks to pass before @ you :P |
|
@ab22 The "r=me" comment is meant for other reviewers. @bors-servo is very specific about who he listens to. |
11402 implement window alert 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 #11402 Either: - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11432) <!-- Reviewable:end -->
|
|
highfive
commented
May 26, 2016
|
|
Looks like the same issue as #11407 (comment) I guess there is an issue with the codegen. |
| @@ -5025,9 +5025,6 @@ | |||
| [Window interface: attribute applicationCache] | |||
| expected: FAIL | |||
|
|
|||
| [Window interface: operation alert()] | |||
| expected: FAIL | |||
|
|
|||
This comment has been minimized.
This comment has been minimized.
|
You'll need to create some new tests under |
|
What sort of test do you have in mind? Alert seems challenging to me, since it's supposed to have a modal UI. |
|
Good idea! |
highfive
commented
May 26, 2016
|
New code was committed to pull request. |
|
Pushed the new test and reverted the previous mentioned change. Again: |
|
@bors-servo r+ |
|
|
11402 implement window alert 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 #11402 Either: - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11432) <!-- Reviewable:end -->
|
|
ab22 commentedMay 26, 2016
•
edited by larsbergstrom
Thank you for contributing to Servo! Please replace each
[ ]by[X]when the step is complete, and replace__with appropriate data:./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsEither:
Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.
This change is