gecko-dev/docshell/test
Peter Van der Beken 61f7e59993 Bug 1747033 - "Back" does not work correctly for pages with multipart/x-mixed-replace and history.replaceState. r=smaug,necko-reviewers,valentin
multipart/x-mixed-replace loads don't start a new load for parts other than the first,
they just call OnStartRequest/OnStopRequest for every part. The nsDocShell code was
trying to set the active entry to the loading entry for these loads, but because we
never started a new load after the first part, the loading entry would be null and we'd
just clear the active entry. history.replaceState would then try to replace the active
entry, but finding none it would just add a new one.

Differential Revision: https://phabricator.services.mozilla.com/D138464
2022-02-19 08:30:35 +00:00
..
browser Bug 1750839 - Enable fission browser-chrome for variants. r=mccr8,releng-reviewers,gbrown 2022-02-01 19:30:34 +00:00
chrome Bug 1741132 - Add a property for whether an entry is in the BFCache (holds a content viewer or a frame loader). r=smaug 2021-11-27 11:14:09 +00:00
iframesandbox Bug 1744924 - Part 2: Adjust iframe sandbox test r=ckerschb 2021-12-13 12:57:10 +00:00
mochitest Bug 1747033 - "Back" does not work correctly for pages with multipart/x-mixed-replace and history.replaceState. r=smaug,necko-reviewers,valentin 2022-02-19 08:30:35 +00:00
navigation Backed out changeset aa8767c463fc (bug 1741671) for dt failures on browser_navigateEvents.js 2022-02-18 22:26:05 +02:00
unit Bug 1639850 - adjust xpcshell on windows to remove frequent failures. r=gbrown 2021-12-07 19:55:03 +00:00
unit_ipc
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00