Haik Aftandilian
b1a4ba8dff
Bug 1505445 - [Mac] With sandbox early startup, start the sandbox after the port exchange r=Alex_Gaynor
...
Don't start the sandbox until after the port exchange so the parent process does not have to wait longer in ContentParent::LaunchSubprocess() for the (expensive) sandbox_init_with_parameters call to complete in the child. Remove the policy rule allowing access to the parent port now that it is already open when the sandbox is initialized and therefore not needed.
Differential Revision: https://phabricator.services.mozilla.com/D11186
--HG--
extra : moz-landing-system : lando
2018-11-08 21:04:19 +00:00
ffxbld
3a972019e4
No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings tld-suffixes - a=repo-update r=RyanVM
...
Differential Revision: https://phabricator.services.mozilla.com/D11314
--HG--
extra : moz-landing-system : lando
2018-11-08 13:54:03 +00:00
Marco Bonardo
a929c4971c
Bug 1502392 - Remove support for browser.urlbar.autocomplete.enabled. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D11245
--HG--
extra : moz-landing-system : lando
2018-11-08 09:59:27 +00:00
Tom Ritter
967ea7b204
Bug 1505109 - Disable fuzzyfox pref syncing by default r=baku
...
We do not delete the lines because it is helpful to use these prefs
as a guidepost for adding the fuzzyfox prefs into about:config
(because they must be added manually.)
2018-11-06 12:20:36 -06:00
Kirk Steuber
290731d1ce
Bug 1458308 - Move app.update.auto to be stored in the update directory on Windows only r=rstrong
...
This patch additionally includes support for automatic migration of the pref from its old location to its new location.
This patch does not fix telemetry reporting of app.update.auto - that will be addressed in another patch in the same series.
MozReview-Commit-ID: KjX1mmGVB8M
Differential Revision: https://phabricator.services.mozilla.com/D4590
--HG--
extra : moz-landing-system : lando
2018-11-06 21:03:31 +00:00
Johann Hofmann
2d6650b603
Bug 1504164 - Enable new certificate error pages on Beta by default. r=nhnt11
...
Differential Revision: https://phabricator.services.mozilla.com/D10874
--HG--
extra : moz-landing-system : lando
2018-11-06 01:12:43 +00:00
Mark Striemer
e9bacee270
Bug 1493711 - Enable langpack download on release and Beta r=jaws
...
Fix the message bar showing when the "search" option is selected. A value
was added in 597134aa66
for testing but the change handler was expecting
no value to be set for search.
Differential Revision: https://phabricator.services.mozilla.com/D10967
--HG--
extra : moz-landing-system : lando
2018-11-06 00:33:13 +00:00
Marco Castelluccio
d8c93be4b4
Bug 1504188 - Don't include Sandbox.h and don't use EarlyStartMacSandboxIfEnabled if the sandbox is disabled. r=haik
...
--HG--
extra : rebase_source : 228e7ffdd20e622f05c5c52a82109c802d2498b9
2018-11-02 15:47:03 +01:00
imjching
2dbaddf17c
Bug 1472212 - Set browser.tabs.remote.separatePrivilegedContentProcess to true by default for Firefox Nightly builds. r=mconley
...
MozReview-Commit-ID: 3SsabxpxlpA
--HG--
extra : source : 78a9a2adf32a8798aea8c6c5347d2d4957fc939e
extra : intermediate-source : aa35078cabaaef9c255b3bfaf195051456ab5d8e
extra : histedit_source : cd24d91b669e81ada8eb306063753176900abf30
2018-07-10 13:46:59 -04:00
Ciure Andrei
60ea98ca60
Backed out 10 changesets (bug 1501044, bug 1472212) for fetch-destination.https.html perma failure CLOSED TREE
...
Backed out changeset aa35078cabaa (bug 1472212)
Backed out changeset bf02793f802d (bug 1472212)
Backed out changeset 95a7ef6102a6 (bug 1472212)
Backed out changeset 7b7fa6ab2229 (bug 1472212)
Backed out changeset 4fe4ec18f2f3 (bug 1472212)
Backed out changeset 18f824674b76 (bug 1472212)
Backed out changeset 1978a7837502 (bug 1472212)
Backed out changeset 21a6f1a83c73 (bug 1472212)
Backed out changeset 48242d39d532 (bug 1472212)
Backed out changeset 0b5cf2f4305a (bug 1501044)
2018-10-30 23:31:10 +02:00
imjching
2562247791
Bug 1472212 - Set browser.tabs.remote.separatePrivilegedContentProcess to true by default for Firefox Nightly builds. r=mconley
...
MozReview-Commit-ID: 3SsabxpxlpA
--HG--
extra : rebase_source : a0911a0ad7bb1a0d36ee0a1be005d93cdabd23aa
extra : intermediate-source : 18e46df44cd16a2bd94e8dfd99abb461ce24fe2f
extra : source : 78a9a2adf32a8798aea8c6c5347d2d4957fc939e
2018-07-10 13:46:59 -04:00
Csoregi Natalia
cc313f779c
Backed out 9 changesets (bug 1472212) for browser-chrome tests run issues on Linux x64 asan and failures on browser_ext_windows_create_tabId.js. CLOSED TREE
...
Backed out changeset 18e46df44cd1 (bug 1472212)
Backed out changeset 2e5de66c1f60 (bug 1472212)
Backed out changeset b94f9883aef0 (bug 1472212)
Backed out changeset ebdca743668c (bug 1472212)
Backed out changeset f8a06d01437e (bug 1472212)
Backed out changeset b6996abc7d90 (bug 1472212)
Backed out changeset 24c257cd18c3 (bug 1472212)
Backed out changeset 176f3ee14e67 (bug 1472212)
Backed out changeset b4baa63e5b1b (bug 1472212)
2018-10-30 01:58:21 +02:00
Gurzau Raul
8f82fd493f
Merge inbound to mozilla-central. a=merge
2018-10-30 00:00:56 +02:00
Marco Bonardo
32a19c40a1
Bug 1502728 - Actually remove matchBehavior from firefox.js. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D10001
--HG--
extra : moz-landing-system : lando
2018-10-29 17:25:56 +00:00
Ehsan Akhgari
c45edd44bb
Bug 1502757 - Stop syncing the browser.contentblocking.enabled pref r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D10018
--HG--
extra : moz-landing-system : lando
2018-10-29 10:07:56 +00:00
Cosmin Sabou
125a3ce9d8
Merge mozilla-central to autoland. a=merge
...
--HG--
extra : rebase_source : 24058e51e8b2f1c418e99b65a7ffb81209700389
2018-10-27 01:50:33 +03:00
Johann Hofmann
15d3dcdb9e
Bug 1501977 - Remove global Content Blocking toggle in the main menu. r=Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D9916
--HG--
extra : moz-landing-system : lando
2018-10-26 18:09:06 +00:00
Ehsan Akhgari
0841dc1a65
Bug 1502237 - Remove the pref for controlling whether the tracker cookie blocking setting would appear in the Cookies and Site Data drop-down r=johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D9878
--HG--
extra : moz-landing-system : lando
2018-10-26 07:01:43 +00:00
Ehsan Akhgari
7005227e5e
Bug 1502221 - Remove the prefs for controlling whether a '(recommended)' suffix would be appended to tracker cookie blocking settings r=flod,johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D9875
--HG--
extra : moz-landing-system : lando
2018-10-26 16:16:43 +00:00
Ehsan Akhgari
7bf4a87483
Bug 1502076 - Part 2: Remove the fastblock UI from the Control Centre r=johannh
...
Depends on D9794
Differential Revision: https://phabricator.services.mozilla.com/D9795
--HG--
extra : moz-landing-system : lando
2018-10-26 06:55:20 +00:00
Ehsan Akhgari
cb344bc7bf
Bug 1502076 - Part 1: Remove the fastblock UI from Preferences r=flod,johannh
...
Differential Revision: https://phabricator.services.mozilla.com/D9794
--HG--
extra : moz-landing-system : lando
2018-10-25 21:24:58 +00:00
Ehsan Akhgari
09d4b61b43
Bug 1501286 - Part 2: Remove support for tracking protection UI from Control Centre r=johannh
...
Depends on D9519
Differential Revision: https://phabricator.services.mozilla.com/D9520
--HG--
extra : moz-landing-system : lando
2018-10-25 16:52:19 +00:00
Dorel Luca
9529a31c66
Backed out 5 changesets (bug 1501286) for browser-chrome failures in browser/components/uitour/test/browser_trackingProtection.js
...
Backed out changeset cac0d4aa79d1 (bug 1501286)
Backed out changeset 578d395f555e (bug 1501286)
Backed out changeset d9940451c373 (bug 1501286)
Backed out changeset ca6c3139bdd2 (bug 1501286)
Backed out changeset 93d6f4d54f78 (bug 1501286)
--HG--
extra : rebase_source : 04083c456cd0df6243861cf53e5c39c08888c5ad
2018-10-25 17:52:59 +03:00
Ehsan Akhgari
eb682c1609
Bug 1501286 - Part 2: Remove support for tracking protection UI from Control Centre r=johannh
...
Depends on D9519
Differential Revision: https://phabricator.services.mozilla.com/D9520
--HG--
extra : moz-landing-system : lando
2018-10-25 13:35:20 +00:00
shindli
670e412487
Merge inbound to mozilla-central. a=merge
2018-10-24 19:46:50 +03:00
Andrea Marchesini
3d69819234
Bug 1500455 - Let's use cookieBehavior = 4 in beta by default, r=ehsan
2018-10-24 15:24:32 +02:00
Marco Bonardo
86f9a130f9
Bug 1500108
- Remove the history.onlyTyped preference and behavior from the Address Bar. r=adw
...
Differential Revision: https://phabricator.services.mozilla.com/D9512
--HG--
extra : moz-landing-system : lando
2018-10-24 13:01:42 +00:00
Mark Striemer
597134aa66
Bug 1493711 - Pref off downloading langpacks outside of release r=jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D8909
--HG--
extra : moz-landing-system : lando
2018-10-18 14:36:39 +00:00
Panos Astithas
6edc5a8fce
Bug 1085391 - Support Yosemite Handoff 'web browsing' activity type. r=spohl
...
Differential Revision: https://phabricator.services.mozilla.com/D8665
--HG--
extra : moz-landing-system : lando
2018-10-20 04:47:38 +00:00
Haik Aftandilian
81b56d13a8
Bug 1431441 - Part 3 - Start the Mac content sandbox earlier r=Alex_Gaynor
...
Pass sandbox parameters to content processes on the command line allowing for early sandbox startup.
Pref'd off behind "security.sandbox.content.mac.earlyinit" until it's ready to be enabled by default.
Once early startup is enabled by default and considered stable, the original sandbox startup code can be removed.
Depends on D6719
Differential Revision: https://phabricator.services.mozilla.com/D6720
--HG--
extra : moz-landing-system : lando
2018-10-19 18:23:16 +00:00
Daniel Varga
9a610a8759
Merge mozilla-central to mozilla-inbound. a=merge
...
--HG--
rename : mobile/android/extensions/webcompat/webextension/background.js => mobile/android/extensions/webcompat/injections.js
rename : mobile/android/extensions/webcompat/webextension/injections/js/bug0000000-dummy-js-injection.js => mobile/android/extensions/webcompat/injections/js/bug0000000-dummy-js-injection.js
rename : mobile/android/extensions/webcompat/webextension/injections/js/bug1452707-window.controllers-shim-ib.absa.co.za.js => mobile/android/extensions/webcompat/injections/js/bug1452707-window.controllers-shim-ib.absa.co.za.js
rename : mobile/android/extensions/webcompat/webextension/injections/js/bug1457335-histography.io-ua-change.js => mobile/android/extensions/webcompat/injections/js/bug1457335-histography.io-ua-change.js
rename : mobile/android/extensions/webcompat/webextension/injections/js/bug1472075-bankofamerica.com-ua-change.js => mobile/android/extensions/webcompat/injections/js/bug1472075-bankofamerica.com-ua-change.js
rename : mobile/android/extensions/webcompat/webextension/injections/js/bug1472081-election.gov.np-window.sidebar-shim.js => mobile/android/extensions/webcompat/injections/js/bug1472081-election.gov.np-window.sidebar-shim.js
rename : mobile/android/extensions/webcompat/webextension/injections/js/bug1482066-portalminasnet.com-window.sidebar-shim.js => mobile/android/extensions/webcompat/injections/js/bug1482066-portalminasnet.com-window.sidebar-shim.js
2018-10-20 13:32:54 +03:00
Ehsan Akhgari
a4a4f3b9f8
Bug 1498251 - Enable the Storage Access API in Nightly; r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D9054
2018-10-19 17:52:44 -04:00
Robert Helmer
17ab05a92e
Bug 1492656 - move Telemetry Coverage ping in-tree r=janerik
...
Differential Revision: https://phabricator.services.mozilla.com/D6359
--HG--
extra : moz-landing-system : lando
2018-10-19 00:47:37 +00:00
Johann Hofmann
e60786d47f
Bug 1500208 - Disable FastBlock, hide FastBlock UI everywhere. r=francois,Ehsan
...
Differential Revision: https://phabricator.services.mozilla.com/D9140
--HG--
extra : moz-landing-system : lando
2018-10-19 06:53:32 +00:00
arthur.iakab
d01d9399cc
Backed out changeset b969cbe46b14 (bug 1492656)for Android xpcshell failures on unit/test_CoveragePing.js CLOSED TREE
2018-10-19 03:12:23 +03:00
Robert Helmer
3564ee4004
Bug 1492656 - move Telemetry Coverage ping in-tree r=janerik
...
Differential Revision: https://phabricator.services.mozilla.com/D6359
--HG--
extra : moz-landing-system : lando
2018-10-04 14:15:11 +00:00
Masatoshi Kimura
f38cdcfbf1
Bug 1496179 - Make mozglue.dll a private SxS assembly. r=aklotz,froydnj
...
SxS assemblies do not obey the usual DLL search order. It will make it possible
to load mozglue.dll from appdir even if the PreferSystem32Images mitigation is
enabled and System32 has a random mozglue.dll.
2018-10-10 22:57:53 +09:00
Mark Striemer
258a860dfb
Bug 1495708 - Remove theme info bar and update plugin notice r=aswan,jaws
...
Differential Revision: https://phabricator.services.mozilla.com/D8105
--HG--
extra : moz-landing-system : lando
2018-10-17 18:15:24 +00:00
Johann Hofmann
a63c05f4b8
Bug 1484255 - Add Telemetry Events for the certificate error pages. r=nhnt11,keeler
...
Differential Revision: https://phabricator.services.mozilla.com/D8281
--HG--
extra : moz-landing-system : lando
2018-10-17 13:10:26 +00:00
Ehsan Akhgari
4767946250
Bug 1492563 - Enable blocking access to storage from tracking resources by default on all desktop platforms on Nightly r=baku
...
Differential Revision: https://phabricator.services.mozilla.com/D6349
2018-09-26 00:13:30 +00:00
Tom Ritter
b83b9c5b11
Bug 1432429 - Add FuzzyFox class and prefs. r=baku,froydnj
...
Creates a FuzzyFox class for implementating the core of the step/sleep
algorithm. Starts it in nsLayoutStatics::Initialize()
Adds the fuzzyfox prefs.
Moves the ms2mt macros from TimeStamp_windows.cpp to TimeStamp_windows.h
and creates a new public function GetQueryPerformanceFrequencyPerSec() to
expose a static variable in the .cpp file. This is necessary to support
the macros being usable anywhere. (And we use the macros in FuzzyFox.)
2018-09-18 13:05:26 -05:00
imjching
d07c6905db
Bug 1472212 - Set browser.tabs.remote.separatePrivilegedContentProcess to true by default for Firefox Nightly builds. r=mconley
...
MozReview-Commit-ID: 3SsabxpxlpA
--HG--
extra : rebase_source : c81500aaee75e65671de1ac5ebabf13091cb099c
extra : source : 78a9a2adf32a8798aea8c6c5347d2d4957fc939e
2018-07-10 13:46:59 -04:00
Gijs Kruitbosch
9048f58f8f
Bug 1477669 - remove feed preview code and associated files/code, r=flod,mak,nika
...
Differential Revision: https://phabricator.services.mozilla.com/D8524
--HG--
extra : moz-landing-system : lando
2018-10-16 12:47:36 +00:00
Ciure Andrei
673efa0461
Backed out changeset 1119f9458b5d (bug 1484255) for browser_aboutCertError_telemetry.js failures CLOSED TREE
2018-10-16 03:33:42 +03:00
Johann Hofmann
9f4cd70201
Bug 1484255 - Add Telemetry Events for the certificate error pages. r=nhnt11,keeler
...
Differential Revision: https://phabricator.services.mozilla.com/D8281
--HG--
extra : moz-landing-system : lando
2018-10-15 23:00:08 +00:00
Narcis Beleuzu
a2990eb898
Backed out 7 changesets (bug 1431441) as per haik`s request.
...
Backed out changeset 1dfdc7ba998d (bug 1431441)
Backed out changeset fb1a4ddbf9bf (bug 1431441)
Backed out changeset b59b1651fc15 (bug 1431441)
Backed out changeset 1e2bb579b824 (bug 1431441)
Backed out changeset 2a635530dfa3 (bug 1431441)
Backed out changeset 262da0be2fed (bug 1431441)
Backed out changeset b9cfda58fed3 (bug 1431441)
--HG--
extra : rebase_source : 7baf60c49683b419c0603979b0dff3befb2fbaf0
2018-10-14 18:20:01 +03:00
David Parks
99e17d748f
Bug 1488439: Part 1 - Replace Windows temp folder in sandboxed plugin process (r=bobowen,erahm)
...
The sandbox blocks GetTempFileName's prior response, causing the system to end up searching a number of (inaccessible) folders to use as a replacement for the temp folder. This patch provides a path to a new folder on the command line for the plugin process. This new temp folder, specific to this plugin process instance, is then communicated to the system via the TEMP/TMP environment variables. This is similar to what is done for the content process but avoids nsDirectoryService, which doesn't exist in plugin processes.
Differential Revision: https://phabricator.services.mozilla.com/D7532
--HG--
extra : moz-landing-system : lando
2018-10-12 22:36:22 +00:00
Coroiu Cristina
4224edc453
Backed out 2 changesets (bug 1488439) for build bustage at /build/src/dom/plugins/ipc/PluginProcessParent.cpp on a CLOSED TREE
...
Backed out changeset 74b2087ee696 (bug 1488439)
Backed out changeset 85575fc37555 (bug 1488439)
2018-10-12 21:00:41 +03:00
David Parks
1ad569c6b1
Bug 1488439: Part 1 - Replace Windows temp folder in sandboxed plugin process (r=bobowen,erahm)
...
The sandbox blocks GetTempFileName's prior response, causing the system to end up searching a number of (inaccessible) folders to use as a replacement for the temp folder. This patch provides a path to a new folder on the command line for the plugin process. This new temp folder, specific to this plugin process instance, is then communicated to the system via the TEMP/TMP environment variables. This is similar to what is done for the content process but avoids nsDirectoryService, which doesn't exist in plugin processes.
Differential Revision: https://phabricator.services.mozilla.com/D7532
--HG--
extra : moz-landing-system : lando
2018-10-12 17:40:10 +00:00
Haik Aftandilian
b9bdcdedb1
Bug 1431441 - Part 3 - Start the Mac content sandbox earlier r=Alex_Gaynor
...
Pass sandbox parameters to content processes on the command
line allowing for early sandbox startup. Limited to Nightly
until confirmed to be stable and ready to ride the trains.
Enable early sandbox startup by default on Nightly and use
pref "security.sandbox.content.mac.earlyinit" to disable
early startup for debugging purposes.
Once early startup is stable, the original sandbox startup
code can be removed.
Depends on D6719
Differential Revision: https://phabricator.services.mozilla.com/D6720
--HG--
extra : moz-landing-system : lando
2018-10-11 22:44:25 +00:00