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

18135 Коммитов

Автор SHA1 Сообщение Дата
Julian_Chu 0a1aacdde0 Bug 1329144 - CustomTabsActivity supports ActionButton r=sebastian
3rd-party-app could launch CustomTabsActivity, and could also configure
a custom action button. Now let CustomTabsActivity supports it by
creating a MenuItem.

MozReview-Commit-ID: 2KuMgBJy2gz

--HG--
extra : rebase_source : 93bcfb33001005d307dba68f898375ab7d86adb2
2017-02-03 16:03:21 +08:00
Julian_Chu 50e9f09542 Bug 1329144 - IntentUtil can extract ActionButton info from Intent r=sebastian
To support ActionButton in CustomTabsActivity, information should be
extract from intent.

MozReview-Commit-ID: 3C19U0EQfV6

--HG--
extra : rebase_source : a8d941a3fd740d5d8863e748b20de790b8bf589c
2017-02-03 13:42:13 +08:00
Julian_Chu 6dab553876 Bug 1329144 - Remove useless variable r=sebastian
This variable is useless. So far we reference to a toolbar instance by
local variable. Removing it makes less ambiguous.

MozReview-Commit-ID: 8zrEKaB2H48

--HG--
extra : rebase_source : e35e3f87876ca497745585134018cff41536b9b0
2017-02-02 17:07:41 +08:00
Tushar Saini (:shatur) 7b36cfa2af Bug 1252960 - Rename UrlMetadata* table to UrlImageData* r=ahunt
MozReview-Commit-ID: 2TNcctxAbRc

--HG--
rename : mobile/android/base/java/org/mozilla/gecko/db/URLMetadataTable.java => mobile/android/base/java/org/mozilla/gecko/db/URLImageDataTable.java
extra : source : 7038e10280b2905704687ea6d74020c6c437e114
2017-02-02 22:05:17 +05:30
Wes Kocher a577c3191e Backed out changeset 7038e10280b2 (bug 1252960) for test_safe_browsing_warning_pages.py failures a=backout
MozReview-Commit-ID: 9Dfm6gbDFc8

--HG--
rename : mobile/android/base/java/org/mozilla/gecko/db/URLImageDataTable.java => mobile/android/base/java/org/mozilla/gecko/db/URLMetadataTable.java
2017-02-07 14:46:18 -08:00
Tushar Saini (:shatur) 72f8343c68 Bug 1252960 - Rename UrlMetadata* table to UrlImageData* r=ahunt
MozReview-Commit-ID: 2TNcctxAbRc

--HG--
rename : mobile/android/base/java/org/mozilla/gecko/db/URLMetadataTable.java => mobile/android/base/java/org/mozilla/gecko/db/URLImageDataTable.java
extra : rebase_source : 038a80437aeaaa54f3a4b2124ba6aa538daf7e11
2017-02-02 22:05:17 +05:30
Andrzej Hunt af866b1d42 Bug 1335968 - Check SDK version at startup r=sebastian
This shouldn't ever be true - but we have crash reports from
devices running API 10 (Android 2.3), despite having a minimum
requirement of API 15 (Android 4). The cause is unknown, but could
be caused by Google Play bugs (e.g. if it were to ignore an increase
in the minimum SDK), or some other override.

MozReview-Commit-ID: 12uHsDxGPp

--HG--
extra : rebase_source : c6de3f0ed88bf506ca55297323e2670cd5641965
extra : source : 0da24048d1a8206a3a30d6b32c2d11a13cc119f6
2017-02-01 17:29:05 -08:00
Andrzej Hunt da666e1cb9 Bug 1336084 - Remove unneeded isForegrounded() call r=sebastian
I accidentally added this while working on a fix for Bug 1120441,
and forgot to remove it before landing. This call isn't harmful,
but it's unnecessary.

MozReview-Commit-ID: FrnhoYWFvKR

--HG--
extra : rebase_source : d5c4afef36e45bbf8ea4ef4932af55d94ac2a3a3
2017-02-02 10:37:58 -08:00
Sebastian Hengst 0264cdf6be Bug 1336311 - Change code comments with http://hg.mozilla.org to https://. r=gps
For components also referencing it in code, see the blockers of bug 1336311.

MozReview-Commit-ID: 4tUZ24HKBWy

--HG--
extra : rebase_source : ec16149f525b9b7eaca7f96f1369929d21497121
2017-02-07 17:52:56 +01:00
Jan Henning 9c6d725ad7 Bug 1148797 - Don't offer "Undo close tab" for empty tabs with no session history. r=ahunt
MozReview-Commit-ID: CsYgUDrCmUQ

--HG--
extra : rebase_source : 5d5b21563c61333c1061f9f87f49abac4f00263b
2017-01-30 22:40:58 +01:00
Carsten "Tomcat" Book 092e5dc5f1 merge mozilla-inbound to mozilla-central a=merge 2017-02-07 14:08:46 +01:00
Wes Kocher 03fa75727b Backed out 9 changesets (bug 1330111) for bc bustage in various tests a=backout
Backed out changeset e87c86970a29 (bug 1330111)
Backed out changeset 9e2e44a7a159 (bug 1330111)
Backed out changeset 7abc377ef809 (bug 1330111)
Backed out changeset f1e782d1c944 (bug 1330111)
Backed out changeset d94d72846952 (bug 1330111)
Backed out changeset 23180cae4a46 (bug 1330111)
Backed out changeset 09c59f5c572a (bug 1330111)
Backed out changeset e208e0b51349 (bug 1330111)
Backed out changeset 271035a2bc64 (bug 1330111)

MozReview-Commit-ID: 6mfKgu07dow
2017-02-06 17:54:14 -08:00
Matthew Noorenberghe 6f408d312e Bug 1330111 - Always attempt to autocomplete on type=password fields upon focus. r=daleharvey
Let password manager handle opening the popup on username fields itself.

MozReview-Commit-ID: FbI6CgsadEd

--HG--
extra : rebase_source : b50f8ecaf5daff5660832894f083e2fda7336e3f
2017-02-03 17:19:02 -08:00
Nevin Chen d74baf7dcd Bug 1332955 - Consider restore data( for bookmark parent stack) when reloading home panels. r=ahunt
MozReview-Commit-ID: 7m6HOnfPLK3

--HG--
extra : rebase_source : f7351689302d98aaa9c7ebfe15c4046e661d8c9e
2017-01-25 12:10:55 +08:00
Kris Maglione 395aa1f787 Bug 1336308: Part 5 - Add documentation for the Android-specific tab API helpers. r=aswan
MozReview-Commit-ID: UN78mhAArC

--HG--
extra : rebase_source : 6913804ebc3f1f464d900b84cf5d7cf9cc7c4952
2017-02-03 15:29:46 -08:00
Kris Maglione 28b57587cb Bug 1336308: Part 4 - Rename `tab` variables that refer to native tabs to avoid confusion. r=aswan
MozReview-Commit-ID: 5An7K1crYRS

--HG--
extra : rebase_source : b052d46fe2883850c95b2116534ee098f0d4efa2
2017-02-03 12:57:43 -08:00
Kris Maglione 1eb1be7a98 Bug 1336308: Part 2 - Add a TabBase.sendMessage and TabBase.capture helper methods. r=aswan
MozReview-Commit-ID: EP8uxCkztvi

--HG--
extra : rebase_source : 03d6f3ce6e58172591ef82604b7090528964ebb6
2017-02-03 13:00:39 -08:00
Jean-Yves Avenard 3bd3756971 Bug 1319987: P12. Disable RemoteDataDecoder. ?jhlin r=jya
There appears to be a race occurring where InputExhausted callback isn't always called.
The issue could be reproduced prior all those changes, albeit rarely.

The tracking of re-enabling this feature will be done in bug 1336358

MozReview-Commit-ID: 5rPpcCcgNIq

--HG--
extra : rebase_source : bf3513e5ff8d8c72ed7aa505c8fda723a480c243
2017-02-03 09:40:28 +01:00
maliu af787a4541 Bug 1326291 - Make width of SiteIdentity TextView as wrap_content to follow layout_gravity from layout_direction for RTL, r=sebastian
MozReview-Commit-ID: Fk7VtHd1VMM

--HG--
extra : rebase_source : 4fb07b73efe3ba48635de9f70710265d7e74ed9f
2017-02-03 11:54:22 +08:00
maliu 4bb53b7e2a Bug 1333089 - Force update up indicator drawable in onCreate even locale did not change, r=sebastian
MozReview-Commit-ID: Ltuuq16u571

--HG--
extra : rebase_source : decdad7d7ccb037afd0ad5967e31ba182060363b
2017-02-02 11:38:47 +08:00
Phil Ringnalda cde93160c2 Merge m-i to m-c, a=merge 2017-02-04 17:05:50 -08:00
Chris Peterson 7ed800f024 Bug 1242321 - Remove obsolete "media.eme.apiVisible" pref. r=cpearce sr=bz
MozReview-Commit-ID: D31Yg1LHI5u

--HG--
extra : rebase_source : 7c608ee93025840fc4f97977feec2ca65ceee263
2017-02-01 22:10:06 -08:00
Wes Kocher 10fb637abf Merge m-c to inbound a=release CLOSED TREE
MozReview-Commit-ID: AwyW5DU4EMh
2017-02-03 17:21:29 -08:00
Wes Kocher b488ae9021 Merge inbound to central, a=merge CLOSED TREE
MozReview-Commit-ID: GhBqmLvUpgQ
2017-02-03 17:04:18 -08:00
Sebastian Kaspari b5ceb2958f Bug 1318667 - Do not use palette library on x86 devices (Use BitmapUtils.getDominantColor()). r=ahunt
Our version of the palette support library crashes for certain icons on x86 systems.

MozReview-Commit-ID: E6eEyFXd4uK

--HG--
extra : rebase_source : fe2e3d55ff7744d480c8a6318aba09bb2c519a13
2017-02-03 18:42:36 +01:00
Tim Huang 42a2c99db5 Bug 1312954 - Part 11: Update speculativeConnect to speculativeConnect2 for Fennec. r=sebastian 2017-02-02 22:18:00 -05:00
Tim Huang 1ed1228b60 Bug 1312954 - Part 9: Update speculativeConnect to speculativeConnect2 for the search service. r=Gijs 2017-02-02 22:17:00 -05:00
Jan Henning 422802efba Bug 1335008 - Part 2 - Replace our own privacy level check implementation with PrivacyLevel.jsm r=sebastian
MozReview-Commit-ID: 6vDZupfdFoj

--HG--
extra : rebase_source : bfa7352ba4d8e30e56d2b4ae236cd7bc4d166e30
2017-01-31 21:17:22 +01:00
Dylan Roeh 81892271a5 Bug 1322590 - Add and hook up ContentListener for GeckoView. r=jchen 2017-01-25 15:13:58 -06:00
Swaroop Rao 20ee8ee875 Bug 1324427 - Switchboard: Set user agent and proxy; Using proxy and setting user agent from ProxySelector and BaseAction classes respectively. r=sebastian
MozReview-Commit-ID: 4L22dZd4VX5

--HG--
extra : rebase_source : c3a39c080aaa7208da14986dc0e85ccfb0c6a2a8
2017-02-01 18:12:54 -05:00
Julian_Chu b779ec64b8 Bug 1329145 - Part3: add test cases r=sebastian
To test different situations

* Intent has custom animation
* Intent has no custom animation

MozReview-Commit-ID: 9KqBJu9x4nw

--HG--
extra : rebase_source : 30820e83d91df185cc70155bb528c4bbe9316869
2017-02-02 11:56:37 +08:00
Julian_Chu 40d3b48040 Bug 1329145 - Part 2: To apply custom animation if any r=sebastian
3rd party app could specify its own custom-exit-animation when launching
CustomTabsActivity.

For that case, to call `overridePendingTransition` in method finish().

MozReview-Commit-ID: CivYpP2jvXp

--HG--
extra : rebase_source : 23f202a08af134f83814ac89b26a1c0d0f480478
2017-01-25 19:07:21 +08:00
Julian_Chu 3968926fe4 Bug 1329145 - Part 1: re-indent code style r=sebastian
MozReview-Commit-ID: AOrzGZIAKxU

--HG--
extra : rebase_source : e845502ce0a50ceb8da83fd9690b027d4911f4da
2017-01-23 17:03:48 +08:00
Daniel Holbert c280ee0009 Bug 1259348 part 1: Remove CSSUnprefixingService.js and associated code (since it's been supplanted by built-in webkit-prefixed-CSS support). r=mats
MozReview-Commit-ID: CXCJJWhHc8G

--HG--
extra : rebase_source : a09745ce568c9afde78065d9e837da958e7b252e
2017-02-03 14:56:13 -08:00
Andrzej Hunt 531cd887a0 Bug 1323105 - Post: remove unused raster pin icon r=sebastian
MozReview-Commit-ID: GLQTTqOrwcL

--HG--
extra : rebase_source : c84a460dce29b8be5951d26393776008bec3c7ce
2017-02-01 14:44:05 -08:00
Andrzej Hunt 8f89ccdc14 Bug 1323105 - Upgrade topsites, AS topsites, and AS contextmenu to VectorDrawable pin r=sebastian
MozReview-Commit-ID: Dpot8wrYFZI

--HG--
extra : rebase_source : 741d16980281d9086cd47993b2ba4525171095e8
2017-02-01 14:43:03 -08:00
Andrzej Hunt 4b2f838bdf Bug 1323105 - Add VectorDrawable pin icon r=sebastian
This icon contains no arc curves, and has been tested to not display
corruption on Android 4 - we'll hopefully not run into any issues with it!

MozReview-Commit-ID: 8ISTp4i5u4O

--HG--
extra : rebase_source : 445bdaea628b9c23ac77cd6611d9438d70fbe69a
2017-02-02 09:27:35 -08:00
Andrzej Hunt e815355a69 Bug 1330986 - Fix filename typo r=sebastian
MozReview-Commit-ID: 6ZJEl8RAQkd

--HG--
rename : mobile/android/base/resources/drawable/as_dimiss.xml => mobile/android/base/resources/drawable/as_dismiss.xml
extra : rebase_source : 396183d16d5a84a5c58132791d178b9358b1e17d
2017-02-02 10:07:04 -08:00
Andrzej Hunt 1a996c5384 Bug 1330986 - Remove all remaining VectorDrawable arc curves r=sebastian
The support library on Android 4 seems have two unrelated VectorDrawable issues:
 - overzealous proguarding results in drawable corruption (already fixed)
 - arc curves can result in the entire drawable disappearing

This patch fixes the latter issue, by converting all remaining VectorDrawables
(some had already been fixed in a separate bug where arc curves caused corruption
on Android 6).

MozReview-Commit-ID: 2oWRXDnDZ3v

--HG--
extra : rebase_source : bd5413e304360d5ab18b95b2855f65e07a6d8a09
2017-02-02 10:04:45 -08:00
Sebastian Kaspari 1b07c05f82 Bug 1318544 - Fix TestDownloadAction unit test bustage. r=ahunt
The return value of isKnownContent() now depends on whether we exclude this type of content or not.
This patch updates the test to reflect that.

MozReview-Commit-ID: F4KAVdv2l1X

--HG--
extra : rebase_source : 842e9f382bd7db3f3511624dd7b6a3464d114fd6
2017-01-31 20:43:56 +01:00
srivatsav 32dab0d403 Bug 1199752 - Removing all tab mirroring UI code. r=sebastian
MozReview-Commit-ID: GKcqpknJSAD

--HG--
extra : amend_source : cde365c92d4427726b29c80c9ea7619ccc629561
2017-02-02 11:27:28 +05:30
Kris Maglione a3b337643f Bug 1260548: Follow-up: Add another missing dependency to mochitest.ini. r=me
MozReview-Commit-ID: 4kPs3voZsAm

--HG--
extra : rebase_source : f8494c3a1c255293b8c2fda963d622f864a32015
2017-02-01 23:11:24 -08:00
Kris Maglione 2bba8e4f8e Bug 1260548: Follow-up: Fix skip-if typo that was the real problem. r=me CLOSED TREE
MozReview-Commit-ID: 4K6VYbNxIg9

--HG--
extra : amend_source : 1f47f7a5d8606178091132028d839bfcd41428df
2017-02-01 19:43:50 -08:00
Kris Maglione 2e014c2ab0 Bug 1260548: Follow-up: Fix inadequate skip-if. r=me
MozReview-Commit-ID: AX0oI1yCW6V
2017-02-01 17:58:44 -08:00
Kris Maglione 978544a980 Bug 1260548: Follow-up: Add missing support file to chrome.ini. r=me
MozReview-Commit-ID: 4c0P3I5oZr4

--HG--
extra : rebase_source : 33a652fbf65ccc2c92c8916f2d10b7b19555117a
2017-02-01 17:17:27 -08:00
Wes Kocher 8d4bb91470 Merge m-c to inbound, a=merge
MozReview-Commit-ID: Am6M5iHxmAr
2017-02-01 16:31:23 -08:00
Wes Kocher f2cb5e7c63 Merge inbound to m-c a=merge
MozReview-Commit-ID: EZrwvZH5DsY
2017-02-01 16:22:11 -08:00
jdarcangelo 19c92ab8c5 Bug 1335200 - [FlyWeb] Crash on Android when calling publishServer(), r=sebastian 2017-02-01 14:52:40 -05:00
Sebastian Hengst ccd3fc9950 Backed out changeset 99587cc6ef23 (bug 1335536) for failing robocop testFilePicker on Android. r=backout 2017-02-01 19:08:22 +01:00
Andrea Marchesini 3b9eaa7785 Bug 1335536 - File.createFromNsIFile and File.createFromFileName should be async - part 1 - tests, r=smaug 2017-02-01 17:13:08 +01:00