Backed out 3 changesets (bug 1578355) for build bustage at build/src/dom/base/nsSyncLoadService.h:48:21. On a CLOSED TREE
Backed out changeset d50ad759f129 (bug 1578355) Backed out changeset 339ab54ca471 (bug 1578355) Backed out changeset 284299dac42c (bug 1578355)
This commit is contained in:
@@ -66,7 +66,6 @@
|
||||
#include "mozilla/dom/BrowserChild.h"
|
||||
#include "mozilla/dom/TabGroup.h"
|
||||
#include "mozilla/dom/ToJSValue.h"
|
||||
#include "mozilla/dom/UserActivation.h"
|
||||
#include "mozilla/dom/ChildSHistory.h"
|
||||
#include "mozilla/dom/nsCSPContext.h"
|
||||
#include "mozilla/dom/LoadURIOptionsBinding.h"
|
||||
@@ -13048,7 +13047,7 @@ nsresult nsDocShell::OnLeaveLink() {
|
||||
|
||||
bool nsDocShell::ShouldBlockLoadingForBackButton() {
|
||||
if (!(mLoadType & LOAD_CMD_HISTORY) ||
|
||||
UserActivation::IsHandlingUserInput() ||
|
||||
EventStateManager::IsHandlingUserInput() ||
|
||||
!Preferences::GetBool("accessibility.blockjsredirection")) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user