forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 761152 - Copy referrer info to new session history entry on histo…
…ry.pushState r=freddyb Per spec [1], we should copy over the complete document state [2], which includes the referrer info. Bug 1773192 has already added this for the "replace" case when the session history is in parent (almost always the case), but it is still missing for the "push" case, and the "replace" case when the session history is not in parent. [1] https://html.spec.whatwg.org/multipage/browsing-the-web.html#url-and-history-update-steps [2] https://html.spec.whatwg.org/multipage/browsing-the-web.html#document-state Differential Revision: https://phabricator.services.mozilla.com/D200684
- Loading branch information
Showing
4 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters