Nicholas Cameron
|
b5263b1c6c
|
Bug 836058; remove UseTiledThebes; r=BenWa
|
2013-01-29 14:38:46 +13:00 |
|
Geoff Brown
|
2ffcbca191
|
Bug 826385 - Reduce pause/resume notifications to gecko; r=mfinkle
|
2013-01-29 14:59:42 -07:00 |
|
Matt Brubeck
|
2ba5b077c3
|
Bug 834399 - Tab sidebar should switch views to show newly selected tab [r=sriram]
|
2013-01-29 10:58:09 -08:00 |
|
James Willcox
|
cba2667c04
|
Bug 803154 - Don't wait on Gecko for non-emergency memory reduction events r=kats
|
2013-01-29 13:24:43 -05:00 |
|
Ehsan Akhgari
|
565d0479c3
|
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
|
2013-01-29 13:12:13 -05:00 |
|
Mark Finkle
|
2dc4122f79
|
Bug 834810 - Launching webapp from homescreen icon will revert the icon to the default 'rocket' r=bnicholson
|
2013-01-28 19:14:44 -05:00 |
|
Mark Finkle
|
39910ed0cc
|
Bug 835241 - Reload button reloads cached copy r=bnicholson
|
2013-01-28 19:14:42 -05:00 |
|
Sriram Ramasubramanian
|
c2d0792945
|
Bug 833546: Rotating phone will open tabs-tray. [r=mfinkle]
--HG--
extra : rebase_source : 8f0e9406102233cdacfc1a993e3d35c91ec1d8be
|
2013-01-23 15:40:46 -08:00 |
|
Brian Nicholson
|
101db76fad
|
Bug 819973 - Scale favicons before storing them in the cache. r=mfinkle
--HG--
extra : rebase_source : 8d9417c071b3a49fed84e78930c868273d70363a
|
2013-01-28 14:52:05 -08:00 |
|
Chris Peterson
|
3d1457f352
|
Bug 834471 - Part 4: Fix FindBugs warning about unlockProfile() not checking file.delete() return value. r=wesj
|
2013-01-24 14:26:01 -08:00 |
|
Chris Peterson
|
27b95486bc
|
Bug 834471 - Part 3: Fix some FindBugs warnings about unused variables and make GeckoMediaScannerClient final. r=wesj
|
2013-01-24 12:12:25 -08:00 |
|
Chris Peterson
|
3a1f0ce608
|
Bug 834471 - Part 1: Fix some FindBugs warnings about strings. r=jchen
|
2013-01-25 16:32:04 -08:00 |
|
Kartikaya Gupta
|
d422d09079
|
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
|
c526622fac
|
Bug 835356 - Add logging for sync events to better see if they are causing problems. r=snorp
|
2013-01-28 13:28:18 -05:00 |
|
Sid Stamm
|
d4170e5094
|
Bug 765398 - Add a "yes, I allow tracking" option to DNT. (r=dolske)
--HG--
extra : rebase_source : 1a0ce8dc9086dc501d9f5a183af8a5a3360ee8a9
|
2012-06-14 14:19:27 -07:00 |
|
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 |
|