Chris Peterson
|
df48e96785
|
Bug 863288 - Add sanity checks and error logging for bitmap decoding. r=mfinkle
|
2013-04-22 18:03:01 -07:00 |
|
Mark Finkle
|
7e600ca982
|
Bug 859994 - Remove the Marketplace promo from Fennec r=wesj
|
2013-04-24 15:05:40 -04:00 |
|
Brian Nicholson
|
9d8e74f38e
|
Bug 865060 - Clean up threads in AboutHome views. r=lucasr
|
2013-04-24 11:11:21 -07:00 |
|
Phil Ringnalda
|
3ca1d22661
|
Back out e64522db8661 (bug 863288) for robocop-1 hangs
|
2013-04-23 20:52:59 -07:00 |
|
Chris Peterson
|
865aa5b101
|
Bug 863288 - Add sanity checks and error logging for bitmap decoding. r=mfinkle
|
2013-04-22 18:03:01 -07:00 |
|
Margaret Leibovic
|
1d4d5bda1e
|
Bug 857661 - Don't let the user pin a blank top site url. r=wesj
|
2013-04-23 14:21:34 -07:00 |
|
Margaret Leibovic
|
9abd0f4fd4
|
Bug 858994 - Wrap user-entered pinned site search/URLs in a special URI. r=rnewman
|
2013-04-23 14:21:34 -07:00 |
|
Wes Johnston
|
640afdb409
|
Bug 837132 - Remove 'remove' option from top sites page. r=margaret
|
2013-04-16 15:06:19 -07:00 |
|
Brian Nicholson
|
4b61e6ad55
|
Bug 838793 - Part 2: Move AboutHome update to foreground thread. r=lucasr
|
2013-04-16 14:34:46 -07:00 |
|
Brian Nicholson
|
830f0c9453
|
Bug 838793 - Part 1: Convert AboutHomeContent to a Fragment. r=lucasr
|
2013-04-16 14:34:46 -07:00 |
|
Brian Nicholson
|
06ae07c12b
|
Bug 859584 - Fix about:home thumbnail issues. r=lucasr
|
2013-04-15 15:31:05 -07:00 |
|
Chris Peterson
|
e2995e53e3
|
Bug 859229 - Part 3: Fix order of Java imports. r=kats
|
2013-04-08 00:51:56 -07:00 |
|
Chris Peterson
|
aa87048e75
|
Bug 859229 - Part 2: Remove redundant Java imports. r=kats
|
2013-04-08 00:24:40 -07:00 |
|
Chris Peterson
|
766af4efd8
|
Bug 859229 - Part 1: Remove unused Java imports. r=kats
|
2013-04-08 00:20:49 -07:00 |
|
Mark Finkle
|
a4e99f042c
|
Bug 859434 - Close thumbnail cursor in TopSitesView r=lucasr
|
2013-04-08 15:43:19 -04:00 |
|
Lucas Rocha
|
a76b28db8c
|
Bug 854458 - Implement keyboard navigation in TwoWayView (r=mfinkle)
|
2013-04-08 14:38:37 +01:00 |
|
Sriram Ramasubramanian
|
804c3824b9
|
Bug 856767: Finalize cursors on about:home. [r=mfinkle]
|
2013-04-02 15:37:00 -07:00 |
|
Mark Finkle
|
018d0ce011
|
Bug 856728 - TopSitesView.java executes a DB cursor on the main thread r=lucasr
|
2013-04-02 20:22:25 -04:00 |
|
Ryan VanderMeulen
|
c9029081be
|
Backed out changeset ea2d05f0a053 (bug 856767) for robocop bustage on a CLOSED TREE.
|
2013-04-02 17:17:02 -04:00 |
|
Ryan VanderMeulen
|
5477d459ee
|
Backed out 2 changesets (bug 817586, bug 826639) for crashes and robocop failures.
Backed out changeset 57a3afad9252 (bug 817586)
Backed out changeset 6a57e0f94616 (bug 826639)
|
2013-04-02 15:48:18 -04:00 |
|
Sriram Ramasubramanian
|
5356c64ce3
|
Bug 856767: Finalize cursors on about:home. [r=mfinkle]
--HG--
extra : rebase_source : 9389663903676defaf2c4cfcd818abe4e60e801e
|
2013-04-02 11:26:35 -07:00 |
|
Wes Johnston
|
87c6119c08
|
Bug 826639 - Force pending about:home updates to happen onDraw. r=lucasr
|
2013-04-02 10:54:48 -07:00 |
|
Sriram Ramasubramanian
|
a0dd4fcc30
|
Bug 852312: Remove white spaces in about:home refactor. [r=me]
|
2013-03-28 15:35:43 -07:00 |
|
Sriram Ramasubramanian
|
68b37c80c5
|
Bug 852312: Split views in about:home [r=bnicholson]
--HG--
rename : mobile/android/base/AboutHomeContent.java => mobile/android/base/widget/AboutHomeContent.java
rename : mobile/android/base/AboutHomeSection.java => mobile/android/base/widget/AboutHomeSection.java
rename : mobile/android/base/AboutHomePromoBox.java => mobile/android/base/widget/PromoBox.java
extra : rebase_source : 0db7d60aa0c57eb9aeb9cad3e1f297b0ec0ddd0f
|
2013-03-25 15:45:33 -07:00 |
|
Sriram Ramasubramanian
|
e78fbba920
|
Bug 852312: Move the custom views in about:home to widget directory. [r=bnicholson]
--HG--
rename : mobile/android/base/AboutHomeContent.java => mobile/android/base/widget/AboutHomeContent.java
rename : mobile/android/base/AboutHomePromoBox.java => mobile/android/base/widget/AboutHomePromoBox.java
rename : mobile/android/base/AboutHomeSection.java => mobile/android/base/widget/AboutHomeSection.java
rename : mobile/android/base/LinkTextView.java => mobile/android/base/widget/LinkTextView.java
extra : rebase_source : b13d18d3b2c56e8fec364265fe46ee88771f7ed2
|
2013-03-25 15:44:45 -07:00 |
|
Lucas Rocha
|
704719d882
|
Bug 854457 - Implement a11y actions/state and focus handling in TwoWayView (r=mfinkle)
|
2013-03-27 16:06:27 +00:00 |
|
Lucas Rocha
|
012d4391f7
|
Bug 851894 - Only update empty state when emptyview is not null (r=mfinkle)
|
2013-03-17 11:12:09 +00:00 |
|
Lucas Rocha
|
732530351b
|
Bug 850602 - Update empty view state when dataset changes (r=mfinkle)
|
2013-03-15 09:48:12 +00:00 |
|
Lucas Rocha
|
7e5c064180
|
Bug 850602 - Handle non-recyclable scrap views properly in TwoWayView (r=mfinkle)
|
2013-03-15 09:48:12 +00:00 |
|
Lucas Rocha
|
d2ea53e3ea
|
Bug 850602 - Fix handling of null AdapterDataSetObserver in TwoWayView (r=mfinkle)
|
2013-03-15 09:48:12 +00:00 |
|
Lucas Rocha
|
dbcd9ca249
|
Bug 844526 - Reset touch/scroll state on ACTION_UP while in overscroll in TwoWayView (r=mfinkle)
|
2013-03-12 13:47:48 +00:00 |
|
Lucas Rocha
|
153ad1156f
|
Bug 846025 - Fix "too low" and "too high" correction in TwoWayView (r=mfinkle)
|
2013-03-08 13:13:58 +00:00 |
|
Lucas Rocha
|
7f62afe13c
|
Bug 846751 - Remove unnecessary log call in TwoWayView (r=mfinkle)
|
2013-03-03 23:01:30 +00:00 |
|
Sriram Ramasubramanian
|
037fe6c066
|
Bug 845511: Accessibility strings for tabs ui. [r=mfinkle]
--HG--
extra : rebase_source : d98af982cea4c526070f03f647dc668013a0b1d5
|
2013-02-28 16:29:20 -08:00 |
|
Brian Nicholson
|
eb01912ff8
|
Bug 845618 - Remove unused imports. r=kats
|
2013-02-26 21:50:25 -08:00 |
|
Brian Nicholson
|
b867b80f22
|
Bug 845612 - Add @Override annotations for implemented interfaces. r=kats
|
2013-02-26 21:48:00 -08:00 |
|
Lucas Rocha
|
65fd710f50
|
Bug 844588 - Set correct min-version for clone method in TwoWayView (r=mfinkle)
|
2013-02-25 19:56:04 +00:00 |
|
Lucas Rocha
|
df86e95cbc
|
Bug 817721/817735/817732 - Add TwoWayView to repo (r=mfinkle)
|
2013-02-22 07:22:36 +00:00 |
|
Sriram Ramasubramanian
|
64db812726
|
Bug 834525: Remove unnecessary log. [r=mfinkle]
|
2013-02-04 13:09:44 -08:00 |
|
Sriram Ramasubramanian
|
68424e511f
|
Bug 836043: Use icon-tabs for tab switcher in tabs-ui. [r=mfinkle]
--HG--
extra : rebase_source : efa4b1633f7bbf4bcacc4b2140c759f1666386f6
|
2013-01-29 14:43:34 -08:00 |
|
Sriram Ramasubramanian
|
2b96f53c93
|
Bug 834525: New tab thumbnail styling for tabs-ui. [r=mfinkle]
--HG--
extra : rebase_source : a774fdea385a9f3e9997adebf730cdb40e9e8a92
|
2013-01-24 17:08:08 -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 |
|
Chris Peterson
|
06d79bdc77
|
Bug 834471 - Part 2: Fix some FindBugs warnings about DateTimePicker. r=wesj
|
2013-01-24 12:42:06 -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 |
|
Wes Johnston
|
cc67ef3fbe
|
Bug 792410 - Scale tab thumbnails from the upper left corner. r=sriram
* * *
Bug 792410 - Add lost curly brace. r=sriram,bustage
|
2013-01-18 11:45:10 -08:00 |
|
Wes Johnston
|
6efe0aaf9b
|
backout 9f81c93ea0ea and 40badd9d545a
|
2013-01-18 13:16:24 -08:00 |
|
Wes Johnston
|
a1d14d0e97
|
Bug 792410 - Add lost curly brace. r=sriram,bustage
|
2013-01-18 12:59:27 -08:00 |
|