Commit Graph

395 Commits

Author SHA1 Message Date
Brian Nicholson
d8d7b2e74e Bug 919207 - Remove thumbnail from share intent. r=mfinkle 2013-09-23 16:16:08 -07:00
Ryan VanderMeulen
037e6edcf3 Merge m-c to fx-team. 2013-09-20 18:19:03 -04:00
Lucas Rocha
086b9db6de Bug 917806 - Immediately update title in toolbar on ACTION_VIEW intent (r=margaret) 2013-09-20 15:22:35 -04:00
Lucas Rocha
f7f4fc30a5 Merge m-c to fig
--HG--
rename : mobile/android/base/home/PinBookmarkDialog.java => mobile/android/base/home/PinSiteDialog.java
rename : mobile/android/base/home/TopBookmarksView.java => mobile/android/base/home/TopSitesGridView.java
rename : mobile/android/base/home/MostVisitedPage.java => mobile/android/base/home/TopSitesPage.java
rename : mobile/android/base/home/BookmarkThumbnailView.java => mobile/android/base/home/TopSitesThumbnailView.java
rename : mobile/android/base/resources/color/top_bookmark_item_title.xml => mobile/android/base/resources/color/top_sites_grid_item_title.xml
rename : mobile/android/base/resources/drawable-hdpi/top_bookmark_add.png => mobile/android/base/resources/drawable-hdpi/top_site_add.png
rename : mobile/android/base/resources/drawable-mdpi/top_bookmark_add.png => mobile/android/base/resources/drawable-mdpi/top_site_add.png
rename : mobile/android/base/resources/drawable-xhdpi/top_bookmark_add.png => mobile/android/base/resources/drawable-xhdpi/top_site_add.png
rename : mobile/android/base/resources/drawable/bookmark_thumbnail_bg.xml => mobile/android/base/resources/drawable/top_sites_thumbnail_bg.xml
rename : mobile/android/base/resources/layout/home_most_visited_page.xml => mobile/android/base/resources/layout/home_top_sites_page.xml
rename : mobile/android/base/resources/layout/pin_bookmark_dialog.xml => mobile/android/base/resources/layout/pin_site_dialog.xml
rename : mobile/android/base/resources/menu/top_bookmarks_contextmenu.xml => mobile/android/base/resources/menu/top_sites_contextmenu.xml
extra : amend_source : 459360495389bad89cab14a8bd70f3dacb10d9f5
2013-09-19 13:53:14 -04:00
Lucas Rocha
5bb5082359 Bug 917394 - Rearrange about:home tabs as per new design (r=sriram)
--HG--
rename : mobile/android/base/home/MostVisitedPage.java => mobile/android/base/home/TopSitesPage.java
rename : mobile/android/base/resources/layout/home_most_visited_page.xml => mobile/android/base/resources/layout/home_top_sites_page.xml
2013-09-17 16:58:12 -04:00
Brian Nicholson
5c9a87953c Bug 890392 - Include page thumbnail when sharing. r=mfinkle 2013-09-17 10:27:37 -04:00
Brian Nicholson
56e0b828b9 Bug 890392 - Replace the page title when sharing. r=sriram 2013-09-17 10:27:37 -04:00
Margaret Leibovic
5b4b70c66a Bug 906041 - (Part 2) Dismiss editing mode if the user is loading a URL from an external app. r=lucasr 2013-09-17 09:14:00 -04:00
Margaret Leibovic
1e24c79c0e Bug 906041 - (Part 1) Don't change the visibility of the home pager if we're in editing mode. r=lucasr 2013-09-17 09:13:54 -04:00
Margaret Leibovic
7105815ba7 Bug 908364 - Don't show doorhanger popup while in editing mode. r=bnicholson 2013-09-13 16:07:17 -07:00
Brian Nicholson
6d890fc3e5 Bug 896170 - Part 2: Use intent extra to trigger restore on restart. r=mfinkle
--HG--
extra : rebase_source : fd14708cfc970dce433c02c1a08863e38680e5b3
2013-09-10 11:17:42 -07:00
Chris Kitching
7cbe3127c7 Bug 913890 - Remove dead action bar code, formerly associated with the Awesome Bar. r=mleibovic 2013-09-13 14:38:43 -04:00
Chris Kitching
5cb3cb8044 Bug 888326 - Part 4: LoadFaviconTask's use mNextFaviconLoadId is now thread safe. (Use AtomicInteger instead of long.) r=mleibovic 2013-09-12 10:50:03 -04:00
Chris Kitching
1ddb84d1fd Bug 888326 - Part 3: Factor the inner classes of Favicon into their own files. r=mleibovic 2013-09-12 10:49:36 -04:00
Chris Kitching
6ece2e06c9 Bug 888326 - Part 2: Refactoring Favicons to be static, not a singleton - the singleton instance was staticly assigned and never cleared. r=mleibovic 2013-09-12 10:49:20 -04:00
Chris Kitching
6d4fcc9840 Bug 888326 - Part 1: Move the favicons class into its own package and, while we're at it, get rid of unused imports in the touched files. r=mleibovic
--HG--
rename : mobile/android/base/Favicons.java => mobile/android/base/favicons/Favicons.java
2013-09-12 10:48:59 -04:00
Margaret Leibovic
c248f16ed1 Bug 909455 - Replace FHR recordSearch calls in new URL entering logic. r=rnewman 2013-09-06 16:25:27 -07:00
Lucas Rocha
437f1a5261 Bug 911295 - Use empty URL if entering editing mode on startup with no tabs (r=mcomella) 2013-09-06 11:41:36 +01:00
Lucas Rocha
2ce3385395 Bug 912298 - HomePager's stub and view should not share the same id (r=rnewman) 2013-09-06 11:29:29 +01:00
Sriram Ramasubramanian
a5d9244fc3 Bug 911830: Blank about:home on a new profile. [r=margaret] 2013-09-03 14:24:17 -07:00
Margaret Leibovic
35421fc4d1 Bug 908344 - Fix bookmark keywords. r=wesj 2013-09-03 21:19:28 -07:00
Max Li
00447afe4d Bug 906670 - Can sometimes accessibility focus hidden content from about:home. r=lucasr 2013-08-28 10:37:57 -04:00
Shilpan Bhagat
ef78a2f8e6 Bug 907592 - Use viewstubs for loading ViewPager. r=lucasr 2013-08-21 02:15:37 -07:00
Ryan VanderMeulen
916b7b3811 Backed out changeset 0aed878e34d4 (bug 888482) for intermittent Android 2.2 reftest failures. 2013-08-27 18:03:38 -04:00
Brian Nicholson
74ed911c47 Bug 888482 - Initialize Gecko in onCreate(). r=kats
--HG--
extra : rebase_source : 429dd9d82c5068f5c51993fc132b063cb300a24a
2013-08-27 11:38:07 -07:00
Wes Johnston
e708e47c0c Bug 896121 - Disable share in guest mode. r=mfinkle 2013-08-26 16:41:13 -07:00
Sriram Ramasubramanian
967c4fdf77 Bug 905328: Shadow of url-bar should be shown always. [r=lucasr] 2013-08-20 12:12:47 -07:00
Lucas Rocha
87fe449d08 Merge m-c to fig 2013-08-20 11:50:04 +01:00
Wes Johnston
00f7de4ffd Bug 840989 - Don't store favicons for error pages. r=bnicholson 2013-08-19 16:57:21 -07:00
Lucas Rocha
745ebac996 Bug 871651 - Make transition to enter editing mode a bit faster (r=sriram) 2013-08-16 23:08:05 +01:00
Margaret Leibovic
12912ff426 merge m-c into fig
--HG--
rename : browser/devtools/styleinspector/css-logic.js => toolkit/devtools/styleinspector/css-logic.js
2013-08-16 11:31:14 -07:00
Lucas Rocha
5a7d74db64 Bug 905088 - Properly handle default URL on BrowserApp's enterEditingMode (r=mcomella) 2013-08-14 23:40:35 +01:00
Margaret Leibovic
044b712ad6 Bug 899393 - Switch to a tab if it's already open. r=wesj,lucasr 2013-08-12 11:44:46 -07:00
Sriram Ramasubramanian
7a6405f632 Merge m-c to fig. 2013-08-09 10:49:51 -07:00
Shane Tully
b1a90adbf1 Bug 880118 - Android resource IDs must be mutable for library projects. r=cpeterson 2013-08-13 16:44:00 -07:00
Margaret Leibovic
7f5104c74c merge m-c to fig 2013-08-04 15:14:01 -07:00
Wes Johnston
f709a6ab8c Bug 896092 - Restore session when returning from guest mode. r=bnicholson DONTBUILD 2013-08-02 11:04:42 -07:00
Wes Johnston
cba955e2e0 backout 3c552ee3aa5e to fix commit message 2013-08-02 11:09:48 -07:00
Wes Johnston
e27870ae02 Bug 896350 - Restore session when returning from guest mode. r=bnicholson 2013-08-02 11:04:42 -07:00
Shilpan Bhagat
720d334fed Bug 895837: Implemented tabs on the bottom for history page. r=sriram
--HG--
rename : mobile/android/base/home/HistoryPage.java => mobile/android/base/home/MostRecentPage.java
rename : mobile/android/base/home/VisitedPage.java => mobile/android/base/home/MostVisitedPage.java
2013-07-25 17:06:02 -07:00
Margaret Leibovic
3284beab5e Backout 1491af6fc2ae 2013-07-29 08:40:40 -07:00
Margaret Leibovic
6804b8467f merge m-c into fig 2013-07-28 12:08:01 -07:00
Shilpan Bhagat
9ebf219dfa Bug 895837: Implemented tabs on the bottom for history page [r=lucasr]
--HG--
rename : mobile/android/base/home/HistoryPage.java => mobile/android/base/home/MostRecentPage.java
rename : mobile/android/base/home/VisitedPage.java => mobile/android/base/home/MostVisitedPage.java
2013-07-26 09:29:05 -07:00
Lucas Rocha
0ab5a6346c Bug 889621 - Fade in homepager while expanding URL bar on tap (r=sriram) 2013-07-26 12:46:28 +01:00
Lucas Rocha
b1a1af430e Bug 889621 - Allow multiple listeners in PropertyAnimators (r=sriram) 2013-07-26 12:46:28 +01:00
Brian Nicholson
808c5c072a Bug 891631 - Fix saving browser toolbar instance state. r=margaret 2013-07-25 14:26:01 -07:00
Margaret Leibovic
11f0d82275 Bug 895816 - (Part 2) Remove EditingTarget because it's no longer needed. r=lucasr 2013-07-23 17:52:36 -07:00
Margaret Leibovic
c6784c68d9 Bug 895816 - (Part 1) Tapping "New tab" should immediately create a new tab. r=lucasr 2013-07-23 17:52:32 -07:00
Mark Capella
bf254eacc1 Bug 895819 - Show "Visited" tab when about:home URL bar tapped, r=lucasr 2013-07-22 15:22:19 -04:00
Margaret Leibovic
c146eaf09b merge m-c into fig 2013-07-22 12:11:05 -07:00