Mark Capella
ba6c9b3a1e
Bug 1252465 - Link taps don't work at the bottom of reader view page, r=margaret
2016-03-22 10:50:04 -04:00
Shatur
834de0fe4e
Bug 1213147 - Use Roboto Light for title in Share Overlay dialog on API 16+. r=sebastian
...
MozReview-Commit-ID: 8X8Rv1GCPk2
--HG--
extra : amend_source : a7b614717ad08b8468eec0cc84c9b2bc2679e67d
2016-03-15 22:01:15 +05:30
Carsten "Tomcat" Book
5d83e31d04
merge mozilla-inbound to mozilla-central a=merge
2016-03-22 12:14:15 +01:00
Maurya Talisetti
34690e6c7f
Bug 1241857 - Add calls to super implementation to address lint warnings. r=mcomella
2016-03-14 01:25:00 -04:00
Nick Alexander
e90bd4aabb
Bug 1256401 - Part 2: Remove references to b2gdroid. r=fabrice
...
MozReview-Commit-ID: 63yJGdgPbhe
--HG--
extra : rebase_source : 2256e0a12588703a83f4cba06971231ac3c64592
extra : amend_source : 1f35a04191f37225986bd7ff4d0b6b2c34a71b05
extra : histedit_source : 82d351700936c8e1297eeca91ce00f96340e2f2c
2016-03-18 14:41:51 -07:00
Nick Alexander
a06e89f5a6
Bug 1256401 - Part 1: Remove mobile/android/b2gdroid. r=fabrice
...
MozReview-Commit-ID: AUnqHFr017n
--HG--
extra : rebase_source : 739270c96d0d288280260ffff591f096ba2a14ff
extra : histedit_source : 31ba47a9d58175af61e473b1ec7e8abefe8b3cd8
2016-03-18 14:20:24 -07:00
Narek Babajanyan
d10220e17f
Bug 1257901 - Remove references to Old Sync. r=nalexander
...
MozReview-Commit-ID: 9WGu7NzmIOa
--HG--
extra : rebase_source : e6fd5329292e72797df2d23ed2189b15ba4ef039
2016-03-21 12:54:27 -07:00
Dinesh Polathula
b7f062d41f
Bug 1255204 - Use sentence casing in Settings prefs. r=margaret
...
- Clear Private Data > Clear private data
Sync
-----
- Terms of Service > Terms of service
- Privacy Notice > Privacy notice
Privacy
-----
- Tracking protection > Tracking Protection
--HG--
extra : histedit_source : 0dba954af1df974035430fb589570501b88a8272
2016-03-20 01:54:00 -04:00
Petr Marek
c3c709e60a
Bug 1111663 - Remove calling of an obsolete onClicked method. r=margaret
2016-03-18 13:04:00 -04:00
Nick Alexander
0b9f03564c
Bug 1258452
- Explicitly request READ_EXTERNAL_STORAGE permission. r=sebastian
...
This permission was added in API 16, and is only enforced in API 19+.
(It's benign to add it to APKs installed on API 15.)
We want to declare it explicitly so that the bouncer APK and the main
APK have the same permission set. There appears to be some fanciness
with Gradle's implied permission system where the bouncer APK does not
request READ implicitly where-as the main APK does request READ
implicitly. This just makes things explicit (and uniform).
MozReview-Commit-ID: LBblAPa0duV
--HG--
extra : rebase_source : 616fa58ccd9063088abb14240265a20ac4e48da7
extra : histedit_source : abf6211896e99cc7b53f9c36714d056f0d44d63f
2016-03-14 14:23:56 -07:00
Andrzej Hunt
2304a9088e
Bug 1254797 - Post: Ensure we ignore deleted sites in pinned query r=rnewman
...
Pinned sites should be deleted directly, however I'm not confident enough
in my knowledge of sync to be certain that we won't end up with deleted
pinned sites in our table.
(We use normal bookmark deletion for removing pinned sites.)
MozReview-Commit-ID: SSLDkSXWlI
2016-03-15 14:44:13 -07:00
Andrzej Hunt
1916a1090c
Bug 1254797 - Intersperse blank sites between pinned sites if needed r=rnewman
...
This fixes an edge case that is most likely to happen to new users if they pin a site followed
by removing one or more suggested sites. This results in the topsites table containing
less sites than needed, leading to some pinned sites being displayed in a higher
than expected position. This also broke unpinning since our code assumes
that a topsites physical position corresponds to its DB position (which prior
to this patch was not the case).
MozReview-Commit-ID: JgTUa55eXnz
2016-03-15 14:41:15 -07:00
Andrzej Hunt
1bf3fbebe5
Bug 1254797 - Pre: fix variable name being negation of value r=rnewman
...
This variable was renamed to be positive instead of negative but the value/usage wasn't adapted.
MozReview-Commit-ID: H1DeZMmvTXC
--HG--
extra : amend_source : a83d5ae3f1c7525031c17cdb4fa0f4950f6aa7c2
2016-03-09 20:10:34 -08:00
Sebastian Kaspari
d9987b06e1
Bug 1257936 - TabsPanel: Do not hold static references to views. r=ahunt
...
MozReview-Commit-ID: F6srFGDG5wx
--HG--
extra : rebase_source : 60da71765cd6a24c083d0cb2942aa5c3485b5f1b
extra : amend_source : 26e9fb9a6f4a88cdb43998dbb79712bd48449b8a
2016-03-18 20:09:32 +01:00
Sebastian Kaspari
85bb5808c6
Bug 1257941 - Use LeakCanary to watch for fragment leaks. r=ahunt
...
MozReview-Commit-ID: GhqcSH1SML
--HG--
extra : rebase_source : 9439dd3cd0aae5e68f647289ac67619cf13230e7
extra : amend_source : 3afffb2fc47600cfba6fce61452830500c3d6d3a
2016-03-18 20:00:49 +01:00
Ryan VanderMeulen
a3c1075fc6
Merge fx-team to m-c. a=merge
2016-03-19 11:23:43 -04:00
Jim Chen
15ee4d0aaa
Bug 1255461 - Notify pref handlers when pseudo-prefs change; r=snorp
...
When "pseudo-prefs" change, the Java side expects the same change
notification as regular prefs.
2016-03-18 15:18:51 -04:00
Jim Chen
ed8e672f0d
Bug 1255461 - Use PrefsHelper to set master password; r=margaret
2016-03-18 15:18:51 -04:00
Carsten "Tomcat" Book
ed69b56ca5
Merge mozilla-central to mozilla-inbound
2016-03-18 16:10:42 +01:00
Carsten "Tomcat" Book
0e533b219a
merge mozilla-inbound to mozilla-central a=merge
2016-03-18 15:51:43 +01:00
Andi-Bogdan Postelnicu
79dc9ca689
Bug 1256701 - prevent null pointer dereference |selectedTab| in BrowserApp::enterEditingMode. r=sebastian
...
MozReview-Commit-ID: CS7i40ErsPJ
--HG--
extra : rebase_source : 710f856963cf38c093d3bcc0655dd720cc35c0ff
2016-03-18 11:45:54 +02:00
Gijs Kruitbosch
6be7372f93
Bug 1252855 - make reader mode use AsyncPrefs, r=margaret
...
MozReview-Commit-ID: U6ZTyQQSHG
--HG--
extra : rebase_source : bf2aa2f40777611f2b89e9d2f57d2f4f2544f53b
2016-03-15 20:40:14 +00:00
Gijs Kruitbosch
ecf49e7e77
Bug 1252855 - allow setting a specific list of prefs from the content process, r=mrbkap,margaret,haik
...
MozReview-Commit-ID: DihkBXqlLQl
--HG--
extra : rebase_source : 32b2513847c0338164a98353fa5901b7857d473a
2016-03-13 13:10:16 +00:00
Tushar Saini
55bca2eed6
Bug 1192788 - Can't install add-on panel at position 0. r=margaret
...
--HG--
extra : amend_source : 6fe6839cff3763fd35b64c1a1814a3c81bc0f3d8
2016-03-18 09:20:07 +05:30
Krishna
88169859cd
Bug 1242624 - Use our color palette for toolbar and URL bar text. r=sebastian
2016-03-17 01:25:49 +08:00
Ray Lin
4b6c1eeaa1
Bug 1065076 - Update icons to SVG for video controls. r=margaret
...
--HG--
extra : rebase_source : 90db92e279fd5f3b65c429380e724281cb2e6baf
2016-03-18 17:48:38 +08:00
Andrzej Hunt
95e911418a
Bug 1257618 - Kill bogus "level should increase" when charging message r=snorp
...
The battery level can decrease while we're trying to charge. Most commonly
many devices oscillate between 99% and 100% when fully charged. This situation
could also happen if the device is receiving less power than it's using. Therefore
we shouldn't treat this as an extraordinary situation.
MozReview-Commit-ID: eN3W9P5oty
--HG--
extra : amend_source : abd0231d8514a9bbe9d8ad21ed2de7dba68bbc91
2016-03-17 11:33:41 -07:00
Andrzej Hunt
2d75916664
Bug 1257667 - Try to catch stale cursor usage using LeakCanary r=sebastian
...
The ordering in this commit is now correct, whereas the previously pushed
commit hadn't addressed the review comment.
MozReview-Commit-ID: Ga5lPgwpIxp
--HG--
extra : source : ca8d1e1caeefdcd45bd608adec7a10c3632ceab5
extra : amend_source : 39a2ef44130138eb664d4af679ffe49433749de7
2016-03-17 13:55:00 -07:00
Andrzej Hunt
51bde91b05
Backed out changeset ca8d1e1caeef for not fixing review comments
...
I managed to land the unfixed version - we should be closing the cursor before adding
a LeakCanary watcher, or else we have a greater probability of a race condition.
MozReview-Commit-ID: JuP15Tkj1hz
2016-03-18 11:42:08 -07:00
Andrzej Hunt
4ca8060282
Bug 1257667 - Try to catch stale cursor usage using LeakCanary r=sebastian
...
MozReview-Commit-ID: Ga5lPgwpIxp
2016-03-18 11:33:35 -07:00
Andrzej Hunt
1df58c3516
Bug 1257667 - Pre: Allow retrieving GeckoApplication's RefWatcher for leak-spotting r=sebastian
...
MozReview-Commit-ID: GmGxDt72ljq
2016-03-18 11:33:27 -07:00
Carsten "Tomcat" Book
4bfd2c3573
Merge mozilla-central to fx-team
2016-03-18 16:11:32 +01:00
Mark Finkle
d3e30a85d1
Bug 1255202 - Add UI Telemetry probes for DoorHangers. r=margaret
...
MozReview-Commit-ID: 5gsoxiMlFr1
2016-03-18 10:46:19 -04:00
Mike Hommey
a92eca8dfe
Bug 1257385 - Stop b2gdroid builds on automation. r=jlund,r=nalexander
2016-03-18 09:06:42 +09:00
Mike Hommey
fe53ffa77b
Bug 1257416 - Move MOZTTDIR to moz.configure. r=gps
2016-03-18 09:05:53 +09:00
Wes Kocher
dd288c5851
Merge m-c to inbound, a=merge CLOSED TREE
...
MozReview-Commit-ID: 8OPSNnf1LiA
2016-03-17 14:46:24 -07:00
Carsten "Tomcat" Book
7f34f4c017
Backed out changeset 8e9ad372486b (bug 1257416)
2016-03-17 16:03:32 +01:00
Carsten "Tomcat" Book
f298917442
merge mozilla-inbound to mozilla-central a=merge
2016-03-17 11:00:17 +01:00
Mike Hommey
686509e193
Bug 1257416 - Move MOZTTDIR to moz.configure. r=gps
2016-03-17 14:08:12 +09:00
Dale Harvey
5b87f86e00
Bug 730941 - Add 'View Image' to image context menu. r=nalexander
2016-03-16 22:41:03 +00:00
Wes Kocher
b582bcefb4
Merge m-c to fx-team, a=merge CLOSED TREE
...
MozReview-Commit-ID: ADtHQYhIQKk
2016-03-17 14:46:55 -07:00
Andrzej Hunt
87e0b36d2d
Bug 1257555 - Move readermode tools into their own package r=rnewman
...
MozReview-Commit-ID: LaSO3VRUOuA
--HG--
rename : mobile/android/base/java/org/mozilla/gecko/ReaderModeUtils.java => mobile/android/base/java/org/mozilla/gecko/reader/ReaderModeUtils.java
rename : mobile/android/base/java/org/mozilla/gecko/ReadingListHelper.java => mobile/android/base/java/org/mozilla/gecko/reader/ReadingListHelper.java
extra : amend_source : f25e68e1c850a6ad210ff32814c0dfa2f3f11a6c
2016-02-29 18:03:15 -08:00
Andrzej Hunt
d80e1e5fd7
Bug 1257555 - Pre: import cleanup r=rnewman
...
MozReview-Commit-ID: IQQXo7qWokY
--HG--
extra : amend_source : ecf3f329d11f2ddbcbfd286cfe02c2ce715eb0f8
2016-02-24 11:23:44 -08:00
Margaret Leibovic
8dffd68f77
Bug 1253598 - Put offline cache feature behind a switchboard flag. r=sebastian
...
MozReview-Commit-ID: 2g0JKBopIDB
--HG--
extra : rebase_source : 4258632782753a3a38876bdb1242c2a7c82aebb7
2016-03-10 15:31:30 -05:00
Sebastian Kaspari
d785077dda
Bug 1255162 - Replace NineOldAndroids with system API. r=liuche
...
NineOldAndroids is a backport of the animation API that was introduced with Honeycomb.
Since we stopped supporting Gingerbread we do not need this library anymore and can
just use the system API.
MozReview-Commit-ID: Fv6ALlIktt5
--HG--
extra : rebase_source : 1b0b40303edb985361a23536921de38d5295604a
2016-03-10 13:38:28 +01:00
Geoff Brown
6779780fbd
Bug 1251013 - Update android_version annotations in test manifests - robocop; r=jmaher
2016-03-17 10:00:49 -06:00
Edwin Flores
ef62134a97
Bug 1251370 - Allow all non-touchpad scroll events on Android - r=kats
2016-03-17 11:54:55 +00:00
Richard Newman
89a12baeec
Bug 1220184 - Eliminate Gingerbread compatibility. r=froydnj, r=nalexander
...
MozReview-Commit-ID: E5Ng6Y0IEU9
--HG--
extra : rebase_source : c65fae2ceaf486e536ea617e7912b3e8d97be755
extra : amend_source : cfd90e7b157a23fbe7a07e384d4702dadb603835
2016-02-24 09:25:14 -08:00
Sebastian Kaspari
cef56c2a21
Bug 1241810 - Add action for subscribing to new feeds. r=mcomella
...
MozReview-Commit-ID: 9H4qsEe6P4b
--HG--
extra : rebase_source : eba6c9f111dd28e311b9e8600dc108d29b1aea60
extra : histedit_source : 68e5cfc93591e7d20393f79ebabf09614a4d47f1
2016-02-24 14:47:29 -08:00
Wes Kocher
6ac3ce6d0e
Merge m-c to fx-team, a=merge
...
MozReview-Commit-ID: 7oL9tbPGSDM
2016-03-15 17:33:34 -07:00