Matthew Noorenberghe
877c8752a1
Bug 1322622 - Make form autofill handler a frame script and load from bootstrap.js. r=steveck
...
MozReview-Commit-ID: DeIjzMytVxJ
--HG--
rename : browser/extensions/formautofill/FormAutofillContent.jsm => browser/extensions/formautofill/content/FormAutofillContent.js
extra : rebase_source : 5e62eb24e76bf58436e73267ebb8e872e42a71d2
2016-12-16 01:26:46 -05:00
Robert Strong
7a23477bea
client code for Bug 1315506 - Remove app.update.url.override preference. r=mhowell
2016-11-11 12:58:47 -08:00
Dão Gottwald
faf0bd22ad
Bug 1322723 - Add pref to allow release builds to show the default browser prompt on second startup. r=jaws
2016-12-21 20:23:18 +01: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
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
Aaron Klotz
cca20d7ddd
Bug 1285356: Fix blocklist initialization regressions; r=bsmedberg
...
MozReview-Commit-ID: AlWyzVhtPLL
--HG--
extra : rebase_source : 865aff712f83a567c16b81f4512e072a04f7c6df
2016-07-07 17:00:23 -06:00
Eric Rahm
81e9abab83
Bug 1282980 - Remove MacQuirks. r=jrmuizel
...
MacQuirks was targeted for OSX from 10.6.8 up to but not including 10.7.0. We
have now removed support for 10.6 so we can safely remove this code. This also
fixes bug 1282184 where DMD is apparently choking on memory allocated in the
interpose library.
2016-07-19 23:48:29 -07:00
Makoto Kato
1fc6d9c9df
Backed out changeset d6523dfaab78 (bug 1282980) due to OSX build failure
...
MozReview-Commit-ID: 9ZSylYsKDjp
2016-07-20 11:03:57 +09:00
Eric Rahm
f5c6dc41eb
Bug 1282980 - Remove MacQuirks. r=jrmuizel
...
MacQuirks was targeted for OSX from 10.6.8 up to but not including 10.7.0. We
have now removed support for 10.6 so we can safely remove this code. This also
fixes bug 1282184 where DMD is apparently choking on memory allocated in the
interpose library.
2016-07-19 16:49:24 -07:00
Thom Chiovoloni
fae1602c13
Bug 1287884 - Ensure that the pref controlling the webchannel whitelist is initialized on fennec. r=markh
...
MozReview-Commit-ID: 9NRIWdXx7eo
--HG--
extra : transplant_source : %C8%CE%CF%1D%DC%CC%F74%10%ED%F8%CC%84Qm%15%2CZ%C9%FF
2016-07-19 14:52:06 -04:00
Andrea Marchesini
2e55fe0b18
Bug 1279029 - part 1 - Containers in preferences, r=gijs
2016-07-19 16:29:41 +02:00
Edouard Oger
9869283a90
Bug 677372 - Send Tab/Page/Link to device. r=markh, a=KWierso
...
MozReview-Commit-ID: 6xnBjTPkiUQ
MozReview-Commit-ID: D7sdRrsWRCF
--HG--
extra : amend_source : fc1ff45a8b912acd673ee536b00bb3f914a301fb
extra : transplant_source : %27y%AD%91%11u%E27%FA%E5%85%F0Fh%07%F1s%CD%08%BB
extra : histedit_source : cef1a0dca88c5a103fb995246c6e9be568bbf83b%2C8082d5b8b03136b895f50458b119e3d09ab0f974
2016-06-27 16:46:43 -07:00
Thom Chiovoloni
838730ae1b
Bug 1238128 - Ensure that the details passed to WebChannelMessageToChrome is a string, with a whitelist for messages from existing users r=Margaret,markh,MattN
...
MozReview-Commit-ID: DpdJ5bUcBdQ
--HG--
extra : rebase_source : b240484b44e9040b2d4e8509589f288e896a4267
2016-07-12 19:34:41 -04:00
Wes Kocher
2d35edb521
Merge m-c to inbound, a=merge
2016-07-11 14:07:52 -07:00
Mike Conley
954e648c07
Bug 1285607 - Enable the Simplify Page feature for Print Preview by default. r=jaws
...
MozReview-Commit-ID: Bs0WZp2j7F8
--HG--
extra : rebase_source : f0fdee10076f0f49f3bfce76896fed0fbf429e3a
2016-07-08 13:35:30 -04:00
Benjamin Smedberg
be3857f963
Bug 1277905 - Remove in-product links to plugincheck. Also remove support for startup prompting about outdated plugins, since that's annoying to users. r=Gijs r=mconley
...
MozReview-Commit-ID: 69tMivPVxuW
--HG--
extra : rebase_source : bd4d2979beff0f460a20156b0f954e2f1a2a5e85
2016-07-01 11:01:07 -04:00
Chris Peterson
2b3b60f7b1
Bug 1277155 - Part 1: Remove snprintf() polyfills for VS2013 in Sprintf.h and #defines. r=froydnj r=mhowell
2016-06-27 20:45:03 -07:00
Kartikaya Gupta
538a46e316
Bug 1251038 - Enable APZ by default in all.js. r=botond
...
The only platform for which this change is *not* a no-op is Mulet. Last time
I checked Mulet worked fine with APZ enabled but there were a few test failures.
Now I don't believe it's running in automation anyhwere so that shouldn't be
an issue. If it is, they can re-disable APZ easily enough if needed.
MozReview-Commit-ID: 5xKUuTOnubM
2016-07-06 15:19:32 -04:00
Julian Hector
aa5c174aa4
Bug 742434 - Part 2: Introduce pref to control content sandbox. r=jld
...
MozReview-Commit-ID: JQAQAbHUObN
--HG--
extra : rebase_source : 42a14a28503b685125f27faa40ae4efc920c5c5d
2016-06-16 12:39:07 +02:00
Carsten "Tomcat" Book
d90190d784
Backed out changeset 730fcdccb26e (bug 742434)
2016-07-05 12:25:41 +02:00
Julian Hector
a4e6059aeb
Bug 742434 - Part 2: Introduce pref to control content sandbox. r=jld
...
MozReview-Commit-ID: HyNozlK5SAE
2016-06-16 12:39:07 +02:00
Gian-Carlo Pascutto
0a5cac2ffc
Backed out 2 changesets (bug 742434)
...
Backed out changeset 4e0e2373e234 (bug 742434)
Backed out changeset 66a937c6ca0e (bug 742434)
MozReview-Commit-ID: 8Chchv4HUL
--HG--
extra : rebase_source : 78f35317a643a48c3f45ec34d88fe321d71d04d1
2016-07-04 18:00:53 +02:00
Julian Hector
c50fb0578f
Bug 742434 - Part 1: Introduce pref to control content sandbox. r=jld
...
MozReview-Commit-ID: CuSCwcwRiND
2016-06-16 12:39:07 +02:00
Florian Quèze
6e69587659
Bug 1280381 - The prompt to enable search suggestions in the awesomebar panel should not be shown more than a few times, r=mak.
2016-06-29 19:49:40 +02:00
Andrea Marchesini
880aca8671
Bug 1281793 - Remove some non-used telemetry IDs - part 1 - expired keys in nsBrowserApp, r=gfritzsche
2016-06-28 19:29:09 +02:00
Carsten "Tomcat" Book
206dc72425
Backed out changeset e1001d232f8a (bug 1281793) for bustage on a CLOSED TREE
2016-06-28 17:05:04 +02:00
Andrea Marchesini
1a91dfc4d0
Bug 1281793 - Remove some non-used telemetry IDs - part 1 - expired keys in nsBrowserApp, r=gfritzsche
2016-06-28 16:44:42 +02:00
Kurt Carpenter
8b248f08ee
Bug 1243034 - Sync "browser.download.useDownloadDir" preference added. r=markh
2016-06-27 21:20:00 +02:00
Thomas Nguyen
ffba687a20
Bug 1025965 - Rename browser.safebrowsing.enabled to browser.safebrowsing.phishing.enabled. r=francios
...
MozReview-Commit-ID: 3TMs6MPtWsC
2016-05-09 14:44:08 +08:00
Mike de Boer
848e94ac73
Bug 1281462 - Disable the modal highlight feature on Nightly for now. r=Gijs
...
MozReview-Commit-ID: CDgyCrlNUxT
2016-06-25 10:51:03 +02:00
Matthew Noorenberghe
b8f1ff3fed
Bug 1127579 - Handle a user capturing a HTTPS login with an already saved login for the HTTP version. r=dolske
...
MozReview-Commit-ID: 4vWuFUmicYV
--HG--
extra : rebase_source : ca7769168eeba7120b1480a67adf427e8c2df86a
2016-06-24 10:32:16 -04:00
Kartikaya Gupta
312e6936e5
Bug 1281192 - Set velocity bias to 0 on Fennec. r=rbarker
...
MozReview-Commit-ID: HupL2wF6rFK
--HG--
extra : rebase_source : e0ac2431699687cc6dfaa6d7f34e861c1ec76fdb
2016-06-21 14:46:34 -04:00
Tanvi Vyas
f98ee064d0
Bug 1276412 - Enable experimental containers feature for Nighlty to test the OriginAttributes platform work and get some validation on the idea. r=past
2016-06-14 22:41:36 +01:00
Sebastian Hengst
340307851a
Backed out changeset 19ac9881aa5e (bug 1276412) for bc7 failures on OSX and Windows in browser_contextmenu.js. r=backout
2016-06-14 17:19:41 +02:00
Tanvi Vyas
17ef874c3b
Bug 1276412 - Enable experimental containers feature for Nighlty to test the OriginAttributes platform work and get some validation on the idea. r=past
2016-06-14 12:46:02 +01:00
Carsten "Tomcat" Book
48d4127667
Merge mozilla-central to fx-team
2016-06-10 15:42:51 +02:00
Carsten "Tomcat" Book
4ee1ed2b8f
merge mozilla-inbound to central a=merge
...
--HG--
extra : amend_source : 10247ace8885c608987dcf31d47368e0dec09b19
2016-06-10 15:39:23 +02:00
Nihanth Subramanya
7323a16958
Bug 989193 - Open captive portal automatically in a new tab when detected. r=MattN
...
MozReview-Commit-ID: 8SZ0mOwIUtC
2016-06-10 15:19:31 +03:00
Gijs Kruitbosch
592e9bcfd9
Bug 1271775 - allow bypassing the initial migration dialog, r=jaws
...
MozReview-Commit-ID: LkhHl7ipGEb
--HG--
extra : rebase_source : f61fd08c394196468a7594acf8bb8926da04d0f2
2016-06-01 19:00:53 +01:00
Mike de Boer
2cdbcb870d
Bug 384458 - part 4: implement modal highlighting using the AnonymousContent API and SVG masks. r=jaws
2016-06-09 13:30:49 +02:00
Mike de Boer
5748931883
Bug 384458 - part 2: change the matches count timeout to 100ms, up the limit to a 1000 counts and capture the state of 'Highlight All' in a pref which will be TRUE by default in the browser. r=jaws
2016-06-09 13:30:46 +02:00
Phil Ringnalda
7270ed519a
Back out 4 changesets (bug 1276132) for browser_gmpProvider.js failures
...
CLOSED TREE
Backed out changeset 511a2389ca48 (bug 1276132)
Backed out changeset 91b3cdd0640a (bug 1276132)
Backed out changeset 09b9972e36f9 (bug 1276132)
Backed out changeset 69052d4e3dbb (bug 1276132)
2016-06-08 20:36:22 -07:00
Chris Pearce
ac07135594
Bug 1276132 - Rename media.gmp-*.forcevisible to media.gmp-*.visible, and set it when keysystems are enabled. r=spohl
...
Repurpose the media.gmp-*.forcevisible pref to control whether the
corresponding GMP is visible in the addons manager UI. The pref has to be true
for the GMP to be usable.
The pref is enabled and not hidden when the corresponding EME keysystem is
enabled in the mozconfig.
This means users can turn on EME without needing to recompile their build; they
just need to create a hidden pref. This will be useful for CDM developers, and
users on platforms where we've not enabled EME yet but users want to test it
(Linux).
We also need to change the GMPUtils.isPluginHidden() accessor so that plugins
are considered hidden if the "visible" pref is false OR we're on an unsupported
platform. This ensures that we must be on a supported OS and the visibility
pref is true before GMPs appear in the addon list.
A consequence of the isPluginHidden() change is that we also need to add a
"force-supported" pref to override the checks that refuse to load the GMPs on
various platform versions, so that the unit tests pass.
MozReview-Commit-ID: h6CwLDkvFW
--HG--
extra : rebase_source : d09b952cc12da6f46b404439781b62784e4f54b3
2016-05-31 10:59:44 +12:00
Chris Pearce
42f36f9788
Bug 1276132 - Rename media.gmp-*.forcevisible to media.gmp-*.visible, and set it when keysystems are enabled. r=spohl
...
Repurpose the media.gmp-*.forcevisible pref to control whether the
corresponding GMP is visible in the addons manager UI. The pref has to be true
for the GMP to be usable.
The pref is enabled and not hidden when the corresponding EME keysystem is
enabled in the mozconfig.
This means users can turn on EME without needing to recompile their build; they
just need to create a hidden pref. This will be useful for CDM developers, and
users on platforms where we've not enabled EME yet but users want to test it
(Linux).
We also need to change the GMPUtils.isPluginHidden() accessor so that plugins
are considered hidden if the "visible" pref is false OR we're on an unsupported
platform. This ensures that we must be on a supported OS and the visibility
pref is true before GMPs appear in the addon list.
A consequence of the isPluginHidden() change is that we also need to add a
"force-supported" pref to override the checks that refuse to load the GMPs on
various platform versions, so that the unit tests pass.
MozReview-Commit-ID: h6CwLDkvFW
--HG--
extra : rebase_source : 2c077e577352e356aceeda000d873bad1439f242
2016-05-31 10:59:44 +12:00
Mike Hommey
4725fcb648
Bug 1271574 - Purposefully leak the XUL_APP_FILE string passed to putenv. r=bsmedberg
...
Before bug 552864, the string was created with PR_smprintf, and
PR_SetEnv'ed (which, under the hood, just calls putenv). PR_smprintf was
allocating the string on the heap. Now, it's allocated on the stack, and
still putenv'ed.
putenv kind of takes ownership of the strings it's being passed, so
stack allocated strings are dangerous to use. It looks like we've been
fairly lucky that it worked, presumably because compilers would keep the
stack frame with the variable, but that's not guaranteed to happen, and
in some case, doesn't.
So we strdup the string and purposefully leak it instead, which matches
what happened before bug 552864, and is the only "sane" way to use
putenv.
--HG--
extra : rebase_source : e39349f90f5346b591e20696c0c3c7fdb26c3cfb
2016-06-02 08:44:16 +09:00
Kit Cambridge
a9df8d4d3f
Bug 1278851 - Enable service worker notifications everywhere except for non-release B2G. r=baku
...
MozReview-Commit-ID: InG420vpNtA
--HG--
extra : rebase_source : 0523697466cb8f438b1af129c5d74a1b0c8df499
2016-06-07 14:25:59 -07:00
Carsten "Tomcat" Book
1bd67fd288
merge fx-team to mozilla-central a=merge
2016-06-08 11:56:38 +02:00
Marco Bonardo
392c65b534
Bug 1261386 - Avoid history flooding from repeated reloads. r=adw
...
MozReview-Commit-ID: FhU8nOoNUHb
--HG--
extra : rebase_source : ff75adb252b13f4042da49d4572fb807c3d0d823
2016-05-26 17:49:40 +02:00
Bob Owen
5714578c95
Bug 1278528: Don't try to initialize the sandbox TargetServices when we are not sandboxed. r=jimm
...
MozReview-Commit-ID: EpXy9LYXwQL
2016-06-07 14:03:51 +01:00
Carsten "Tomcat" Book
4aea0165dc
merge mozilla-inbound to mozilla-central a=merge
2016-06-06 11:55:56 +02:00
ffxbld
3f096f7801
No bug, Automated blocklist update from host bld-linux64-spot-384 - a=blocklist-update
2016-06-04 05:09:35 -07:00
Eitan Isaacson
ad986ea88d
Bug 1268633 - Let speech synthesis ride the trains. r=smaug
...
MozReview-Commit-ID: FslNX4OSO6a
--HG--
extra : rebase_source : fb8c98270e290fbf21a833e9e8518e62ff2153b8
2016-06-02 10:30:46 -07:00
Jed Davis
78e49e2efb
Bug 1114647 - Use firefox for child processes instead of plugin-container. r=ted
...
Disabled on Mac (content processes need to use plugin-container.app for
UI reasons) and on Linux unless --disable-sandboxing (build issues).
Based on work by George Wright <george@mozilla.com>.
--HG--
extra : amend_source : 43986e25743de21e3ddfb7893e3ed550fe6eef76
2016-06-03 12:49:39 -07:00
Robert Strong
b6f1194c46
Bug 1271761 - Firefox preference patch - app update patch for adding CPU features/detection to update URL. r=felipc
2016-05-31 12:21:02 -07:00
ffxbld
50301d068f
No bug, Automated blocklist update from host bld-linux64-spot-593 - a=blocklist-update
2016-05-28 05:20:17 -07:00
Florian Quèze
e9ee2349cc
Bug 1203168 - ask the user for confirmation when searching with a default search engine of unknown origin, data-review=bsmedberg, r=adw.
2016-05-27 13:41:29 +02:00
Carsten "Tomcat" Book
b08e506896
Backed out changeset 08053d1e2cc1 (bug 1203168) for ESlint failure in browser_aboutSearchReset.js
2016-05-27 14:35:31 +02:00
Florian Quèze
148acbd4be
Bug 1203168 - ask the user for confirmation when searching with a default search engine of unknown origin, data-review=bsmedberg, r=adw.
2016-05-27 13:41:29 +02:00
Carsten "Tomcat" Book
b6b164ec6d
Merge mozilla-central to mozilla-inbound
2016-05-25 15:20:00 +02:00
Carsten "Tomcat" Book
c715836c7f
merge mozilla-inbound to mozilla-central a=merge
2016-05-25 15:04:00 +02:00
Stephen Pohl
ca69495a8f
Bug 394984: Add signing certificate info to Info.plist files for Firefox and updater. r=bhearsum
...
--HG--
rename : toolkit/mozapps/update/updater/macbuild/Contents/Info.plist => toolkit/mozapps/update/updater/macbuild/Contents/Info.plist.in
2016-05-24 22:25:52 -04:00
Stephen A Pohl
b1f4c6df2a
Bug 394984: Enable any admin user on OSX to update Firefox, build config changes. r=mshal
2016-05-24 22:25:23 -04:00
Carsten "Tomcat" Book
3cab03a461
Merge mozilla-central to fx-team
2016-05-24 15:15:55 +02:00
Carsten "Tomcat" Book
cb4337c62c
merge mozilla-inbound to mozilla-central a=merge
...
--HG--
rename : dom/presentation/tests/mochitest/file_presentation_non_receiver_oop.html => dom/presentation/tests/mochitest/file_presentation_non_receiver.html
rename : dom/presentation/tests/mochitest/file_presentation_non_receiver_inner_iframe_oop.html => dom/presentation/tests/mochitest/file_presentation_non_receiver_inner_iframe.html
rename : dom/presentation/tests/mochitest/file_presentation_receiver_inner_iframe_oop.html => dom/presentation/tests/mochitest/file_presentation_receiver_inner_iframe.html
2016-05-24 14:52:23 +02:00
ffxbld
5cbce51a75
No bug, Automated blocklist update from host bld-linux64-spot-425 - a=blocklist-update
2016-05-21 05:05:23 -07:00
Robert Strong
ea76aa2193
bug 1274487 - Remove 'Update Installed' code and user interface. r=mhowell
2016-05-25 00:09:49 -07:00
Mathieu Leplatre
20c906a2ce
Bug 1266235 - Move blocklist preferences to all.js. r=MattN
...
Related:
* https://bugzilla.mozilla.org/show_bug.cgi?id=1248557
* https://bugzilla.mozilla.org/show_bug.cgi?id=1259947
MozReview-Commit-ID: H2Eh1oqXeS1
--HG--
extra : rebase_source : 415c26880debea7f4d410abfdab0eb5b44a4e767
2016-04-29 13:17:09 +02:00
Mathieu Leplatre
695a9942a4
Bug 1266235 - Use blocklist prefix in preference names. r=MattN
...
MozReview-Commit-ID: 5aeoiSEMwYw
--HG--
extra : rebase_source : ff4e77c88de58923afe75be2046dcdb98e40ad2f
2016-05-19 12:51:13 +02:00
Chris Pearce
c360ea6337
Bug 1265815 - Disable unencrypted Adobe GMP decoding due to crashes. r=kentuckyfriedtakehe
...
We detected a spike in crashes in GMP plugin processes that coincide with
turning on unencrypted decoding via GMP.
This happens on all Windows versions, but particularly on Windows XP.
MozReview-Commit-ID: 4csnWFfjimB
--HG--
extra : source : 75d615fb8e1db3d263427b6684bf95fb8c17ed12
2016-04-20 11:32:19 +12:00
Bob Owen
e809e9f918
Bug 1035125 Part 9: Link Chromium sandbox into firefox.exe instead of having a separate DLL. r=aklotz,glandium
...
MozReview-Commit-ID: 1vgDPjpcwz3
--HG--
extra : rebase_source : 40966d98ca6c37f30884639d648907b4760ae240
2016-05-15 16:41:40 +01:00
Bob Owen
e4d6d84741
Bug 1035125 Part 5: Back out changeset baa3f852133b and associated subsequent changes. r=glandium
...
The original changeset that is being backed out had comment:
Bug 1023941 - Part 1: Static-link the CRT into firefox.exe.
MozReview-Commit-ID: FPqXvdajdo3
--HG--
extra : rebase_source : 9bdc9c7e1a34419c6812a5908f29f568fb9fe94b
2016-05-15 16:23:57 +01:00
Kartikaya Gupta
e688f4d7c8
Bug 1265880 - Drop the APZ velocity bias to 0 on desktop. r=mstange
...
MozReview-Commit-ID: 5n62Vo5rzVk
--HG--
extra : rebase_source : 3f3e485cdacdb4085371186e5f472f6533950ea5
2016-05-16 11:20:44 -04:00
Chris Peterson
8a9e2d2bd4
Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium
2016-05-14 00:54:55 -07:00
stefanh@inbox.com
15f3daeef2
Bug 1255588 - Make Mac OS X 10.9.0 the minimum supported OS version. r=spohl.
2016-05-14 14:02:26 +02:00
Wes Kocher
26012d19b7
Backed out 4 changesets (bug 1266235) for test_ev_certs.js failures on pretty much every platform CLOSED TREE
...
Backed out changeset f684fac95bd9 (bug 1266235)
Backed out changeset f560cba61749 (bug 1266235)
Backed out changeset 5f321f10da1e (bug 1266235)
Backed out changeset 93deaa5641bc (bug 1266235)
--HG--
rename : services/common/blocklist-clients.js => services/common/KintoBlocklist.js
rename : services/common/blocklist-updater.js => services/common/kinto-updater.js
rename : services/common/tests/unit/test_blocklist_clients.js => services/common/tests/unit/test_kintoAddonPluginBlocklist.js
rename : services/common/tests/unit/test_blocklist_certificates.js => services/common/tests/unit/test_kintoCertBlocklist.js
rename : services/common/tests/unit/test_blocklist_updater.js => services/common/tests/unit/test_kinto_updater.js
2016-05-10 13:46:28 -07:00
Mathieu Leplatre
031d6fbdbb
Bug 1266235 - Move blocklist preferences to all.js. r=MattN
...
Related:
* https://bugzilla.mozilla.org/show_bug.cgi?id=1248557
* https://bugzilla.mozilla.org/show_bug.cgi?id=1259947
MozReview-Commit-ID: H2Eh1oqXeS1
--HG--
extra : transplant_source : %A0%96%22%DB%F3%19%8A%CF%A9%3B%FB%11%27%FB%E7%7B%BCzH%9F
2016-04-29 13:17:09 +02:00
Mathieu Leplatre
34370ce5a8
Bug 1266235 - Use blocklist prefix in preference names. r=Mattn
...
MozReview-Commit-ID: 5aeoiSEMwYw
--HG--
extra : amend_source : bb232bb34c7a25abffac36531d5ab4d8e9c6c7af
extra : transplant_source : K%1A1d%EEc%8FY%030NRb%AFD%00.%40U8
2016-04-29 12:48:45 +02:00
Nomis101
51b7105186
Bug 1271458 - Simplify Minimum System Version detection. r=mstange
2016-05-09 23:48:53 +02:00
Carsten "Tomcat" Book
53d7c78e72
merge fx-team to mozilla-central a=merge
2016-05-09 11:15:51 +02:00
ffxbld
a751ffc1c7
No bug, Automated blocklist update from host bld-linux64-spot-1062 - a=blocklist-update
2016-05-07 05:00:38 -07:00
Marco Bonardo
06932c74d1
Bug 1223728 - Remove the unifiedcomplete pref, the urlinline component and stop bundling the old autocomplete component in Firefox. r=adw
...
MozReview-Commit-ID: Ee08mDGxBjJ
--HG--
extra : rebase_source : 4473da657f85e443e5095b43b3e774e85292ecd1
extra : amend_source : c9c322ebae255a24c28e6367b9fe93474db21d6d
2016-05-05 00:14:51 +02:00
Edouard Oger
bba8a9635c
Bug 1094580 - Sync browser.urlbar.suggest.* preferences. r=markh
2016-05-03 12:52:00 -04:00
Carsten "Tomcat" Book
87bdb8ed2d
merge fx-team to mozilla-central a=merge
2016-05-02 11:19:50 +02:00
ffxbld
64a1e03ff3
No bug, Automated blocklist update from host bld-linux64-spot-576 - a=blocklist-update
2016-04-30 04:56:05 -07:00
Robert Strong
0f000fd4f0
Bug 1262880 - browser preferences changes - Remove add-on compatibility check from application update. r=felipc
2016-04-29 10:01:04 -07:00
Wes Kocher
56fe7c4bcb
Merge m-c to fx-team a=merge
...
MozReview-Commit-ID: 3H9BxQQQnNI
2016-04-29 16:05:30 -07:00
Dão Gottwald
ac879e2e39
Bug 1248268 - Add option for disabling the "Recently Bookmarked" UI. r=mak
2016-04-29 13:43:59 +02:00
dimi
3c20fd8553
Bug 1033450 - consolidate safebrowsing prefs in all.js. r=francois
...
MozReview-Commit-ID: CYMihDGtG79
--HG--
extra : rebase_source : 949b59abc5ad0c2c4597dd38ac1644525296ad7e
2016-04-28 00:44:55 -07:00
James Cheng
e1579bc54f
Bug 1267139 - Put setting pref(browser.eme.ui.enabled together. r=cpearce
...
MozReview-Commit-ID: LVCAFr2Mpy5
--HG--
extra : transplant_source : %D2w%86%F4%40%C9oc%C8sw%90o%C8L%D8%83QuP
2016-04-25 16:03:52 +08:00
Kris Maglione
623a4f8665
Bug 1254194: [webext] Allow extensions to register custom content security policies. r=billm f=aswan
...
MozReview-Commit-ID: 8L6ZsyDjIpf
--HG--
extra : rebase_source : b6ccbcf849b0e7db835d14a0ba9de588c0188869
extra : histedit_source : 7f966c1d821641fc3551dc4c508f5ce8f990d5a3%2Cafa5697b301620119147292745a2007961907fa8
2016-04-23 21:29:15 -07:00
ffxbld
18855055be
No bug, Automated blocklist update from host bld-linux64-spot-508 - a=blocklist-update
2016-04-23 05:00:28 -07:00
Paolo Amadini
3580657169
Bug 1265358 - Enable blocking of uncommon downloads. r=gcp
...
MozReview-Commit-ID: FeN0xzfX53S
--HG--
extra : rebase_source : 9b0b04212150811ad1e07bddd3025e72385c61e1
2016-04-20 13:43:53 +01:00
Paolo Amadini
56cb281548
Bug 1265359 - Enable blocking of potentially unwanted downloads. r=gcp
...
MozReview-Commit-ID: jzuiBahmU4
--HG--
extra : rebase_source : 611262cdf150edbe8c869fcf920d24521cfeb579
2016-04-20 13:43:02 +01:00
Carsten "Tomcat" Book
72c1e6f5ac
Backed out changeset 2271b0c11307 (bug 1033450) for crashtest failures
...
--HG--
extra : rebase_source : 47e1b5bf38d1d8e531e6c341c2d1c1051fd5c58d
2016-04-22 10:37:40 +02:00
dimi
e56e41f353
Bug 1033450 - consolidate safebrowsing prefs in all.js. r=francois
...
MozReview-Commit-ID: IKQ1wPHOY17
--HG--
extra : rebase_source : 62bce62fcb9781b6e99c1c43f15ee13e27d77e5e
2016-04-14 15:49:17 +08:00
Carsten "Tomcat" Book
23bcfcba57
Backed out changeset f71acdbd0d45 (bug 1033450) for wrong patch landed
...
--HG--
extra : rebase_source : a8c1947330e0f156410b6095ff91e0c723f6b50e
2016-04-22 06:01:11 +02:00
Andrew Swan
a0e5e7f8e1
Bug 1262214 Part 1: point "get addons" to discovery.a.m.o . r=kmag
...
MozReview-Commit-ID: IDpsIp9DHYC
--HG--
extra : transplant_source : %02s-%11%D3%F3%FF%EB%C7%B8%7D75%40%B4L%D4%7F%02V
2016-04-19 11:52:11 -07:00
Mathieu Leplatre
93af383736
Bug 1257556 - Generalize Kinto blocklist client to addons/plugins/gfx. r=MattN
...
MozReview-Commit-ID: DkiNF78QTId
--HG--
extra : transplant_source : %90K%5D%89%3AZW%CC%97%FE%BF%D9%CD%A5%F8%18%08%85%B02
2016-04-18 11:38:25 +02:00
dimi
8cd19f9a1f
Bug 1033450 - Consolidate safebrowsing prefs in all.js. r=francois
...
MozReview-Commit-ID: EA2H08dlCLl
--HG--
extra : rebase_source : 9dfa4af8b71b48c7841b3d5d07c106e24ae0ee05
2016-04-20 00:44:52 -07:00
Andrew Swan
02bd7be926
Bug 1262218 - Update permissions for APIs used for addon discovery. r=rhelmer
...
MozReview-Commit-ID: H7xXTpnsCC2
--HG--
extra : transplant_source : %1E5%26%DF%07%CE%EB%E2%BC%9Ce%27%9B%FBxD%EB%14kL
2016-04-15 16:04:01 -07:00
ffxbld
e169c5fcb3
No bug, Automated blocklist update from host bld-linux64-spot-312 - a=blocklist-update
2016-04-16 04:49:11 -07:00
Mike Shal
5efa4c6448
Bug 1264162 - Move branding installation to branding-common.mozbuild; r=glandium
...
MozReview-Commit-ID: LCUkgGPDmHq
--HG--
extra : rebase_source : f473dbb39729fc0b352ef8009a376d989ec3bcf9
2016-04-14 14:40:33 -04:00
Benjamin Smedberg
f2c3f8ac6b
Bug 1263630 - Remove everything except Flash from the click-to-activate whitelist, r=jimm
...
MozReview-Commit-ID: IwCfIHVANqX
--HG--
extra : rebase_source : f8e7fbbabbedbcaf7e66d4cffec54186a84f81eb
2016-04-11 11:30:08 -04:00
Chris Pearce
1fbf846737
Bug 1245789 - Use ifdef MOZ_WIDEVINE_EME to prevent compilation when not enabled. r=gerald
...
This means we won't try to build it when ac_add_options --enable-eme=widevine is
not present, and critically, we won't try to build it on Android, since the Chromium
Widevine plugin isn't available there.
MozReview-Commit-ID: 1jQvAbJP8HG
2016-04-12 16:12:21 +12:00
ffxbld
1b101e9acd
No bug, Automated blocklist update from host bld-linux64-spot-428 - a=blocklist-update
2016-04-09 04:47:05 -07:00
Drew Willcoxon
4594ef3ded
Bug 1195054 - The location bar should display 10 autocomplete suggestions without scrollbar instead of 6. r=mak
2016-04-07 22:03:45 -07:00
Phil Ringnalda
9c769696c2
Back out changeset 5815d4fc3043 (bug 1195054) for failures in browser_urlbarEnterAfterMouseOver.js
2016-04-07 19:57:15 -07:00
Drew Willcoxon
eb04240e18
Bug 1195054 - The location bar should display 10 autocomplete suggestions without scrollbar instead of 6. r=mak
...
MozReview-Commit-ID: L0dFVZYsvhT
2016-04-07 16:20:27 -07:00
Mike Shal
e0fb9deb3f
Bug 1261474 - Remove custom install rules in browser/app/Makefile.in; r=chmanchester
...
MozReview-Commit-ID: K2FTdBaIWPI
2016-03-31 17:12:11 -04:00
David Keeler
581a304acb
bug 1254667 - change certificate verification SHA1 policy to "allow for locally-installed roots" r=jcj
...
Before this patch, the default policy for the use of SHA1 in certificate
signatures was "allow all" due to compatibility concerns.
After gathering telemetry, we are confident that we can enforce the policy of
"allow for locally-installed roots" (or certificates valid before 2016) without
too much breakage.
MozReview-Commit-ID: 8GxtgdbaS3P
--HG--
extra : rebase_source : d1bed911f2d5d40229ea06556fee0848668e98b6
2016-03-28 12:52:40 -07:00
Olivier Yiptong
8d9ceb72a4
Bug 1258728 - keep remote newtab version in a pref r=ursula
...
MozReview-Commit-ID: GNk74kkxHcV
--HG--
extra : rebase_source : 8cd6cb4ab9272a20c65f5840bdf4332bfd0ff972
2016-03-24 16:28:16 -04:00
Christian Holler (:decoder)
3c7149e85d
Bug 1289194 - Experimental LibFuzzer integration. r=glandium
...
MozReview-Commit-ID: 9njDcbltyow
--HG--
extra : rebase_source : 774d25f2ac4e4b1a876e48159333188bc722f940
2016-09-01 15:07:01 +02:00
Shane Caraveo
c5b581f123
Bug 1245074 workaround CUI defaults for pocket to fix restore defaults, r=gijs
2016-03-22 12:43:38 -07:00
Andrew Swan
b1872b4329
Bug 1256598 - Give AMO access to UITour. r=mattn
...
MozReview-Commit-ID: ECfc6JcNudN
--HG--
extra : transplant_source : %B7%FC%ACr%D4d%1BZ%14T%EA%2A%2A%96%7C%24%14/%F45
2016-03-15 09:47:58 -07:00
Ryan VanderMeulen
dd9dced81d
Merge inbound to m-c. a=merge
2016-03-19 11:22:28 -04:00
ffxbld
0c0b5ebb4c
No bug, Automated blocklist update from host bld-linux64-spot-543 - a=blocklist-update
2016-03-19 04:43:34 -07:00
Kartikaya Gupta
92eb39fdb7
Bug 1257181 - Re-enable APZ on beta. r=felipe
...
MozReview-Commit-ID: L3jWfz6r5ff
2016-03-18 21:30:24 -04:00
Mike Hommey
0a771514a8
Bug 1256988 - Replace tests on MOZ_WIDGET_GTK with tests on MOZ_WIDGET_TOOLKIT containing gtk. r=chmanchester
...
But only do that for the AC_SUBST. The AC_DEFINE is still useful.
2016-03-17 06:49:44 +09:00
Mark Goodwin
985802557a
Bug 1224531 - Provide a mechanism for the updater to drive kinto collection sync r=rnewman,mossop
...
There are two parts to this change. The first is a module to drive kinto
collection sync. This gives server-provided last-update times to each module
managing collection information so that data is only fetched when updates are
necessary. This also keeps track of when pings last took place (for future use)
and any apparent difference between client and server clock (we need this later
for the content signing work).
Currently only one module (the kinto version of the OneCRL client) consumes this
information, though more will follow.
The second is a minor change to nsBlocklistService.js to ensure that this ping
takes place whenever the existing blocklist ping happens.
MozReview-Commit-ID: 7SN03AOJ4Wc
2016-03-15 08:55:23 +00:00
Myk Melez
c0ff981fd3
Bug 1255163 - remove addon install privilege from marketplace.firefox.com; r=ehsan,margaret
2016-03-14 10:42:55 -07:00
Franziskus Kiefer
c54ba8a1cc
Bug 1226928 - new preferences for content-signing on remote about:newtab, r=mconley
2016-03-14 11:56:07 +01:00
ffxbld
2855108b28
No bug, Automated blocklist update from host bld-linux64-spot-223 - a=blocklist-update
2016-03-08 19:41:40 -08:00
Felipe Gomes
ecd4513b28
Bug 1253667 - Temporarily disable APZ on beta. r=kats
...
We are planning on running an e10s experiment on early builds of beta46, and in this experiment we want to get data from e10s on + APZ off.
MozReview-Commit-ID: 4eEtgNRPxtW
2016-03-04 19:49:10 -03:00
J. Ryan Stinnett
1d243be303
Bug 1238160 - Enable mozbrowser frames on desktop. r=bz
...
MozReview-Commit-ID: cBYm7dgQt1
2016-03-02 10:35:56 -06:00
Ricky Rosario
ce680bd8be
Bug 1249642 - Implement remote modes in aboutNewTabService.js r=oyiptong
...
MozReview-Commit-ID: 7DiwSSVMJf2
--HG--
extra : rebase_source : 53d008abea969d8f80320b4fedf0a08ab0886774
2016-02-29 16:40:33 -05:00
Wes Kocher
d4bc23e4dd
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: B0yZpi7wa4I
2016-03-01 15:19:25 -08:00
Yury Delendik
d3e1f74458
Bug 1250046
- Remove Shumway core files. r=till
2016-02-23 18:07:05 -06:00
Carsten "Tomcat" Book
30e5302af8
Merge mozilla-central to mozilla-inbound
2016-03-01 15:25:31 +01:00
Ehsan Akhgari
8a0731fdde
Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly
2016-03-01 09:16:38 -05:00
Haik Aftandilian
3cdbeb2bd6
Bug 1237847 - [e10s] Null deref crash when running test_pluginstream_newstream.html; r=bobowen
...
Modify the Mac sandbox to allow temporary files to be created in a
parent-specified subdirectory of NS_OS_TEMP_DIR. This is similar to the
Windows approach. The parent provides a UUID in a preference which is
used by the content process to form the subdirectory name.
MozReview-Commit-ID: 6BONpfZz8ZI
--HG--
extra : rebase_source : ad18e091918356a1a40c13f1453972b4512ad476
2016-02-25 15:26:13 -08:00
Mark Hammond
e7b452c2c2
Bug 1246869
- remove services.sync.syncedTabsUIRefresh preference so SyncedTabs sidebar can ride the trains. r=adw
2016-03-01 11:22:47 +11:00
Felipe Gomes
3d01e737df
Bug 1250744 - Enable blocking of e10s by add-ons for beta/release. r=mossop
...
MozReview-Commit-ID: Egdea8osI5q
--HG--
extra : rebase_source : a76f26a5b9935482e1cda35cbdce24165f81acd4
2016-02-23 22:21:38 -03:00
Chris Pearce
ffc9196c26
Bug 1250766 - Re-enable using Adobe GMP for decoding when system H.264/AAC codecs not available. r=jya
...
MozReview-Commit-ID: 7aeiwKSlWLg
2016-02-24 15:42:18 +13:00
Mark Hammond
9f175c7457
Bug 1246076 (part 1) - include the favicon in synced tabs records and optionally display it in the synced tabs UI. r=rnewman
2016-02-22 15:43:46 +11:00
Mike Hommey
9383395b07
Bug 1246881 - Stop using config/buildid in few remaining places. r=mshal
2016-02-12 07:16:03 +09:00
Mark Goodwin
266741693f
Bug 1227956 - Implement Kinto.js OneCRL client r=rnewman
...
--HG--
extra : rebase_source : 7f2d174df2b1e9971ddf8f9ed211b5b0e7ec2b39
2016-02-09 18:51:08 +00:00
Mike Hommey
5dc9f1b6cb
Bug 1238769 - Add a -xpcshell option to Firefox. r=bsmedberg
2016-02-10 07:39:27 +09:00
Matthew Noorenberghe
66c73b5940
Bug 1244908 - Remove privacy.clearOnShutdown.passwords migration code. r=dolske
...
--HG--
extra : commitid : 2HnKfq3jUZK
extra : rebase_source : 4cca79b260a18b95758bed5fbd2518b3d84d430a
2016-02-03 15:26:14 -08:00
Vladan Djeric
8d5951e924
Bug 1193535 - Store Heartbeat Scores in Unified Telemetry. r=MattN
...
--HG--
extra : commitid : 9Duh1Mw8t9X
extra : rebase_source : f47ea8590484c8c81409da9ba550d0a5fad51b04
2016-02-03 15:25:53 -08:00
Mike Hommey
a010adbc6a
Fixup missing double quotes in bug 1244999, busting Windows builds on a CLOSED TREE. r=me
2016-02-03 10:07:31 +09:00
Mike Hommey
7c80aeddb7
Bug 1244999 - Move icon-related DEFINES to moz.build in browser/app. r=mshal
2016-02-03 08:41:17 +09:00
Francois Marier
e530b7de94
Bug 1237856 - Add prefs to honor/ignore Application Reputation verdicts. r=gcp
2016-02-02 15:07:06 -05:00
Matthew Noorenberghe
8a4732bdb1
Bug 1243089 - Remove provisional Desktop identity UI for website sign-in with BrowserID (SignInToWebsite). r=felipe
...
--HG--
extra : commitid : 6n3dxyDIwVy
extra : rebase_source : 3e0b858033a09d68a7bc10f27dcf9163ef678989
2016-02-01 14:31:38 -08:00
Wes Kocher
84714308b8
Merge fx-team to central, a=merge
...
--HG--
extra : commitid : 2DZ63I10LcS
2016-01-28 17:47:33 -08:00
Zachary Carter
3f462c3a37
Bug 1243591 - Create a pref to enable/disable the Synced Tabs UI refresh and enable it for Nightly r=markh
2016-01-28 00:52:56 -08:00
Shane Tomlinson
6eece0d64c
Bug 1234165 - Load FxA's settings page with context and service query params. r=markh
...
If a user must re-authenticate with FxA to view the settings page,
a `login` message needs to be sent to the browser with the updated
credentials. This does not occur for the settings page because
`context` and `service` are not specified.
--HG--
extra : rebase_source : 99676b50b599515db62eafa2873f1b1758662e50
2015-12-21 10:56:19 +00:00
Jim Mathies
81b34ab31f
Bug 1229763 - Update a11y + e10s support url. r=mconley
...
--HG--
extra : transplant_source : %B6%1A%8Cx1r%F1%8C%94%1ANS%C8u%9E%99%CA%B8%98%FE
2016-01-27 14:27:15 -06:00
Alessio Placitelli
d448c0ad94
Bug 1236580 - Remove the IS_UNIFIED_TELEMETRY constant and the related preferences. r=gfritzsche
2016-01-27 01:03:00 +01:00
Bill McCloskey
5d3da00102
Bug 1233497 - Disallow unsafe CPOWs in browser code. r=mrbkap.
...
--HG--
extra : commitid : 2sUjSTv5XJT
extra : rebase_source : cb6a85709fd61385d95d17896f1e376f1f871478
2016-01-20 17:09:41 -05:00
Phil Ringnalda
6aeccf0426
Merge f-t to m-c, a=merge
2016-01-23 18:11:37 -08:00
ffxbld
314bab04bb
No bug, Automated blocklist update from host bld-linux64-spot-309 - a=blocklist-update
2016-01-23 04:36:36 -08:00