зеркало из https://github.com/mozilla/gecko-dev.git
b45bfec73f
When we have a parser-created iframe which starts out in-process, transitions to remote, and then transitions back to in-process, we create separate DocShells for the first and last in-process loads. Since both are network-created, and have the same child index, they both try to add themselves as children to their parent's SHistory at the same index. And since the entry for the first DocShell already exists at that index when we try to add the second, that triggers an assertion. This isn't really ideal, but it is expected given the current state of session history under Fission. It should hopefully be solved more gracefully when the Fission-aware session history rewrite is done, but in the mean time, I think we should just ignore the conflict, since it's expected. Differential Revision: https://phabricator.services.mozilla.com/D48437 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
ChildSHistory.cpp | ||
ChildSHistory.h | ||
ParentSHistory.cpp | ||
ParentSHistory.h | ||
moz.build | ||
nsIBFCacheEntry.idl | ||
nsISHEntry.idl | ||
nsISHistory.idl | ||
nsISHistoryListener.idl | ||
nsSHEntry.cpp | ||
nsSHEntry.h | ||
nsSHEntryShared.cpp | ||
nsSHEntryShared.h | ||
nsSHistory.cpp | ||
nsSHistory.h |