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 upImplement Window.open and related infrastructure #20678
Conversation
highfive
commented
Apr 22, 2018
|
Heads up! This PR modifies the following files:
|
highfive
commented
Apr 22, 2018
|
Opened new PR for upstreamable changes. Completed upstream sync of web-platform-test changes at jdm/web-platform-tests#51. |
6a2d887
to
bc26359
|
No upstreamable changes; closed existing PR. Completed upstream sync of web-platform-test changes at jdm/web-platform-tests#51. |
1bd9f3a
to
f594279
dc94a69
to
4b2b6e8
|
This one is now ready for review. A few notes:
|
cb33891
to
32095f4
|
@bors-servo try |
|
@gterzian: |
|
@bors-servo try Sorry homu has to be restarted before it takes the new changes into effect. |
Implement "the rules for choosing a browsing context" <!-- Please describe your changes on the following line: --> Implement https://html.spec.whatwg.org/multipage/browsers.html#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name and plug into 1. https://html.spec.whatwg.org/multipage/links.html#following-hyperlinks 2. https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#concept-form-submit --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach build-geckolib` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #20673 (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. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20678) <!-- Reviewable:end -->
|
|
|
@jdm OK those were indeed too quickly set to
while this looks like an intermittent
|
|
@bors-servo r+ |
|
|
Implement Window.open and related infrastructure <!-- Please describe your changes on the following line: --> Implement https://html.spec.whatwg.org/multipage/window-object.html#window-open-steps and related infra... --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach build-geckolib` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #20673 fix #13241 fix #20887 fix #20713 (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. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20678) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
|
@bors-servo retry |
|
|
|
|
|
Error syncing changes upstream. Logs saved in error-snapshot-1533956366317. |
|
\o/ |
Upstreamed from servo/servo#20678 [ci skip]
gterzian commentedApr 22, 2018
•
edited
Implement https://html.spec.whatwg.org/multipage/window-object.html#window-open-steps and related infra...
./mach build -ddoes not report any errors./mach build-geckolibdoes not report any errors./mach test-tidydoes not report any errorsThis change is