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 upCombine Page into BrowsingContext #11044
Conversation
highfive
commented
May 6, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
May 6, 2016
|
@bors-servo try |
Combine Page into BrowsingContext Fixes #11031. `Page` and `BrowsingContext` have similar use cases and we decided it would be best to join the two. This is the ground work for actually using session history in the `BrowsingContext` to implement the History API. r? @jdm <!-- 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/11044) <!-- Reviewable:end -->
|
|
highfive
commented
May 6, 2016
|
7165d3a
to
a2faace
highfive
commented
May 6, 2016
|
New code was committed to pull request. |
a2faace
to
4cddf88
highfive
commented
May 6, 2016
|
New code was committed to pull request. |
|
@bors-servo try |
Combine Page into BrowsingContext Fixes #11031. `Page` and `BrowsingContext` have similar use cases and we decided it would be best to join the two. This is the ground work for actually using session history in the `BrowsingContext` to implement the History API. r? @jdm <!-- 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/11044) <!-- Reviewable:end -->
|
|
4cddf88
to
4e98f43
highfive
commented
May 6, 2016
|
New code was committed to pull request. |
Combine Page into BrowsingContext Fixes #11031. `Page` and `BrowsingContext` have similar use cases and we decided it would be best to join the two. This is the ground work for actually using session history in the `BrowsingContext` to implement the History API. r? @jdm <!-- 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/11044) <!-- Reviewable:end -->
|
|
highfive
commented
May 7, 2016
|
|
@bors-servo retry |
Trace and finalize BrowsingContext This is a prerequisite for merging #11044, and is an important correctness fix on its own. r? @Ms2ger <!-- 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/11113) <!-- Reviewable:end -->
|
|
Allow for adding history items Fixed nested iframe test failure Cleanup and small refactors fixup
d323481
to
cbc5ca6
|
This should now be ready for review. |
highfive
commented
May 11, 2016
|
New code was committed to pull request. |
|
This is great! I'm so please to see Page totally gone :)
|
highfive
commented
May 11, 2016
|
New code was committed to pull request. |
|
Review status: all files reviewed at latest revision, 5 unresolved discussions. components/script/script_thread.rs, line 627 [r1] (raw file):
|
|
@bors-servo: r+
|
|
|
Combine Page into BrowsingContext Fixes #11031. `Page` and `BrowsingContext` have similar use cases and we decided it would be best to join the two. This is the ground work for actually using session history in the `BrowsingContext` to implement the History API. r? @jdm <!-- 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/11044) <!-- Reviewable:end -->
|
|
cbrewster commentedMay 6, 2016
•
edited by larsbergstrom
Fixes #11031.
PageandBrowsingContexthave similar use cases and we decided it would be best to join the two.This is the ground work for actually using session history in the
BrowsingContextto implement the History API.r? @jdm
This change is