Skip to content

Commit 4c0b974

Browse files
committed
Backed out 2 changesets (bug 1926055) for causing bc failures browser_multiselect_tabs_unload_with_beforeunload.js CLOSED TREE
Backed out changeset 85a555f31920 (bug 1926055) Backed out changeset db41b497b1be (bug 1926055) UltraBlame original commit: 1fc2a51d27a0c4340b0e92d4cb4b5c017157a286
1 parent f67007c commit 4c0b974

File tree

10 files changed

+0
-3666
lines changed

10 files changed

+0
-3666
lines changed

browser/app/profile/firefox.js

-23
Original file line numberDiff line numberDiff line change
@@ -28941,29 +28941,6 @@ false
2894128941
;
2894228942
/
2894328943
/
28944-
Enables
28945-
the
28946-
"
28947-
Unload
28948-
Tab
28949-
"
28950-
context
28951-
menu
28952-
item
28953-
pref
28954-
(
28955-
"
28956-
browser
28957-
.
28958-
tabs
28959-
.
28960-
unloadTabInContextMenu
28961-
"
28962-
false
28963-
)
28964-
;
28965-
/
28966-
/
2896728944
If
2896828945
true
2896928946
unprivileged

browser/base/content/browser.xhtml

-18
Original file line numberDiff line numberDiff line change
@@ -1370,24 +1370,6 @@ ftl
13701370
/
13711371
>
13721372
<
1373-
link
1374-
rel
1375-
=
1376-
"
1377-
localization
1378-
"
1379-
href
1380-
=
1381-
"
1382-
preview
1383-
/
1384-
tabUnload
1385-
.
1386-
ftl
1387-
"
1388-
/
1389-
>
1390-
<
13911373
title
13921374
data
13931375
-

browser/base/content/main-popupset.inc.xhtml

-43
Original file line numberDiff line numberDiff line change
@@ -454,49 +454,6 @@ menuitem
454454
id
455455
=
456456
"
457-
context_unloadTab
458-
"
459-
data
460-
-
461-
lazy
462-
-
463-
l10n
464-
-
465-
id
466-
=
467-
"
468-
tab
469-
-
470-
context
471-
-
472-
unload
473-
-
474-
n
475-
-
476-
tabs
477-
"
478-
data
479-
-
480-
l10n
481-
-
482-
args
483-
=
484-
'
485-
{
486-
"
487-
tabCount
488-
"
489-
:
490-
1
491-
}
492-
'
493-
/
494-
>
495-
<
496-
menuitem
497-
id
498-
=
499-
"
500457
context_pinTab
501458
"
502459
data

browser/base/content/main-popupset.js

-13
Original file line numberDiff line numberDiff line change
@@ -546,19 +546,6 @@ break
546546
;
547547
case
548548
"
549-
context_unloadTab
550-
"
551-
:
552-
TabContextMenu
553-
.
554-
explicitUnloadTabs
555-
(
556-
)
557-
;
558-
break
559-
;
560-
case
561-
"
562549
context_fullscreenAutohide
563550
"
564551
:

0 commit comments

Comments
 (0)