Merge commit '65d6aee9e0d586b5a069c6f816e7fe3d18cc381e' into pm27100-vc2010

This commit is contained in:
2024-07-23 16:55:09 +08:00
119 changed files with 1551 additions and 902 deletions
+2 -1
View File
@@ -14213,7 +14213,8 @@ nsDocShell::ChannelIntercepted(nsIInterceptedChannel* aChannel)
}
}
return swm->DispatchFetchEvent(doc, aChannel);
bool isReload = mLoadType & LOAD_CMD_RELOAD;
return swm->DispatchFetchEvent(doc, aChannel, isReload);
}
NS_IMETHODIMP