зеркало из https://github.com/mozilla/gecko-dev.git
Bug 772275 - Make mozvisibilitychange event bubble, per spec. r=bz
This commit is contained in:
Родитель
83b880e2aa
Коммит
aade2fe5ea
|
@ -9542,7 +9542,8 @@ nsDocument::UpdateVisibilityState()
|
|||
if (oldState != mVisibilityState) {
|
||||
nsContentUtils::DispatchTrustedEvent(this, static_cast<nsIDocument*>(this),
|
||||
NS_LITERAL_STRING("mozvisibilitychange"),
|
||||
false, false);
|
||||
/* bubbles = */ true,
|
||||
/* cancelable = */ false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче