Commit Graph

10795 Commits

Author SHA1 Message Date
Scott Johnson
8de43774d3 Bug 878935: Pause painting while reflow-on-zoom is in progress to provide a better user experience. [r=kats] 2013-10-01 14:52:13 -05:00
Ed Morley
4c5013daf4 Merge latest green inbound changeset and mozilla-central 2013-10-01 10:27:39 +01:00
Ed Morley
ab0a26d20a Merge mozilla-central and fx-team 2013-10-01 10:23:54 +01:00
Richard Newman
e6d9a9b110 Bug 919768 - Slowdown and OOM hit visiting top-sites in about:home. r=sriram 2013-09-30 20:56:09 -07:00
Mark Finkle
37552d91d0 Backout 41701d2c0341 (bug 875731), Caused a regression that breaks all downloads in Firefox for Android (bug 921944) 2013-09-30 22:01:35 -04:00
Ryan VanderMeulen
e5b66a5e17 Merge m-c to b2g-inbound. 2013-09-30 16:30:26 -04:00
Ryan VanderMeulen
cc6799fe38 Merge fx-team to m-c.
--HG--
rename : mobile/android/base/UpdateServiceHelper.java => mobile/android/base/updater/UpdateServiceHelper.java
2013-09-30 16:18:53 -04:00
Marco Castelluccio
c755fcdfda Bug 921527 - Enable the mozTCPSocket API for web apps on Android. r=wesj 2013-09-30 14:00:02 -04:00
Ben Hearsum
9387228e81 bug 885477: switch Nightly users to Balrog - switch android builds. r=mfinkle 2013-09-30 12:28:21 -04:00
Wes Kocher
072aab0f7f Merge fx-team to m-c 2013-09-27 20:32:24 -07:00
Wes Kocher
b5422acc06 Backed out changeset 5a520e97e6a5 (bug 911574) under suspicion of causing robocop1-1 orange. 2013-09-27 20:12:59 -07:00
Wes Kocher
738a700eef Backed out changeset cfb6cd8accc3 (bug 911152) 2013-09-27 20:12:09 -07:00
Kartikaya Gupta
d693c8d8a4 Bug 911574 - Allow subframe panning on the body. r=wesj 2013-09-27 13:57:45 -04:00
Margaret Leibovic
deb95ea6a9 Bug 921265 - Send "HomeBanner:Data" message when first message is added. r=wesj 2013-09-26 16:53:09 -07:00
Errietta Kostala
16f32697d5 Bug 921756 - Don't let ButtonToast try to modify views it can't. r=lucasr 2013-09-30 10:59:40 -04:00
Chris Kitching
6d6739dcdc Bug 920861 - Moving the UpdateService classes into directories matching their declared packages. r=snorp
--HG--
rename : mobile/android/base/UpdateService.java => mobile/android/base/updater/UpdateService.java
rename : mobile/android/base/UpdateServiceHelper.java => mobile/android/base/updater/UpdateServiceHelper.java
2013-09-30 10:59:40 -04:00
Mina Almasry
382d3cc279 Bug 813379 - Fennec hints to necko when search engines become visible. r=margaret 2013-09-30 10:59:40 -04:00
Sriram Ramasubramanian
0cdca17b97 Bug 920317: Banner cuts off TopSitesPage. [r=margaret]
--HG--
rename : b2g/config/emulator-ics/config.json => b2g/config/emulator/config.json
rename : b2g/config/emulator-ics/releng-emulator-ics.tt => b2g/config/emulator/releng-emulator.tt
extra : rebase_source : cdbc79b907ad0d90ff315966e645535ffb4a39b9
2013-09-26 15:39:36 -07:00
Kartikaya Gupta
77cbb0a5b0 Bug 921477 - Fix typo causing certificate usage failure. rs=wesj 2013-09-27 14:06:14 -04:00
Kartikaya Gupta
ad9dfad849 Bug 911152 - Don't reprocess the same metadata over and over. r=wesj 2013-09-27 13:57:54 -04:00
Kartikaya Gupta
127f486afd Bug 911574 - Allow subframe panning on the body. r=wesj 2013-09-27 13:57:45 -04:00
Michael Comella
546e90874a Bug 915355 - Part 3: Update default search engine comment to be more descriptive. r=rnewman 2013-09-27 09:38:25 -07:00
Michael Comella
1da0af290a Bug 915355 - Part 2: Add clarifying comments on keyword-search to Android code. r=rnewman 2013-09-27 09:38:25 -07:00
Raymond Lee
bff6374217 Bug 875731 - Replace callers of nsIDownloadManager.usersDownloadsDirectory with Downloads.getUserDownloadsDirectory mobile/andriod/. r=mfinkle 2013-09-27 07:05:46 +08:00
Ryan VanderMeulen
2a773817b4 Merge m-c to inbound. 2013-09-30 16:51:06 -04:00
Benjamin Smedberg
d9e380399e Bug 920731 part B - also stop export JS symbols for android and B2G, r=glandium
--HG--
extra : rebase_source : 063d2f9e1776e6be4f333c3cc943a45c6d5e7373
2013-09-30 16:09:28 -04:00
Marco Castelluccio
8f6cc06e91 Bug 898499 - Support mozPay API on desktop webapprt. r=ferjm 2013-09-27 14:38:14 -04:00
Timothy Nikkel
8716908142 Bug 918220. Part 2. Remove image.mem.allow_locking_in_content_processes pref from fennec pref file, it doesn't apply to fennec because it doesn't have content processes and could be confusing. Also, give the pref a default value in all.js. r=jmuizelaar 2013-09-30 12:53:46 -05:00
Timothy Nikkel
33efb92926 Bug 918220. Part 1. Rename the pref content.image.allow_locking to make it clear that it only applies to content processes. r=jmuizelaar 2013-09-30 12:53:46 -05:00
Ryan VanderMeulen
bf289dbdf5 Merge fx-team to m-c. 2013-09-26 21:36:35 -04:00
Brian Nicholson
7120cec998 Bug 917538 - Fix Fennec Restarter flags and remove System.exit(0). r=blassey 2013-09-26 16:34:38 -07:00
Sriram Ramasubramanian
083c295864 Bug 910882: Change search suggestions background to a lighter blue. [r=margaret]
--HG--
extra : rebase_source : cd4b8ab06669bc856bded04392d71abc6e8961ac
2013-09-24 11:54:16 -07:00
Sriram Ramasubramanian
11d4551f4b Bug 906227: Last tabs with switch-to-tab should not create new tabs. [r=margaret]
--HG--
extra : rebase_source : 929416c50248094fb3164b3b34a48486ac70f668
2013-09-23 16:35:46 -07:00
Chenxia Liu
4a1b198331 Bug 919704 - Remove empty screen for "Top Sites". r=sriram 2013-09-26 10:47:23 -07:00
Niv Yahel
ecd60b0dd9 Bug 848772 - Remove the abouthome.title reference from config.dtd, create anaboutHome.dtd, and add it to jar.mn. r=mleibovic 2013-09-26 09:53:22 -04:00
Adrian Tamas
2ef78d5dc6 Bug 916107 - Tag BrowserSearch view for the UI tests to have access to it (r=lucasr) 2013-09-12 16:08:43 +03:00
Mark Capella
c568f11caa Bug 917944 - Remove "Most recent" header in history page, r=margaret 2013-09-25 21:48:16 -04:00
Michael Comella
2ab0805c61 Bug 920674 - Add clarifying log statements to FHR Prune service. r=nalexander 2013-09-25 17:03:29 -07:00
Michael Comella
361cb30baa Bug 920225 - Correct FHR manifest comments. r=rnewman 2013-09-25 15:31:47 -07:00
Michael Comella
e647d463c1 Bug 920642: Remove dead files from bug 870171. r=rnewman 2013-09-25 11:52:48 -07:00
Margaret Leibovic
8302763d2a Bug 912994 - Update top sites query to exclude reading list items. r=wesj 2013-09-25 08:56:56 -07:00
Monica Chew
a1caaa978a Bug 842828: Clean up urlclassifier.gethashtables preferences (r=gcp)
* * *
Bug 842828: Mark attributes of nsIApplicationReputationQuery as readonly, remove unused field (r=mossop)
* * *
Bug 842828: Check local list to suppress remote lookups (r=paolo)
2013-09-26 06:51:59 -07:00
Adrian Tamas
1ea13efb61 Bug 896574 - Fix testAddSearchEngine to work with the new about:home. r=lucasr 2013-07-23 19:07:48 +03:00
Chris Kitching
c923dbf6e6 Bug 918917 - Show no favicon until load fails, then show default favicon, or the result (r=margaret) 2013-09-27 12:12:22 +01:00
Wes Johnston
f0f62f6748 Bug 918079 - Show highlight when overscrolling. r=kats 2013-09-26 22:57:57 -07:00
Ed Morley
b09ac5526b Backed out changeset 59655b2db583 (bug 910106) since it has just morphed the failures into bug 920490 2013-09-25 14:27:48 +01:00
Wes Kocher
44adf4611e Merge m-c to fx-team 2013-09-24 20:26:24 -07:00
Wes Kocher
6de7d1ef55 Merge fx-team to m-c 2013-09-24 20:06:37 -07:00
Chenxia Liu
61a09bf7c8 Bug 910186 - Long-press on search providers in settings only triggers touch up. r=sriram 2013-09-24 17:51:18 -07:00
Mark Capella
93c0ea246c Bug 918222: Misc null error in browser.js, r=mfinkle 2013-09-24 18:34:12 -04:00