Commit Graph

3293 Commits

Author SHA1 Message Date
Gian-Carlo Pascutto
f3a1ed7502 Bug 1289718 - Extend sandbox file broker to handle paths, support more syscalls. r=jld,tedd
MozReview-Commit-ID: DW415ABoaeN
MozReview-Commit-ID: cXrlXNlEwh
MozReview-Commit-ID: CIX6d7td6Bc
MozReview-Commit-ID: DCQ9DGBBjm4
MozReview-Commit-ID: BOYSSof3t7
MozReview-Commit-ID: LmsTqv0GzC2
MozReview-Commit-ID: HOWR0HEHmMg
MozReview-Commit-ID: 6IzqdrUP7lD
MozReview-Commit-ID: 6r6sqOVekVu
MozReview-Commit-ID: 5FL2WkhIxFx
MozReview-Commit-ID: CcTyHn76p46
MozReview-Commit-ID: F8erB4Tvn2V
MozReview-Commit-ID: D9m10t0Rodc
MozReview-Commit-ID: I1llpEBgDP6

--HG--
extra : rebase_source : 1d50d5b7a9936c76decdf268a4e66e34ee7b200c
2016-09-27 17:25:06 +02:00
Tom Schuster
774a8bf34d Bug 1302163 - Change code to use SprintfLiteral instead of snprintf. r=ehsan 2016-10-04 17:57:51 +02:00
Haik Aftandilian
c7963e7731 Bug 1284588 - OS X: Disable content process write access to user files in the home directory; r=gcp
Changes the semantics of the security.sandbox.content.level pref on OS X with
respect to file access to the user's home directory. With the fix, Nightly
defaults to 2 while other releases will default to 1. The level values now
have the following meaning.

*) security.sandbox.content.level=0 disables content process sandboxing.
No change here.

*) security.sandbox.content.level=1 blocks write access to the majority of the
home directory.

*) security.sandbox.content.level=2 includes the write access blocking in
level 1, but also blocks both read and write access to ~/Library and $PROFILE
excluding the extensions and weave subdirectories.

Prior to this fix, Nightly defaulted to a value of 1 while all other releases
used 0. The value of 1 meant that read/write access to ~/Library and the
$PROFILE dir (excluding $PROFILE/{extensions,weave}) was prevented.

The strength of a level=1 sandbox is reduced by this with fix,
but level=1 becomes the first ride-the-trains content sandbox candidate,
Nightly changes to level=2, and higher levels still indicate a more
restrictive sandbox.

MozReview-Commit-ID: 7NJAe24T4pU

--HG--
extra : rebase_source : 8cb5ea82004ad631fe688bafffa9dc9979568679
2016-09-26 11:30:08 -07:00
Carsten "Tomcat" Book
572e74ee99 merge mozilla-inbound to mozilla-central a=merge 2016-09-28 15:56:33 +02:00
Bill McCloskey
1af5239b38 Bug 1283681 - Update list of CPOW-whitelisted add-ons based on new data 2016-09-27 15:15:25 -07:00
Thom Chiovoloni
ae63800553 Bug 1249520 - Add client support for a fxa-client-configuration endpoint r=markh
MozReview-Commit-ID: 4jTl1yIduKG

--HG--
extra : rebase_source : 0df65d2841f61fa3265453d3eff52a67d76c7276
2016-09-21 15:07:28 -04:00
Iris Hsiao
eed5d11870 merge autoland to mozilla-central a=merge 2016-09-26 18:04:27 +08:00
ffxbld
05ed82e50b No bug, Automated blocklist update from host bld-linux64-spot-389 - a=blocklist-update 2016-09-24 06:03:55 -07:00
Chris Pearce
09ea97e46f Bug 1304899 - Don't download Adobe Primetime CDM by default. r=kentuckyfriedtakahe
Disabling the Adobe CDM but leaving it visible means that we won't download it
and if a site tries to use it we will prompt the user to enable DRM and only
then download it.

MozReview-Commit-ID: LtEr0NJMiQM

--HG--
extra : rebase_source : b7c6f005fb6173c41af6a583c22473066a47a5eb
2016-09-23 10:31:16 +12:00
Sebastian Hengst
7b48d9ae89 Backed out changeset 1e8a7c6dcea1 (bug 1284588) for leaks in browser-chrome tests on OS X 10.10 debug. r=backout 2016-09-24 11:51:01 +02:00
Haik Aftandilian
37f44f499e Bug 1284588 - OS X: Disable content process write access to user files in the home directory; r=gcp
Changes the semantics of the security.sandbox.content.level pref on OS X with
respect to file access to the user's home directory. With the fix, Nightly
defaults to 2 while other releases will default to 1. The level values now
have the following meaning.

*) security.sandbox.content.level=0 disables content process sandboxing.
No change here.

*) security.sandbox.content.level=1 blocks write access to the majority of the
home directory.

*) security.sandbox.content.level=2 includes the write access blocking in
level 1, but also blocks both read and write access to ~/Library and $PROFILE
excluding the extensions and weave subdirectories.

Prior to this fix, Nightly defaulted to a value of 1 while all other releases
used 0. The value of 1 meant that read/write access to ~/Library and the
$PROFILE dir (excluding $PROFILE/{extensions,weave}) was prevented.

The strength of a level=1 sandbox is reduced by this with fix,
but level=1 becomes the first ride-the-trains content sandbox candidate,
Nightly changes to level=2, and higher levels still indicate a more
restrictive sandbox.

MozReview-Commit-ID: 7NJAe24T4pU

--HG--
extra : rebase_source : 6e678cc6d23c604d8ed0888d6ceeeb4bf797cb1f
2016-09-22 19:21:13 -07:00
Thom Chiovoloni
2664672a1a Bug 1267917 - Hook the sync bookmark validator into the new sync telemetry ping r=bsmedberg,markh
MozReview-Commit-ID: ECACktrOhRG

--HG--
extra : rebase_source : f4abf7ee1c865c925a6ee0f2418fa563edc9f4bb
2016-09-12 14:59:25 -04:00
Carsten "Tomcat" Book
4f900773f5 merge mozilla-inbound to mozilla-central a=merge 2016-09-21 12:03:31 +02:00
Filipe
225d8af6d8 Bug 1287622 - Remove Cortana-related code from Firefox as it no longer works after Microsoft hard-coded search results to Edge. r=jaws 2016-09-15 20:56:58 +02:00
Bill McCloskey
49e0576651 Bug 1283681 - Enable dom.ipc.cpows.forbid-cpows-in-compat-addons preference (r=blassey) 2016-09-20 16:24:36 -07:00
Tooru Fujisawa
067503a05b Bug 1303248 - Make modal highlighting nightly only. r=mikedeboer 2016-09-16 18:02:37 +09:00
Wes Kocher
14c8653f72 Merge inbound to central, a=merge 2016-09-15 16:28:10 -07:00
Mike Conley
0f5b03cf3e Bug 1301722 - Unsubmitted crash report notification should go away if not interacted with for some period of time. r=florian
MozReview-Commit-ID: JxTmmesyTYd

--HG--
extra : rebase_source : 818434e2f0669017a07221ce0987afe8905d56b4
2016-09-13 14:35:08 -04:00
Mike Conley
bb5603922c Bug 1287178 - Replace erroneous Enable Crash Reporter pref with one that lets users opt-in to sending backlogged reports. r=jaws
The "Enable Crash Reporter" pref is erroneous because what it actually controls is
whether or not the "Submit crash report" checkbox is checked by default when the
crash report dialog comes up.

MozReview-Commit-ID: Ud6SLKXvxw

--HG--
extra : rebase_source : 45d3bc0e5ea727983e8c6e6c0d2c13b020dc0a11
2016-09-07 16:50:11 -04:00
Mike Conley
0c1ba21a69 Bug 1287178 - Move unsubmitted crash report handling into ContentCrashHandlers.jsm. r=Felipe
MozReview-Commit-ID: 8lsv6zxLc9x

--HG--
extra : rebase_source : c94f2939ec35e3f2357761fd13eaba856c7c1a59
2016-09-02 13:16:28 -04:00
Jorg K
75c7dd459f Bug 1301987 - removed unused io.h and fcntl.h. r=jimm 2016-09-12 13:04:39 -07:00
Panos Astithas
035144282a Bug 1301772 - Turn on Insecure Password Warning in Firefox Beta. r=florian
MozReview-Commit-ID: 4IiyTMeIFan
2016-09-12 14:27:52 +03:00
ffxbld
100cfaefaa No bug, Automated blocklist update from host bld-linux64-spot-424 - a=blocklist-update 2016-09-10 05:50:44 -07:00
Mike de Boer
3ab3bdd450 Bug 1291284 - enable 'Highlight All' and modal highlighting mode by default in Firefox. r=jaws
MozReview-Commit-ID: 4dgkYB0wc6B

--HG--
extra : rebase_source : a1c7a36df7294d31ac66be8aa5012594ba28381b
2016-08-30 17:19:03 +02:00
Sebastian Hengst
a66df0b0c2 Backed out changeset 95e68b473e91 (bug 1289194) for failure to process moz.build file. r=backout a=backout
MozReview-Commit-ID: GhfzNoiE808
2016-09-07 18:45:40 +02:00
Christian Holler (:decoder)
055c4fb1dd Bug 1289194 - Experimental LibFuzzer integration. r=glandium
--HG--
extra : histedit_source : a632f3ff76e07562d1854bc68b50499e4b4667a0
2016-09-01 15:07:01 +02:00
Yoshi Huang
1641457b4b Bug 1260931 - Part 2: add pref privacy.firstparty.isolate 2016-09-06 10:25:54 +08:00
Sebastian Hengst
61b5222f3c Backed out changeset 99bb7090b830 (bug 1260931) 2016-09-05 21:15:33 +02:00
Yoshi Huang
1f96f1431b Bug 1260931 - Part 2: add pref privacy.firstparty.isolate. r=smaug 2016-09-06 01:50:23 +08:00
ffxbld
a2812fa126 No bug, Automated blocklist update from host bld-linux64-spot-561 - a=blocklist-update 2016-08-27 05:56:56 -07:00
Gijs Kruitbosch
40188f3de6 Bug 1297479 - create a pref to turn off UI to undo automatic migration for use by funnelcake builds, r=Dolske
MozReview-Commit-ID: JZQuhMxxrXU

--HG--
extra : rebase_source : f796b9504e10aa0e19a57ea312ebe337dcdb1e1d
2016-08-23 19:30:32 +01:00
Sean Lee
ab824e0228 Bug 1297039 - Implement the preference for showing dropmarker or not in Downloads Panel., r=Paolo
MozReview-Commit-ID: ArmPPgLABtA

--HG--
extra : rebase_source : 8a15572df32954306b8484dbe3bf7be0c077b88e
2016-08-22 18:44:24 +08:00
Gijs Kruitbosch
7116496e95 Bug 1289231 - part 2: remove notification after it's been displayed for 3 days, r=dolske
MozReview-Commit-ID: CFARPDu3FnI

--HG--
extra : rebase_source : f740e99b8169f35cfa64812d6465eb31375530ae
2016-07-26 13:14:44 +01:00
Robert Strong
9b20aeb8dd Bug 1182352 Firefox preference removal - Remove custom cert check code from app update. r=mhowell 2016-08-18 10:34:32 -07:00
Chris Pearce
1f3c01584b Bug 1294649 - Ensure 'Play DRM Content' is unchecked by default on Linux. r=gerald
The current UI for EME on Linux is confusing. We have the 'Play DRM Content'
checkbox ticked, but the CDM disabled. It would be clearer if we just had
the 'Play DRM Checkbox' unticked, and instead left the Widevine CDM enabled.
Then we won't download and install the CDM until the 'Play DRM Content'
checkbox is checked (which toggles media.eme.enabled).

This also means that the Widevine CDM won't appear in the plugins list
by default unless the 'Play DRM Checkbox' is checked.

MozReview-Commit-ID: 7CeCe1DOWgM

--HG--
extra : rebase_source : 39fa0bf479f3632616ef6e79178348605404c575
2016-08-16 16:12:55 +12:00
Jim Mathies
118ac04293 Bug 1286306 - Add an app info property exposing the state of the Windows dll blocklist, and test the value during browser test runs. r=bsmedberg
MozReview-Commit-ID: H7206wTh8YM
2016-07-27 15:20:58 -05:00
Cory Price
3421340494 Bug 1274332 - Add testpilot.firefox.com to the xpinstall whitelist. r=dolske,s.kaspari 2016-08-09 14:27:14 -07:00
Chris Pearce
752af6540a Bug 1289634 - Disable Widevine CDM by default on Linux, but prompt user to enable and download on first use. r=gerald
We don't want the Widevine CDM to be downloaded by default on Linux, as
the CDM is proprietary software and the user hasn't opted in to having such
software on their system. By leaving the CDM visible but disabled, we'll
prompt the user the first time EME is used, and they can approve the
download.

This means the Widevine CDM won't be downloaded by default. The user will
need to opt-in to enablding DRM playback before we'll download proprietary
CDMs.


MozReview-Commit-ID: GLBoK2Czjcc

--HG--
extra : rebase_source : 35aac5a84a1b779149d08fe5a2c85179bd00756d
2016-08-05 14:35:36 +12:00
Drew Willcoxon
55ab8f47c3 Bug 1180944 - Implement one-off searches from Awesomebar. r=mak,florian
MozReview-Commit-ID: A9YXB32L7MN
2016-08-02 18:00:26 -07:00
Mark Banner
c8531f414d Bug 1287827 - Part 3. browser/ cleanups to remove old permissions, uitour and test code related to Loop. r=dmose 2016-07-30 08:48:31 +01:00
Mark Banner
b5f9f1309f Backed out changeset e9e43e8256e1 (bug 1287827) for breaking tests 2016-07-29 18:17:17 +01:00
Mark Banner
59109f0ef2 Bug 1287827 - Part 3. browser/ cleanups to remove old permissions, uitour and test code related to Loop. r=dmose 2016-07-29 12:00:27 +01:00
Valentin Gosu
88ca4ef5e2 Bug 1285265 - Only enable captive portal detection on nightly. r=MattN
MozReview-Commit-ID: 6pp3J3FpYe3

--HG--
extra : rebase_source : 022af7bfb9ad51d4af9c1af82520dd4ade7ad266
2016-07-07 18:06:49 +03:00
Dão Gottwald
ad6ac078ce Bug 1116787 - Expose preference for having Ctrl+Tab cycle through tabs in recently used order. ui-r=phlsa r=mikedeboer 2016-07-27 17:04:28 +02:00
Gijs Kruitbosch
c99c0d5e93 Bug 1289229 - disable automigration undo if people create/change bookmarks/logins, r=mak
MozReview-Commit-ID: DAoNV9H71Yv

--HG--
extra : rebase_source : b75fce027c28a98566523f54427b7f965e79ad52
2016-07-26 12:48:37 +01:00
Carsten "Tomcat" Book
b9a6c687fa merge mozilla-inbound to mozilla-central a=merge 2016-07-25 15:50:41 +02:00
Carsten "Tomcat" Book
8b6316ec5f Merge mozilla-central to mozilla-inbound 2016-07-22 11:59:06 +02:00
Thomas Zimmermann
6c1b3c2bc2 Bug 1250922: Use gpsd for Geolocation, r=jdm,glandium
This patch adds the gpsd location provider to |nsGeolocationService|.

On release builds, the new provider is *not* used by default, as GPS
is slow to start and unreliable indoors. To enable gpsd, users with a
supported GPS receiver must set the preference 'geo.location.use_gpsd'
to 'true'.

On non-release builds, the gpsd location provider is enabled by default
to give it some testing.

MozReview-Commit-ID: I0tj1GmmFNP
2016-07-22 11:52:09 +02:00
Tom Tromey
5538d692d3 Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all
python-mode files.

This was automatically generated using

    perl -pi -e 's/; *c-basic-offset: *[0-9]+//'

... on the affected files.

The bulk of these files are moz.build files but there a few others as
well.

MozReview-Commit-ID: 2pPf3DEiZqx

--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Bob Owen
0c976cb1cb Bug 1246505: Let the Windows low integrity content process sandbox ride the trains. r=jimm 2016-07-21 06:39:25 +01:00