Skip to content

Commit

Permalink
Merge mozilla-inbound to mozilla-central. a=merge
Browse files Browse the repository at this point in the history
UltraBlame original commit: 0d4e73bc2cd705d7a021c75a0e8aeb174ab4db59
  • Loading branch information
marco-c committed Oct 3, 2019
1 parent 8d44a7f commit 2de9461
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 19 deletions.
77 changes: 58 additions & 19 deletions browser/app/profile/firefox.js
Original file line number Diff line number Diff line change
Expand Up @@ -5430,9 +5430,6 @@ endif
/
Tabbed
browser
#
ifdef
EARLY_BETA_OR_EARLIER
pref
(
"
Expand All @@ -5445,22 +5442,6 @@ multiselect
true
)
;
#
else
pref
(
"
browser
.
tabs
.
multiselect
"
false
)
;
#
endif
pref
(
"
Expand Down Expand Up @@ -15519,6 +15500,64 @@ com
;
/
/
The
pref
that
controls
if
the
search
shortcuts
experiment
is
on
#
ifdef
EARLY_BETA_OR_EARLIER
pref
(
"
browser
.
newtabpage
.
activity
-
stream
.
improvesearch
.
topSiteSearchShortcuts
"
true
)
;
#
else
pref
(
"
browser
.
newtabpage
.
activity
-
stream
.
improvesearch
.
topSiteSearchShortcuts
"
false
)
;
#
else
#
endif
/
/
Enable
the
DOM
Expand Down
8 changes: 8 additions & 0 deletions taskcluster/ci/test/test-sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,14 @@ tests
-
reftests
-
web
-
platform
-
tests
-
wdspec
-
xpcshell
windows
-
Expand Down
Loading

0 comments on commit 2de9461

Please sign in to comment.