Commit Graph

18894 Commits

Author SHA1 Message Date
Randall Barker
00560e7f14 Bug 1230674 - part 5, enable overscroll flash on Android r=snorp 2016-01-27 07:45:31 -08:00
Randall Barker
3f96948842 Bug 1230674 - part 1, Add Overscroll API to NativePanZoomController r=snorp 2016-01-27 07:45:31 -08:00
Carsten "Tomcat" Book
45b3ce32b0 merge mozilla-inbound to mozilla-central a=merge 2016-01-27 11:59:49 +01:00
Mark Capella
0af4a0b9a6 Bug 1242349 - Provide unique AccessibleCaret pref for JS selection changes, r=TYLin 2016-01-26 09:27:36 -05:00
Sebastian Kaspari
08a06fac57 Bug 1242443 - TestPermissions: Add test cases for non-Activity context, doNotPrompt() and doNotPromptIf(). r=nalexander 2016-01-25 14:12:20 +01:00
Andrzej Hunt
0e8c3dd625 Bug 1227325 - Part 5: add design support library to b2gdroid r=mcomella
TextInputLayout is part of the design support library, hence we need to
include that for b2gdroid.
2016-01-25 10:45:23 -08:00
Andrzej Hunt
0bb6956f02 Bug 1227325 - Part 4: Remove (now unused) FloatingHintEditText r=mcomella 2016-01-12 10:59:50 -08:00
Andrzej Hunt
cfa177cd95 Bug 1227325 - Part 3: Upgrade GeckoPreferences to use TextInputLayout r=mcomella 2016-01-22 16:46:26 -08:00
Andrzej Hunt
a73923c3a6 Bug 1227325 - Part 2: Upgrade PromptInput to use TextInputLayout r=mcomella 2016-01-11 18:24:20 -08:00
Andrzej Hunt
91d5fb0dc3 Bug 1227325 - Part 1: Upgrade EditBookmarkDialog to use TextInputLayout r=mcomella 2016-01-11 18:16:57 -08:00
Geoff Brown
81674e82bb Bug 1233220 - Use 5 pages from tp5 for page loads in test_awsy_lite; r=snorp,margaret 2016-01-26 19:40:34 -07:00
Geoff Brown
7b26c2c37d Bug 1233220 - Add test_awsy_lite mochitest, to track Fennec RSS in perfherder; r=snorp,margaret 2016-01-26 19:40:33 -07:00
Nick Alexander
4c0bbad1a7 Bug 1242797 - Use localOld product flavor for Spoon instrumentation tests. r=vivek 2016-01-25 16:20:11 -08:00
Sebastian Hengst
a10345e651 Backed out 5 changesets (bug 1230674) for webgl bustage and crashes. r=backout on a CLOSED TREE
Backed out changeset 07cdcb9b4565 (bug 1230674)
Backed out changeset d21d089c447f (bug 1230674)
Backed out changeset a26de45cdb6a (bug 1230674)
Backed out changeset 59ec0033bd22 (bug 1230674)
Backed out changeset 74a06f6d85e1 (bug 1230674)
2016-01-26 22:40:18 +01:00
Wes Kocher
d6009f3288 Backed out 2 changesets (bug 1233220) for spidermonkey build bustage CLOSED TREE
Backed out changeset 32180fcb0912 (bug 1233220)
Backed out changeset 75bd3e327f6e (bug 1233220)
2016-01-26 13:23:33 -08:00
Eugen Sawin
66fe9f6bcf Bug 1242521 - [1.1] Check for Gecko interface availability before accessing activity. r=snorp 2016-01-26 21:39:10 +01:00
Margaret Leibovic
0513bf320e Bug 1231792 - Add Bookmarks and History 3-dot menu items. r=liuche
This change also depends on changes to the switchboard server config.
2015-12-10 15:23:12 -05:00
Margaret Leibovic
50cbf1819d Backed out changeset d7587396a9ad for busted gradle wrapper 2016-01-25 09:13:07 -05:00
Margaret Leibovic
e51314d4c2 Bug 1231792 - Add Bookmarks and History 3-dot menu items. r=liuche
This change also depends on changes to the switchboard server config.
2015-12-10 15:23:12 -05:00
Sebastian Kaspari
699c2299e2 Bug 1238066 - Add LeakCanary to local (gradle) builds. r=nalexander
This patch adds LeakCanary to gradle builds and the no-op library to
mach-based builds.
2016-01-21 12:35:21 +01:00
Sebastian Kaspari
1ca6870d70 Bug 1240703 - Only start ScreenshotObserver if we have the needed permissions. r=nalexander 2016-01-25 13:23:41 +01:00
Sebastian Kaspari
a90bbbc77d Bug 1240703 - Pre: Move ScreenshotObserver to base package. r=me 2016-01-25 13:16:35 +01:00
Nick Alexander
6a55693b2f Bug 1242284 - Post: Use Gradle's manifest placeholders to produce Robocop manifest. r=sebastian
DONTBUILD NPOTB

This is a convenience, and a look ahead to a Gradle-based future.  The
reason to do this is that front-end builds don't (really) support
testing, so we set --disable-tests.  However, this means that
mobile/android/tests/browser/robocop doesn't get processed at build
time, and that means the Robocop manifest doesn't get preprocessed.
Rather than hack generating the Robocop manifest in, let's skate to
where the puck is going and just use Gradle where appropriate.
2016-01-11 18:02:34 -08:00
Nick Alexander
1a9c0f8024 Bug 1242284 - Add local, localOld, and automation Gradle product flavors. r=sebastian
The default configuration is now localDebug for API 21+, and
localOldDebug for <API 21.  This actually paves the way nicely for
automation builds; previously, I was intending to use debug and
release to for local and automation builds, respectively, but this is
more clear.
2015-12-16 16:48:22 -08:00
Nick Alexander
420a54dc14 Bug 1242284 - Pre: Remove no longer required Maven repository; bump test-only dependency. r=me
jcenter() now contains both com.squareup.spoon:spoon-runner:1.1.10 and
org.simpleframework:simple-http:6.0.1 so we can get rid of some
outdated listings.
2015-12-16 20:00:16 -08:00
Phil Ringnalda
eaaf7692e0 Merge m-c to f-t 2016-01-23 18:20:54 -08:00
Phil Ringnalda
867dddb5d6 Merge f-t to m-c, a=merge 2016-01-23 18:11:37 -08:00
Mark Finkle
d5c5fc7cae Bug 1238780 - Follow-up: use pngquant and pngcrush to reduce file sizes. rs=rnewman
pngquant was used on all files apart from firstrun_signin.png. That
file was minimized with pngcrush to avoid banding.
2016-01-23 09:43:48 -08:00
Nick Alexander
b903b620db Bug 1182206 - Remove SYNC_EXTRAS_MANUAL entirely. r=nalexander
This patch removes the bespoke SyncHints type in favour of using
Android's own flags to ignore backoff and request an expedited sync.
It also unifies a simpler request{Immediate,Eventual}Sync API for
sync-requesting consumers.
2016-01-22 12:22:54 -08:00
Phil Ringnalda
83a5639432 Back out 3 (more) changesets (bug 1227325) because B2GDroid is why Fennec can't have nice things
CLOSED TREE

Backed out changeset d50bbdbc596b (bug 1227325)
Backed out changeset d868de0c4779 (bug 1227325)
Backed out changeset a26c5c9ab77d (bug 1227325)
2016-01-22 23:06:55 -08:00
Phil Ringnalda
279c509b1b Back out changeset 5a6812d11eec (bug 1227325) for b2gdroid bustage
CLOSED TREE
2016-01-22 21:58:35 -08:00
Andrzej Hunt
6e84f14760 Bug 1227325 - Part 4: Remove (now unused) FloatingHintEditText r=mcomella 2016-01-12 10:59:50 -08:00
Andrzej Hunt
4f739caaa9 Bug 1227325 - Part 3: Upgrade GeckoPreferences to use TextInputLayout r=mcomella 2016-01-22 16:46:26 -08:00
Andrzej Hunt
c0a3eca625 Bug 1227325 - Part 2: Upgrade PromptInput to use TextInputLayout r=mcomella 2016-01-11 18:24:20 -08:00
Andrzej Hunt
dc4797db3a Bug 1227325 - Part 1: Upgrade EditBookmarkDialog to use TextInputLayout r=mcomella 2016-01-11 18:16:57 -08:00
Sebastian Kaspari
33c0f02bc3 Bug 1241887 - (Part 2) UpdateService: Show notification if permission is missing. r=nalexander 2016-01-22 16:30:36 +01:00
Sebastian Kaspari
271458de2e Bug 1241887 - (Part 1) Allow to use Permission class with every Context object. r=nalexander 2016-01-22 16:25:59 +01:00
Sebastian Kaspari
d7df81e2c0 Bug 1240711 - (Part 3) GeckoAppShell: Do not prompt for permission if we are disabling the location service. r=nalexander 2016-01-21 15:49:13 +01:00
Sebastian Kaspari
6a01bc2d2d Bug 1240711 - (Part 2) PermissionBlock: Add option to not prompt the user. r=nnalexander 2016-01-21 15:10:13 +01:00
Sebastian Kaspari
740a811b4b Bug 1240711 - (Part 1) Do not prompt for queued permission requests if the permission has just been denied. r=nalexander 2016-01-21 15:46:29 +01:00
Chenxia Liu
60a4406e77 Bug 1238780 - Remove Tab strip for Onboarding A. r=sebastian 2016-01-20 12:28:31 -08:00
Chenxia Liu
b5d70d74d8 Bug 1238780 - Add interactive slide. r=sebastian 2016-01-20 12:21:38 -08:00
Chenxia Liu
bbb6799d58 Bug 1238780 - Add static slides. r=sebastian 2016-01-12 16:05:38 -08:00
Chenxia Liu
759d47cef5 Bug 1238780 - Remove old firstrun panels. r=sebastian 2016-01-19 16:24:49 -08:00
Sebastian Kaspari
b3460e20a3 Bug 1241596 - Use inbox style for tab queue notification. r=ahunt 2016-01-21 20:42:50 +01:00
Sebastian Kaspari
2582480b96 Backed out changeset 327f0142e1a7 (bug 1219078) 2016-01-22 14:31:37 +01:00
Carsten "Tomcat" Book
f4f463d5b7 merge mozilla-inbound to mozilla-central a=merge 2016-01-22 12:05:24 +01:00
Chenxia Liu
e1e58f4dd8 Bug 1241591 - Switch onboarding to A version only. r=margaret 2016-01-21 12:17:59 -08:00
Margaret Leibovic
246bb43b93 Bug 1234335 - Remove shortcut to add an item to your reading list from long tapping on reader view icon. r=ahunt 2016-01-18 18:37:30 -05:00
Carsten "Tomcat" Book
0cfb6c0b29 Merge mozilla-central to fx-team 2016-01-21 12:30:07 +01:00