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

16608 Коммитов

Автор SHA1 Сообщение Дата
Nick Desaulniers d2b470167d Bug 1152597 - Icons are shown for some apps. r=marco 2015-05-19 11:43:39 -07:00
Phil Ringnalda d98af6849d Merge f-t to m-c, a=merge
--HG--
rename : browser/devtools/performance/modules/io.js => browser/devtools/performance/modules/logic/io.js
2015-05-23 14:28:07 -07:00
Michael Comella 72cb7f46f2 Bug 1166868 - Add default favicon search assets. r=trivial
Forgot to add these in the last commits - this will fix the build bustage.
2015-05-22 16:28:20 -07:00
Michael Comella f4ec615105 Bug 1166868 - review: Add clarifying comments to FaviconView. r=trivial
--HG--
extra : rebase_source : 05eebc47fb5dfe09c598e74e9942aa189e55c469
2015-05-22 16:18:56 -07:00
Michael Comella 22431597e7 Bug 1166868 - Update default favicon for custom search engines. r=margaret"
--HG--
extra : rebase_source : d37db5866da8eb46c4beabee61518783a5cb1666
2015-05-22 11:32:09 -07:00
Michael Comella 18a590f139 Bug 1158282 - Correct showDefaultFavicon comment. r=me
I thought the dominant color box was always used, but it is only used when it
is enabled in XML attrs.

--HG--
extra : rebase_source : f37eed7fcf726918eb89394693854a5aca7a504c
2015-05-22 11:35:45 -07:00
Michael Comella a437fb1f8e Bug 1158282 - Clarify existing comment in FaviconView.formatImage. r=margaret
--HG--
extra : rebase_source : 11af2c5e798866eb31072a3f52d07392b2d15ba1
2015-05-21 14:11:41 -07:00
Michael Comella e064b0c599 Bug 1158282 - Handle the default favicon as any other favicon. r=margaret
This removes the complications of handling the "default favicon" as a special
case simplifying the code into two branches - no favicon (i.e. blank) and a
custom favicon.  Under the hood, the Android framework probably does a similar
amount of work (e.g. opening & scaling the bitmap) so I doubt this is less
efficient.

This solves the custom search engine icons changing on FaviconView reuse
(i.e. scrolling) and the incorrect scaling of the default favicon in the
search engine bar.

I attempted to solve the issue while keeping the default favicon as a special
case and it caused a lot of hard to follow code branches so it wasn't worth it.
This special casing is also why this bug existed in the first place!

One caveat to the handle-the-default-as-any-other-approach is mentioned in
the code comments (see FaviconView.showDefaultFavicon).

--HG--
extra : rebase_source : b155ca835cc2d9b9c0b1ce85bbf6e4dc7eb548ef
2015-05-21 14:03:16 -07:00
Ryan VanderMeulen 8f6f16604c Merge inbound to m-c. a=merge 2015-05-22 14:02:47 -04:00
Karim Benhmida da8de43e14 Bug 1164301 - Voice input in url activates on click and release. r=liuche
--HG--
extra : rebase_source : 4f0b642b64ebf78654ec1f386d21697a54d24497
2015-05-21 10:51:37 -07:00
Aaron Raimist 99801a24ce Bug 1163211 - Remove windowSoftInputMode comment in AndroidManifest.xml.in r=mcomella
--HG--
extra : rebase_source : 7293355dcc984df348c5e0c7d7325d62c287d69a
2015-05-21 14:17:42 -07:00
Margaret Leibovic f4c09726b1 Bug 1166392 - Include about:reader strings on Android. r=mfinkle
--HG--
extra : rebase_source : 7c94ea0056d2591179515459ebcc8af6c7e87b9c
2015-05-21 12:46:42 -07:00
Carsten "Tomcat" Book d71257a4ce Merge mozilla-central to fx-team 2015-05-21 15:16:40 +02:00
Carsten "Tomcat" Book b4dc8a79b7 merge mozilla-inbound to mozilla-central a=merge 2015-05-21 14:56:34 +02:00
Mark Finkle 12e8c98afb Bug 1151786 - Intermittent testOfflinePage: Restructure test to wait for offline state to change r=margaret 2015-05-21 08:40:45 -04:00
Mike Hommey 622e7d63a3 Bug 1166538 - Use zip py_action in a few places. r=gps 2015-05-21 15:17:02 +09:00
dominique vincent 678e6dea01 Bug 1165128 - Enable zoomedview by default. r=mcomella 2015-05-15 22:20:12 +02:00
Matt King 107a91f486 Bug 1150983 - Add "Synced Tabs" to Clear Private Data option list. r=nalexander
--HG--
extra : rebase_source : 33d43ad1bf17c51554f6443a23623868128599df
2015-05-04 14:08:31 +02:00
Karim Benhmida 0f404add1b Bug 1159978 - Strip out old StartPane activity. r=liuche
--HG--
extra : rebase_source : 58049c70c4fd3c9e1c512a2e2be5db08ca03ec8e
2015-05-20 12:26:44 -07:00
Makoto Kato 685504d65d Bug 958421 - XUL dialog for certificate is security/manager/pki/resouces is unnecessary on Firefox Android. r=snorp 2015-05-22 14:28:04 +09:00
darrenjl aae36aaed4 Bug 1121651 - Remove static StringHelper.get references in UITest framework.r=mcomella
--HG--
extra : rebase_source : bd7330bd66a462aa78cb3f50903d779b16233e48
2015-04-30 12:37:33 +10:00
Martyn Haigh 8492c318fa Bug 1165856 - Nightly app does not appear in task switcher when opening external links 2015-05-20 10:08:41 +01:00
Carsten "Tomcat" Book 8d7487c92e Merge mozilla-central to fx-team 2015-05-20 16:10:15 +02:00
Carsten "Tomcat" Book 12f69af823 merge mozilla-inbound to mozilla-central a=merge 2015-05-20 15:52:31 +02:00
Neil Bleasdale 6f1a980984 Bug 1165137 - Remove the 'static' keyword from ChangeVerifier interface. r=mcomella 2015-05-18 05:14:00 -04:00
Mike Taylor a05227a042 Bug 1162099 - Set the prefs to use the dynamic UA override mechanism. r=mfinkle
Once deploying + infrastructure is in place we'll flip
general.useragent.updates.enabled to true.
2015-05-13 20:01:00 -04:00
Mike Taylor f7fb518e7a Bug 1162099 - Add ua-update.json to the package manifest + DIST_FILES. r=mfinkle, r=nalexander 2015-05-13 21:57:00 -04:00
Mike Taylor 9dee111b2a Bug 1162099 - Create ua-override.json.in and move Youtube override into it. r=nalexander 2015-05-13 21:55:00 -04:00
Nick Alexander 0d8ddf0fed Bug 1151619 - Add Adjust SDK license. r=gerv
--HG--
extra : rebase_source : 2fbbc0319faaf709b63925363e7a788bbb16451e
2015-05-11 14:05:06 -07:00
Nick Alexander 85049e1510 No bug - Brace an if block for clarity.
--HG--
extra : rebase_source : 0ad655c36eb3a44f54b4b66e203a364eb146409f
2015-05-19 08:53:25 -07:00
Michael Comella e400d26a3c Bug 1137483 - Disable testInputUrlBar on 2.3. r=margaret
--HG--
extra : rebase_source : a5202c24be16875cd1fbc8117aa9199761c5b5f2
2015-05-15 15:52:03 -07:00
Michael Comella 48b29b90f1 Bug 1137483 - Add AppConstants.Versions to ProGuard config to prevent removal. r=nalexander
ProGuard removing Versions' fields caused test failures in comment 50.

--HG--
extra : rebase_source : 84564e6d561d4456bbc029aac8c3728c00e0e5d7
2015-05-13 16:29:49 -07:00
Michael Comella d0437f3ed8 Bug 1137483 - Move search engine bar under keyboard when shown. r=liuche
This requires the window to resize when the keyboard is shown, which required a
revision in when we draw the window background.

--HG--
extra : rebase_source : df784cce3596a3af4b655f3e513dcc1c5ffe594f
extra : source : a4228f6ef8cefeece8a55a17ce1fcec91db2968f
2015-04-23 12:21:55 -07:00
Michael Comella 6d4f68f007 Bug 1137483 - Set content description of SearchEngineBar items. r=liuche
I tested with Talkback to ensure only the outer container of each search engine
favicon is selected.

--HG--
extra : rebase_source : 48c56dbcc04f364fa4ab8e665171b74c8bc554d2
extra : source : 22567ae1d44d9b6a5c078facd636feda49af98a0
2015-04-22 16:45:23 -07:00
Michael Comella 8ed9bb276f Bug 1137483 - Add telemetry for items selected from the quick search bar. r=liuche
--HG--
extra : rebase_source : 3d108d4ac890709a3ab400054cc125e6efeeac46
extra : source : f6c941bae29665c225bd919bddb50dfd596f66b3
2015-04-21 17:26:52 -07:00
Michael Comella badbcdb3c2 Bug 1137483 - Center SearchEngineBar when it doesn't fill the screen. r=liuche
--HG--
extra : rebase_source : a471d054fcfd82781ab7b47fece57ce2209e4221
extra : source : 94f0cc466288ae16a6107b475742e31b38b7c724
2015-04-21 17:12:43 -07:00
Michael Comella beda94364e Bug 1137483 - Add search engine bar to the bottom of BrowserSearch. r=liuche
--HG--
extra : rebase_source : b6dfb0fd08bed78cc62be75481ac13185bb817b4
extra : source : 395b45ace9c0fb7e8cff06e6f33ab5229bb89c58
2015-04-21 16:25:33 -07:00
Mark Capella 04ace1c48d Bug 1157637 - Create ActionBar Handler and Gecko SelectionCarets tests, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella 33bcf62e76 Bug 988143 - Enable Gecko Touch in Fennec, Enable all in Mobile, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella b15dcbbc97 Bug 988143 - Enable Gecko Touch in Fennec, New ActionBar Handler, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella e4ae49c943 Bug 988143 - Enable Gecko Touch in Fennec, TextSelection mods, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella 498dfe1a92 Bug 988143 - Enable Gecko Touch in Fennec, SelectionCarets mods, r=ehsan
* * *
Bug 988143 - Enable Gecko Touch in Fennec, Add new Mobile prefs, r=ehsan
2015-05-14 22:06:13 -04:00
Mark Capella e4e9a24311 Bug 988143 - Enable Gecko Touch in Fennec, TouchCaret mods, r=ehsan
* * *
Bug 988143 - Enable Gecko Touch in Fennec, TouchCaret mods, r=ehsan
2015-05-14 22:06:13 -04:00
Mark Capella 27ef7c7715 Bug 988143 - Enable Gecko Touch in Fennec, Android specific nsCaret mods, r=ehsan 2015-05-14 22:06:13 -04:00
Michael Comella 58d31221f5 Bug 1164938 - Add MOZ_ANDROID_TAB_QUEUE flag only on NIGHTLY_BUILD. r=nalexander
--HG--
extra : rebase_source : 27d9d3718d0df6f13a1619d02771a5412e41982b
2015-05-14 15:39:46 -07:00
Chenxia Liu 70a901b484 Bug 1126608 - Add list of logins. r=margaret
--HG--
extra : rebase_source : b40d9d0a430a73047e5bbb0cffe85fd521c6fa3c
2015-05-08 17:40:15 -07:00
Chenxia Liu 1ea9f7abbb Bug 1126608 - Add buttons. r=ally
--HG--
extra : rebase_source : a08e8838abbc8364802527f3fb173d471377e95c
2015-05-06 19:39:07 -07:00
Chenxia Liu c9f28855d7 Bug 1126608 - Add select login doorhanger to SiteIdentityPopup. r=ally
--HG--
extra : rebase_source : 1d716b834f001168509860cdbea35915c9baa649
2015-05-07 15:35:56 -07:00
Chenxia Liu 1ad78414f6 Bug 1126608 - Add Doorhanger:Logins message from Gecko. r=ally
--HG--
extra : rebase_source : ba87d350eb9bd64ef1c7ac215fe2842ad89ce071
2015-05-05 13:44:32 -07:00
Chenxia Liu 9dfc1ca156 Bug 1126608 - Make Site Identity text styling consistent with other doorhangers. r=ally
--HG--
extra : rebase_source : 6e2097373687dd8fa8c9b18e16e6fd05b4dc3efb
2015-04-21 17:36:56 -07:00