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 350fa48 commit 6149e7e
Show file tree
Hide file tree
Showing 48 changed files with 98 additions and 1,411 deletions.
19 changes: 17 additions & 2 deletions browser/base/content/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -15582,9 +15582,11 @@ false
/
/
Always
list
allow
going
to
the
current
first
and
last
navigation
Expand All @@ -15601,6 +15603,19 @@ end
j
!
=
start
&
&
/
/
Always
display
the
current
entry
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 @@ -219,30 +219,6 @@ tab
.
linkedBrowser
;
await
SpecialPowers
.
spawn
(
browser
[
]
(
)
=
>
{
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
is
(
browser
Expand Down Expand Up @@ -642,30 +618,6 @@ tab
.
linkedBrowser
;
await
SpecialPowers
.
spawn
(
browser
[
]
(
)
=
>
{
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
BrowserTestUtils
.
startLoadingURIString
Expand Down Expand Up @@ -711,30 +663,6 @@ gBrowser
.
selectedBrowser
;
await
SpecialPowers
.
spawn
(
browser
[
]
(
)
=
>
{
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
info
(
"
Expand Down
20 changes: 0 additions & 20 deletions browser/base/content/test/general/browser_backButtonFitts.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,26 +108,6 @@ function
{
/
/
Mark
the
first
entry
as
having
been
interacted
with
.
content
.
document
.
notifyUserGestureActivation
(
)
;
/
/
Push
the
state
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 @@ -86,14 +86,6 @@ function
{
content
.
document
.
notifyUserGestureActivation
(
)
;
content
.
history
.
pushState
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,44 +101,6 @@ robots
true
)
;
await
ContentTask
.
spawn
(
gBrowser
.
selectedBrowser
{
}
async
function
(
)
{
/
/
Mark
the
first
entry
as
having
been
interacted
with
.
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
info
(
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,14 +267,6 @@ length
;
content
.
document
.
notifyUserGestureActivation
(
)
;
content
.
history
.
pushState
Expand All @@ -287,14 +279,6 @@ pushState
;
content
.
document
.
notifyUserGestureActivation
(
)
;
content
.
history
.
pushState
Expand All @@ -307,14 +291,6 @@ pushState
;
content
.
document
.
notifyUserGestureActivation
(
)
;
content
.
history
.
back
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1396,41 +1396,6 @@ install
;
/
/
Mark
the
first
entry
as
having
been
interacted
with
.
SpecialPowers
.
spawn
(
browser
[
]
(
)
=
>
{
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
/
/
Navigate
to
the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -603,44 +603,6 @@ welcome
true
)
;
await
ContentTask
.
spawn
(
gBrowser
.
selectedBrowser
{
}
async
function
(
)
{
/
/
Mark
the
first
entry
as
having
been
interacted
with
.
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
registerCleanupFunction
(
(
Expand Down
38 changes: 0 additions & 38 deletions browser/components/aboutwelcome/tests/browser/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,44 +256,6 @@ welcome
true
)
;
await
ContentTask
.
spawn
(
gBrowser
.
selectedBrowser
{
}
async
function
(
)
{
/
/
Mark
the
first
entry
as
having
been
interacted
with
.
content
.
document
.
notifyUserGestureActivation
(
)
;
}
)
;
return
{
browser
Expand Down
Loading

0 comments on commit 6149e7e

Please sign in to comment.