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 upRecord the frame type (IFrame or MozBrowserIFrame) in the pipeline. #11430
Conversation
highfive
commented
May 26, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
May 26, 2016
|
cc @ConnorGBrewster |
|
@bors-servo delegate=ConnorGBrewster r? @ConnorGBrewster |
|
|
|
I think these changes look good! Just a few nits with some of the comments. -S-awaiting-review +S-needs-code-changes +S-awaiting-answer
|
highfive
commented
May 26, 2016
|
New code was committed to pull request. |
|
Review status: all files reviewed at latest revision, 4 unresolved discussions. components/constellation/constellation.rs, line 1844 [r1] (raw file):
|
|
r=me after the TODO comment is removed and this is squashed -S-awaiting-review
|
|
Review status: 5 of 6 files reviewed at latest revision, 5 unresolved discussions. components/script/dom/htmliframeelement.rs, line 449 [r2] (raw file):
|
16b1255
to
d92dfe1
highfive
commented
May 26, 2016
|
New code was committed to pull request. |
|
Fixed and squashed. @bors-servo: r=ConnorGBrewster |
|
|
…ent-info, r=ConnorGBrewster Record the frame type (IFrame or MozBrowserIFrame) in the pipeline. 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 do not require tests because this is a refactoring Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. This is a first step towards supporting the notion of multiple top-level browsing contexts in Servo, by making the constellation aware of which content is loaded in a mozbrowser iframe. <!-- 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/11430) <!-- Reviewable:end -->
|
|
asajeffrey 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 errorsPull requests that do not address these steps are welcome, but they will require additional verification as part of the review process.
This is a first step towards supporting the notion of multiple top-level browsing contexts in Servo, by making the constellation aware of which content is loaded in a mozbrowser iframe.
This change is