gecko-dev/docshell/shistory
Peter Van der Beken 531daa445d Bug 1667006 - document.open should set the url of the session history entry to the entry document's. r=smaug
document.open replaces the session history entry with a new one, the url of
which needs to point to the entry document. nsDocShell::UpdateActiveEntry wasn't
resetting the url and the originalURL in the replace case. This patch always
creates a new SessionHistoryInfo so we share more code between replace and
non-replace, to avoid missing some fields.

Differential Revision: https://phabricator.services.mozilla.com/D91273
2020-09-24 20:30:11 +00:00
..
ChildSHistory.cpp Backed out changeset 88337b6e4e3e (bug 1666881) for causing failures regarding the fission.autostart pref. 2020-09-24 15:41:33 +03:00
ChildSHistory.h Bug 1314912 - Rate limit calls to History and Location interfaces. r=smaug 2020-09-21 11:54:50 +00:00
SessionHistoryEntry.cpp Bug 1667006 - document.open should set the url of the session history entry to the entry document's. r=smaug 2020-09-24 20:30:11 +00:00
SessionHistoryEntry.h Bug 1667006 - document.open should set the url of the session history entry to the entry document's. r=smaug 2020-09-24 20:30:11 +00:00
moz.build Bug 1570255 - Reboot session history in parent part 1. r=smaug,necko-reviewers,valentin 2020-05-20 09:09:12 +00:00
nsIBFCacheEntry.idl Bug 1583568 - Add getter for BFCache id in parent. r=smaug 2019-09-23 17:42:35 +02:00
nsISHEntry.idl Bug 444222 - Add browsing context name into SHEntry. r=smaug 2020-09-11 07:52:11 +00:00
nsISHistory.idl Bug 1662410 - Part 1: Fix usage of ChildSHistory.legacySHistory . r=peterv 2020-09-16 14:51:01 +00:00
nsISHistoryListener.idl Bug 1545474 - Part 3: Test eviction of content viewer entries, r=peterv 2019-05-22 16:19:19 -04:00
nsSHEntry.cpp Bug 444222 - Add browsing context name into SHEntry. r=smaug 2020-09-11 07:52:11 +00:00
nsSHEntry.h Bug 444222 - Add browsing context name into SHEntry. r=smaug 2020-09-11 07:52:11 +00:00
nsSHEntryShared.cpp Bug 1659991 - Reuse an existing shared state in the parent process. r=smaug 2020-08-23 20:14:03 +00:00
nsSHEntryShared.h Bug 1656347 - Make session history getters to work with history in parent. r=smaug 2020-08-27 18:47:27 +00:00
nsSHistory.cpp Backed out changeset 88337b6e4e3e (bug 1666881) for causing failures regarding the fission.autostart pref. 2020-09-24 15:41:33 +03:00
nsSHistory.h Bug 1664656 - Support nsIWebNavigation::LOAD_FLAGS_REPLACE_HISTORY with session history in the parent. r=smaug 2020-09-20 12:40:33 +00:00