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 navigation events #11006
Implement navigation events #11006
Conversation
highfive
commented
May 4, 2016
|
Heads up! This PR modifies the following files:
|
highfive
commented
May 4, 2016
|
@bors-servo try |
|
|
highfive
commented
May 4, 2016
|
New code was committed to pull request. |
|
@bors-servo try |
Implement navigation events fixes #11005 Events: * `PopStateEvent` * `HashChangeEvent` * `PageTransitionEvent` <!-- 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/11006) <!-- Reviewable:end -->
|
|
highfive
commented
May 4, 2016
|
highfive
commented
May 4, 2016
|
New code was committed to pull request. |
|
This is ready for review! |
| ev | ||
| } | ||
|
|
||
| #[allow(unsafe_code)] |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
cbrewster
May 4, 2016
Author
Member
whoops! there should only be on the PopStateEvent due to the webidl any. But I will remove it on the other 2 events.
highfive
commented
May 4, 2016
|
New code was committed to pull request. |
highfive
commented
May 10, 2016
|
New code was committed to pull request. |
highfive
commented
May 11, 2016
|
New code was committed to pull request. |
|
Just squashed, that test is passing, I added |
|
That is the correct thing to do. |
|
@bors-servo: r=asajeffrey |
|
|
Implement navigation events fixes #11005 Events: * `PopStateEvent` * `HashChangeEvent` * `PageTransitionEvent` <!-- 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/11006) <!-- Reviewable:end -->
|
|
highfive
commented
May 12, 2016
|
|
I am unsure why that test is failing. It is not marked as expected to fail. |
|
@jdm ahh need to rebase my local version |
highfive
commented
May 12, 2016
|
New code was committed to pull request. |
|
@bors-servo r+ |
|
|
Implement navigation events fixes #11005 Events: * `PopStateEvent` * `HashChangeEvent` * `PageTransitionEvent` <!-- 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/11006) <!-- Reviewable:end -->
|
|
cbrewster commentedMay 4, 2016
•
edited by larsbergstrom
fixes #11005
Events:
PopStateEventHashChangeEventPageTransitionEventThis change is