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

24085 Коммитов

Автор SHA1 Сообщение Дата
Delphine Lebédel 6dd64b7cd3 Bug 1393249 - Add wo in Fennec maemo-locale for multi-locale builds r=flod
MozReview-Commit-ID: LY9qyHsnFqb

--HG--
extra : rebase_source : 6ebccf9892e0473552db6ae71102ea87d3774319
2017-08-23 16:56:35 -07:00
Delphine Lebédel cc7d8b9db2 Bug 1365800 - Search engine setup for Firefox Mobile for Wolof, r=flod
MozReview-Commit-ID: 5FzwBPAOTE0

--HG--
extra : rebase_source : d4229a649537e76cdc8498f9d17310b99be848fb
2017-08-23 16:12:36 -07:00
Chenxia Liu a1a7533bc4 Bug 1393321 - Actually define MOZ_ANDROID_POCKET. r=mcomella
MozReview-Commit-ID: BoY1KCEDYsY

--HG--
extra : rebase_source : 70d573989b8810e91525295aa10a9832e24f71cd
2017-08-23 18:51:51 -07:00
Grigory Kruglov e79d77c3a4 Bug 1392716 - Clean up version map while de-duping records r=rnewman
This is meant as a stop-gap measure to stop the obviously bad thing from happening.

MozReview-Commit-ID: Gqvc32K04xD

--HG--
extra : rebase_source : 04f1b5cb7ead6b7949b8433b3fc75c0d67283315
2017-08-23 21:28:49 -04:00
Michael Comella c7cda7bd82 Bug 1315201: Dismiss -> Remove in AS context menu. r=liuche
MozReview-Commit-ID: 5avMlzXbGDk

--HG--
extra : rebase_source : cb553cff3c4928fb40dea359a1604832718b793d
2017-08-23 12:01:52 -07:00
Michael Comella 78d8dc1a5f Bug 1315201: Add activity_stream_welcome_dismiss str. r=liuche
activity_stream_dismiss was being used to dismiss the welcome screen before but
this string is intended to be used in a different location for a different
purpose and thus should never have been set to the same string.

It's necessary to change the String here so we can modify the contents of the
activity_stream_dismiss String.

MozReview-Commit-ID: 87zaHQ5TJjN

--HG--
extra : rebase_source : c20167ccb9cdba1350b81094cb1a4ffea7b842a9
2017-08-23 11:59:43 -07:00
Michael Comella 8e0fdb8069 Bug 1315201: Override AS context menu a11y title. r=sebastian
MozReview-Commit-ID: HeX7hTpVtEP

--HG--
extra : rebase_source : 8d3b24fa3654102ad421e8fcc73fcede0dc85eca
2017-08-21 18:13:34 -07:00
Michael Comella abecf0c16f Bug 1315201: Add long-click support to Highlights for Talkback users. r=sebastian
The menu button is hard to find so we decided to add support for long-click on
the whole row, which is consistent with top sites.

MozReview-Commit-ID: 1Wqa5r9ezWU

--HG--
extra : rebase_source : 88236273f6e1d26c6e6ef770b281f814f9c0b66e
2017-08-21 15:48:35 -07:00
Michael Comella bfe9364e23 Bug 1315201: Do not focus AS context menu titles in Talkback. r=sebastian
MozReview-Commit-ID: GuFjd3XRMoS

--HG--
extra : rebase_source : 408a34e0974d263432ed7f4e50996b4fca61b52b
2017-08-21 14:40:30 -07:00
Michael Comella b0a7f534f5 Bug 1315201: Do not focus BottomSheetDialog in Talkback. r=sebastian
MozReview-Commit-ID: 5ZlKzq46tXC

--HG--
extra : rebase_source : 4c02c8b477d071ff8014c0b9ec6863a996bc2c82
2017-08-21 14:40:08 -07:00
Michael Comella 1d5a0f8a83 Bug 1315201: Do not focus tap-to-dismiss BottomSheetDialog view with Talkback. r=sebastian
MozReview-Commit-ID: CJ73kKDxctb

--HG--
extra : rebase_source : 60f757b5f890d3e8fce71adad959123b51122a16
2017-08-21 14:09:28 -07:00
Michael Comella 7f2bdcca15 Bug 1315201: Add license header to bottomsheet. r=sebastian
MozReview-Commit-ID: Iaafq67csMV

--HG--
extra : rebase_source : c901e82c9bda8ba9c29a6c41548ff4ca6f3db10f
2017-08-16 13:53:31 -07:00
Michael Comella 17e3673aaa Bug 1315201: Decrease visibility of BottomSheetContextMenu fields. r=sebastian
MozReview-Commit-ID: 259OIlNQI8r

--HG--
extra : rebase_source : 36f2b2c4ec1f08836b0588271a3cb10cf85d381a
2017-08-16 13:50:53 -07:00
James Willcox 8087171791 Bug 1393188 - Go back in history when back button pressed if able in PWA r=droeh
MozReview-Commit-ID: 3iyOTEIKe46

--HG--
extra : rebase_source : e40e9000b27e209a89e4085c785c793e7365f657
2017-08-23 14:42:27 -05:00
Michael Comella c935e07b72 Bug 1390203: Only get highlight images on wifi. r=sebastian
MozReview-Commit-ID: FtSDZ6Yu5Ql

--HG--
extra : rebase_source : 186637c333da09e2619338d0ad3135418694d50d
2017-08-22 10:59:12 -07:00
Michael Comella b610d13c01 Bug 1390203: Add NetworkUtils.isWifi. r=sebastian
It doesn't appear we simply check for a wifi connection type anywhere so the
existing code shouldn't need to be updated.

MozReview-Commit-ID: 7MqIbdB7uRI

--HG--
extra : rebase_source : 4a42a080b37104fb49f1f1cfbec884edbab52ba2
2017-08-22 17:27:19 -07:00
Michael Comella 1f8caac853 Bug 1390356 - bustage: Use proper context menu constructor in tests. r=mcomella
MozReview-Commit-ID: EUo6DylQR3X

--HG--
extra : rebase_source : e8c460efd040aba4cf9b4aedb378e0f7fcc96040
extra : source : dac4f5a57f0f196fc8e2a43950987f17d97036f9
2017-08-23 14:50:32 -07:00
Michael Comella 96a0fd83cc Bug 1390356 - review: getMetadataSlow -> getImageUrl in Item interface. r=mcomella
MozReview-Commit-ID: 8pFmBQf4fzp

--HG--
extra : rebase_source : 6a004bb45a1d88d8f0c028a5304042a31eca52d3
2017-08-23 13:43:59 -07:00
Michael Comella 83a4f5d443 Bug 1390356: Use StreamOverridablePageIconLayout in BottomSheetContextMenu. r=liuche
MozReview-Commit-ID: FPM8WUtVviM

--HG--
extra : rebase_source : a0ce0cb638a985a7c41ecac89014e9b4e22c70a4
2017-08-15 14:21:31 -07:00
Michael Comella 7ade444f47 Bug 1390356: StreamPageIconLayout -> StreamOverridablePageIconLayout. r=liuche
Now it doesn't imply it's used everywhere for page icons in activity stream.

MozReview-Commit-ID: F7Z2HrhHsss

--HG--
rename : mobile/android/app/src/main/res/layout/activity_stream_page_icon_layout.xml => mobile/android/app/src/main/res/layout/activity_stream_overridable_page_icon_layout.xml
rename : mobile/android/base/java/org/mozilla/gecko/activitystream/homepanel/stream/StreamPageIconLayout.java => mobile/android/base/java/org/mozilla/gecko/activitystream/homepanel/stream/StreamOverridablePageIconLayout.java
extra : rebase_source : 8e5d6fe665f315da80c11a53fe5a63b85fa45c98
2017-08-15 13:33:09 -07:00
Nevin Chen 1643fa16e7 Bug 1392542 - Update document for new trigger - App Start r=liuche
MozReview-Commit-ID: 48ut6XvuBbg

--HG--
extra : rebase_source : 633b78530348e59bccdbcaf70c6949dc30537375
2017-08-22 16:55:23 +08:00
Nevin Chen 6f7bec69d1 Bug 1392542 - Add a new trigger for App Start. r=maliu
MozReview-Commit-ID: GT8C5HhR6rS

--HG--
extra : rebase_source : 3b0ade2ba5ba72550d3f19ec2105c9cb2ee8846c
2017-08-22 16:51:12 +08:00
Wes Kocher 0d6630af13 Backed out 3 changesets (bug 1390356) for android build bustage in testActivityStreamContextMenu.java a=backout
Backed out changeset 864d9c092eaf (bug 1390356)
Backed out changeset e4d9551839b6 (bug 1390356)
Backed out changeset 72a0d4fe9278 (bug 1390356)

MozReview-Commit-ID: CI51AdMUIYn

--HG--
rename : mobile/android/app/src/main/res/layout/activity_stream_overridable_page_icon_layout.xml => mobile/android/app/src/main/res/layout/activity_stream_page_icon_layout.xml
rename : mobile/android/base/java/org/mozilla/gecko/activitystream/homepanel/stream/StreamOverridablePageIconLayout.java => mobile/android/base/java/org/mozilla/gecko/activitystream/homepanel/stream/StreamPageIconLayout.java
extra : rebase_source : 44f628789a1c1c64bac0019655ba31564f37b168
2017-08-23 14:08:34 -07:00
Wes Kocher 842a3e50aa Backed out 2 changesets (bug 1390203) to help back out another patch a=backout
Backed out changeset b1779a4ff84a (bug 1390203)
Backed out changeset 772283005b0d (bug 1390203)

MozReview-Commit-ID: AS7NfLgQfq9

--HG--
extra : rebase_source : 6d9aa0b04eb7bc308767b7a51aef587b4ed0771c
2017-08-23 14:08:12 -07:00
Wes Kocher 3ce0ddebd5 Backed out 9 changesets (bug 1315201) to help back out another patch a=backout
Backed out changeset 29a2d717c525 (bug 1315201)
Backed out changeset bfa1c7a361ba (bug 1315201)
Backed out changeset a0882ffc12ac (bug 1315201)
Backed out changeset 13fc2d5116f6 (bug 1315201)
Backed out changeset c59592e98081 (bug 1315201)
Backed out changeset c1a476999fd4 (bug 1315201)
Backed out changeset c4d8e0ccc2ba (bug 1315201)
Backed out changeset 11668ca7abeb (bug 1315201)
Backed out changeset 4bbea68eee6a (bug 1315201)

MozReview-Commit-ID: 3BZlqWFmXdu

--HG--
extra : rebase_source : 066b5b013954c2cd2da7f3755e42c7d91da7fdf2
2017-08-23 14:07:53 -07:00
Michael Comella a78eb89328 Bug 1315201: Dismiss -> Remove in AS context menu. r=liuche
MozReview-Commit-ID: 5avMlzXbGDk

--HG--
extra : rebase_source : b0a7c6e5aaa2f7946ee72fe41f43fb2c0a8f0aae
2017-08-23 12:01:52 -07:00
Michael Comella 0460681302 Bug 1315201: Add activity_stream_welcome_dismiss str. r=liuche
activity_stream_dismiss was being used to dismiss the welcome screen before but
this string is intended to be used in a different location for a different
purpose and thus should never have been set to the same string.

It's necessary to change the String here so we can modify the contents of the
activity_stream_dismiss String.

MozReview-Commit-ID: 87zaHQ5TJjN

--HG--
extra : rebase_source : 98b7fcc041063668df57d0f51f36ddd7e30da5e3
2017-08-23 11:59:43 -07:00
Michael Comella cdf455e1bb Bug 1315201: Override AS context menu a11y title. r=sebastian
MozReview-Commit-ID: HeX7hTpVtEP

--HG--
extra : rebase_source : afccf0e06bb8b1ac86ae7b0a47eda8f562bf9c55
2017-08-21 18:13:34 -07:00
Michael Comella 97b38a996c Bug 1315201: Add long-click support to Highlights for Talkback users. r=sebastian
The menu button is hard to find so we decided to add support for long-click on
the whole row, which is consistent with top sites.

MozReview-Commit-ID: 1Wqa5r9ezWU

--HG--
extra : rebase_source : 907a01b1e4700cebb6cdc36d66af87b6ba52bf42
2017-08-21 15:48:35 -07:00
Michael Comella 161765b336 Bug 1315201: Do not focus AS context menu titles in Talkback. r=sebastian
MozReview-Commit-ID: GuFjd3XRMoS

--HG--
extra : rebase_source : e920fe034e2d9b5d9a066645c075532bcbf98d82
2017-08-21 14:40:30 -07:00
Michael Comella a516a99b4c Bug 1315201: Do not focus BottomSheetDialog in Talkback. r=sebastian
MozReview-Commit-ID: 5ZlKzq46tXC

--HG--
extra : rebase_source : e9d82ff0b06c2ccb0f394d7ec2ee457eb3b55628
2017-08-21 14:40:08 -07:00
Michael Comella 8c74136719 Bug 1315201: Do not focus tap-to-dismiss BottomSheetDialog view with Talkback. r=sebastian
MozReview-Commit-ID: CJ73kKDxctb

--HG--
extra : rebase_source : b1dc47f519cf8c6c0c21f09fd101919d744c8e46
2017-08-21 14:09:28 -07:00
Michael Comella 957efea1da Bug 1315201: Add license header to bottomsheet. r=sebastian
MozReview-Commit-ID: Iaafq67csMV

--HG--
extra : rebase_source : 804e1fbb6c8da9a0eca697dc149b41b836918d38
2017-08-16 13:53:31 -07:00
Michael Comella 6a820929f0 Bug 1315201: Decrease visibility of BottomSheetContextMenu fields. r=sebastian
MozReview-Commit-ID: 259OIlNQI8r

--HG--
extra : rebase_source : b56f134a93012d37201ca00ca4a7ae8aa3926492
2017-08-16 13:50:53 -07:00
Michael Comella 982859961f Bug 1390203: Only get highlight images on wifi. r=sebastian
MozReview-Commit-ID: FtSDZ6Yu5Ql

--HG--
extra : rebase_source : 186637c333da09e2619338d0ad3135418694d50d
2017-08-22 10:59:12 -07:00
Michael Comella eb539f8bed Bug 1390203: Add NetworkUtils.isWifi. r=sebastian
It doesn't appear we simply check for a wifi connection type anywhere so the
existing code shouldn't need to be updated.

MozReview-Commit-ID: 7MqIbdB7uRI

--HG--
extra : rebase_source : 4a42a080b37104fb49f1f1cfbec884edbab52ba2
2017-08-22 17:27:19 -07:00
Michael Comella 0ff9993c78 Bug 1390356 - review: getMetadataSlow -> getImageUrl in Item interface. r=mcomella
MozReview-Commit-ID: 8pFmBQf4fzp

--HG--
extra : rebase_source : 6a004bb45a1d88d8f0c028a5304042a31eca52d3
2017-08-23 13:43:59 -07:00
Michael Comella 5d0af9f992 Bug 1390356: Use StreamOverridablePageIconLayout in BottomSheetContextMenu. r=liuche
MozReview-Commit-ID: FPM8WUtVviM

--HG--
extra : rebase_source : a0ce0cb638a985a7c41ecac89014e9b4e22c70a4
2017-08-15 14:21:31 -07:00
Michael Comella b0cf9b49a1 Bug 1390356: StreamPageIconLayout -> StreamOverridablePageIconLayout. r=liuche
Now it doesn't imply it's used everywhere for page icons in activity stream.

MozReview-Commit-ID: F7Z2HrhHsss

--HG--
rename : mobile/android/app/src/main/res/layout/activity_stream_page_icon_layout.xml => mobile/android/app/src/main/res/layout/activity_stream_overridable_page_icon_layout.xml
rename : mobile/android/base/java/org/mozilla/gecko/activitystream/homepanel/stream/StreamPageIconLayout.java => mobile/android/base/java/org/mozilla/gecko/activitystream/homepanel/stream/StreamOverridablePageIconLayout.java
extra : rebase_source : 8e5d6fe665f315da80c11a53fe5a63b85fa45c98
2017-08-15 13:33:09 -07:00
Michael Comella f326d1c853 Bug 1390372: Set top site title to page title if path is non-empty. r=liuche
MozReview-Commit-ID: CoWqRlBtKhO

--HG--
extra : rebase_source : c090095bf3aa692c60afcb1341d4e151c0b77736
2017-08-14 18:58:03 -07:00
Michael Comella bdfa67ee26 Bug 1390372: Add URIUtils.isPathEmpty. r=liuche
MozReview-Commit-ID: G8rq6NL54mZ

--HG--
extra : rebase_source : 0a3aa337545539437ff2a046216d8178bdabccca
2017-08-14 18:07:03 -07:00
Michael Comella 2007b1926f Bug 1390685: Replace InvalidHighlightCandidateException with boolean return. r=sebastian
In the event that many of these exceptions are thrown (which I witnessed
locally after importing a large number of desktop bookmarks), it could have a
negative impact on performance so we're making a fix. Note: we don't know how
much it happens in practice.

MozReview-Commit-ID: 1hQo7B704LV

--HG--
extra : rebase_source : b4dd1921b9886b8c403b6676fa9e49de5402b316
2017-08-22 14:57:30 -07:00
Nevin Chen a873a62c28 Bug 1392224 - Make Fennec the default handler for Leanplum Push Notification. r=maliu
MozReview-Commit-ID: GiXHPvcPhgp

--HG--
extra : rebase_source : f0ca0874c693bccd98b23f0dc83567309d9dfcc1
2017-08-22 13:40:17 +08:00
Francois Marier 5139582bc4 Bug 1385484 - Remove obsolete prefs and add missing blockedURIs. r=hchang
This should have been done when blockedURIs was added (bug 1237198),
when safebrowsing.enabled was renamed (bug 1025965), and when the
forbidden list format was removed (bug 1274893).

MozReview-Commit-ID: AUWR5Efcb2x

--HG--
extra : rebase_source : 990bbd4ba7a6daaa08928a697e72f2d6b5b39a5a
2017-08-22 17:55:28 -07:00
Wes Kocher 655a23a70a Merge m-c to autoland, a=merge
MozReview-Commit-ID: CxIXNml1xZW
2017-08-22 17:24:16 -07:00
Wes Kocher 207dd28c61 Backed out 4 changesets (bug 1385484) for build failures a=backout
Backed out changeset 401c2744f16b (bug 1385484)
Backed out changeset 2ff443a0c744 (bug 1385484)
Backed out changeset 1a1c476a9aaa (bug 1385484)
Backed out changeset 87ec064a3681 (bug 1385484)

MozReview-Commit-ID: D9WGXiXaNoZ

--HG--
extra : rebase_source : ebab6135905e972abf7eeab9af8db41454687373
2017-08-22 17:22:41 -07:00
Wes Kocher 6dd42e2664 Merge inbound to central, a=merge
MozReview-Commit-ID: BMWuqvmTljV
2017-08-22 17:07:23 -07:00
Luca Greco 1bb1390f49 Bug 1392322 - Fix browserAction.setTitle for currently active tab on Android. r=mixedpuppy
MozReview-Commit-ID: 1Wka0zFxElD

--HG--
extra : rebase_source : 0537c9ab120f78e72b3e182f61504edd7d4ca5ee
2017-08-21 19:16:46 +02:00
Francois Marier 4a7299c438 Bug 1385484 - Remove obsolete prefs and add missing blockedURIs. r=hchang
This should have been done when blockedURIs was added (bug 1237198),
when safebrowsing.enabled was renamed (bug 1025965), and when the
forbidden list format was removed (bug 1274893).

MozReview-Commit-ID: AUWR5Efcb2x

--HG--
extra : rebase_source : 533b2e2296d1fe70d6c334bb1766ca26679d224f
2017-08-22 16:00:50 -07:00
Masatoshi Kimura 464faf37d6 Bug 1390209 - Follow-up patch to remove a reference to removed interfaces. r=qdot
MozReview-Commit-ID: LLHItOR1atG

--HG--
extra : rebase_source : 68e5f2d1a07503721d80b3ec480f16ea3a63fe38
2017-08-23 06:49:22 +09:00