Skip to content

Commit

Permalink
Backed out changeset b94afd94ed9c (bug 1924861) for causing multiple …
Browse files Browse the repository at this point in the history
…bc failures. CLOSED TREE

UltraBlame original commit: 51087836c42d78ed0458de5e3b9824127263efdc
  • Loading branch information
marco-c committed Dec 1, 2024
1 parent 652f7b1 commit 96a4d34
Show file tree
Hide file tree
Showing 48 changed files with 45 additions and 1,147 deletions.
6 changes: 6 additions & 0 deletions browser/base/content/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -11576,6 +11576,12 @@ end
j
!
=
start
&
&
j
!
=
index
)
{
Expand Down
72 changes: 0 additions & 72 deletions browser/base/content/test/about/browser_aboutCertError.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,30 +176,6 @@ tab
.
linkedBrowser
;
await
SpecialPowers
.
spawn
(
browser
[
]
(
)
=
>
{
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
is
(
browser
Expand Down Expand Up @@ -540,30 +516,6 @@ tab
.
linkedBrowser
;
await
SpecialPowers
.
spawn
(
browser
[
]
(
)
=
>
{
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
BrowserTestUtils
.
startLoadingURIString
Expand Down Expand Up @@ -609,30 +561,6 @@ gBrowser
.
selectedBrowser
;
await
SpecialPowers
.
spawn
(
browser
[
]
(
)
=
>
{
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
info
(
"
Expand Down
8 changes: 0 additions & 8 deletions browser/base/content/test/general/browser_backButtonFitts.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ function
{
content
.
document
.
notifyUserGestureActivation
(
)
;
content
.
history
.
pushState
Expand Down
8 changes: 0 additions & 8 deletions browser/base/content/test/general/browser_bug1299667.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ function
{
content
.
document
.
notifyUserGestureActivation
(
)
;
content
.
history
.
pushState
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,32 +41,6 @@ robots
true
)
;
await
ContentTask
.
spawn
(
gBrowser
.
selectedBrowser
{
}
async
function
(
)
{
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
info
(
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,14 +203,6 @@ length
;
content
.
document
.
notifyUserGestureActivation
(
)
;
content
.
history
.
pushState
Expand All @@ -223,14 +215,6 @@ pushState
;
content
.
document
.
notifyUserGestureActivation
(
)
;
content
.
history
.
pushState
Expand All @@ -243,14 +227,6 @@ pushState
;
content
.
document
.
notifyUserGestureActivation
(
)
;
content
.
history
.
back
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1331,29 +1331,6 @@ install
]
)
;
SpecialPowers
.
spawn
(
browser
[
]
(
)
=
>
{
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
await
clickVisibleButton
(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -603,32 +603,6 @@ welcome
true
)
;
await
ContentTask
.
spawn
(
gBrowser
.
selectedBrowser
{
}
async
function
(
)
{
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
registerCleanupFunction
(
(
Expand Down
26 changes: 0 additions & 26 deletions browser/components/aboutwelcome/tests/browser/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,32 +209,6 @@ welcome
true
)
;
await
ContentTask
.
spawn
(
gBrowser
.
selectedBrowser
{
}
async
function
(
)
{
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
return
{
browser
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@ function
{
content
.
document
.
notifyUserGestureActivation
(
)
;
content
.
history
.
pushState
Expand All @@ -126,14 +118,6 @@ html
;
content
.
document
.
notifyUserGestureActivation
(
)
;
content
.
history
.
pushState
Expand All @@ -155,14 +139,6 @@ html
;
content
.
document
.
notifyUserGestureActivation
(
)
;
content
.
history
.
pushState
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -667,30 +667,6 @@ false
serpUrl
)
;
await
SpecialPowers
.
spawn
(
browser
[
]
(
)
=
>
{
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
BrowserTestUtils
.
startLoadingURIString
Expand Down
Loading

0 comments on commit 96a4d34

Please sign in to comment.