зеркало из https://github.com/mozilla/gecko-dev.git
61f7e59993
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 |
||
---|---|---|
.. | ||
converters | ||
moz.build | ||
mozITXTToHTMLConv.idl | ||
nsIDirIndex.idl | ||
nsIDirIndexListener.idl | ||
nsIStreamConverter.idl | ||
nsIStreamConverterService.idl | ||
nsITXTToHTMLConv.idl | ||
nsStreamConverterService.cpp | ||
nsStreamConverterService.h |