Граф коммитов

3305 Коммитов

Автор SHA1 Сообщение Дата
Thom Chiovoloni b041553ba8 Bug 1304534 - Enable "Send Tab to Device" on builds other than nightly r=markh
MozReview-Commit-ID: BNKYhCQsZey

--HG--
extra : rebase_source : 159b3d16e5cbbfde2fa71307a6fe270600daf5b5
2016-10-25 11:15:19 -04:00
Mike Conley 945fecae11 Bug 1303067 - Enable unsubmitted crash notification for more users. r=Felipe
MozReview-Commit-ID: 8pK5DKBcrX3

--HG--
extra : rebase_source : 0a0a18aaff8b3c9bab04a564358c9433872ddfdd
2016-10-25 13:57:44 -04:00
Mike Conley 0a663f0572 Bug 1309980 - Follow-up to fix a typo in a pref name. r=jaws a=ritu
MozReview-Commit-ID: 7qL95EQcASv
2016-10-21 09:58:52 -04:00
Jared Wein 4426150488 Bug 1232357 - Delay hiding the sound indicator icon by a few seconds after audio has stopped. r=gijs
MozReview-Commit-ID: BNaVgrX6jsv

--HG--
extra : rebase_source : 54bc9b692838dc801cc274cea19107974dcd595a
2016-10-13 16:12:50 -04:00
Wes Kocher 664cdfb48f Merge m-c to autoland, a=merge 2016-10-17 15:37:57 -07:00
ffxbld bf78a6ebaf No bug, Automated blocklist update from host bld-linux64-spot-156 - a=blocklist-update 2016-10-17 06:25:26 -07:00
ffxbld 985595ca6f No bug, Automated blocklist update from host bld-linux64-spot-088 - a=blocklist-update 2016-10-13 06:23:23 -07:00
Jonathan Hao c18e5bed90 Bug 1309699 - Add pref for bug 1279568 to address content crashes in Beta50. r=baku, a=tomcat 2016-10-13 00:04:00 +02:00
Gijs Kruitbosch e097591200 Bug 1274633 - remove windows 10 welcome page, r=MattN
MozReview-Commit-ID: HI8mqzRmV45

--HG--
extra : rebase_source : 56b6c7f96185327776e988dc9f04928e2820a2b4
2016-09-28 16:53:46 +01:00
Gijs Kruitbosch 2af350c632 Bug 1305339 - part 0: enable quarantine functionality when OSX doesn't do it for us, r=mstange
It's widely documented on the web that Apple enforces quarantine attributes
'for us' using the list in
/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/Exceptions.plist

Unfortunately, this is based on the bundle ID. Which means it won't apply to custom
builds, to Nightly, and potentially to other cases. It would also be much nicer
if we could just make these determinations ourselves. Step 1: opt-in from Info.plist

Without this, for e.g. local Nightly builds, asking for quarantine attributes
simply gets you a nil dictionary and our code bails out.

MozReview-Commit-ID: 4aLyz2901BS

--HG--
extra : rebase_source : 7aab5177276c20007036abd19efb56741d790ec2
2016-10-03 13:49:30 +01:00
Mike Conley 6fe5105c43 Bug 1309980 - Only enable Simplify Print on early Betas for Windows, and on Nightly for Linux. r=jaws
MozReview-Commit-ID: I7P0dTh5Mjk

--HG--
extra : rebase_source : f3b4a9bf0844eb6aeb20ae808507ed98aff2c4c1
2016-10-13 17:41:44 -04:00
Sebastian Hengst cdcc9e20da Bug 1304829 - rename RELEASE_BUILD to RELEASE_OR_BETA: main part. r=ted,Mossop
MozReview-Commit-ID: 1lCt0xTMV5O
2016-10-08 11:14:49 +02:00
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