Bug 1184607 P4 Handle the RequestRedirect mode during service worker interception. r=nsm
* * * Bug 1184607 P4 interdiff 001 fix manual redirect assertion for navigations r=nsm * * * Bug 1184607 P4 interdiff 002 dom/worker nits
This commit is contained in:
@@ -4970,6 +4970,7 @@ nsDocShell::DisplayLoadError(nsresult aError, nsIURI* aURI,
|
||||
case NS_ERROR_INTERCEPTED_ERROR_RESPONSE:
|
||||
case NS_ERROR_INTERCEPTED_USED_RESPONSE:
|
||||
case NS_ERROR_CLIENT_REQUEST_OPAQUE_INTERCEPTION:
|
||||
case NS_ERROR_BAD_OPAQUE_REDIRECT_INTERCEPTION:
|
||||
// ServiceWorker intercepted request, but something went wrong.
|
||||
nsContentUtils::MaybeReportInterceptionErrorToConsole(GetDocument(),
|
||||
aError);
|
||||
|
||||
Reference in New Issue
Block a user