Edouard Oger
7c03ced862
Bug 1434706 - Add identity.fxaccounts.enabled pref to disable Sync and FxA. r=markh
...
MozReview-Commit-ID: 4UuppJyOi5s
--HG--
extra : rebase_source : 7a19b04f9df52ff58f9837d9d45be54fd3190ec9
2018-02-15 11:24:44 +08:00
ffxbld
33c22e88dd
No bug, Automated blocklist update from host bld-linux64-spot-324 - a=blocklist-update
2018-02-24 12:01:44 -08:00
ffxbld
534582a02d
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
2018-02-23 11:48:21 -08:00
shindli
f2126298f5
Backed out changeset 6e3058771f18 (bug 1434706) for bc6 and X failures in browser/base/content/test/general/browser_contextmenu_input.js and services/fxaccounts/tests/xpcshell/test_accounts.js respectively on a CLOSED TREE
2018-02-23 10:25:56 +02:00
Edouard Oger
1baec66b3d
Bug 1434706 - Add identity.fxaccounts.enabled pref to disable Sync and FxA. r=markh
...
MozReview-Commit-ID: 4UuppJyOi5s
--HG--
extra : rebase_source : 328093c9985c29effb1380e012c35f6da6ee667a
2018-02-15 11:24:44 +08:00
Andrei Oprea
b7abc06c1c
Bug 1428108 - Set browser.newtabpage.activity-stream.debug by default in local builds. r=Mardak
...
MozReview-Commit-ID: Gwd2fA6xfoX
--HG--
extra : rebase_source : 3af0c0009622c8b451a9182221d953dfe8d01a57
2018-02-15 14:23:53 +01:00
ffxbld
5671590017
No bug, Automated blocklist update from host bld-linux64-spot-326 - a=blocklist-update
2018-02-21 11:46:19 -08:00
ffxbld
632edbdda6
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
2018-02-20 11:59:29 -08:00
Brendan Dahl
40c81820ad
Bug 1418403 - Remove viewing source in a standalone window. r=jryans
...
Along with removing the view source standalone windows and prefs this patch:
1) Re-structures several of the view source tests that were only testing the old
standalone windows to now test view source in tab.
2) Adds support viewSourceUtils.viewSource() to open a browser window when there
aren't any open (for browser toolbox view source).
3) Cleans up some of the API for viewSourceUtils and removes the old deprecated
ways of calling it.
MozReview-Commit-ID: DI6sgZwbCf
--HG--
extra : rebase_source : 64677186122f74ab95912d5f3f173cf37472458a
2018-02-05 13:33:58 -08:00
Bob Owen
babaf38444
Bug 1441824: Let level 5 (Alternate Desktop) for the Windows content sandbox ride the trains. r=jimm
2018-03-01 14:37:26 +00:00
Andreea Pavel
6043805daf
Merge mozilla-central to autoland. on a CLOSED TREE
2018-03-07 17:19:04 +02:00
Gijs Kruitbosch
0b74070674
Bug 1433133 - remove unused prefs and exported bits from NewTabUtils.jsm, r=dao
...
MozReview-Commit-ID: 75xPd5hKexV
--HG--
extra : rebase_source : 31fed5ea4584098112aa00f4d6189f9605a6520a
2018-03-06 22:56:07 +00:00
Margareta Eliza Balazs
bb7afb1c0b
Merge mozilla-central to autoland. a=merge CLOSED TREE
...
--HG--
rename : dom/webidl/DataChannel.webidl => dom/webidl/RTCDataChannel.webidl
2018-02-15 22:41:28 +02:00
ffxbld
50c3d499e0
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
2018-02-15 11:54:34 -08:00
Matthew Noorenberghe
75efe914ce
Bug 1438349 - Disable credit card support for Form Autofill in Beta 59+. r=Dolske
...
MozReview-Commit-ID: fhS44Dk5bL
--HG--
extra : rebase_source : ed0da0db8721cb96ec0bc0bbd969a5e5790c8c32
2018-02-14 16:29:28 -08:00
Matthew Noorenberghe
435d1b3ea3
Bug 1438306 - Disable CA & DE country support and RTL support for Form Autofill in Beta 59+. r=Dolske
...
MozReview-Commit-ID: IBtrvEsIWtH
--HG--
extra : rebase_source : ade073df3071d03c7f2370e099725640dc42c701
2018-02-14 13:41:27 -08:00
Dorel Luca
90035255ae
Merge autoland to mozilla-central a=merge
2018-02-15 00:19:43 +02:00
ffxbld
3d37781c2d
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
2018-02-14 11:41:58 -08:00
Haik Aftandilian
c90be35636
Bug 1436566 - [Mac] Land disabled-by-default sandboxing for the Flash NPAPI plugin process. r=Alex_Gaynor,jimm
...
MozReview-Commit-ID: Es0GbMLKvH5
--HG--
extra : rebase_source : 991f20ac25735508d790947991f59214fb06e54f
2018-02-12 15:46:31 -08:00
Ciure Andrei
3f00808b55
Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE
2018-02-13 00:14:29 +02:00
ffxbld
e73379a010
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
2018-02-12 11:53:27 -08:00
Michael Kelly
2fb5002bb1
Bug 1426482 Report browser errors in Nightly to Mozilla. r=gijs
...
Errors are collected via nsIConsoleService, shaped to a Sentry-compatible
format, and sent off. Reporting is on by default, and can be disabled using a
checkbox added to the privacy prefs in about:preferences.
Collected errors are sampled to avoid overloading the collection service; the
sample rate was determined by a previous Shield study that measured the number
of errors occurring in Nightly.
The feature is hard-disabled outside of Nightly and local builds, and the
preference is disabled by default in local builds. It is intended as a prototype
that will be evaluated and replaced by a more robust collection system if it
proves helpful.
Differential Revision: https://phabricator.services.mozilla.com/D561
MozReview-Commit-ID: 6aqUatXyuYs
--HG--
extra : rebase_source : 574aa329069f80e0beb52d1fd15f43e65a548c5c
extra : amend_source : a817fa4691c520eafaef808531b10581d09aeb14
2018-02-12 10:59:47 -08:00
Florian Quèze
0512e69b5e
Bug 1336227 - Show about:blank as soon as possible during startup (pref'ed off), r=mconley.
2018-02-10 15:07:48 +01:00
ffxbld
a8b3a546c8
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
2018-02-09 12:01:56 -08:00
Edouard Oger
626be20bbb
Bug 1427674 - Unify FxA content server URL preferences. r=markh,tcsc
...
MozReview-Commit-ID: 3zhHGAzQr0R
--HG--
extra : rebase_source : 013457dfb434c92134d2f244b389d21620c83595
2018-01-30 13:21:35 -05:00
Ed Lee
6497dc1292
Bug 1433324 - Part 3. Assume true for browser.newtabpage.activity-stream.enabled. r=ursula
...
MozReview-Commit-ID: KMgNw5QsMIX
--HG--
extra : rebase_source : b3f3e2dbd568e88c0e8461fb4bfadbbdd9baaa99
2018-02-13 16:53:50 -08:00
Ed Lee
d18f00ce9b
Bug 1433324 - Part 1. Assume true for browser.newtabpage.activity-stream.aboutHome.enabled. r=ursula
...
MozReview-Commit-ID: KOSX1qNBna8
--HG--
extra : rebase_source : ad794ec6689df2f25fd7c053dc1963568036739b
2018-02-13 14:48:49 -08:00
Michael Kaply
41837be2b1
Bug 1405685 - Use geospecific defaults for all locales. r=florian
...
MozReview-Commit-ID: 6nAAvsoDZZu
--HG--
extra : rebase_source : 54b900c9554f6741efccc7d2b5e2bbcc2288eab8
2018-01-30 15:19:33 -08:00
Dorel Luca
112cc1ff6b
Backed out 3 changesets (bug 1430857) for breaking tests on Windows Code Coverage builds a=backout
...
Backed out changeset a992887a6060 (bug 1430857)
Backed out changeset cc9b0ac5f66b (bug 1430857)
Backed out changeset 4bdd6d82f993 (bug 1430857)
2018-02-07 15:02:58 +02:00
Aaron Klotz
200eb77750
Bug 1430857: Part 1 - Refactor DllServices to make it possible to obtain them from anywhere in Gecko; r=jimm
...
MozReview-Commit-ID: GfWata0eCc5
--HG--
extra : rebase_source : 3a5b4a6f0412311f0b9080a2b3b3a31e45d15b75
2018-01-30 14:23:10 -07:00
Gurzau Raul
476c3b3a55
Merge inbound to mozilla-central. a=merge
2018-02-06 23:53:56 +02:00
ffxbld
3d2f5479fe
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
2018-02-06 11:29:30 -08:00
ffxbld
c3292fb31e
No bug, Automated blocklist update from host bld-linux64-spot-325 - a=blocklist-update
2018-02-02 11:19:04 -08:00
Yuri Khan
55b18b18f9
Bug 1394304: Part 1 - Use pref to control whether to open url bar results in a new tab. r=adw
...
--HG--
extra : rebase_source : 9e6866c7da7ebea1c885b415324d29339e07ad2e
2018-01-28 22:28:09 +07:00
ffxbld
bc6f74b5d3
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
2018-02-01 11:21:33 -08:00
Gian-Carlo Pascutto
6520179659
Bug 1386404
- Enable content-process specific tmpdir on Linux. r=jld
...
MozReview-Commit-ID: 6Hijq0to9MG
--HG--
extra : rebase_source : 8435b8e39d9723c52b0176a7686895185136aa6e
extra : histedit_source : 50c41172788fddead6357f1d566d0e48de8c90d6
2018-01-09 16:29:40 +01:00
Jonathan Kingston
3cbbdda385
Bug 1434626 - Enable degraded padlock for HTTP pages in Private Browsing mode for Nightly build only r=johannh
...
MozReview-Commit-ID: G3F39BB2jhO
--HG--
extra : rebase_source : f3a3757942d3e3860012706210a9b362e6b83507
2018-01-31 15:45:52 +00:00
Tom Ritter
6d070e11bd
Bug 1235982 Add CFG to firefox.exe and mozglue, and a mochitest to ensure a crash r=glandium,mconley
...
MozReview-Commit-ID: EYKgDyGtw8m
--HG--
extra : rebase_source : 76166d4fca452674d0a442778290e40106ce339c
2018-01-25 12:15:40 -06:00
Panos Astithas
b1adc0e137
Bug 1434761 - Fix preprocessor check for release builds. r=glandium
...
MozReview-Commit-ID: KzSemfEkMcd
--HG--
extra : rebase_source : 2655d22a805dcd8a7bb55b3e5950b91d7157f6e9
2018-01-31 14:56:01 -08:00
Mike Hommey
e483ecaab0
Bug 1424709 - Force disable the OSX system "nano allocator". r=spohl
...
We're not actually using it, and it messes up with the zone allocator in
mozjemalloc after fork(). See the lengthy analysis in
https://bugzilla.mozilla.org/show_bug.cgi?id=1424709#c34 and following.
--HG--
extra : rebase_source : c58e13b897dde7b32d83c43fbb2a04a0db3a5dc9
2018-01-31 17:18:01 +09:00
Bogdan Tara
b56a0f8804
Merge autoland to mozilla-central. a=merge
2018-01-31 11:58:23 +02:00
ffxbld
31a384019d
No bug, Automated blocklist update from host bld-linux64-spot-324 - a=blocklist-update
2018-01-30 18:26:20 -08:00
Andrew Swan
1acce175af
Bug 1356331 Remove hotfix code from addons manager and related tests r=rhelmer
...
MozReview-Commit-ID: EjCOOgmXvVH
--HG--
extra : rebase_source : 051c618bd73e7bac41d5dc9339972742b029a879
extra : source : 9af7407fa9309e1fa2dc590309ed2329f02dc61e
2017-12-13 12:33:52 -08:00
Jared Hirsch
cb850b7e0e
Bug 1432694 - Add a default value for the Screenshots upload-disabled pref; r=ianbicking
...
MozReview-Commit-ID: 2ZpKfqlwFmb
--HG--
extra : rebase_source : 8a5ecdc8f3273f472f3c740fe5ebae393c2ec780
2018-01-23 18:58:39 -08:00
ffxbld
48aa9f1de6
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
2018-01-25 11:08:58 -08:00
Narcis Beleuzu
9279994eae
Merge inbound to mozilla-central. a=merge
2018-01-24 23:56:14 +02:00
Narcis Beleuzu
f8bb2d707a
Merge autoland to mozilla-central. a=merge
2018-01-24 23:54:03 +02:00
ffxbld
e1ed4e360c
No bug, Automated blocklist update from host bld-linux64-spot-301 - a=blocklist-update
2018-01-24 11:16:19 -08:00
Edouard Oger
da674d7b63
Bug 1430994
- Sync the browser.urlbar.matchBuckets pref. r=tcsc
...
MozReview-Commit-ID: L3TJD3vks8f
--HG--
extra : rebase_source : bbd7b5064230bdb6ac7423f58c4d77c111dc3bd2
2018-01-24 11:31:45 -05:00
Mark Banner
412e825e77
Bug 1131491 - Remove browser.places.useAsyncTransactions preference - async transactions are now the only version. r=mak
...
MozReview-Commit-ID: 9EKNvA8Q9jo
--HG--
extra : rebase_source : 289082be4a1f086620bf0fe3008c2eacbdc6a9fa
2018-01-22 13:36:41 +00:00
Jonathan Kingston
04acd987f8
Bug 1335970 - Add prefs to add "Not Secure" text to insecure pages. r=johannh
...
MozReview-Commit-ID: JtCAjIYI3Qz
--HG--
extra : rebase_source : 50673aa85686d9e0ea979b77c477c5612ee98a54
2018-01-20 22:41:59 +00:00
Jed Davis
a739b10fb9
Bug 1126437
- Add Linux content sandbox level 4 for blocking socket APIs. r=gcp
...
Level 4 is now the default unless audio remoting (media.cubeb.sandbox pref) is disabled.
MozReview-Commit-ID: 4jUgiZnJImt
2018-01-23 22:35:44 -07:00
Gurzau Raul
bbe856eaf5
Backed out 5 changesets (bug 1255485) for mochitest failures on test/mochitest/test_hangui.xul
...
Backed out changeset 90b7449882b6 (bug 1255485)
Backed out changeset 5672cf8d324b (bug 1255485)
Backed out changeset ed6dd4aefadb (bug 1255485)
Backed out changeset 0ba36c0feddb (bug 1255485)
Backed out changeset 51af06b6123c (bug 1255485)
2018-01-23 02:01:43 +02:00
Ted Mielczarek
e3f2c0b1a3
bug 1255485 - Remove NSDISTMODE=copy from Makefiles. r=nalexander
...
MozReview-Commit-ID: GJV2O6zvEx2
--HG--
extra : rebase_source : 6150647b3a2cc288444c79aeb0f79f34d7dadd0d
2017-11-22 15:30:06 -05:00
Ted Mielczarek
2a410dbcc3
bug 1255485 - build PROGRAMs directly in dist/bin instead of copying them. r=nalexander
...
Historically we built all our binaries in directories in the objdir, then
symlinked them into dist/bin. Some binaries needed to be copied instead
so that certain relative path lookups work properly, so we resorted to
sprinkling `NSDISTMODE=copy` around Makefiles.
This change makes it so we build PROGRAMs (not any other sort of targets)
directly in dist/bin instead. We could do the same for our other targets
with a little more work.
There were several places in the tree that were copying built binaries to
some other place and needed fixup to match the new location of binaries.
On Windows pdb files are left in the objdir where the program was
originally linked. symbolstore.py needs to locate the pdb file both to
determine whether it should dump symbols for a binary and also to copy
the pdb file into the symbol package. We fix this by simply looking for
the pdb file in the current working directory if it isn't present next
to the binary, which matches how we invoke symbolstore.py.
MozReview-Commit-ID: 8TOD1uTXD5e
--HG--
extra : rebase_source : 9140be949b206bb595d9188ce7e8357347ecd9a9
2018-01-10 14:26:12 -05:00
ffxbld
ad046160f7
No bug, Automated blocklist update from host bld-linux64-spot-324 - a=blocklist-update
2018-01-20 11:10:55 -08:00
Chris Manchester
79b8f529d2
Bug 1431342 - Move channel-prefs.js processing back to Makefile.in to avoid changing its content. r=rstrong
...
MozReview-Commit-ID: A7kR8WPB4TQ
--HG--
extra : rebase_source : 5d8188273d8708e360f1228468b981c88349296a
2018-01-18 14:00:02 -08:00
Scott Wu
8a1ada22ac
Bug 1419312 - Expand supported locales and countries on Nightly and Beta. r=lchang
...
MozReview-Commit-ID: 8MziULBn05l
--HG--
extra : rebase_source : 9b3117e20e94e530f74f1d6a6c168c4c7ea33f28
2018-01-15 18:31:08 +08:00
ffxbld
cd76e29a48
No bug, Automated blocklist update from host bld-linux64-spot-324 - a=blocklist-update
2018-01-17 11:37:07 -08:00
Luke Chang
f759ca3821
Bug 1430522 - [Form Autofill] Enable address autofill by default on release build. r=seanlee
...
MozReview-Commit-ID: 9Pf8l7PqSMi
--HG--
extra : rebase_source : 973ed0a7cffb9fb9a8580b5f6d79d859f6d8c5f7
2018-01-15 15:56:53 +08:00
ffxbld
cfde6b5f1e
No bug, Automated blocklist update from host bld-linux64-spot-309 - a=blocklist-update
2018-01-16 12:59:58 -08:00
Csoregi Natalia
2abc965cbb
Merge autoland to mozilla-central r=merge a=merge
2018-01-12 23:57:58 +02:00
ffxbld
6e316e134c
No bug, Automated blocklist update from host bld-linux64-spot-324 - a=blocklist-update
2018-01-12 10:58:27 -08:00
Tom Ritter
bc92067c8e
Bug 1424341 Add privacy.reduceTimerPrecision and privacy.reduceTimerPrecision.microseconds prefs r=bkelly,timhuang
...
This pref does not override privacy.resistFingerprinting, but when it is set (and
privacy.resistFingerprinting is not) we will still adjust the precision of almost
all timers. The adjustment amount is the second pref, which is defaulted to
20us but now dynamically adjustable (in the scale of microseconds.)
This patch does _not_ address the performance API, which privacy.resistFingerprinting
disables.
We are landing this preffed on at the current value we clamp performance.now() at
which is 20us.
MozReview-Commit-ID: ESZlSvH9w1D
--HG--
extra : rebase_source : a8afead1bdba958c6c7b383b2216dacb3a1b135c
2018-01-09 14:58:34 -06:00
Mike Hommey
20c0a095e4
Bug 1427471 - Set app.update.enabled to false when building with --disable-updater. r=rhelmer
...
--HG--
extra : rebase_source : 135c219916d18b4646e9ca21931cea21c9510754
2017-12-31 17:00:57 +09:00
Csoregi Natalia
d07dee65a2
Backed out 6 changesets (bug 1386404
) for failing /webdriver/test/ tests on Linux. r=backout on a CLOSED TREE
...
Backed out changeset be1441859e8b (bug 1386404
)
Backed out changeset 8dca7ef74c4a (bug 1386404
)
Backed out changeset b7ca6ae185f2 (bug 1386404
)
Backed out changeset 2c007d385ce4 (bug 1386404
)
Backed out changeset fbe717b9a664 (bug 1386404
)
Backed out changeset 14f1fbe5263a (bug 1386404
)
2018-01-10 14:08:51 +02:00
Gian-Carlo Pascutto
1a580a77b4
Bug 1386404
- Enable content-process specific tmpdir on Linux. r=haik,jld
...
MozReview-Commit-ID: 6Hijq0to9MG
--HG--
extra : rebase_source : 7ff43ffe52f32ebbc7c866428e0d1d64dd05cbcb
2018-01-09 16:29:40 +01:00
ffxbld
103c76809e
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
2018-01-09 11:06:13 -08:00
Sebastian Hengst
d52c7b3231
merge inbound to central. r=merge a=merge
2018-01-06 00:27:10 +02:00
Alessio Placitelli
154a9f4b8c
Bug 1417473 - Enable the hybrid content telemetry API. r=chutten
...
MozReview-Commit-ID: Cjsu10fgKtq
--HG--
extra : rebase_source : d507a9fb40cb18726b0ad4c8aeed86b3fafc746e
2018-01-04 10:32:58 +01:00
Csoregi Natalia
7dec907cd4
Backed out 3 changesets (bug 1417473) for failing browser_HybridContentTelemetry.js. r=backout on a CLOSED TREE
...
Backed out changeset 27db7bf978be (bug 1417473)
Backed out changeset a365a5a59ad1 (bug 1417473)
Backed out changeset 443747e39abe (bug 1417473)
2018-01-05 13:45:25 +02:00
Alessio Placitelli
ffcf8abf77
Bug 1417473 - Enable the hybrid content telemetry API. r=chutten
...
MozReview-Commit-ID: Cjsu10fgKtq
--HG--
extra : rebase_source : 6e31502cbc8a19a43c7a40ad1145a2712d71de32
2018-01-04 10:32:58 +01:00
Nika Layzell
ad0b398aa2
Bug 1425999 - Remove the dom.disable_window_status_change pref, as it no longer can be disabled, r=qdot
...
MozReview-Commit-ID: 1O6ff22IcZZ
2018-01-05 11:52:04 -05:00
Tim Nguyen
597667dde6
Bug 1362425 - Remove unused browser/app/profile/pagethemes.rdf. r=mak
...
MozReview-Commit-ID: 3ubOgBDMDwk
--HG--
extra : rebase_source : dea29c0f2d249ceb37fa6f05657c5c5d9887b61f
2018-01-04 00:37:11 +01:00
Tim Nguyen
5362a1f424
Bug 1362425 - Remove unused browser/app/profile/pagethemes.rdf. r=mak
...
MozReview-Commit-ID: 3ubOgBDMDwk
--HG--
extra : rebase_source : 5b21cd9021a781a4f2a107d71bbf69cbdeb9f342
2018-01-04 00:37:11 +01:00
ffxbld
c8c4f40862
No bug, Automated blocklist update from host bld-linux64-spot-036 - a=blocklist-update
2018-01-03 14:38:43 -08:00
Tom Prince
57f0757780
Bug 1426528: Install macOS icons from MOZ_BRANDING_DIR directly; r=glandium
...
MozReview-Commit-ID: 7s8qxkERfpt
--HG--
extra : rebase_source : 9c7ea73086d12378f83b8a763624f6e1939d6014
2017-12-20 15:39:18 -07:00
Mike Conley
4d6ed7eb15
Bug 1424373
- Rename crash report submission pref. r=Mossop
...
--HG--
extra : rebase_source : 14cfcee27cefc13911aee2c0663c74f3e9101275
extra : amend_source : bb12f2b78b2c43ef79957d700167a2fea80d0188
2017-12-21 16:36:13 -05:00
ffxbld
ad5a9a2eb7
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
2017-12-16 10:39:47 -08:00
ffxbld
9ac2c62a5f
No bug, Automated blocklist update from host bld-linux64-spot-302 - a=blocklist-update
2017-12-15 11:03:02 -08:00
Ben Kelly
7fb7be80ac
Bug 1293277 P3 Remove the dom.serviceWorkers.openWindow.enabled pref. r=baku
2017-12-12 15:44:47 -05:00
Michael Kaply
622473375e
Bug 1417678 - New search defaults for browser and mobile. r=florian,mconnor
...
MozReview-Commit-ID: FP9f7QbXZAV
--HG--
extra : rebase_source : 50d2345c6c3d40b4a0274380c13cd816f1dd0703
2017-12-01 11:43:54 -06:00
Andrew Swan
0a51e1ac64
Bug 1263313 Remove search pane from about:addons r=rhelmer
...
Also remove related code that was only used from here including
stuff related to marketplace purchases, etc.
MozReview-Commit-ID: ESX78tVQK7M
--HG--
extra : rebase_source : 56d956168f75cdc40fd3df057e41493f80733352
2017-12-05 21:17:13 -08:00
Sylvestre Ledru
5de63ef061
Bug 1394734 - Replace CONFIG['MSVC'] by CONFIG['CC_TYPE'] r=glandium
...
MozReview-Commit-ID: 5orfnoude7h
--HG--
extra : rebase_source : 1ed9a6b56e1d27221a07624767a7fb0e6147117f
2017-12-08 13:46:13 +01:00
Sylvestre Ledru
9bfe27d903
Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium
...
MozReview-Commit-ID: 7duJk2gSd4m
--HG--
extra : rebase_source : 7312fe276e561e8c034a5f6749774ae812727f9c
2017-12-07 22:09:15 +01:00
ffxbld
82a6479481
No bug, Automated blocklist update from host bld-linux64-spot-030 - a=blocklist-update
2017-12-07 11:18:42 -08:00
Zibi Braniecki
f94ccdc7d0
Bug 1423618 - Remove hardcoded build time intl.locale.requested. r=Pike
...
The new heuristic for requested locales in LocaleService makes the
intl.locale.requested an override to the default locale.
This patch removes the hardcoded setting of the pref to the build time locale,
allowing LocaleService to pick the default locale by default.
MozReview-Commit-ID: 3iaZYuHTxih
--HG--
extra : rebase_source : c3bb701de4716ae132d2a5ee5f2c3e2054e4a3c1
2017-12-06 11:54:59 -08:00
Sylvestre Ledru
06be3310e3
Bug 1407285 - Support spaces in MOZ_MACBUNDLE_NAME and in various Makefile and tools r=glandium
...
MozReview-Commit-ID: Eda1qiPCTJ0
--HG--
extra : rebase_source : 1766fd1c1b78244161efce0b6db8b58dd2ec2009
2017-11-28 23:21:54 +01:00
Zibi Braniecki
a5600cdb98
Bug 1414390 - Add intl.locale.requested locale list to replace general.useragent.locale. r=jfkthame,mossop
...
This patch moves us from using an old pref `general.useragent.locale`combined
with `intl.locale.matchOS` for retrieving user requested locale, to use a new
preference `intl.locale.requested` which stores a list of well-formed BCP47
language tags. If set to empty, the OS locales are used. If not set at all,
default locale is used.
We are also adding a piece of code to migrate from old to new system.
MozReview-Commit-ID: 854yQ1kC6Ee
--HG--
extra : rebase_source : c4a7171bc026f857f7878ee83d973ec01b536a84
2017-11-01 20:16:21 -07:00
Sebastian Hengst
8faace1526
Backed out changeset 9fff8b2fcf78 (bug 1407285) for L10n bustage. r=backout a=backout
2017-12-05 01:28:11 +02:00
Chung-Sheng Fu
6806c911a3
Bug 1039069 - Provide a popup about English for international users. r=arthuredelstein,mconley
...
MozReview-Commit-ID: IL8i4vzjWQd
--HG--
extra : rebase_source : 7524445d3508b6de6a347034efb4a28e8d5738c5
2017-09-12 17:32:07 +08:00
Sylvestre Ledru
250a624c2a
Bug 1407285 - Support spaces in MOZ_MACBUNDLE_NAME and in various Makefile and tools r=glandium
...
MozReview-Commit-ID: Eda1qiPCTJ0
--HG--
extra : rebase_source : c85c5e8bfb5a0f0dc673ea0b6fce1ac1162d9497
2017-11-28 23:21:54 +01:00
Narcis Beleuzu
b5d0f0fad6
Backed out 3 changesets (bug 1039069) for ESlint failures on browser/components/preferences/languages.js r=backout on a CLOSED TREE
...
Backed out changeset 036a91aed264 (bug 1039069)
Backed out changeset 69af55073d39 (bug 1039069)
Backed out changeset 4fce39a14630 (bug 1039069)
2017-11-30 23:38:27 +02:00
Chung-Sheng Fu
6e8def922b
Bug 1039069 - Provide a popup about English for international users. r=arthuredelstein,mconley
...
MozReview-Commit-ID: IL8i4vzjWQd
--HG--
extra : rebase_source : 8e5748e69e0a9267a62e68619a0620e704d4ff03
2017-09-12 17:32:07 +08:00
Edouard Oger
ae62aef149
Bug 1418466 - Add Connect Another Device button to relevant Sync UI. r=dao,markh
...
MozReview-Commit-ID: 5vBKH9NejVV
--HG--
extra : rebase_source : c160a5a1d7753d41c7afec3a822aefa9461684e6
2017-11-17 16:48:17 -05:00
steveck-chung
90c21cb103
Bug 1417818 - Add CA/DE metadata from libaddressinput. r=lchang,scottwu
...
MozReview-Commit-ID: 56eHfN8DaUg
--HG--
extra : rebase_source : da01ce645e8618c6f7082f87bd67bd3c87efc851
2017-11-20 18:07:50 +08:00
Noemi Erli
e5e82c8496
Backed out changeset 932a77d8fbae (bug 1418466) for ES failures in /builds/worker/checkouts/gecko/browser/base/content/browser-sync.js r=backout on a CLOSED TREE
2017-11-30 18:44:16 +02:00
Edouard Oger
016b5734e5
Bug 1418466 - Add Connect Another Device button to relevant Sync UI. r=dao,markh
...
MozReview-Commit-ID: 5vBKH9NejVV
--HG--
extra : rebase_source : e8628aba338b19142dc63add9bb380042096053f
2017-11-17 16:48:17 -05:00
Stephen A Pohl
aac02bb998
Bug 1405577: Restore the ability to open new windows in new spaces when a window is already in fullscreen mode on macOS. r=mstange
2017-11-29 23:14:11 -05:00
ffxbld
ed3d2d71f6
No bug, Automated blocklist update from host bld-linux64-spot-341 - a=blocklist-update
2017-11-29 10:13:07 -08:00
ffxbld
63122d6697
No bug, Automated blocklist update from host bld-linux64-spot-032 - a=blocklist-update
2017-11-28 10:46:10 -08:00
Ryan Leake
7822b14bda
Bug 1346072 - Remove accounts.firefox.com from the whitelist of domains allowed to send objects over webchannels. r=markh
...
MozReview-Commit-ID: 4ts3uBPuXom
--HG--
extra : rebase_source : 0dced36f4c14f8fb4f7633f3b265ac22d95ecfd7
2017-11-24 20:24:42 +00:00
Jonathan Kingston
01bea734e5
Bug 1310447 - Add a pref to display a negative indicator in the URL bar for non-secure sites r=johannh
...
MozReview-Commit-ID: ExV99iQfvD6
--HG--
rename : browser/base/content/test/general/browser_bug590206.js => browser/base/content/test/siteIdentity/browser_check_identity_state.js
extra : rebase_source : c83f4cc4e3ea1bfa51ca922ee030a9d12ee1b35a
2017-11-14 18:36:56 +00:00
Scott Wu
045d790150
Bug 1417843 - Add supportedCountries pref to configure which countries are supported. r=lchang,steveck
...
MozReview-Commit-ID: 13m1ezHcR8n
--HG--
extra : rebase_source : 4820c37143af678dd5a72b76622fc88be0ed11c4
2017-11-17 17:15:56 +08:00
Martin Stransky
81f2475573
Bug 1418829 - set browser.tabs.drawInTitlebar to false on UNIX_BUT_NOT_MAC again, r=dao
...
Fix regression at Bug 1418829 and also prepare to use browser.tabs.drawInTitlebar as the only pref for control drawing to the titlebar on Linux.
MozReview-Commit-ID: 9sTq7xyBbD1
--HG--
extra : rebase_source : 0d97504cf20e07fa26c13746f7ffb0630f919594
2017-11-20 14:26:28 +01:00
Kit Cambridge
5ecaba225c
Bug 1414153 - Sync the `privacy.resistFingerprinting` pref by default. r=eoger
...
MozReview-Commit-ID: 7f9dM7Rqiyi
--HG--
extra : rebase_source : 55493dad33a3a8be43edbb50897c0e61628c1120
2017-11-20 11:20:15 -08:00
Sean Lee
bc4a3d74f8
Bug 1339731
- Refactor FormAutofillHandler to support multiple section machanism. r=lchang,ralin
...
MozReview-Commit-ID: D9g5fKTeTaL
--HG--
extra : rebase_source : ef5a572e5038dfe6746d99e683c53625d6c45d9a
2017-11-20 08:21:30 +08:00
Andreea Pavel
83c3d396d1
Backed out 2 changesets (bug 1339731
) for failing browser/extensions/formautofill/test/mochitest/test_form_changes.html r=backout on a CLOSED TREE
...
Backed out changeset 9faf8dcf5c6e (bug 1339731
)
Backed out changeset 8492412ff6f6 (bug 1339731
)
2017-11-17 17:56:44 +02:00
Sean Lee
29e1c4d8d8
Bug 1339731
- Refactor FormAutofillHandler to support multiple section machanism. r=lchang,ralin
...
MozReview-Commit-ID: D9g5fKTeTaL
--HG--
extra : rebase_source : 1b19750a6f1d9137b9e21170b854d89cd6d2859c
2017-10-26 17:57:36 +08:00
Luke Chang
fca18fa0f5
Bug 1417336 - [Form Autofill] Enable credit card autofill by default on beta build. r=steveck
...
MozReview-Commit-ID: AOM6vqw2JvY
--HG--
extra : rebase_source : a3138bdee792f74f60e2149c2b963078a2bb6a3c
2017-11-15 16:29:38 +08:00
Bob Owen
5a64c2aeb7
Bug 1417959: Bump Alternate Desktop to Level 5 and make that the Default on Nightly. r=jimm
2017-11-16 18:10:00 +00:00
Martin Stransky
31d185d75b
Bug 1415481 - set browser.tabs.drawInTitlebar to true unix platforms, r=dao,glandium
...
Enable browser.tabs.drawInTitlebar on all platforms.
MozReview-Commit-ID: 9lko61izj4r
--HG--
extra : rebase_source : c4fd8dbf9d4a0eed78d3ac2a7a25bf36988c6f13
2017-11-08 10:38:34 +01:00
shindli
a9fa53057b
Backed out 3 changesets (bug 1415481) for failing bcs in browser/base/content/test/general/browser_tabbar_big_widgets.js r=backout on a CLOSED TREE
...
Backed out changeset a00865a5bd43 (bug 1415481)
Backed out changeset 4d8dc538cb2d (bug 1415481)
Backed out changeset 53463889cdb6 (bug 1415481)
2017-11-15 14:00:54 +02:00
Martin Stransky
60af96377b
Bug 1415481 - set browser.tabs.drawInTitlebar to true on windows, cocoa and gtk3 widgets, r=dao,glandium
...
Enable browser.tabs.drawInTitlebar on platforms where CAN_DRAW_IN_TITLEBAR is set instead of the UNIX_BUT_NOT_MAC hack.
MozReview-Commit-ID: 9lko61izj4r
--HG--
extra : rebase_source : 98c1d9b8a89ec91c119634724187c614ea1d04f2
2017-11-08 10:38:34 +01:00
btara
986d32eb92
Merge mozilla-central to autoland r=merge a=merge on a CLOSED TREE
2017-11-14 22:40:50 +02:00
ffxbld
986813daef
No bug, Automated blocklist update from host bld-linux64-spot-030 - a=blocklist-update
2017-11-14 10:58:40 -08:00
James Cheng
0a1ba37059
Bug 1404230 - Part1 - Add media.eme.hdcp-policy-check.enabled for flexibility turning on/off this feature. r=cpearce
...
MozReview-Commit-ID: InPVxCFPaan
--HG--
extra : rebase_source : b7a2ae7a17cfd16f8e3026eb185397564233abb9
2017-10-02 17:37:37 +08:00
Noemi Erli
8d8df3ddfe
Merge mozilla-central to mozilla-autoland. r=merge a=merge CLOSED TREE
2017-11-10 12:43:53 +02:00
Neil Deakin
9bd9459ef2
Bug 380637, add a general preference to prevent pages from overriding keyboard shortcuts. If a key doesn't specify the reserved attribute, this preference will be used, r=felipe
2017-11-09 18:42:39 -05:00
Ryan VanderMeulen
8ecdb6dbf3
Backed out changeset 0b07ff291caa (bug 1401250) because it'll probably do more harm than good.
2017-11-09 18:24:37 -05:00
Andreea Pavel
e1c8aba28f
Merge mozilla-central to mozilla-inbound r=merge a=merge on a CLOSED TREE
2017-11-09 22:17:00 +02:00
ffxbld
f025886309
No bug, Automated blocklist update from host bld-linux64-spot-032 - a=blocklist-update
2017-11-09 11:48:14 -08:00
Luke Chang
48d5f78470
Bug 1414189 - [Form Autofill] Add a pref to determine whether a user has ever used credit card autofill. r=steveck
...
MozReview-Commit-ID: BMqPiN1tv80
--HG--
extra : rebase_source : 8660936a563ae85cf62af8abe6d8427819f9c22f
2017-11-03 18:23:48 +08:00
Chris Manchester
2a7dac5996
Bug 1415742 - Move channel-prefs.js installation to moz.build. r=nalexander,ted
...
This was awkward because it doesn't want to end up under dist/bin/browser,
but DIST_SUBDIR is exported here. firefox.exe doesn't want to end up under
dist/bin/browser either, so we unset DIST_SUBDIR for this directory and
move the files that need it to a different directory.
MozReview-Commit-ID: Jr1RLUIj0HM
--HG--
extra : rebase_source : 37bbea6792196895316c081176b64db233fe62e1
2017-11-09 11:39:27 -08:00
ffxbld
186dc0eef5
No bug, Automated blocklist update from host bld-linux64-spot-034 - a=blocklist-update
2017-11-08 11:49:22 -08:00
Bob Owen
009df3d87d
Bug 1415250 Part 2: Make level 4 the default for the Windows content process sandbox. r=jimm
2017-11-08 08:06:15 +00:00
ffxbld
e6a56d3e31
No bug, Automated blocklist update from host bld-linux64-spot-036 - a=blocklist-update
2017-11-07 10:43:51 -08:00
Prathiksha
71ab20ed37
Bug 1400660 - Create a new pref to determine the initial state of the 'See details' panel in about:blocked pages. r=francois,johannh
...
MozReview-Commit-ID: CxZmvc34ULB
--HG--
extra : rebase_source : 055de125019437d62734bd77f1de85c4c8bb09b6
2017-10-28 01:56:31 +05:30
Francois Marier
576717207b
Bug 1393627 - Expose the full tracking protection UI preferences. r=mossop
...
MozReview-Commit-ID: KyDBuHyDPLP
--HG--
extra : rebase_source : 29050cd192aaeb237786a4ffe74a2bf460af66ed
2017-11-03 11:44:43 -07:00
Sebastian Hengst
1133016f04
Backed out 6 changesets (bug 1386404
) for XPCshell failures, at least on Linux. r=backout on a CLOSED TREE
...
Backed out changeset c80acdea24c1 (bug 1386404
)
Backed out changeset 6224ffae752a (bug 1386404
)
Backed out changeset 9eba087cf64a (bug 1386404
)
Backed out changeset eac6eb517096 (bug 1386404
)
Backed out changeset 802a00ea50e7 (bug 1386404
)
Backed out changeset d7f697bac6ef (bug 1386404
)
2017-11-03 20:28:00 +01:00
Gian-Carlo Pascutto
fff36a228d
Bug 1386404
- Enable content-process specific tmpdir on Linux. r=haik
...
MozReview-Commit-ID: 6Hijq0to9MG
--HG--
extra : rebase_source : 083bf3d52e228ce953d31ef997f969a0e4a562ec
2017-10-12 11:18:25 +02:00
David Major
5b45e17ffb
Bug 1401250 - Change firefox.exe description metadata to evade the Windows 10 appcompat engine. r=ted
...
This patch changes our Windows file-description metadata from "Firefox" to "Mozilla Firefox" in order to work around an issue on Windows 10.
To be clear: This patch does NOT change any branding normally presented to a typical user. Short of attaching a debugger, the only way to see this change is to right-click firefox.exe and choose Properties then Details.
We're doing this because Windows 10 ships with an appcompat fix called DamThrottleControl that applies to any firefox.exe with product name and description equal to the string "Firefox". I have no idea what that fix was intended to do, but Nightly and DevEdition appear to be doing fine without it. In any case, the appcompat fix comes with the side effect of loading user32.dll very early in our process, which allows AppInit_DLLs to sneak in before our blocklist initializes. That's bad (and it fails a mochitest). This patch evades the Windows appcompat engine by making us no longer match the string that it's testing for.
--HG--
extra : rebase_source : b4d09da3e49233b72b58725e20480b3999a02989
2017-11-09 09:42:41 -05:00
Fischer.json
e950686227
Bug 1399808 - Remove the offlineGroup UI in about:preferences, r=jaws
...
MozReview-Commit-ID: 4JZ62Bg79Zo
--HG--
extra : rebase_source : 663174dba1dca0cdcad18d22c2b3030368b6b41f
2017-10-30 16:16:24 +08:00
Mark Banner
b616c881e1
Bug 1404267 - Enable Async Places Transactions for all builds, not just nightly. r=mak
...
MozReview-Commit-ID: LBlM8CqMue1
--HG--
extra : rebase_source : a3105bce6246cce8143ff72aaf244b9557ba42aa
2017-10-30 13:46:07 +00:00
ffxbld
b4dbfc78f6
No bug, Automated blocklist update from host bld-linux64-spot-033 - a=blocklist-update
2017-10-30 11:46:21 -07:00
Yura Zenevich
e9df0721f5
Bug 1411591 - making accessibility indicator off by default. r=davidb
...
MozReview-Commit-ID: KqNmqIAupWa
2017-10-27 10:51:23 -04:00
Jared Wein
d6b4704310
Bug 1406414 - Switch to an APNG loading indicator when the browser is under schedule pressure. r=francois,mconley
...
MozReview-Commit-ID: 13KnlI9QcvU
--HG--
extra : rebase_source : 04ec34551ca8d0c2b4566c069ddf9202673bd3d2
2017-09-21 16:10:49 -04:00
Chris Manchester
d66bafce2c
Bug 1403346 - Convert sse flags filtering in browser/app/Makefile.in to mozbuild. r=glandium
...
MozReview-Commit-ID: D10cPf6v0d2
2017-10-25 15:12:10 -07:00
Edouard Oger
4a0a0ce970
Bug 1411714 - Handle action=email in about:accounts. r=tcsc
...
MozReview-Commit-ID: 5U6Qy78S1Nl
--HG--
extra : rebase_source : 69368eca5243d418c9705959be81f724351291c6
2017-10-25 16:41:37 -04:00
Sebastian Hengst
8072106c67
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-10-23 23:55:17 +02:00
Panos Astithas
2b9fe286fc
Bug 1406234 - Move history results on top again. rs=mak
...
MozReview-Commit-ID: 6NhmsVdM9Nm
2017-10-23 21:38:55 +03:00
Johann Hofmann
a508aac3d8
Bug 1404108 - Change the accent color for the Web Browser Renaissance theme. r=nhnt11
...
MozReview-Commit-ID: 4oBKIrHXmMe
--HG--
extra : rebase_source : 142dcdeba60c7327e9d24eb8e1622a8aa2de5609
2017-10-19 17:23:57 +02:00
ffxbld
65c8db9de4
No bug, Automated blocklist update from host bld-linux64-spot-031 - a=blocklist-update
2017-10-22 11:10:27 -07:00
ffxbld
c7762ff6a1
No bug, Automated blocklist update from host bld-linux64-spot-035 - a=blocklist-update
2017-10-21 11:24:13 -07:00
Blake Kaplan
3fa965430b
Bug 1406212 - Remove references to extensions.e10sBlocksEnabling. r=Felipe
...
MozReview-Commit-ID: 11q3Go0IkPh
--HG--
extra : rebase_source : fdcf714d18effc964191665eb8422305bda92b65
2017-10-16 13:52:48 -07:00
Blake Kaplan
448808fee2
Bug 1406212 - Remove browser.tabs.remote.autostart.N. r=Felipe
...
These are no longer needed.
MozReview-Commit-ID: C49R7GsWPDg
--HG--
extra : rebase_source : 3711365017bf48c1f53315ce48fa419ac2a89b3e
2017-10-10 16:12:20 -07:00
Blake Kaplan
d85edbdb89
Bug 1406212 - Default to e10s on with 4 content processes. r=Felipe
...
MozReview-Commit-ID: CtBXBOgTuki
--HG--
extra : rebase_source : 5c4472e0c798f618f7a3ce644d506319b6ceed3c
2017-09-28 15:50:15 -07:00
Masayuki Nakano
16fd3a84a4
Bug 143038 Make users can scroll contents horizontally with vertical wheel operation with a modifier r=smaug
...
This patch declares a new default action, "horizontal scroll", this scrolls
content horizontally with deltaY of wheel events and ignores deltaX and deltaZ.
This is used for default action with Shift key in default setting except on
macOS. On macOS, legacy mouse's vertical wheel operation with Shift key causes
native horizontal wheel event. Therefore, we don't need to use this new
default action on macOS. Additionally, old default action with Shift key,
navigating history, is moved to with Alt key. This makes same settings between
macOS and the others. So, this is better for users who use macOS and another
OS and web app developers who check wheel events only on macOS or other
platform(s).
For simpler implementation, default action handlers moves deltaY values to
deltaX values temporarily *only* while they handle wheel events. This is
performed by AutoWheelDeltaAdjuster and restored after handling it
automatically.
So, in other words, even if default action is "horizontal scroll", web apps
receives wheel events whose deltaY is not zero but its content will be
scrolled horizontally. This is same as Chromium, so, this behavior shouldn't
cause any incompatible behavior with it.
MozReview-Commit-ID: E4X3yZzLEAl
--HG--
extra : rebase_source : e20d854c6b0a181ad4c9e7304bd9ad14256481ff
2017-10-05 01:12:35 +09:00
Mike Hommey
75c182ac84
Bug 1409583 - Create built_in_addons.json in a deterministic manner. r=chmanchester
...
--HG--
extra : rebase_source : 02e4b14d5e3611bfc81cc47afc4549a6fcc15cc7
2017-10-18 08:57:03 +09:00
Johann Hofmann
a98b34501b
Bug 1379560 - Part 1 - Add a default permission pref in the permission manager. r=mystor,Paolo
...
This patch enables support for setting prefs with the pattern
permissions.default.* to provide a custom default permission
for arbitrary permission types in nsPermissionManager.
The previous default of UNKNOWN_ACTION is honored if no pref is set.
A default value is provided if no permission entry can be found in the db.
Accordingly, the patch does not affect the behavior of functions
that return permission objects from the db such as GetPermissionObject,
which returns null if no entry was found.
MozReview-Commit-ID: 3JECI6kXqGf
--HG--
extra : rebase_source : 9fbcfc740a85c02cf4245956e69ae13c8f90b5ab
2017-07-10 23:13:43 +02:00
Panos Astithas
e670592385
Bug 1406234 - Remove historical search suggestions and move search suggestions on top. r=mak
...
MozReview-Commit-ID: 9SbHU63amlN
--HG--
extra : rebase_source : 57fcce07fe60f2f3b4023abb4f34a5c2f624a99f
2017-10-13 17:13:25 +03:00
Mike de Boer
6c7f044a8d
Bug 1402267 - Restart the SessionWorker each time there are failures reported as much as defined in the 'browser.sessionstore.max_write_failures' pref. r=ttaubert
...
MozReview-Commit-ID: 91vOcbmhFmj
--HG--
extra : rebase_source : 5d2a5c99cb921f7495c3c69b79a019dc463b09a6
2017-10-17 11:59:33 +02:00
ffxbld
79aa12fe2c
No bug, Automated blocklist update from host bld-linux64-spot-315 - a=blocklist-update
2017-10-16 23:06:04 -07:00
Phil Ringnalda
ecdb97c7dc
Backed out 6 changesets (bug 1406212) for mass reftest failures
...
CLOSED TREE
Backed out changeset 1c9fe35de901 (bug 1406212)
Backed out changeset 1acc4c270bf9 (bug 1406212)
Backed out changeset d9ea9cff849f (bug 1406212)
Backed out changeset 5bf2f08f01f9 (bug 1406212)
Backed out changeset 1a050da96e9e (bug 1406212)
Backed out changeset 1b5e78113f06 (bug 1406212)
MozReview-Commit-ID: LizV8CD4IY4
2017-10-12 19:45:23 -07:00
Blake Kaplan
a17f66b7ba
Bug 1406212 - Remove browser.tabs.remote.autostart.N. r=Felipe
...
These are no longer needed.
MozReview-Commit-ID: C49R7GsWPDg
--HG--
extra : rebase_source : 9609ad56d497b59d530434d135692e454d4f772a
2017-10-10 16:12:20 -07:00
Blake Kaplan
43ff4cea89
Bug 1406212 - Default to e10s on with 4 content processes. r=Felipe
...
MozReview-Commit-ID: CtBXBOgTuki
--HG--
extra : rebase_source : 851c31405ec03ece1390bc338b6bd18ea39ba7f8
2017-09-28 15:50:15 -07:00
Marco Bonardo
844afcbfa5
Bug 1367790 - Remove code for the opt-in Search Suggestions notification. r=Paolo
...
MozReview-Commit-ID: 4uz6xZ8jQWr
--HG--
extra : rebase_source : d016277788581f88b0099d31824991bd0c506583
2017-10-12 15:04:23 +02:00
David Burns
c3e04fb1e5
Bug 1374263
- Make sure build places geckodriver binary in correct directory. r=froydnj
...
The geckodriver binary is not being moved to correct directory which is required
to be able to run web platform tests successfully.
MozReview-Commit-ID: HTxnACX2FLR
--HG--
extra : rebase_source : 816dc27bfad7d9e93ca1074f9ab05ba1c0bb578b
2017-10-09 21:09:09 +01:00
Dão Gottwald
86965428b4
Bug 1406478 - Set browser.tabs.tabMinWidth to 76. r=jaws
...
MozReview-Commit-ID: 3bbTd1Fmtc5
--HG--
extra : rebase_source : f6f5bf4a1587be3f82010a9cd02d7c6598d084c0
2017-10-09 19:38:47 +02:00
Sebastian Hengst
926fa0e3ae
Backed out changeset a4fc441d0663 (bug 1406478) for failing browser-chrome's browser/base/content/test/general/browser_tabReorder.js. r=backout
2017-10-09 19:10:18 +02:00
Dão Gottwald
5524c2dad8
Bug 1406478 - Set browser.tabs.tabMinWidth to 76. r=jaws
...
MozReview-Commit-ID: HRSSjpRnr5i
--HG--
extra : rebase_source : e4a479a90584d98d3f0bb5d729a99f4c77b41d5e
2017-10-08 10:58:40 +02:00
k88hudson
9b32fa2895
Bug 1405693 - Use dev build of React for Activity Stream if browser.newtabpage.activity-stream.debug is true r=Mardak
...
MozReview-Commit-ID: 13aqAEVUMNs
--HG--
extra : rebase_source : 9efb24c131b66e91b11e5f20473c1dfe0f606f0e
2017-10-04 10:59:45 -04:00
Mike Hommey
4fe7459180
Bug 1403366 - Stop requiring argv[0] for XRE_GetBinaryPath and the underlying BinaryPath::Get. r=froydnj
...
--HG--
extra : rebase_source : ac7bb0d7766fce5b6325c34c2868b26eec594e18
2017-09-28 10:37:27 +09:00
Robert Helmer
f0cf406637
Bug 1348981 - provide a list of valid system add-ons for packaging r=glandium
...
MozReview-Commit-ID: K2jCHBBJBqw
--HG--
extra : rebase_source : 0a1414d3e778d36f053800212e7d633eaa91de6b
2017-09-13 22:49:43 -07:00
ffxbld
7ba03cebf1
No bug, Automated blocklist update from host bld-linux64-spot-324 - a=blocklist-update
2017-10-04 10:43:27 -07:00
Sebastian Hengst
1d5497084d
Backed out changeset 582d112281f9 (bug 1403366)
2017-10-04 01:27:07 +02:00
Sebastian Hengst
773adb3c2f
Backed out changeset b8b9f1dbeda3 (bug 1348981) for failing xpcshell toolkit/components/telemetry/tests/unit/test_TelemetryEnvironment.js. r=backout
2017-10-04 01:01:14 +02:00
Mike Hommey
3b34606aa6
Bug 1403366 - Stop requiring argv[0] for XRE_GetBinaryPath and the underlying BinaryPath::Get. r=froydnj
...
--HG--
extra : rebase_source : ac7bb0d7766fce5b6325c34c2868b26eec594e18
2017-09-28 10:37:27 +09:00
Robert Helmer
3392a20460
Bug 1348981 - provide a list of valid system add-ons for packaging r=glandium
...
MozReview-Commit-ID: K2jCHBBJBqw
--HG--
extra : rebase_source : 0a1414d3e778d36f053800212e7d633eaa91de6b
2017-09-13 22:49:43 -07:00
Mike Conley
8c94218081
Bug 1404465 - Add browser.tabs.tabMinWidth to control minimum tab width, and set to 50 by default. r=jaws
...
MozReview-Commit-ID: IK1hgAMyrYD
--HG--
extra : rebase_source : ce2a0d79626a38d3d56f9b669c3aa648eafb499f
2017-09-29 17:15:18 -04:00
Nika Layzell
ac37986b89
Bug 1402489 - Add a pref for switch to tab moving the target tab into the current window, r=mak
...
MozReview-Commit-ID: 8Am4UKxF8x5
2017-10-02 11:58:04 -04:00
Gabor Krizsanits
95d2cffa6d
Bug 1385249 - Reenable the preallocated process. r=mrbkap
2017-10-02 13:40:03 +02:00
Sebastian Hengst
006ae28b0a
Backed out changeset 3eb67e350f38 (bug 1403366)
2017-09-29 17:19:46 +02:00
Mike Hommey
31399bfad2
Bug 1403366 - Stop requiring argv[0] for XRE_GetBinaryPath and the underlying BinaryPath::Get. r=froydnj
...
--HG--
extra : rebase_source : f61fd84dcc801f84f4838d357c795ce07928a4e6
2017-09-28 10:37:27 +09:00
Marco Castelluccio
c34f5eafdb
Bug 1403218 - Remove no longer used XRE_DONT_SUPPORT_XPSP2 definition. r=glandium
...
--HG--
extra : rebase_source : 487c724a6a14a4c9b9ee6c0438eda64b0d3ab9ff
2017-09-26 17:48:26 +02:00
Francois Marier
a6e2599b6e
Bug 1394017 - Default to Safe Browsing V4 on Fennec.r=dimi
...
MozReview-Commit-ID: 5SPHH82pJBE
--HG--
extra : rebase_source : 59834eab341082064dfa75c7145ea43d32bc5230
2017-09-25 16:44:27 -07:00
Phil Ringnalda
216b709c48
Backed out 4 changesets (bug 1348981) for Linux debug timeouts in test_system_update.js
...
Backed out changeset b1fe39ea6d5c (bug 1348981)
Backed out changeset 47866f942752 (bug 1348981)
Backed out changeset 5e93d8760487 (bug 1348981)
Backed out changeset 58431e2c37d7 (bug 1348981)
MozReview-Commit-ID: 2WjZKztxyVs
2017-09-23 06:20:56 -07:00
Robert Helmer
a9838c2aff
Bug 1348981 - provide a list of valid system add-ons for packaging r=glandium
...
MozReview-Commit-ID: K2jCHBBJBqw
--HG--
extra : rebase_source : 446409d7eaa5aaa7cc3b8d566539ab67152f67bc
2017-09-13 22:49:43 -07:00
Wes Kocher
1443004d66
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 2MDU9VGB9Pg
2017-09-22 14:56:05 -07:00
Bob Owen
acefcfd58a
Bug 1402340: On non-Nightly revert back to Windows content process sandbox level 3 to fix suspected top crashes. r=jimm
2017-09-22 16:27:13 +01:00
Gian-Carlo Pascutto
1eb7e298dd
Bug 1402351 - Make the Linux level 3 / read sandbox ride the trains. r=jld
...
MozReview-Commit-ID: 5C2f6pOUVg4
--HG--
extra : rebase_source : a596fc2aa92ca399d5a22480f7e9c147c053beba
2017-09-22 17:20:51 +02:00
Yura Zenevich
cf548aef76
Bug 1383051 - added accessibility service indicators. r=jimm
...
MozReview-Commit-ID: JrUlzpCDbw1
2017-09-20 22:29:46 -04:00
Mike de Boer
ecca1af556
Bug 1388422 - Remove all traces of the Customize Mode tip panel that no longer applies. r=Gijs
...
MozReview-Commit-ID: IffDnXEqooR
--HG--
extra : rebase_source : 04344421e5152c1f7ba8959698ba7cff57448e15
2017-09-20 14:37:53 +02:00
Gijs Kruitbosch
40de26eb54
Bug 1401238 - remove recent bookmarks from the bookmarks menu button and toplevel bookmarks menu, r=mak
...
MozReview-Commit-ID: 7JT9xCq9zcS
--HG--
extra : rebase_source : b6dca5a110636a66181c6843aba616192288fa92
2017-09-20 00:38:39 +01:00
Felipe Gomes
5f2728beec
Bug 1390706 - Remove Flash CTP rollout addon and make it CTP by default through prefs. r=benjamin+7044
...
MozReview-Commit-ID: CPIoiXnx5WT
--HG--
extra : rebase_source : 01c6434074f1aa8f28249a67f2ed65c029ed0e48
2017-09-19 18:56:25 -03:00
Jim Chen
cbacd9ba5c
Bug 1400886 - Re-enable JSM shared global on mobile; r=jchen
...
Back out the change made in bug 1400489, to re-enable shared global for
JSMs on mobile. r=me for trivial patch.
MozReview-Commit-ID: 5Kn5LFK66w8
--HG--
extra : rebase_source : 64e29577f7704edfd6bd0148476652a623b230c3
2017-09-19 14:57:33 -04:00
Mike de Boer
f716107bf8
Bug 1354536 - Part 3 - When the Library view is shown, populate a new 'Recent Highlights' section with at most 12 items as in about:newtab. r=Gijs
...
MozReview-Commit-ID: Bs1RzL0uewH
--HG--
extra : rebase_source : 5efd60f237f9123ecf57e2da820851b703c2045e
2017-09-19 16:17:16 +02:00
Jonathan Kingston
b194a2f906
Bug 1397100 - Disable container about:preference checkbox if a container addon is enabled. r=bsilverberg,Felipe
...
MozReview-Commit-ID: DtJX3FiE0e0
--HG--
extra : rebase_source : 2374318065a63ea2c279d85591a7442e132422c0
2017-09-18 08:11:31 +01:00
Kris Maglione
d50026fefb
Bug 1400489: Restrict global sharing to desktop Firefox. r=tcampbell
...
MozReview-Commit-ID: Gese366rNCH
2017-09-15 21:24:36 -07:00
Scott Wu
5e500229a1
Bug 1399382 - Add a pref to hide credit card autofill feature, r=lchang
...
MozReview-Commit-ID: 2GIOrLBmFKR
--HG--
extra : rebase_source : e4341ca3956f8b040c2dce37557b7f5a9cd52921
2017-09-13 18:50:39 +08:00
Sebastian Hengst
dfb0dfbb5e
merge autoland to mozilla-inbound. r=merge a=merge
...
MozReview-Commit-ID: 1gVeCMsyp4B
2017-09-14 23:56:36 +02:00
ffxbld
2c9a5993ac
No bug, Automated blocklist update from host bld-linux64-spot-306 - a=blocklist-update
2017-09-14 10:42:37 -07:00
Botond Ballo
55daa8694b
Bug 1399629 - Allow pinch gestures on Linux to perform full-zoom. r=kats
...
MozReview-Commit-ID: 2fUikMFT81u
--HG--
extra : rebase_source : 7fbcc84a5b8c2e09afdd748b901161fe4e2f9313
2017-09-13 16:49:35 -04:00
Ursula Sarracini
d089151bf7
Bug 1396274 - Disable Activity Stream about:home in browser_aboutHome.js r=Mardak
...
MozReview-Commit-ID: LXzgaAhNjnV
--HG--
extra : rebase_source : dca565e5bcd16b5f3f13aa355567a903d2c63b82
2017-09-13 18:06:33 -04:00
Tawny Hoover
2415e21cbc
Bug 260611 - Introduce pref browser.bookmarks.openInTabClosesMenu to optionally leave menu open for single bookmark menuitem clicks that open in new tab. r=mak
...
MozReview-Commit-ID: HreM02pdzWP
--HG--
extra : rebase_source : aa9934418fbc55a66848e5e7757b0885ac3be275
2017-09-11 12:12:21 -04:00
Johann Hofmann
f71ee4ffee
Bug 1349552 - Part 1 - Add optional drag space on top of the tabstrip. r=dao
...
MozReview-Commit-ID: 5e4pHZ7TDCb
--HG--
extra : rebase_source : bdeee9ee9725025b70e2c90aec0fe107cfba3de3
2017-09-10 20:36:55 +02:00
Rex Lee
4a265bd8d1
Bug 1392475
- [Onboarding] Turn fox logo to watermark if all tours or notifications are finished. r=Fischer,gasolin
...
MozReview-Commit-ID: CLbiHqCmxr0
--HG--
extra : rebase_source : d04e9ec333b02e7c0c3f4b48d1b7712272228a80
2017-08-30 15:24:47 +08:00
k88hudson
22553dbad7
Bug 1398819 - Turn on prerendered version of activity stream in aboutNewTabService r=Mardak
...
MozReview-Commit-ID: 3v9UR0A9K1z
--HG--
extra : rebase_source : f7d9894ef0a2e168964ff7f0d7284e4165874a47
2017-09-11 13:22:44 -04:00
Gijs Kruitbosch
ecf2be01ab
Bug 1397447 - make downloads button autohide by default, r=mak
...
MozReview-Commit-ID: E9izQpa4fFZ
--HG--
extra : rebase_source : 11dc3f1b98f53f5897a3185253b68d2cf7d5083b
extra : source : 97f7f5175b2fc3adfb193783f7ecb70b5b9b4562
2017-09-08 14:16:36 +01:00
Fischer.json
f422e7877e
Bug 1399398 - Turn on the Storage Management feature, r=Gijs
...
MozReview-Commit-ID: GSm0Iz03tMD
--HG--
extra : rebase_source : f0f6992b9fe5330edbc30988de1520258b01bfb6
2017-09-13 18:12:21 +08:00
Matthew Noorenberghe
0a19222093
Bug 1398656 - Always build the form autofill system add-on but disable it by default on release. r=lchang
...
The pref will gradually be flipped via Shield to "detect" on release.
MozReview-Commit-ID: LaiEub8v05t
--HG--
extra : rebase_source : 35a5e8c9ea90d90f3fb21d1ff3aa32ef0f0f2f18
2017-09-13 17:29:49 -07:00
Wes Kocher
05c4aba599
Merge m-c to autoland, a=merge CLOSED TREE
...
MozReview-Commit-ID: 2dRRh6JLTIL
2017-09-11 15:21:36 -07:00
Anthony Miyaguchi
122408f0ff
Bug 1390095 - Send a duplicate of a users first shutdown ping with pingsender. r=Dexter
2017-09-05 17:49:45 -07:00
Wes Kocher
2a30786cad
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 4FEkd1x2GD
2017-09-08 13:36:31 -07:00
Jim Mathies
2a7901349f
Bug 1387507 - Remove a11y e10s checks and preferences. r=felipe
2017-09-08 09:31:06 -05:00
Sebastian Hengst
e52b8eb6e4
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: E6LQYNHgmiv
2017-09-08 10:53:26 +02:00
Fischer.json
48d78c7f4e
Bug 1371543 - Support Screenshots page action with UITour, r=dveditz,Gijs
...
This patch
- supports Screenshots page action with UITour
- adds https://screenshots.firefox.com into the uitour permission list for the bug 1393668
MozReview-Commit-ID: K4v0LU2WSyl
--HG--
extra : rebase_source : 8e9a2e3bee944af73d08a41badaa7ada09e1ef46
2017-08-30 11:25:59 +08:00
Ed Lee
b61e2637f0
Bug 1396654 - Enable Activity Stream by default for all channels. r=mossop
...
MozReview-Commit-ID: F0hmI8nWTFR
--HG--
extra : rebase_source : a454beea653677c0d89d9dbe9f776247d11cbea6
2017-09-04 16:52:32 -07:00
Sebastian Hengst
ec5336561d
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 3DvwIgw2ORU
2017-09-07 23:59:58 +02:00
Mike Conley
9fb0b08bc5
Bug 1394455 - Disable tab warming until bug 1397426 is fixed. :( r=florian
...
MozReview-Commit-ID: Hz7uXUIYe1G
--HG--
extra : rebase_source : d4050fe99a214293cd431b2071c2ba821e48d82b
2017-09-06 16:01:06 -04:00
Paolo Amadini
fe96089fe4
Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs
...
MozReview-Commit-ID: Tq8YrZWG6P
--HG--
extra : rebase_source : 2e02e0a809d08ff26291a027b73a54668d6d5f9d
2017-09-06 13:09:27 +01:00
Ricky Chien
e3a75f22f7
Bug 1392474 - [Onboarding] replace the check box with a “Skip Tour” button r=Fischer
...
MozReview-Commit-ID: IECHQf03n0z
--HG--
rename : browser/extensions/onboarding/test/browser/browser_onboarding_hide_all.js => browser/extensions/onboarding/test/browser/browser_onboarding_skip_tour.js
extra : rebase_source : d558fa3d3a2777526a76f2683c249984595e8ca6
2017-09-01 23:47:40 +08:00
Fischer.json
2fbaa677c4
Bug 1395480 - Set a 2 week total tour notification timeout for 57 onboarding, r=rexboy
...
MozReview-Commit-ID: 3GkuqQJPXZX
--HG--
extra : rebase_source : 6d3223eab511a9c6af3b1afd3772f70fdc1b43e7
2017-09-05 17:37:37 +08:00
Alex Gaynor
f7ab109d5e
Bug 1229829 - Part 2 - Use an alternate desktop on the local winstation for content processes; r=bobowen
...
MozReview-Commit-ID: ES52FwM5oFZ
--HG--
extra : rebase_source : 3893d3022f203eb0962f3bcc3490b35514285781
2017-08-16 09:55:19 -04:00
Wes Kocher
8b84853ed6
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: GcHZLNPPNnI
2017-09-01 16:34:14 -07:00
Yura Zenevich
5e623ba14f
Bug 1383051 - added accessibility service indicators. r=jimm
...
MozReview-Commit-ID: JrUlzpCDbw1
2017-09-01 12:49:37 -04:00
Marina Samuel
58c19ee747
Bug 1396077: Ping Centre should be on by default for all release channels. r=ursula
...
MozReview-Commit-ID: FfafkPodSFS
--HG--
extra : rebase_source : e3b55e7e46690259cec794d1e829be2034453190
2017-09-01 15:43:49 -04:00
Dão Gottwald
9593299783
Backed out changeset b440aaae26a1 (bug 1383051) for causing bug 1396281
...
MozReview-Commit-ID: 5gys7aa0vrv
2017-09-07 10:54:51 +02:00
Francois Marier
530db90579
Bug 1395733 - Ensure the default value of urlclassifier.malwareTable is always sorted. r=gcp
...
MozReview-Commit-ID: 10M2ZpDyAI9
--HG--
extra : rebase_source : 4523a0a1fd3adbdc8f0c13676548409ee9536f06
2017-08-31 14:54:11 -07:00
Chris Manchester
e059037e2b
Bug 1386876
- Add classes to handle compile flags computed by moz.build with templates, convert 'DISABLE_STL_WRAPPING' to use them. r=glandium
...
MozReview-Commit-ID: 3PYOtX4E8OC
--HG--
extra : rebase_source : 162999582bc2ef078680ce6feae628d5b1f4e857
2017-04-28 16:35:19 -07:00
Sebastian Hengst
f6f6001db1
Backed out changeset 34db5bec9cad (bug 1371543) for failing browser-chrome's browser/components/uitour/test/browser_UITour_availableTargets.js. r=backout
2017-09-08 11:49:54 +02:00
Sebastian Hengst
9a6b5140c4
merge mozilla-central to autoland. r=merge a=merge
2017-09-08 11:03:59 +02:00
Fischer.json
1c52dc0bf5
Bug 1371543 - Support Screenshots page action with UITour, r=dveditz,Gijs
...
This patch
- supports Screenshots page action with UITour
- adds https://screenshots.firefox.com into the uitour permission list for the bug 1393668
MozReview-Commit-ID: K4v0LU2WSyl
--HG--
extra : rebase_source : d3fefff6ee302ed62319cb0a77aadae6f089db52
2017-08-30 11:25:59 +08:00
Ricky Chien
daac97d466
Bug 1349689 - Remove old preferences fork r=jaws
...
MozReview-Commit-ID: GNPcQGUTUKJ
--HG--
rename : browser/components/preferences/in-content-new/findInPage.js => browser/components/preferences/in-content/findInPage.js
rename : browser/components/preferences/in-content-new/searchResults.xul => browser/components/preferences/in-content/searchResults.xul
rename : browser/components/preferences/in-content-new/tests/browser_checkspelling.js => browser/components/preferences/in-content/tests/browser_checkspelling.js
rename : browser/components/preferences/in-content-new/tests/browser_engines.js => browser/components/preferences/in-content/tests/browser_engines.js
rename : browser/components/preferences/in-content-new/tests/browser_layersacceleration.js => browser/components/preferences/in-content/tests/browser_layersacceleration.js
rename : browser/components/preferences/in-content-new/tests/browser_masterpassword.js => browser/components/preferences/in-content/tests/browser_masterpassword.js
rename : browser/components/preferences/in-content-new/tests/browser_permissions_dialog.js => browser/components/preferences/in-content/tests/browser_permissions_dialog.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_1.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_1.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_2.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_2.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_3.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_3.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_4.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_4.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_5.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_5.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_6.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_6.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_7.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_7.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_8.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_8.js
rename : browser/components/preferences/in-content-new/tests/browser_search_within_preferences_2.js => browser/components/preferences/in-content/tests/browser_search_within_preferences_2.js
rename : browser/components/preferences/in-content-new/tests/browser_search_within_preferences_command.js => browser/components/preferences/in-content/tests/browser_search_within_preferences_command.js
rename : browser/components/preferences/in-content-new/tests/browser_security-1.js => browser/components/preferences/in-content/tests/browser_security-1.js
rename : browser/components/preferences/in-content-new/tests/browser_security-2.js => browser/components/preferences/in-content/tests/browser_security-2.js
extra : rebase_source : 9adc8231c896f93f7f262a09482b44a2875bd5fd
2017-08-21 17:48:18 +08:00
Sebastian Hengst
51133fbff6
Backed out changeset df8215261c7e (bug 1349689) on request from rchien. r=backout
...
--HG--
rename : browser/components/preferences/in-content/findInPage.js => browser/components/preferences/in-content-new/findInPage.js
rename : browser/components/preferences/in-content/searchResults.xul => browser/components/preferences/in-content-new/searchResults.xul
rename : browser/components/preferences/in-content/tests/browser_checkspelling.js => browser/components/preferences/in-content-new/tests/browser_checkspelling.js
rename : browser/components/preferences/in-content/tests/browser_engines.js => browser/components/preferences/in-content-new/tests/browser_engines.js
rename : browser/components/preferences/in-content/tests/browser_layersacceleration.js => browser/components/preferences/in-content-new/tests/browser_layersacceleration.js
rename : browser/components/preferences/in-content/tests/browser_masterpassword.js => browser/components/preferences/in-content-new/tests/browser_masterpassword.js
rename : browser/components/preferences/in-content/tests/browser_permissions_dialog.js => browser/components/preferences/in-content-new/tests/browser_permissions_dialog.js
rename : browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_1.js => browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_1.js
rename : browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_2.js => browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_2.js
rename : browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_3.js => browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_3.js
rename : browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_4.js => browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_4.js
rename : browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_5.js => browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_5.js
rename : browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_6.js => browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_6.js
rename : browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_7.js => browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_7.js
rename : browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_8.js => browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_8.js
rename : browser/components/preferences/in-content/tests/browser_search_within_preferences_2.js => browser/components/preferences/in-content-new/tests/browser_search_within_preferences_2.js
rename : browser/components/preferences/in-content/tests/browser_search_within_preferences_command.js => browser/components/preferences/in-content-new/tests/browser_search_within_preferences_command.js
rename : browser/components/preferences/in-content/tests/browser_security-1.js => browser/components/preferences/in-content-new/tests/browser_security-1.js
rename : browser/components/preferences/in-content/tests/browser_security-2.js => browser/components/preferences/in-content-new/tests/browser_security-2.js
2017-08-31 16:58:32 +02:00
Ricky Chien
3ff2ff68ed
Bug 1349689 - Remove old preferences fork r=jaws
...
MozReview-Commit-ID: GNPcQGUTUKJ
--HG--
rename : browser/components/preferences/in-content-new/findInPage.js => browser/components/preferences/in-content/findInPage.js
rename : browser/components/preferences/in-content-new/searchResults.xul => browser/components/preferences/in-content/searchResults.xul
rename : browser/components/preferences/in-content-new/tests/browser_checkspelling.js => browser/components/preferences/in-content/tests/browser_checkspelling.js
rename : browser/components/preferences/in-content-new/tests/browser_engines.js => browser/components/preferences/in-content/tests/browser_engines.js
rename : browser/components/preferences/in-content-new/tests/browser_layersacceleration.js => browser/components/preferences/in-content/tests/browser_layersacceleration.js
rename : browser/components/preferences/in-content-new/tests/browser_masterpassword.js => browser/components/preferences/in-content/tests/browser_masterpassword.js
rename : browser/components/preferences/in-content-new/tests/browser_permissions_dialog.js => browser/components/preferences/in-content/tests/browser_permissions_dialog.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_1.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_1.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_2.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_2.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_3.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_3.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_4.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_4.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_5.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_5.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_6.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_6.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_7.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_7.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_8.js => browser/components/preferences/in-content/tests/browser_search_subdialogs_within_preferences_8.js
rename : browser/components/preferences/in-content-new/tests/browser_search_within_preferences_2.js => browser/components/preferences/in-content/tests/browser_search_within_preferences_2.js
rename : browser/components/preferences/in-content-new/tests/browser_search_within_preferences_command.js => browser/components/preferences/in-content/tests/browser_search_within_preferences_command.js
rename : browser/components/preferences/in-content-new/tests/browser_security-1.js => browser/components/preferences/in-content/tests/browser_security-1.js
rename : browser/components/preferences/in-content-new/tests/browser_security-2.js => browser/components/preferences/in-content/tests/browser_security-2.js
extra : rebase_source : 6f59261adcb6cd3098b3596c01c9165ad6bfc03c
2017-08-21 17:48:18 +08:00
Hector Zhao
d506417ae0
Bug 658245 - Part 1: pref to open bookmark in a new tab. r=mak
...
MozReview-Commit-ID: A8nhmBjbNGh
--HG--
extra : rebase_source : 53d3c57bf6e894b46e99163b951d521191439363
2017-08-10 18:21:40 +08:00
Erica Wright
6bac72ab5a
Bug 1379226 - Add telemetry probes to measure use of session restore button in tab bar. r=Gijs,liuche
...
MozReview-Commit-ID: 2u5CtatqBBT
--HG--
extra : rebase_source : db4d17bd5c57bfc5fb5bce4da8b7410152e44cc1
extra : source : 5f66dcf6ca5b0b7f0fa79fa564cecd6132aef783
2017-07-11 16:13:56 -04:00
Thomas Nguyen
1e3bbf38d4
Bug 1394056 - Should not use SOCIAL_ENGINEERING threat type on non-official builds r=francois
...
MozReview-Commit-ID: J0l4J2zzpWU
--HG--
extra : rebase_source : 9f2e0289d7655a73783ba7b3c87a271572541a2d
2017-08-28 11:35:45 +08:00
Wes Kocher
7ea5ed6e6a
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: LEKykpTAKjv
2017-08-25 17:32:33 -07:00
Wes Kocher
68149d6a59
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 3N9jinnrmjb
2017-08-25 16:21:57 -07:00
Panos Astithas
6d7be02dd3
Bug 1181644
- Include local search suggestions in the awesomebar like all other access points. r=mak
...
MozReview-Commit-ID: 3RT3xXCA1lB
--HG--
extra : rebase_source : bf3666479f6c95c1a1a1d7b459213eec4636e8f9
2017-08-24 18:10:53 +03:00
Marina Samuel
e2f2aed4ac
Bug 1390249: Add PingCentre to browser/modules. r=ursula
...
MozReview-Commit-ID: GtwWh0iAqlu
--HG--
extra : rebase_source : 3486145d65b837baacfa18c1f5bb1f5806573df8
2017-08-08 14:41:15 -04:00
Joel Maher
583be02ed0
Bug 1355088 - add BUG_COMPONENT to browser/* files. r=mossop
2017-08-25 13:08:45 -04:00
Mike Conley
abb784e833
Bug 1385453 - Make it possible to disable tab warming. r=billm
...
MozReview-Commit-ID: LTxerOEQyQq
--HG--
extra : rebase_source : 7e858f026945ee55472e2877d520582faf2e1393
2017-08-23 16:40:37 -04:00
Mike Conley
772b1ab159
Bug 1385453 - Add API to tabbrowser to speculatively warm-up tabs for tab switching. r=billm
...
MozReview-Commit-ID: FIVx5d6ZOqq
--HG--
extra : rebase_source : 3756ef4f6ae24b215ace6cffa889c6682953a7b5
2017-08-21 10:11:33 -04:00
Wes Kocher
829c7d45a7
Backed out changeset 25f127dff090 (bug 1390249) for browser_all_files_referenced.js failures a=backout CLOSED TREE
...
MozReview-Commit-ID: GRUTuGs7F4M
--HG--
extra : amend_source : afe4e3e3a2cd1701ec3d8e7da015ed17c78cbe5b
2017-08-24 14:22:00 -07:00
Marina Samuel
57702c15fc
Bug 1390249: Add PingCentre to browser/modules. r=ursula
...
MozReview-Commit-ID: GtwWh0iAqlu
--HG--
extra : rebase_source : 2e9ec8ed02055783420d457177f1914d248669cf
2017-08-08 14:41:15 -04:00
Andrei Oprea
63f279cbf5
Bug 1392324 - Add pref to enable Activity Stream on about:home. r=Mardak
...
MozReview-Commit-ID: 8aRn6vWWpF0
--HG--
extra : rebase_source : 109a378df1463df44720b34ffa53e37db0c97fb1
2017-08-23 10:37:33 +02:00
Henry Chang
ed11934666
Bug 1392204 - Disable goog-badbinurl-proto and goog-downloadwhite-proto on Fennec. r=francois
...
Version 4 of the Google Safe Browsing server will return a 404 if any of the
application reputation lists are requested on Android. As a result, we should
avoid these threat types from being sent along with ANDROID_PLATFORM.
MozReview-Commit-ID: 6TUBVxe455y
--HG--
extra : rebase_source : dee095c008f4d328f359c66d20f0cc2dfcd109f3
extra : source : 5d6338807c6b21b7672236cac01b13bd75155225
2017-08-22 12:20:57 +08:00
Sebastian Hengst
c9dc190bd7
Backed out changeset 0d78b8bc9ae5 (bug 1385453) for failing browser_bug343515.js on Linux. r=backout
2017-08-23 11:08:22 +02:00
Francois Marier
adc9339128
Bug 1385484
- Add the login reputation whitelist behind a pref. r=hchang
...
MozReview-Commit-ID: Dbtl3WL5tMJ
--HG--
extra : rebase_source : d56e3db985865d0b513184d8ad41e2b750e7733e
2017-08-08 16:23:10 -07:00
Francois Marier
6fcbb94e82
Bug 1385484
- Cleanup Safe Browsing prefs and sync the download protection setting. r=hchang
...
MozReview-Commit-ID: B42p2Gw8y9i
--HG--
extra : rebase_source : ecc00c8251814783bbe5e9ea911ad034a9a3a9b0
2017-08-08 15:52:29 -07:00
Wes Kocher
207dd28c61
Backed out 4 changesets (bug 1385484
) for build failures a=backout
...
Backed out changeset 401c2744f16b (bug 1385484
)
Backed out changeset 2ff443a0c744 (bug 1385484
)
Backed out changeset 1a1c476a9aaa (bug 1385484
)
Backed out changeset 87ec064a3681 (bug 1385484
)
MozReview-Commit-ID: D9WGXiXaNoZ
--HG--
extra : rebase_source : ebab6135905e972abf7eeab9af8db41454687373
2017-08-22 17:22:41 -07:00
Francois Marier
542d943dc4
Bug 1385484
- Add the login reputation whitelist behind a pref. r=hchang
...
MozReview-Commit-ID: Dbtl3WL5tMJ
--HG--
extra : rebase_source : 8f163e6871559a36e02b2c576970b4f1624da3b4
2017-08-08 16:23:10 -07:00
Francois Marier
7a9673e542
Bug 1385484
- Cleanup Safe Browsing prefs and sync the download protection setting. r=hchang
...
MozReview-Commit-ID: B42p2Gw8y9i
--HG--
extra : rebase_source : ecc00c8251814783bbe5e9ea911ad034a9a3a9b0
2017-08-08 15:52:29 -07:00
Mike Conley
415debd9d4
Bug 1385453 - Add API to tabbrowser to speculatively warm-up tabs for tab switching. r=billm
...
MozReview-Commit-ID: FIVx5d6ZOqq
--HG--
extra : rebase_source : 81749fb1c5ae398b7ff28ce5bcd4761b7d458a93
2017-08-21 10:11:33 -04:00
ffxbld
8d084472a9
No bug, Automated blocklist update from host bld-linux64-spot-309 - a=blocklist-update
2017-08-18 10:33:42 -07:00
gasolin
64c7e01a30
Bug 1366056 - showing v57 tourset for new user tour and update user tour;r=Fischer,mossop,rexboy
...
MozReview-Commit-ID: JUmPyJiNKFx
--HG--
extra : rebase_source : 0a7a603a780102ba13ebce4c49d43b9145ce13df
2017-08-14 14:30:46 +08:00
Shane Caraveo
1fe5a3a13e
Bug 1388902 remove socialapi share, r=florian
...
MozReview-Commit-ID: Kcjugf3Ql6y
--HG--
extra : rebase_source : 8f82fa6beabfa89916bbc97ec799c6e5d6b3ff18
2017-08-16 08:54:21 -07:00