Commit Graph

111 Commits

Author SHA1 Message Date
Kartikaya Gupta
7e8cc24ac5 Bug 817067 - Introduce a ThumbnailHelper to deal with thumbnailing of pages. r=cpeterson, gcp 2012-12-03 14:27:34 -05:00
Lucas Rocha
2a8196727f Bug 807279 - Turn Favicons into a singleton (r=mfinkle) 2012-12-03 08:59:17 +00:00
Brian Nicholson
cf4064cd81 Bug 784086 - Separate images table into favicon and thumbnail tables. r=lucasr,rnewman 2012-11-13 10:56:58 -08:00
Lucas Rocha
34620465f3 Bug 808296 - Update top sites thumbnails from adapter, not from gridview (r=mfinkle) 2012-11-12 15:58:40 +00:00
Lucas Rocha
c1fe0c501b Bug 808027 - Change favicons handling to be Bitmap-based (r=mfinkle) 2012-11-05 11:42:25 +00:00
Lucas Rocha
ca63a6480e Bug 785945 - Load top site thumbnails asynchronously in about:home (r=mfinkle) 2012-10-31 12:34:32 +00:00
Sriram Ramasubramanian
4ef31ba27b Bug 783092: LightweightTheme for BrowserApp. [r=mfinkle] 2012-10-31 22:12:02 -07:00
Ed Morley
403e0dfe0c Backout 533faa3c50ed, 718abc1bd4ad, af2d5272c06b, ad5554e1345d, c9ef1b41b829, d3a825311d11, 0a51bcb3eb9e, a01a327e8ec4, 973b0ed30b8b, 39851bbcfaa1 & a92d2d2a3b0e (bug 805162), d4884aab5ce6, 06fcbaf40cb4, daccc3fe7c70, 881eb2a2906e, 76232441ae06, 01ae34fa1b3f & 5f405fc4e323 (bug 783092), a03d8d4db1c2, 49beb3801192, 174634554a97, 0bd27e755a83, 19e8f151ca67, a6604e038bc0, ed3b8237e76e & 082cf8d72554 (bug 785945) for bustage or conflicting with backout of said bustage on a CLOSED TREE 2012-11-01 00:16:35 +00:00
Sriram Ramasubramanian
43f20ed557 Bug 783092: LightweightTheme for BrowserApp. [r=mfinkle]
--HG--
extra : rebase_source : 4c3223032eaa62d96586ed1abccd902d5cb31485
2012-10-31 11:05:39 -07:00
Lucas Rocha
acf42c3683 Bug 785945 - Load top site thumbnails asynchronously in about:home (r=mfinkle) 2012-10-31 12:34:32 +00:00
Brian Nicholson
6a16c03043 Bug 722661 - Part 2: Stub tabs in Java when doing an OOM restore. r=mfinkle 2012-10-29 16:34:29 -07:00
Brian Nicholson
ff28091a45 Bug 722661 - Part 1: Factor out session JSON parsing into SessionParser. r=mfinkle 2012-10-29 16:34:28 -07:00
Geoff Brown
a39de2a50f Bug 805600 - Code cleanup: remove sIsGeckoReady; r=kats 2012-10-27 13:18:26 -06:00
Mark Finkle
10dd63379c Bug 802946 - Cleanup the 'Hide Apps/Promo' mess [backout the preprocessor code] r=blassey
--HG--
rename : mobile/android/base/AboutHomeContent.java.in => mobile/android/base/AboutHomeContent.java
2012-10-23 01:08:30 -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
Michael Comella
47a53a04e0 Bug 766389 - (3 of 3) Add apps promo box to about:home. r=sriram 2012-08-22 19:52:54 -04:00
Michael Comella
26aa8b2f86 Bug 778811: Removed "No Top Sites" text from about:home. r=mfinkle 2012-08-22 00:29:51 -07:00
Michael Comella
3441dc49cd Bug 781262: Replaced sync box on about:home with promo box abstraction. r=sriram
Bug 781262: Replaced sync box on about:home with promo box abstraction. r=sriram

--HG--
rename : mobile/android/base/resources/drawable-hdpi/abouthome_sync_bg.9.png => mobile/android/base/resources/drawable-hdpi/abouthome_promo_box_bg.9.png
rename : mobile/android/base/resources/drawable-hdpi/abouthome_sync_pressed_bg.9.png => mobile/android/base/resources/drawable-hdpi/abouthome_promo_box_pressed_bg.9.png
rename : mobile/android/base/resources/drawable-xhdpi/abouthome_sync_bg.9.png => mobile/android/base/resources/drawable-xhdpi/abouthome_promo_box_bg.9.png
rename : mobile/android/base/resources/drawable-xhdpi/abouthome_sync_pressed_bg.9.png => mobile/android/base/resources/drawable-xhdpi/abouthome_promo_box_pressed_bg.9.png
rename : mobile/android/base/resources/drawable/abouthome_sync_box.xml => mobile/android/base/resources/drawable/abouthome_promo_box.xml
rename : mobile/android/base/resources/drawable/abouthome_sync_bg.9.png => mobile/android/base/resources/drawable/abouthome_promo_box_bg.9.png
rename : mobile/android/base/resources/drawable/abouthome_sync_pressed_bg.9.png => mobile/android/base/resources/drawable/abouthome_promo_box_pressed_bg.9.png
2012-08-20 16:10:00 +12:00
Michael Comella
edc0af825d Bug 780367 - AboutHomeContent should no longer have two views. r=sriram 2012-08-06 20:27:04 -04:00
Michael Comella
d4d2806ca0 Bug 686528 - (5 of 5) about:home recreates itself onConfigurationChange. r=sriram 2012-08-01 22:23:51 -04:00
Michael Comella
f24f6fcbd9 Bug 686528 - (4 of 5) kTopSiteHeight in AboutHomeContent uses a dimen constant. r=sriram 2012-08-01 22:23:51 -04:00
Michael Comella
d011c23e3c Bug 686528 - (2 of 5) Clean up about:home and add 10" landscape layout. r=sriram 2012-08-01 22:23:51 -04:00
Michael Comella
27ca6eb9e7 Bug 686528 - (1 of 5) about:home uses integer resources to handle different sizes. r=sriram 2012-08-01 22:23:51 -04:00
Chris Peterson
20927a2f40 Bug 778472 - Part 3: Standardize order of import statements: org.mozilla, com, net, org, android, java. r=mfinkle 2012-07-27 17:53:54 -07:00
Chris Peterson
22f5fd455c Bug 778472 - Part 1: Remove unused and redundant import statements. r=mfinkle 2012-07-27 17:54:41 -07:00
Sriram Ramasubramanian
c3b75f7817 Bug 778247: mAppContext cleanup: AboutHomeContent is associated with only one activity. [r=mbrubeck]
--HG--
extra : rebase_source : 60aa53488d18f395e4e4b6d0023e357ffcb23ee4
2012-07-27 23:31:42 -07:00
Sriram Ramasubramanian
0c3fb5d217 Bug 778247: mAppContext cleanup: display metrics can be obtained from context. [r=mbrubeck]
--HG--
extra : rebase_source : a36329385979ffd0312fdba19b17798f0e62b3ad
2012-07-27 23:13:34 -07:00
Matt Brubeck
78fc381511 Bug 776253 - NullPointerException at AboutHomeContent.onInterceptTouchEvent [r=kats] 2012-07-23 11:56:17 -07:00
Matt Brubeck
cfddc83422 Bug 766858 - When tab menu is open, intercept all touch events on about:home or web content [r=kats] 2012-07-20 10:06:01 -07:00
Lucas Rocha
523e3e6bc0 Bug 774306 - Protect access to mFavicons behind a getter (r=margaret) 2012-07-18 11:03:14 +01:00
Chris Peterson
ea5aca80f3 Backout 844444ca8feb (Bug 709230) r=bustage 2012-07-17 17:54:54 -07:00
Chris Peterson
bb71352997 Bug 709230 - Part 4: Remove unused imports. r=blassey 2012-07-15 13:20:43 -07:00
Chris Peterson
ad0d5b1167 Bug 709230 - Part 3: Mark classes final and reduce class visibility public->package->private to aid ProGuard optimizations. r=blassey 2012-07-15 13:20:43 -07:00
Sriram Ramasubramanian
2bea6cd22d Bug 745225: about:home rows should have orange highlight. [r=mfinkle]
--HG--
extra : rebase_source : 5d2f519bc362f95b3b2050deaccddac6387b3b66
2012-07-12 15:13:54 -07:00
Ed Morley
77180693e6 Backout 751aa72f61a2 (bug 729495) for robocop testAllPagesTab failures 2012-07-10 12:41:50 +01:00
Brian Nicholson
8d8d1876ef Bug 729495 - Hide http:// in displayed URLs. r=mfinkle 2012-07-09 21:55:16 -07:00
Nick Alexander
ac853e9899 Bug 735842 - replace hard-coded isSyncSetup() with SyncAccounts.syncAccountsExist in AboutHomeContent. r=rnewman 2012-07-06 18:35:29 -07:00
Ryan VanderMeulen
b74e4a29db Revert c39d36167b99 due to a horribly munged backout. 2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
061d4c2616 Backout the bug 754202 backout due to orange. 2012-06-10 19:37:47 -04:00
Sriram Ramasubramanian
7884a5e01f Bug 739407: Make Tabs UI tablet ready. [r=mfinkle]
--HG--
rename : mobile/android/base/resources/drawable-hdpi/tabs_more.png => mobile/android/base/resources/drawable-hdpi/tabs_carat.png
rename : mobile/android/base/resources/drawable-land-hdpi-v14/tabs_more.png => mobile/android/base/resources/drawable-land-hdpi-v14/tabs_carat.png
rename : mobile/android/base/resources/drawable-land-mdpi-v14/tabs_more.png => mobile/android/base/resources/drawable-land-mdpi-v14/tabs_carat.png
rename : mobile/android/base/resources/drawable-land-xhdpi-v14/tabs_more.png => mobile/android/base/resources/drawable-land-xhdpi-v14/tabs_carat.png
rename : mobile/android/base/resources/drawable-sw600dp-hdpi/tabs_more.png => mobile/android/base/resources/drawable-sw600dp-hdpi/tabs_carat.png
rename : mobile/android/base/resources/drawable-sw600dp-mdpi/tabs_more.png => mobile/android/base/resources/drawable-sw600dp-mdpi/tabs_carat.png
rename : mobile/android/base/resources/drawable-sw600dp-xhdpi/tabs_more.png => mobile/android/base/resources/drawable-sw600dp-xhdpi/tabs_carat.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/tabs_more.png => mobile/android/base/resources/drawable-xhdpi-v11/tabs_carat.png
rename : mobile/android/base/resources/drawable-xlarge-hdpi/tabs_more.png => mobile/android/base/resources/drawable-xlarge-hdpi/tabs_carat.png
rename : mobile/android/base/resources/drawable-xlarge-mdpi/tabs_more.png => mobile/android/base/resources/drawable-xlarge-mdpi/tabs_carat.png
rename : mobile/android/base/resources/drawable-xlarge-xhdpi/tabs_more.png => mobile/android/base/resources/drawable-xlarge-xhdpi/tabs_carat.png
rename : mobile/android/base/resources/drawable/tabs_more.png => mobile/android/base/resources/drawable/tabs_carat.png
rename : mobile/android/base/resources/drawable/tabs_tray_list_selector.xml => mobile/android/base/resources/drawable/tabs_tray_default_selector.xml
2012-06-07 21:47:22 -07:00
Wes Johnston
77ae22afa8 Bug 722591 - Rename Awesomebar.type to target. r=margaret 2012-06-07 10:13:38 -07:00
Kartikaya Gupta
e84e1d10de Bug 752709 - Extract a getDisplayMetrics function into GeckoApp. r=cpeterson 2012-05-23 21:53:39 -04:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Gian-Carlo Pascutto
10219b1c33 Bug 752492 - Make sure Cursor objects are closed correctly. r=blassey 2012-05-11 18:10:57 +02:00
Lucas Rocha
b323632b0f Bug 725389 - Set number of columns in top site's grid view onMeasure (r=mfinkle) 2012-05-08 11:44:48 +01:00
Gian-Carlo Pascutto
2b947d9200 Bug 736237 - Don't update about:home on database operations. r=lucasr 2012-04-04 21:29:31 +02:00
Sriram Ramasubramanian
6657f6f4d3 Bug 736296: Avoid managed query while loading top sites. [r=mfinkle] 2012-03-27 14:31:29 -07:00
Sriram Ramasubramanian
56fb741130 Bug 737906: Restrict remote tabs to 5 on about:home. [r=mfinkle] 2012-03-21 16:06:12 -07:00
Sriram Ramasubramanian
b7cb91c982 Bug 735741: Factor out UI in about:home [r=mfinkle]
--HG--
rename : mobile/android/base/resources/layout/abouthome_content.xml => mobile/android/base/resources/layout/abouthome_content.xml.in
2012-03-19 16:15:05 -07:00