Commit Graph

546 Commits

Author SHA1 Message Date
Ehsan Akhgari
84b86dbd20 Bug 1215601 - Enable service workers for non-release builds on Fennec similar to desktop; r=bkelly 2015-10-16 14:08:08 -04:00
Chris Pearce
312848539e Bug 1214932 - Remove fragmented-mp4 from media prefs. r=jya 2015-10-15 14:51:28 +13:00
Margaret Leibovic
3bd3986730 Bug 1209352 - Update FAQ page URL. r=liuche 2015-10-06 17:36:13 -04:00
dominique vincent
1055e0d26d Bug 1208370 - Deactivate the size heuristic in cluster detection. r=mcomella 2015-09-30 12:31:29 +02:00
Carsten "Tomcat" Book
8017c24d72 Merge mozilla-central to fx-team 2015-09-28 14:19:22 +02:00
Jean-Yves Avenard
41d37b1f27 Bug 1207429: P1. remove media.fragmented-mp4.exposed pref. r=kentuckyfriedtakahe 2015-09-27 15:19:27 +10:00
Jonathan Almeida [:jonalmeida]
2bf4a4a0c8 Bug 1170725 - Click-to-play images. r=mfinkle 2015-08-15 23:36:37 -07:00
Seth Fowler
40c407a01f Bug 1146663 (Part 1) - Remove HQ scaling, which is now dead code. r=tn 2015-09-19 16:20:56 -07:00
Nick Alexander
a0b02c1dc0 Bug 1191067 - Add Fennec version of about:accounts. r=antlam,margaret
This is a Fennec version of about:accounts, cribbed largely from
Desktop's implementation.  This implementation serves two purposes:

One, it allows all fxa-content-server pref handling to remain in
Gecko.  Java-side consumers redirect to about:accounts?action=... and
have pref munging and parameter addition (like context=fx_fennec_v1,
etc) handled by about:accounts itself.

Two, it handles network connectivity display and error handling.  When
a request is started, we display an animated spinner.  We transition
smoothly from the spinner to the iframe display if we can, and if not
we hide any network error and offer to retry.  This is more important
in Fennec than it is on Desktop.  This approach agrees with Firefox
for iOS.

Some additional notes:

The spinner to iframe transition uses the WebChannel listener to send
LOADED messages to the appropriate XUL <browser> element.  It's worth
remembering that Fennec's Gecko is single process, so the <browser> in
question is in the same process.  None-the-less, we are close to e10s
safe.

There are four actions: signup/signin/force_reauth, and manage.  The
first three try to produce a LOGIN message.  The last uses the
fxa-content-server to manage the Account settings.  *This is not how
this is arranged on Desktop: Desktop redirects to a new tab, not
wrapped in about:accounts.*
2015-09-18 16:28:14 -04:00
Robert O'Callahan
bc98239148 Bug 1204841. Reenable offsetX/Y on mobile now that site issues have been fixed. r=smaug 2015-09-15 22:55:55 +12:00
Richard Barnes
ef0d9ed24f Bug 942515 - Show Untrusted Connection Error for SHA-1-based SSL certificates with notBefore >= 2016-01-01 r=keeler 2015-09-11 14:52:30 -04:00
Mark Goodwin
25d06c35c0 Bug 1016555 - Disable OCSP checking for certificates covered by OneCRL r=keeler
1) Added some comments to firefox.js to explain the relationship between
extensions.blocklist.interval and security.onecrl.maximum_staleness_in_seconds
2) Modified default values in firefox.js and mobile.js to set maximum staleness
to 1.25x blocklist interval
3) modified the tests_ev_certs.js xpcshell test to cope with larger maximum
staleness values to address test failures
2015-09-10 11:10:07 +01:00
Ehsan Akhgari
9b8ecdaafa Bug 1203160 - Part 1: Turn service workers and fetch interception on in Fennec Nightly; r=nsm 2015-09-10 01:05:16 -04:00
Gian-Carlo Pascutto
a87ceb68d3 Bug 1107372 - Update preferences for new SafeBrowsing prefs structure. r=francois 2015-09-08 08:22:10 +02:00
Florian Quèze
ecb2f187fc Bug 1169459 - remove the loadFromJars/jarURIs prefs, r=Mossop. 2015-09-04 11:50:49 +02:00
Margaret Leibovic
2085d0e695 Bug 1190301 - Enable tab audio indicator by default. r=mcomella 2015-08-24 09:30:00 -06:00
dominique vincent
62940771bf Bug 1191041 - Increase the likelihood of zoomed view triggering for small elements but decreased the likelihood for large elements. r=kats 2015-08-28 22:54:41 +02:00
Fabrice Desré
01d3da022e Bug 1181209 - Make changes to Gecko needed for b2gdroid to boot. r=fabrice 2015-08-25 13:42:24 -07:00
Sebastian Kaspari
17fe38677b Bug 1182514 - Add Lightweight theme for restricted profiles. r=margaret 2015-08-07 13:23:18 +02:00
Kartikaya Gupta
3ba111921f Bug 1180267 - Switch Fennec over to using the MobileViewportManager for computing the CSS viewport. r=snorp 2015-08-24 13:45:45 -04:00
Wes Kocher
bb46521fdd Merge m-c to inbound, a=merge 2015-08-21 10:06:54 -07:00
dominique vincent
95bbdf01af Bug 1192075 - Change copy in Settings for Zoomed View/ magnifying glass preference. r=mcomella 2015-08-20 13:44:18 -07:00
Wes Kocher
1b55c29a7a Backed out changeset e32341309d70 (bug 1992075) for landing with the wrong bug number 2015-08-20 13:50:27 -07:00
dominique vincent
bbbaf31f36 Bug 1992075 - Change copy in Settings for Zoomed View/ magnifying glass preference. r=mcomella 2015-08-20 13:44:18 -07:00
Kartikaya Gupta
0c547e3f8c Bug 1180295 - Hook up touch-based scrolling to the new DynamicToolbarAnimator. r=rbarker 2015-08-18 14:27:18 -04:00
Ben Hearsum
c5230b8f2e bug 1116409: switch update server to sha2 cert; update in-tree pinning. r=rstrong,snorp,mfinkle,dkeeler 2015-08-20 17:50:51 -04:00
Nick Alexander
2cb62bed1d Bug 1160563 - Part 2: Make ANDROID_ASSETS_DIRS a moz.build variable. r=gps
We have had singular ANDROID_ASSETS_DIR in Makefile.in for a while.
Fennec itself does not use the existing Makefile.in Android code, for
complicated historical reasons.

This makes the existing variable moz.build-only; generalizes the
existing variable to an ordered list; and adds the equivalent use of
the new list to the Fennec build, with a simple example asset.

This patch also updates the packager to include assets packed into the
gecko.ap_.  Without the packager change, the assets/ directory in the
ap_ gets left out of the final apk.  This whole approach is totally
non-standard but is more or less required to support our single-locale
repack scheme.
2015-08-12 11:04:03 -07:00
Nikhil Marathe
e07ab7e6b0 Bug 1153499 - Enable push and sw prefs. r=dougt,ehsan 2015-07-15 13:12:44 -07:00
Carsten "Tomcat" Book
f5b6666fac Backed out 2 changesets (bug 1016555, bug 1189427) for making Android 4.3 API11+ debug X3 perma fail in test_ev_certs.js
Backed out changeset ebd4e3880403 (bug 1189427)
Backed out changeset 331e489c7534 (bug 1016555)
2015-08-06 11:51:27 +02:00
Richard Barnes
597c8702a7 Bug 1016555 - Disable OCSP checking for certificates covered by OneCRL 2015-08-05 17:26:40 -04:00
Margaret Leibovic
da69468499 Bug 1018504 - (Part 1) Add indicator to show which tab is playing sound. r=mhaigh 2015-07-31 11:08:26 -07:00
dominique vincent
b517b332e7 Bug 1184937 - Hide cycling zoom button and set a default level of zoom in config. r=mcomella 2015-07-31 08:42:50 +02:00
Wes Kocher
34f42ce3f2 Merge inbound to central, a=merge 2015-07-29 18:12:11 -07:00
Mark Finkle
cd6aab04e3 Bug 1188609 - Remove mirroring support from RokuApp (Android) r=margaret 2015-07-29 16:09:29 -04:00
Vladimir Vukicevic
807aba3c5a Bug 1186608, [webvr] Add individual prefs to disable backends, set sane defaults; r=mstange 2015-04-12 23:05:36 -04:00
Kartikaya Gupta
4a6ea4dc9c Bug 1186004 - Add a pref to enable/disable APZ zooming behaviour. r=botond 2015-07-22 23:42:08 -04:00
Florian Quèze
5405e256f3 Bug 1186174 - Enable region specific search defaults for all Fennec users, r=mfinkle. 2015-07-21 23:12:04 +02:00
Mike Taylor
02ddf9ff3f Bug 1185196 - Android US overrides: Remove trailing comma so we have valid JSON. r=rnewman 2015-07-19 23:43:49 -07:00
Mike Taylor
bc81573f9c Bug 1177298. Add UA overrides for top Japan sites. r=Sebastian 2015-07-17 10:20:00 -07:00
Wes Kocher
6c1f6b7bcd Merge m-c to fx-team, a=merge CLOSED TREE 2015-07-17 18:09:12 -07:00
Mike Taylor
e478af8093 Bug 1184320. Add UA override to remove Android version for Gmail. r=Sebastian 2015-07-17 12:12:00 -07:00
Ryan VanderMeulen
da1580e7b7 Merge inbound to m-c. a=merge 2015-07-17 10:26:22 -04:00
Andrea Marchesini
a78a8a5ead Bug 1177399 - Enable AudioChannelService in desktop by default. r=ehsan 2015-07-13 17:27:50 +01:00
Mike Taylor
089f525b28 Bug 1184268 - Flip useragent.updates.enabled pref to true. r=margaret 2015-07-15 12:55:00 -04:00
Mike Taylor
2f43efbc44 Bug 1184268 - Remove Youtube override pref (covered by ua-update.json). r=margaret 2015-07-15 12:54:00 -04:00
Ryan VanderMeulen
67befaa815 Backed out changeset 2443bc31946a (bug 1184045) because it didn't fix the testAboutPage failures. 2015-07-16 14:55:29 -04:00
Florian Quèze
33ad14847c Bug 1184045 - Disable region specific search defaults on Android due to intermittent testAboutPage failures, a=RyanVM for landing on CLOSED TREE. 2015-07-16 18:39:04 +02:00
Florian Quèze
57cad9b5e5 Bug 1184045 - Enable region specific search defaults, r=markh. 2015-07-15 21:17:35 +02:00
Seth Fowler
4b3b001053 Bug 1183836 - Remove support for decode-on-draw-only. r=tn 2015-07-14 18:16:31 -07:00
Wes Kocher
24d022d24f Backed out 24 changesets (bug 1173523, bug 1172080, bug 817007, bug 1165263) for android reftest bustage CLOSED TREE
Backed out changeset 84fe04b2e7d1 (bug 1172080)
Backed out changeset 0ff004760a1f (bug 1172080)
Backed out changeset af147585ad55 (bug 1165263)
Backed out changeset c3af8ebb6db0 (bug 1165263)
Backed out changeset cd3f33a888fe (bug 1165263)
Backed out changeset e5db39044a1e (bug 1165263)
Backed out changeset c01c9ed77061 (bug 1165263)
Backed out changeset fb723aaa4267 (bug 1165263)
Backed out changeset f754e52e74dc (bug 1165263)
Backed out changeset c6bda3a0afd6 (bug 817007)
Backed out changeset bfa100253349 (bug 817007)
Backed out changeset b787b3f9aadc (bug 1173523)
Backed out changeset 4a0676b73f77 (bug 1173523)
Backed out changeset 82034a4560c5 (bug 1173523)
Backed out changeset 4bdb91114c7a (bug 1173523)
Backed out changeset 72406261eccc (bug 1173523)
Backed out changeset 541b6faf7196 (bug 1173523)
Backed out changeset 1caac4569616 (bug 1173523)
Backed out changeset 0d4f9f9e1b4e (bug 1173523)
Backed out changeset 2d5661eb966c (bug 1173523)
Backed out changeset 89833c0bb0cd (bug 1173523)
Backed out changeset ea64d70eacfe (bug 1173523)
Backed out changeset a8e4f1c0c445 (bug 1173523)
Backed out changeset cf498d466b85 (bug 1173523)
2015-07-14 14:00:32 -07:00