Commit Graph

7341 Commits

Author SHA1 Message Date
Joe Drew
3a386776a9 Bug 486918 - Create and obey a high-quality downscaling pref, and turn it off on OS X and mobile. r=jlebar 2012-09-27 14:12:56 -04:00
Stephen Horlander
121d962883 Bug 783778 - Update Google search favicon for mobile. r=margaret 2012-09-29 15:14:53 -07:00
William Lachance
c061bf878d Bug 792212 - Don't attempt to migrate profiles if using a custom profile;r=gbrown
It seems that doing so triggers a race condition which can result in the fennec
reftests failing, if the shared preferences associated with profile migration or
the gecko application is not correctly initialized. This is more or less a band
aid solution, but it addresses the problem until we can find the root cause.
2012-09-28 22:52:11 -04:00
Ed Morley
6250aafdf0 Backout 92530b29ac24, 42e659956dc6 & 38277196c099 (bug 486918), d3b69fe15ac3 & b2dba2108722 (bug 786444), e7381ac9e30a (bug 786449) on suspicion of causing Android reftest failures on a CLOSED TREE 2012-09-28 23:00:28 +01:00
Joe Drew
7c3734fece Bug 486918 - Create and obey a high-quality downscaling pref, and turn it off on OS X and mobile. r=jlebar
--HG--
extra : rebase_source : 386bee19522e3cb8bca16ec40e3c092a52ae18d2
2012-09-27 14:12:56 -04:00
Margaret Leibovic
4737e1f99a Bug 789887 - Avoid creating unnecessary AboutHomeRunnables. r=lucasr 2012-09-28 09:34:45 -07:00
Nick Alexander
7c1a693d8f Bug 790931 - Broadcast when Sync Android Account is being deleted to many Firefox Apps. r=rnewman 2012-09-28 09:40:51 -07:00
Ed Morley
a86b50f6bc Merge mozilla-central to mozilla-inbound 2012-09-28 16:01:22 +01:00
Ed Morley
3daa0ad806 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-09-28 15:49:57 +01:00
Mark Finkle
1fa772c9be Backout c1003f039c77, breaks Fennec startup (bug 794731) 2012-09-28 08:55:35 -04:00
Ed Morley
98a67f3110 Bug 767215 - Disable testAxisLocking, testLoad, testFlingCorrectness, testOverscroll, testPanCorrectness for too many intermittent failures 2012-09-28 15:45:29 +01:00
Sriram Ramasubramanian
e37f597727 Bug 788520: Menu item missing in Android 2.x. [r=mfinkle]
--HG--
extra : rebase_source : 38c1b9a2f092687f849a4bb39f8784ab488d9fce
2012-09-27 11:22:08 -07:00
Sriram Ramasubramanian
d04d48e5c5 Bug 794088: Custom Menu backgrounds on phones with h/w menu button needs better shadow. [r=mfinkle]
--HG--
extra : rebase_source : 470cde8724ddf79d37c6ead9e29f222cf16ed603
2012-09-27 11:04:44 -07:00
Sriram Ramasubramanian
b638738d48 Bug 794088: Replace icons in custom menu. [r=mfinkle]
--HG--
extra : rebase_source : cd915e11fb496918670b706a3ae2357d68ced7da
2012-09-27 11:04:02 -07:00
Josh Matthews
a0b3faca52 Bug 770778 - Make TCPSocket e10s-friendly. r=bent 2012-09-24 14:53:49 -04:00
Patrick McManus
0f871afc27 bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh 2012-09-14 16:27:46 -04:00
Geoff Brown
c4f1f9568f Bug 770461 - Robocop: delay click on 'Today' until list population verified; r=jmaher 2012-09-27 09:46:34 -06:00
Kartikaya Gupta
b7d7301eca Bug 794908 - Guard against potential NPE. r=cpeterson 2012-09-27 12:37:08 -04:00
Kartikaya Gupta
14a1bb1578 Bug 784040 - Turn non-selected tabs into zombies when memory is running low. r=mfinkle 2012-09-27 12:29:47 -04:00
Kartikaya Gupta
b6587a159f Bug 784040 - Add an intent to simulate an increase in memory pressure. r=mfinkle 2012-09-27 12:29:47 -04:00
Kartikaya Gupta
d67b48a3bd Bug 784040 - Add some missing listener unregistrations to the tab object. r=mfinkle 2012-09-27 12:29:47 -04:00
Kartikaya Gupta
4e224103c4 Bug 784040 - Port the XUL MemoryObserver class to Native Fennec and move the memory dump code into it. r=mfinkle 2012-09-27 12:29:47 -04:00
Margaret Leibovic
af3a59eda5 Bug 794631 - Don't add useless WHERE clauses to empty filter queries. r=lucasr 2012-09-26 14:27:06 -07:00
James Willcox
f50971e4f5 Bug 794642 - Avoid unnecessary GeckoApplication initialization in services r=kats
--HG--
extra : rebase_source : b406d8ee24c74b0185e9c31b15a4e6e20629d5f5
2012-09-27 10:52:59 -04:00
Ed Morley
5a3b322459 Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE 2012-09-27 16:34:46 +01:00
Matt Woodrow
5c257baaf0 Bug 539356 - Part 29 - Handle OOM exception gracefully during java snapshots. r=jrmuizel 2012-08-29 17:48:44 +12:00
Matt Woodrow
8ee410f25e Bug 539356 - Part 29 - Handle OOM exception gracefully during java snapshots. r=jrmuizel 2012-08-29 17:48:44 +12:00
Mark Capella
340b81eed7 Bug 781762 - Add the ability to delete all downloaded files at one time, r=margaret 2012-09-28 01:52:43 -04:00
Chris Peterson
f98d2245c3 Bug 747629 - Part 3: Remove unnecessary InputMethodManager parameters. r=blassey 2012-09-19 17:47:39 -07:00
Chris Peterson
a57858007c Bug 747629 - Part 2: Assert IME code is running on UI thread. r=blassey 2012-09-19 11:06:49 -07:00
Chris Peterson
3da9f41127 Bug 747629 - Part 1: Post (most) Gecko's IME callbacks from Gecko thread to UI thread. r=blassey 2012-09-19 11:08:39 -07:00
Aiishwarya Sivaraman
96e443eb63 Bug 790438 - Assign names to anonymous functions in Download manager module aboutDownloads.js. r=margaret 2012-09-26 18:56:49 -04:00
Mark Finkle
d7fa8bf1ec Bug 793136 - java.lang.NullPointerException: at org.mozilla.gecko.BrowserApp.onPrepareOptionsMenu(BrowserApp.java) [offset the add-on menu IDs] r=sriram 2012-09-26 15:02:48 -04:00
Margaret Leibovic
9caaf607ac Bug 772449 - Dismiss VKB when up/down arrows are tapped for Find in Page. r=mfinkle 2012-09-26 08:47:48 -07:00
Geoff Brown
70fc983aee Bug 794070 - Robocop: allow for date change during testHistoryTab; r=jmaher 2012-09-26 07:30:09 -06:00
Kartikaya Gupta
649cddd455 Bug 791338 - When scrolling editable fields into view, do a better job of handling fields inside frames. r=Cwiiis 2012-09-26 08:45:38 -04:00
Kartikaya Gupta
77e407c64d Bug 793677 - Fix inverted viewport update message test. r=blassey 2012-09-26 08:45:33 -04:00
Mark Finkle
19b15cb719 Bug 793083 - Add more custom views to the LayoutInflater factory r=sriram 2012-09-26 08:24:34 -04:00
Mark Finkle
1894c6f573 Bug 787188 - Hold off on about:home marketplace promo for now r=wesj
--HG--
rename : mobile/android/base/AboutHomeContent.java => mobile/android/base/AboutHomeContent.java.in
2012-09-26 08:24:30 -04:00
Mark Finkle
32d882f4a9 Bug 787188 - Allow for no promo to be shown r=wesj 2012-09-26 08:24:27 -04:00
Brian Nicholson
42738b472f Bug 790448 - Center search rows in AwesomeScreen. r=mfinkle 2012-09-25 15:06:47 -07:00
Margaret Leibovic
811228d077 Bug 790897 - Capture clicks on find in page bar to prevent them from leaking into TabsTray. r=mfinkle 2012-09-25 13:43:55 -07:00
Kartikaya Gupta
dcecc733bf Bug 791263 - Disable screenshotting under low-memory conditions. r=blassey 2012-09-25 15:46:17 -04:00
Chris Peterson
b7a8fbc69b Bug 793062 - Remove unused PostToJavaThread() and ExecuteNextRunnable(). r=blassey 2012-09-20 17:44:24 -07:00
Chris Peterson
d4a352f28d Bug 669361 - Ignore non-en_US HKB KeyEvents for Asus Transformer tablets running Honeycomb or ICS. r=blassey 2012-09-11 10:46:38 -07:00
Geoff Brown
379bf7e078 Bug 792147: Disable memory cache on armv6; r=kats 2012-09-25 11:04:36 -06:00
Geoff Brown
a80a1567e1 Bug 785577 - Robocop: improve wait before testing menus; r=jmaher 2012-09-25 10:56:34 -06:00
Wes Johnston
c8a0a6dc30 Bug 793750 - Fix missing scope in launching marketplace. r=mfinkle 2012-09-25 09:10:43 -07:00
Sriram Ramasubramanian
1540f7ce6f Bug 793136: Crash on content type being null. [r=mfinkle] 2012-09-24 16:42:53 -07:00
Wes Johnston
1447b91a32 Bug 793162 - Use default Fennec theme for Webapps. r=mfinkle 2012-09-24 14:52:25 -07:00