Commit Graph

730 Commits

Author SHA1 Message Date
Sriram Ramasubramanian
292a6c5e71 Bug 897212: TwoLinePageRow should use a light font. [r=margaret] 2013-07-23 13:44:39 -07:00
Sriram Ramasubramanian
b62b61acc3 Bug 885882: Add back context menu support for TopBookmarksView. [r=margaret] 2013-07-22 13:08:38 -07:00
Sriram Ramasubramanian
3dc31a2202 Bug 885884: Add back pin bookmark support to TopBookmarksView. [r=lucasr] 2013-07-22 12:49:36 -07:00
Margaret Leibovic
c146eaf09b merge m-c into fig 2013-07-22 12:11:05 -07:00
Sriram Ramasubramanian
36b3efd854 Bug 880047: Rename old abouthome_* to home_* for consistency. [r=margaret]
--HG--
rename : mobile/android/base/resources/drawable-hdpi/abouthome_thumbnail_add.png => mobile/android/base/resources/drawable-hdpi/top_bookmark_add.png
rename : mobile/android/base/resources/drawable-mdpi/abouthome_thumbnail_add.png => mobile/android/base/resources/drawable-mdpi/top_bookmark_add.png
rename : mobile/android/base/resources/drawable-xhdpi/abouthome_thumbnail_add.png => mobile/android/base/resources/drawable-xhdpi/top_bookmark_add.png
extra : rebase_source : 0605caaec14f08edbb768395b8fed9c97174d849
2013-07-18 14:54:14 -07:00
Sriram Ramasubramanian
a5b4cb4f3a Bug 880047: So long, old about:home. RIP. [r=margaret]
--HG--
extra : rebase_source : e0bfebb52799babc6807471fe91d138c6c6da015
2013-07-18 21:42:42 -07:00
Sriram Ramasubramanian
4533e6f246 Bug 880047: Kill LinkTextView in old about:home [r=margaret]
--HG--
extra : rebase_source : 01c1761d615e9f877ee04742bf107cb68dd1fcbc
2013-07-18 14:11:49 -07:00
Sriram Ramasubramanian
27bb0f12ca Bug 880047: Remove TopSitesView from old about:home [r=margaret]
--HG--
extra : rebase_source : f0366c5bc5587d2e8cf51c816acf04f21bdaf767
2013-07-18 14:11:46 -07:00
Mark Capella
f9956e34bf Bug 880047 - [fig] Kill unused AboutHome code (LastTabsSection), r=margaret 2013-07-18 14:58:41 -04:00
Mark Capella
18d02d5092 Bug 880047 - [fig] Kill unused AboutHome code (AddonsSection), r=margaret 2013-07-17 18:39:38 -04:00
Margaret Leibovic
13b5e4f8cf merge m-c into fig 2013-07-17 13:50:36 -07:00
Mark Capella
ff620b13c6 Bug 880047 - [fig] Kill unused AboutHome code (RemoteTabsSection), r=margaret 2013-07-16 20:37:37 -04:00
Chris Kitching
cd435da803 Bug 892094 - Create "Search" page in settings. r=liuche
--HG--
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml-v11/preferences_customize.xml
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml/preferences_customize.xml.in
2013-07-16 18:44:42 -07:00
Ryan VanderMeulen
62c84f2292 Backed out changeset 5fe88df5c376 (bug 892094) for Android 2.2 robocop-2 failures.
--HG--
rename : mobile/android/base/resources/xml/preferences_customize.xml.in => mobile/android/base/resources/xml/preferences_customize.xml
2013-07-16 16:41:38 -04:00
Chenxia Liu
ed89dc4a7f Bug 892094 - Create "Search" page in settings. r=liuche
--HG--
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml-v11/preferences_customize.xml
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml/preferences_customize.xml.in
2013-07-16 10:09:28 -07:00
Margaret Leibovic
20dd8d94ca merge m-c to fig 2013-07-10 15:21:53 -07:00
Lucas Rocha
d56e5942ff Bug 882715 - Implement history/last tabs buttons in VisitedPage (r=bnicholson) 2013-07-08 23:05:51 +01:00
Lucas Rocha
606501ec96 Bug 882716 - Implement "Last Tabs" page for new about:home (r=bnicholson) 2013-07-08 23:02:02 +01:00
Lucas Rocha
fb8c9057be Bug 882715 - Implement history page in new about:home (r=bnicholson) 2013-07-08 23:02:02 +01:00
Sriram Ramasubramanian
51d7d46e2f Merge m-c to fig. [r=karma] 2013-07-03 17:08:31 -07:00
Margaret Leibovic
f44bc2958d Bug 862798 - Add "Reading List" page to new about:home. r=bnicholson,sriram 2013-07-02 21:40:29 -07:00
Margaret Leibovic
8641e36074 Backed out changeset 7f1cfc8c84e8 2013-07-03 10:35:46 -07:00
Margaret Leibovic
6bfe3bb21f Bug 862798 - Add "Reading List" page to new about:home. r=bnicholson,sriram 2013-07-02 21:40:29 -07:00
Sriram Ramasubramanian
0737620525 Bug 889612: TopBookmarksAdapter should be controlled by the BookmarksPage fragment. [r=bnicholson] 2013-07-02 14:31:34 -07:00
Sriram Ramasubramanian
f7b44ba3eb Bug 889612: BookmarksListAdapter should be controlled by the BookmarksPage fragment. [r=bnicholson] 2013-07-02 15:03:13 -07:00
Nick Alexander
461e0c09cb Bug 892603 - Remove unused MOZ_APP_ICON and LINUX_BRANDING_FILES from mobile/android/base/Makefile.in. r=mfinkle
MOZ_APP_ICON was a Makefile dependency not mentioned elsewhere in the
tree.

The text `LINUX_BRANDING` does not appear in the tree.  There are no
references to `fennec_48x48.png` or `fennec_72x72.png` outside of
mobile/android/base/Makefile.in, and that file explicitly copies the
referenced files (so does not depend on the deleted export rules).

This leaves the relevant Makefile.in files empty, so we can remove
them.

--HG--
extra : rebase_source : a62f1571ba43a8c7171db9dab7c39346ae3577b1
2013-07-19 13:59:42 -07:00
Nick Alexander
8f45876edf Bug 895670 - Remove SetupScreen and associated assets. r=mfinkle
--HG--
extra : rebase_source : 67e551da22e8490138a94cc303c1102ef49599e9
2013-07-19 13:59:42 -07:00
Margaret Leibovic
04e10fead7 Bug 885962 - Polish mixed content blocking UI. r=sriram 2013-07-18 20:03:46 -07:00
Wes Kocher
8a055ce3cf Backout 111b3d84c479 (bug 885962) for Android bustage on a CLOSED TREE
--HG--
rename : mobile/android/base/resources/drawable-mdpi/lock_identified.png => mobile/android/base/resources/drawable-mdpi/site_security_identified.png
rename : mobile/android/base/resources/drawable-mdpi/lock_verified.png => mobile/android/base/resources/drawable-mdpi/site_security_verified.png
extra : amend_source : aff11fe057de12ee7ec2fff8814a78b415d6554a
2013-07-18 21:31:44 -07:00
Margaret Leibovic
865e50681b Bug 885962 - Polish mixed content blocking UI. r=sriram 2013-07-18 20:03:46 -07:00
Sriram Ramasubramanian
56583ca40b Bug 888034: No rounded corners on dominant colored backgrounds on BookmarkThumbnailView. [r=margaret]
--HG--
extra : rebase_source : 2b6d640d426d4e1eda6460c26a8f673c7ab6c563
2013-06-28 11:08:34 -07:00
Lucas Rocha
b46e335bb8 Bug 884896 - Move all search-related classes to home package (r=sriram)
--HG--
rename : mobile/android/base/BrowserSearch.java => mobile/android/base/home/BrowserSearch.java
rename : mobile/android/base/SearchEngine.java => mobile/android/base/home/SearchEngine.java
rename : mobile/android/base/SearchEngineRow.java => mobile/android/base/home/SearchEngineRow.java
rename : mobile/android/base/SimpleCursorLoader.java => mobile/android/base/home/SimpleCursorLoader.java
rename : mobile/android/base/SuggestClient.java => mobile/android/base/home/SuggestClient.java
2013-06-25 18:00:09 +01:00
Lucas Rocha
c1db1c0db9 Bug 862794 - Implement Visited page in about:home (r=bnicholson) 2013-06-25 17:51:57 +01:00
Lucas Rocha
6201a3d82d Bug 862794 - Factor out the code for handling favicon loaders (r=bnicholson) 2013-06-25 17:51:57 +01:00
Nick Alexander
3d893d9a3b Bug 895635 - Make RES_DRAWABLE parallel to other RES_* in mobile/android/base/Makefile.in. r=blassey 2013-07-18 15:09:03 -07:00
Sriram Ramasubramanian
75f710e68e Bug 882365: Add a top bookmarks section grid view. [r=lucasr] 2013-06-20 11:45:58 -07:00
Sriram Ramasubramanian
50c7d18da3 Bug 883300: Make BookmarksListView a class of its own. [r=margaret] 2013-06-14 12:00:59 -07:00
Sriram Ramasubramanian
319641c382 Bug 883300: Add an XML layout for the boomarks page. [r=margaret] 2013-06-14 11:58:30 -07:00
Sriram Ramasubramanian
1623994abd Bug 887572: Kill GeckoViewsFactory. [r=bnicholson] 2013-06-27 16:51:55 -07:00
Sriram Ramasubramanian
d7c47630d0 Bug 887020: Remove mLayout from BrowserToolbar. [r=mfinkle] 2013-06-25 16:10:52 -07:00
Margaret Leibovic
311d9c1bc5 Bug 876712 - (Part 3) Remove more unused awesomebar_* files, and rename awesomebar_suggestion_row.xml. r=sriram
--HG--
rename : mobile/android/base/resources/layout/awesomebar_suggestion_item.xml => mobile/android/base/resources/layout/suggestion_item.xml
2013-06-12 13:54:31 -07:00
Margaret Leibovic
251ea42e65 Bug 876712 - Kill AweseomeBar/AwesomeBarTabs. r=sriram,wesj 2013-06-12 13:33:13 -07:00
Margaret Leibovic
39a2a15e56 Bug 876712 - Rename awesomebar_contextmenu to home_contextmenu. r=sriram
--HG--
rename : mobile/android/base/resources/menu/awesomebar_contextmenu.xml => mobile/android/base/resources/menu/home_contextmenu.xml
2013-06-12 13:23:29 -07:00
Sriram Ramasubramanian
b327090db5 Bug 878136: Move ContextMenu functionality from AwesomeBar to BrowserApp. [r=lucasr] 2013-05-31 14:36:39 -07:00
Lucas Rocha
81a9b8238a Bug 871650 - Restore search suggestions support (r=bnicholson) 2013-06-11 18:01:35 +01:00
Lucas Rocha
bfca2452a4 Bug 877870 - Initial implementation of new browser search fragment (r=bnicholson) 2013-06-11 17:57:45 +01:00
Lucas Rocha
c2ece94668 Bug 877870 - Rename bookmark_item_row.xml to home_item_row.xml (r=sriram)
--HG--
rename : mobile/android/base/resources/layout/bookmark_item_row.xml => mobile/android/base/resources/layout/home_item_row.xml
2013-06-11 17:57:44 +01:00
Sriram Ramasubramanian
5c95db9683 Bug 880393: FadedTextView for about:home. [r=mfinkle] 2013-06-10 11:17:34 -07:00
Sriram Ramasubramanian
21d4a89c21 Merge m-c to fig 2013-06-04 11:12:13 -07:00
Sriram Ramasubramanian
d92e6a9b26 Bug 862796: Add a bookmarks panel to about:home. [r=bnicholson] 2013-05-30 17:53:13 -07:00