Skip to content

Commit 6149e7e

Browse files
committed
Backed out changeset b94afd94ed9c (bug 1924861) for causing multiple bc failures. CLOSED TREE
UltraBlame original commit: 51087836c42d78ed0458de5e3b9824127263efdc
1 parent 350fa48 commit 6149e7e

File tree

48 files changed

+98
-1411
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+98
-1411
lines changed

browser/base/content/browser.js

+17-2
Original file line numberDiff line numberDiff line change
@@ -15582,9 +15582,11 @@ false
1558215582
/
1558315583
/
1558415584
Always
15585-
list
15585+
allow
15586+
going
15587+
to
1558615588
the
15587-
current
15589+
first
1558815590
and
1558915591
last
1559015592
navigation
@@ -15601,6 +15603,19 @@ end
1560115603
j
1560215604
!
1560315605
=
15606+
start
15607+
&
15608+
&
15609+
/
15610+
/
15611+
Always
15612+
display
15613+
the
15614+
current
15615+
entry
15616+
j
15617+
!
15618+
=
1560415619
index
1560515620
)
1560615621
{

browser/base/content/test/about/browser_aboutCertError.js

-72
Original file line numberDiff line numberDiff line change
@@ -219,30 +219,6 @@ tab
219219
.
220220
linkedBrowser
221221
;
222-
await
223-
SpecialPowers
224-
.
225-
spawn
226-
(
227-
browser
228-
[
229-
]
230-
(
231-
)
232-
=
233-
>
234-
{
235-
content
236-
.
237-
document
238-
.
239-
notifyUserGestureActivation
240-
(
241-
)
242-
;
243-
}
244-
)
245-
;
246222
is
247223
(
248224
browser
@@ -642,30 +618,6 @@ tab
642618
.
643619
linkedBrowser
644620
;
645-
await
646-
SpecialPowers
647-
.
648-
spawn
649-
(
650-
browser
651-
[
652-
]
653-
(
654-
)
655-
=
656-
>
657-
{
658-
content
659-
.
660-
document
661-
.
662-
notifyUserGestureActivation
663-
(
664-
)
665-
;
666-
}
667-
)
668-
;
669621
BrowserTestUtils
670622
.
671623
startLoadingURIString
@@ -711,30 +663,6 @@ gBrowser
711663
.
712664
selectedBrowser
713665
;
714-
await
715-
SpecialPowers
716-
.
717-
spawn
718-
(
719-
browser
720-
[
721-
]
722-
(
723-
)
724-
=
725-
>
726-
{
727-
content
728-
.
729-
document
730-
.
731-
notifyUserGestureActivation
732-
(
733-
)
734-
;
735-
}
736-
)
737-
;
738666
info
739667
(
740668
"

browser/base/content/test/general/browser_backButtonFitts.js

-20
Original file line numberDiff line numberDiff line change
@@ -108,26 +108,6 @@ function
108108
{
109109
/
110110
/
111-
Mark
112-
the
113-
first
114-
entry
115-
as
116-
having
117-
been
118-
interacted
119-
with
120-
.
121-
content
122-
.
123-
document
124-
.
125-
notifyUserGestureActivation
126-
(
127-
)
128-
;
129-
/
130-
/
131111
Push
132112
the
133113
state

browser/base/content/test/general/browser_bug1299667.js

-8
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,6 @@ function
8686
{
8787
content
8888
.
89-
document
90-
.
91-
notifyUserGestureActivation
92-
(
93-
)
94-
;
95-
content
96-
.
9789
history
9890
.
9991
pushState

browser/base/content/test/general/browser_invalid_uri_back_forward_manipulation.js

-38
Original file line numberDiff line numberDiff line change
@@ -101,44 +101,6 @@ robots
101101
true
102102
)
103103
;
104-
await
105-
ContentTask
106-
.
107-
spawn
108-
(
109-
gBrowser
110-
.
111-
selectedBrowser
112-
{
113-
}
114-
async
115-
function
116-
(
117-
)
118-
{
119-
/
120-
/
121-
Mark
122-
the
123-
first
124-
entry
125-
as
126-
having
127-
been
128-
interacted
129-
with
130-
.
131-
content
132-
.
133-
document
134-
.
135-
notifyUserGestureActivation
136-
(
137-
)
138-
;
139-
}
140-
)
141-
;
142104
info
143105
(
144106
"

browser/base/content/test/sanitize/browser_purgehistory_clears_sh.js

-24
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,6 @@ length
267267
;
268268
content
269269
.
270-
document
271-
.
272-
notifyUserGestureActivation
273-
(
274-
)
275-
;
276-
content
277-
.
278270
history
279271
.
280272
pushState
@@ -287,14 +279,6 @@ pushState
287279
;
288280
content
289281
.
290-
document
291-
.
292-
notifyUserGestureActivation
293-
(
294-
)
295-
;
296-
content
297-
.
298282
history
299283
.
300284
pushState
@@ -307,14 +291,6 @@ pushState
307291
;
308292
content
309293
.
310-
document
311-
.
312-
notifyUserGestureActivation
313-
(
314-
)
315-
;
316-
content
317-
.
318294
history
319295
.
320296
back

browser/components/aboutwelcome/tests/browser/browser_aboutwelcome_multistage_addonspicker.js

-35
Original file line numberDiff line numberDiff line change
@@ -1396,41 +1396,6 @@ install
13961396
;
13971397
/
13981398
/
1399-
Mark
1400-
the
1401-
first
1402-
entry
1403-
as
1404-
having
1405-
been
1406-
interacted
1407-
with
1408-
.
1409-
SpecialPowers
1410-
.
1411-
spawn
1412-
(
1413-
browser
1414-
[
1415-
]
1416-
(
1417-
)
1418-
=
1419-
>
1420-
{
1421-
content
1422-
.
1423-
document
1424-
.
1425-
notifyUserGestureActivation
1426-
(
1427-
)
1428-
;
1429-
}
1430-
)
1431-
;
1432-
/
1433-
/
14341399
Navigate
14351400
to
14361401
the

browser/components/aboutwelcome/tests/browser/browser_aboutwelcome_multistage_default.js

-38
Original file line numberDiff line numberDiff line change
@@ -603,44 +603,6 @@ welcome
603603
true
604604
)
605605
;
606-
await
607-
ContentTask
608-
.
609-
spawn
610-
(
611-
gBrowser
612-
.
613-
selectedBrowser
614-
{
615-
}
616-
async
617-
function
618-
(
619-
)
620-
{
621-
/
622-
/
623-
Mark
624-
the
625-
first
626-
entry
627-
as
628-
having
629-
been
630-
interacted
631-
with
632-
.
633-
content
634-
.
635-
document
636-
.
637-
notifyUserGestureActivation
638-
(
639-
)
640-
;
641-
}
642-
)
643-
;
644606
registerCleanupFunction
645607
(
646608
(

browser/components/aboutwelcome/tests/browser/head.js

-38
Original file line numberDiff line numberDiff line change
@@ -256,44 +256,6 @@ welcome
256256
true
257257
)
258258
;
259-
await
260-
ContentTask
261-
.
262-
spawn
263-
(
264-
gBrowser
265-
.
266-
selectedBrowser
267-
{
268-
}
269-
async
270-
function
271-
(
272-
)
273-
{
274-
/
275-
/
276-
Mark
277-
the
278-
first
279-
entry
280-
as
281-
having
282-
been
283-
interacted
284-
with
285-
.
286-
content
287-
.
288-
document
289-
.
290-
notifyUserGestureActivation
291-
(
292-
)
293-
;
294-
}
295-
)
296-
;
297259
return
298260
{
299261
browser

0 commit comments

Comments
 (0)