Commit Graph

8320 Commits

Author SHA1 Message Date
Kartikaya Gupta
9f4d956c74 Bug 834414 - Free the local refs in GeckoThread's long-running run method to prevent leaks. r=cpeterson 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
7cb5264f27 Bug 834414 - Stop holding on to a content resolver in Tab, which leaks the Activity instance it is associated with. r=bnicholson 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
c788ffe1ee Bug 834414 - Destroy the SiteIdentityPopup when the activity is destroyed to prevent leaking the activity. r=margaret 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
9754ce36f2 Bug 834414 - Remove unnecessary getInstance call that was leaking an App instance. r=wesj 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
55c9daf9d1 Bug 834414 - Fix leaks caused by missing tab change listener unregistrations. r=sriram 2013-01-25 13:51:41 -05:00
Phil Ringnalda
ecc6770ff4 Back out 5a56a56a6481:a5969a01955b (bug 834414) to investigate whether it caused reftest-4 failures
CLOSED TREE
2013-01-25 20:03:50 -08:00
Phil Ringnalda
44305b5497 Back out ab76caba70f3 (bug 833546) for robocop bustage
--HG--
extra : rebase_source : 95fd538d507c63c80a2f9e565f1583c68593b837
2013-01-25 14:33:18 -08:00
Phil Ringnalda
bd3422f5fc Back out baa055cb9043 (bug 834525) for robocop bustage
--HG--
extra : rebase_source : 8972732b87274e1c657aa86fa798224895d512fe
2013-01-25 14:32:21 -08:00
Sriram Ramasubramanian
9affa602d9 Bug 834525: Tab thumbnail styling on phones and tablets. [r=mfinkle] [needs-clobber]
--HG--
extra : rebase_source : 3a06d02240be1381498f5d73a5d48258ad145a20
2013-01-24 17:08:08 -08:00
Kartikaya Gupta
5d764828e8 Bug 834414 - Free the local refs in GeckoThread's long-running run method to prevent leaks. r=cpeterson 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
a07bac6e09 Bug 834414 - Stop holding on to a content resolver in Tab, which leaks the Activity instance it is associated with. r=bnicholson 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
7b17ca0a8d Bug 834414 - Remove a dangling reference to the LayerView in the IME code when the activity is destroyed. r=jchen 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
7361b5888b Bug 834414 - Destroy the SiteIdentityPopup when the activity is destroyed to prevent leaking the activity. r=margaret 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
1afb57da74 Bug 834414 - Remove unnecessary getInstance call that was leaking an App instance. r=wesj 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
60d72254be Bug 834414 - Fix leaks caused by missing tab change listener unregistrations. r=sriram 2013-01-25 13:51:41 -05:00
Sriram Ramasubramanian
056b8b6e97 Bug 833546: Rotating phone will open tabs-tray. [r=mfinkle] 2013-01-23 15:40:46 -08:00
Jinsu Oh
6f67d8bb2f Bug 791654 - Add Save Video/Audio to context menus. r=wesj 2013-01-24 18:36:25 -08:00
Kartikaya Gupta
8548af0513 Bug 834409 - Fix JS typo causing an error when zooming in to text fields. r=wesj 2013-01-24 23:29:28 -05:00
Chris Peterson
06d79bdc77 Bug 834471 - Part 2: Fix some FindBugs warnings about DateTimePicker. r=wesj 2013-01-24 12:42:06 -08:00
adrian.tamas@softvision.ro
832cb7cea0 Bug 817970 - Add tests for Bookmark remove and edit from context menu. r=jmaher 2012-12-07 16:03:27 +02:00
Wes Johnston
a76bbe2ae6 Bug 832561 - Dont show Pin Sites option on empty sites. r=lucasr 2013-01-24 15:56:46 -08:00
Wes Johnston
6cc26a26aa Bug 832561 - Don't update cursors when sites are pinned/unpinned. r=lucasr 2013-01-24 15:56:14 -08:00
Wes Johnston
96a9764fca Bug 832561 - Provide a stub implementation of GeckoAsyncTask.onPostExecute. r=lucasr 2013-01-24 15:55:46 -08:00
Wes Johnston
ae7e07ad11 Bug 833919 - Provide explicit color for checkboxes in doorhangers. r=sriram 2013-01-24 15:54:55 -08:00
Geoff Brown
eb02f6e73e Bug 825152: Disable robocop testAllPagesTab for too many intermittent failures; DONTBUILD 2013-01-24 15:12:43 -07:00
Mark Finkle
46e754dd81 Bug 834386 - AboutHomeContent: Finalizing a Cursor that has not been deactivated or closed r=bnicholson 2013-01-24 16:58:53 -05:00
Nick Alexander
6e1e16db61 Bug 834376 - Move Android Sync PNG files from drawable to drawable-mdpi. r=rnewman
--HG--
rename : mobile/android/base/resources/drawable/desktop.png => mobile/android/base/resources/drawable-mdpi/desktop.png
rename : mobile/android/base/resources/drawable/mobile.png => mobile/android/base/resources/drawable-mdpi/mobile.png
2013-01-24 13:57:47 -08:00
Brian Nicholson
6057d6b207 Bug 834048 - Add required param for f.remove(). r=mfinkle
--HG--
extra : rebase_source : cd704a9fb1aa00a77eefba0e8ea9d8fda12bfdc3
2013-01-24 13:52:12 -08:00
Brian Nicholson
974d61d9b2 Bug 834400 - Use bind() in download callbacks. r=mfinkle
--HG--
extra : rebase_source : a736b3f7d71d47230370e551f620b9362f45f265
2013-01-24 13:52:05 -08:00
Kartikaya Gupta
16ef80802a Bug 807606 - Add a native UI implementation of the NSS dialog service in Fennec. r=mfinkle 2013-01-24 15:41:35 -05:00
Kartikaya Gupta
7a321e1b5a Bug 807606 - Add text labels as an input type to PromptService. r=mfinkle 2013-01-24 15:41:35 -05:00
Kartikaya Gupta
4748a27a89 Bug 807606 - Add some padding to the inputs in the PromptService and wrap them in a Scrollview. r=wesj 2013-01-24 15:41:35 -05:00
Harshit Syal
a56faebb6f Bug 740556 - reload the mobile homepage on inbound tab syncs. r=wesj 2013-01-24 11:14:50 -08:00
Nick Alexander
5b226f5de1 Bug 830884 - Make ContentProviders call notifyChange in bulkInsert. r=wesj 2013-01-24 11:14:44 -08:00
Agam Jain
44bb7b8a20 Bug 809018 - Add 12-hour mode to DateTimePicker; r=jchen DONTBUILD 2013-01-23 21:46:06 -05:00
Jim Chen
813fd49fc8 Backout cset b2ccdc82053d (bug 809018) for wrong user 2013-01-23 21:43:53 -05:00
Jim Chen
b53bfb7b53 Bug 809018 - Add 12-hour mode to DateTimePicker; r=jchen 2013-01-23 20:35:27 -05:00
Lucas Rocha
96ff7c3908 Bug 732902 - Notify adapter updates when search term changes (r=mfinkle) 2013-01-23 17:54:00 +00:00
Lucas Rocha
d27ec088d9 Bug 732902 - Set list of search engines in one step (r=mfinkle) 2013-01-23 17:54:00 +00:00
Brian Nicholson
80505ea66d Bug 819953 - Continue to process queue on thumbnail capturing failures. r=kats 2013-01-23 09:18:05 -08:00
Kartikaya Gupta
ba3fb4c9f0 Bug 832987 - Make sure the launch state is updated on Gecko:Ready even if GeckoApp isn't around at the time. r=cpeterson 2013-01-23 09:38:57 -05:00
Ryan VanderMeulen
ff8945e8f3 Merge m-c to inbound. 2013-01-24 07:09:10 -05:00
Mike Hommey
2434030c1f Bug 780561 - Remove now unused bits of the packaging scripts. r=ted 2013-01-23 11:23:15 +01:00
Mike Hommey
5ad44af9bd Bug 780561 - Use new packager code for packaging (packager.mk) r=ted 2013-01-23 11:23:15 +01:00
Mark Finkle
531d730653 Bug 827250 - Wallpaper over the WallpaperManager crash r=kats a=android-only 2013-01-21 17:32:00 -05:00
Nick Alexander
a048161b7f Bug 832773 - Fix Send Tab button enabling logic. r=rnewman a=nonlibxul 2013-01-21 13:30:41 -08:00
Kartikaya Gupta
0540ce9934 Bug 832635 - Scale the motion event replay to match the dimensions of the device the replay is happening on. r=jmaher a=android-only 2013-01-21 16:17:06 -05:00
Mark Finkle
15cbfdf697 Bug 833050 - JS errors during startup r=kats a=android-only 2013-01-21 14:43:09 -05:00
Mark Finkle
e4ec67ac87 Bug 831123 - Disable CSS error reporting by default on mobile r=blassey, r=jmaher a=android-only 2013-01-21 14:43:06 -05:00
Josh Matthews
3a496e0b5b Bug 830271 - Make download UI notification take an nsIDownload. r=mak sr=mossop 2013-01-21 16:11:45 +00:00