Commit Graph

4373 Commits

Author SHA1 Message Date
Sriram Ramasubramanian
4890e0a3f9 Bug 834525: Tab is not selected if its private. [r=mfinkle]
--HG--
extra : rebase_source : 1889436b29e1e0e96ccd3e353c9419f8c62f22d2
2013-01-30 12:01:55 -08:00
Sriram Ramasubramanian
8ad30e507b Bug 834525: Supress testNewTab's closeTabs(). [r=mfinkle]
--HG--
extra : rebase_source : 3bdac1f069856357c9930ac8f075c715b534a812
2013-01-30 11:10:17 -08:00
Sriram Ramasubramanian
d884771da1 Bug 834525: New tab thumbnail styling for tabs-ui. [r=mfinkle]
--HG--
extra : rebase_source : a774fdea385a9f3e9997adebf730cdb40e9e8a92
2013-01-24 17:08:08 -08:00
Mark Capella
d2903d4dfc Bug 801097 - Reader mode title shows HTML character encodings, r=bnicholson 2013-01-30 22:44:31 -05:00
Kartikaya Gupta
14365fdfb4 Bug 816879 - Only block on gecko in the onLowMemory android notification, not the onTrimMemory suggestion. r=snorp 2013-01-30 13:53:02 -05:00
Kartikaya Gupta
d9a2b39e6a Bug 816879 - Treat all memory pressure events when Fennec is in the foreground as low-pressure. r=snorp 2013-01-30 13:52:49 -05:00
Sriram Ramasubramanian
825b7f352d Bug 833812: BrowserToolbar should consume events, that aren't consumed by its children. [r=mfinkle]
--HG--
extra : rebase_source : e412c542cc218a9df17a4786f5e5b41269b3a068
2013-01-28 15:22:35 -08:00
Wes Johnston
1dd11b3f61 Bug 824994 - Hide the marketplace promo if the user has visited the marketplace before r=mfinkle 2013-01-30 12:26:07 -05:00
Nick Alexander
edeaa0e577 Bug 835992 - Format Makefile variables in mobile/android/base/android-services-files.mk. r=rnewman 2013-01-30 09:21:21 -08:00
Jim Chen
7daf4bfca5 Bug 827325 - Delay calling restartInput in AwesomeBar to avoid specific IME quirks; r=cpeterson 2013-01-30 10:46:58 -05:00
Wes Johnston
5783458882 Bug 833942 - Add 'remove' to about:home topsites r=mfinkle 2013-01-30 10:20:35 -05:00
Nicholas Cameron
0ad7a5b129 Bug 836058; remove UseTiledThebes; r=BenWa 2013-01-29 14:38:46 +13:00
Geoff Brown
083b32590b Bug 826385 - Reduce pause/resume notifications to gecko; r=mfinkle 2013-01-29 14:59:42 -07:00
Matt Brubeck
40f72d7b4c Bug 834399 - Tab sidebar should switch views to show newly selected tab [r=sriram] 2013-01-29 10:58:09 -08:00
James Willcox
822c19a526 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
84c4ac3c75 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
c686c6892d 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
61c2e809aa Bug 835241 - Reload button reloads cached copy r=bnicholson 2013-01-28 19:14:42 -05:00
Sriram Ramasubramanian
4850102832 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
5dc57bb002 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
cad9dd0c28 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
ab9b4ee47f 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
60b9e6a366 Bug 834471 - Part 1: Fix some FindBugs warnings about strings. r=jchen 2013-01-25 16:32:04 -08:00
Kartikaya Gupta
5696641282 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
73957fd5c6 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
Kartikaya Gupta
9fe615f47c 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
d115f3b5a7 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
974059ac80 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
91e0a4c753 Bug 834414 - Remove unnecessary getInstance call that was leaking an App instance. r=wesj 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
fbeedc6265 Bug 834414 - Fix leaks caused by missing tab change listener unregistrations. r=sriram 2013-01-25 13:51:41 -05:00
Phil Ringnalda
7dee6cb50e 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
d494a206d3 Back out ab76caba70f3 (bug 833546) for robocop bustage
--HG--
extra : rebase_source : 95fd538d507c63c80a2f9e565f1583c68593b837
2013-01-25 14:33:18 -08:00
Phil Ringnalda
a672c7a775 Back out baa055cb9043 (bug 834525) for robocop bustage
--HG--
extra : rebase_source : 8972732b87274e1c657aa86fa798224895d512fe
2013-01-25 14:32:21 -08:00
Sriram Ramasubramanian
dfc7d5d674 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
e0a9f00b2d 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
54e8f992da 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
bfdb4ce5ac 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
85763f1828 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
b1e57e239d Bug 834414 - Remove unnecessary getInstance call that was leaking an App instance. r=wesj 2013-01-25 13:51:41 -05:00
Kartikaya Gupta
2748102adc Bug 834414 - Fix leaks caused by missing tab change listener unregistrations. r=sriram 2013-01-25 13:51:41 -05:00
Sriram Ramasubramanian
c38ce4088d Bug 833546: Rotating phone will open tabs-tray. [r=mfinkle] 2013-01-23 15:40:46 -08:00
Jinsu Oh
d4f77935a0 Bug 791654 - Add Save Video/Audio to context menus. r=wesj 2013-01-24 18:36:25 -08:00
Kartikaya Gupta
2f49e6acff 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
773010998a Bug 834471 - Part 2: Fix some FindBugs warnings about DateTimePicker. r=wesj 2013-01-24 12:42:06 -08:00
adrian.tamas@softvision.ro
4b49dbfbbd Bug 817970 - Add tests for Bookmark remove and edit from context menu. r=jmaher 2012-12-07 16:03:27 +02:00
Wes Johnston
24bdac57cc Bug 832561 - Dont show Pin Sites option on empty sites. r=lucasr 2013-01-24 15:56:46 -08:00
Wes Johnston
8ebae4c1fe Bug 832561 - Don't update cursors when sites are pinned/unpinned. r=lucasr 2013-01-24 15:56:14 -08:00
Wes Johnston
fe89332f37 Bug 832561 - Provide a stub implementation of GeckoAsyncTask.onPostExecute. r=lucasr 2013-01-24 15:55:46 -08:00
Wes Johnston
b283784912 Bug 833919 - Provide explicit color for checkboxes in doorhangers. r=sriram 2013-01-24 15:54:55 -08:00
Geoff Brown
7d887d2c75 Bug 825152: Disable robocop testAllPagesTab for too many intermittent failures; DONTBUILD 2013-01-24 15:12:43 -07:00