Commit Graph

183 Commits

Author SHA1 Message Date
Lucas Rocha
1131fc9df6 Bug 944533 - Re-define internal API to update toolbar UI state (r=mfinkle) 2014-01-09 10:46:17 +00:00
Margaret Leibovic
0f0fd043d8 Bug 921557 - (Part 2) Update other deprecated BitmapDrawable constructor usage. r=wesj 2014-01-07 14:12:04 -08:00
Mark Finkle
6b9c6ba7dc Bug 952894 - Use existing triggers to clear open search engines state r=rnewman 2013-12-28 22:14:13 -05:00
Margaret Leibovic
8bb6cd1e23 Bug 950919 - (Part 2) Get rid of "aboutHomePage" flag. r=mcomella 2013-12-17 22:43:31 -08:00
Margaret Leibovic
9969523305 Bug 949181 - Get rid of the Page enum in HomePager. r=wesj 2013-12-17 13:34:10 -08:00
Lucas Rocha
c1e1d38335 Bug 942231 - Change HomePager to be backed by HomeConfig (r=margaret) 2013-12-12 12:04:31 +00:00
Carsten "Tomcat" Book
56e72953a6 Backed out changeset 64376a7a08df (bug 942231) for Android Bustage on a CLOSED TREE 2013-12-12 12:44:11 +01:00
Lucas Rocha
6cfc2fd5ae Bug 942231 - Change HomePager to be backed by HomeConfig (r=margaret) 2013-12-12 10:55:36 +00:00
Lucas Rocha
fc210fdac8 Bug 945212 - Encapsulate identity data/security mode behind a type-safe API (r=margaret) 2013-12-12 00:28:15 +00:00
Lucas Rocha
19e83051ba Bug 943915 - Move SiteIdentityPopup to the toolbar package (r=wesj)
--HG--
rename : mobile/android/base/SiteIdentityPopup.java => mobile/android/base/toolbar/SiteIdentityPopup.java
2013-12-12 00:28:14 +00:00
Lucas Rocha
19e1178538 Bug 944537 - Use message data to decide whether to show Tab progress or not (r=mfinkle) 2013-12-03 16:20:31 +00:00
Richard Newman
64f793a9ff Bug 941868 - Part 5: don't fetch about:home's favicon later in the load cycle. r=mcomella 2013-11-26 19:48:30 -08:00
Richard Newman
0c1fb7f45d Bug 941844 - Part 1: don't update title if title doesn't change. r=bnicholson 2013-11-22 17:12:19 -08:00
Wes Johnston
503e6ea447 Bug 941201 - Send old url info in location change messages. r=margaret 2013-11-22 14:11:08 -08:00
Richard Newman
c10b1b92ad Bug 941982 - Clean up about: page handling. r=mcomella 2013-11-21 23:33:28 -08:00
Chenxia Liu
c4eedb156d Bug 852608 - Part 3: Add UI for adding a search engine. r=lucasr 2013-11-06 15:21:56 -08:00
Richard Newman
6983a6c01c Bug 931843 - Part 2: rewrite OnFaviconLoadedListeners to hold fewer references. r=bnicholson 2013-11-04 11:48:58 -08:00
Mark Capella
c9416dbfc0 Bug 923086 - "Add to reading list" button does not save it's state, r=lucasr
Part 2 - Actual final bug solution, tie into Part 1
2013-10-14 09:58:16 -04:00
Lucas Rocha
9c387d261e 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
ed9279760c 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
a02d3bcfb8 Bug 890392 - Include page thumbnail when sharing. r=mfinkle 2013-09-17 10:27:37 -04:00
Chris Kitching
dc3bf2ecb8 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
Lucas Rocha
ac5d380df7 Merge m-c to fig 2013-08-20 11:50:04 +01:00
Wes Johnston
a4a77666a9 Bug 808636 - Make urltext red on about:blocked. r=margaret 2013-08-19 15:14:37 -07:00
Mark Capella
359bf1675f Bug 893529 - [fig] Allow Tap of reader list icon to open about:home READING LIST page, r=lucasr 2013-07-22 13:49:23 -04:00
Margaret Leibovic
83feb133fa merge m-c into fig 2013-07-17 13:50:36 -07:00
Margaret Leibovic
a642185d51 merge m-c to fig 2013-07-10 15:21:53 -07:00
Brian Nicholson
96e253c01f Bug 851373 - Have Tabs use the application context instead of the activity. r=rnewman 2013-07-15 12:12:15 -07:00
Sriram Ramasubramanian
07118340e6 Merge m-c to fig 2013-06-04 11:12:13 -07:00
Sriram Ramasubramanian
8bf649dc79 Bug 873579: Remove existing vertical about:home view. [r=bnicholson] 2013-05-29 11:31:52 -07:00
Margaret Leibovic
7b635477de Bug 872965 - Toggle reader mode when tapping the reader mode icon. r=mfinkle 2013-05-20 10:35:03 -07:00
Ryan VanderMeulen
83454cd58f Backed out changesets 0cb5418906cf and 3c366c865e73 (bug 803299) for Android bustage.
CLOSED TREE
2013-05-02 15:45:20 -04:00
Chris Lord
0cf6a2de89 Bug 803299 - Enable 32-bit colour on Android. r=kats 2013-05-02 18:25:16 +01:00
Chris Lord
4dcb88c93c Bug 803299 - Enable 32-bit colour on Android. r=kats 2013-07-04 14:53:25 +01:00
Margaret Leibovic
c2b6007224 Bug 877729 - Remove getUrlForAboutReader and use getUrlFromAboutReader instead. r=lucasr 2013-05-30 16:26:38 -07:00
Ehsan Akhgari
9b848f5568 Backed out 8 changesets (bug 803299) because it makes Tcheckerboard and Tpan so much worse
Backed out changeset f0311781c218 (bug 803299)
Backed out changeset 946467115924 (bug 803299)
Backed out changeset 59af481d8888 (bug 803299)
Backed out changeset 99a03f7ca8a4 (bug 803299)
Backed out changeset 44539f533a92 (bug 803299)
Backed out changeset 3f3963a3ebf6 (bug 803299)
Backed out changeset 5269f0483d1e (bug 803299)
Backed out changeset a9485787fdb1 (bug 803299)
2013-05-29 17:14:27 -04:00
Chris Lord
be07b8c1ba Bug 803299 - Enable 32-bit colour on Android. r=kats
--HG--
extra : rebase_source : e494442a5ae7c906465f31924e4f54d815130972
2013-05-29 15:25:40 +01:00
Trevor Saunders
4b16c76fb3 backout 7a1706d0e5b0 to 8c8b6adebb4c for frequent failures in scrolling/text-1.html and scrolling/text-2.html reftests on a CLOSED TREE 2013-05-28 18:32:29 -04:00
Chris Lord
baaafdbe93 Bug 803299 - Enable 32-bit colour on Android. r=kats 2013-05-28 18:50:16 +01:00
Wes Johnston
2c03bd0056 Bug 857165 - Highlight domain when showing urls. r=mfinkle 2013-04-26 16:17:37 -07:00
Ryan VanderMeulen
089cb45b06 Backed out 3 changesets (bug 857165, bug 863828) for Android bustage on a CLOSED TREE.
Backed out changeset 4ad22d42b4f5 (bug 863828)
Backed out changeset 84b4d799cc6d (bug 857165)
Backed out changeset cc161ca434fa (bug 863828)
2013-04-26 22:49:55 -04:00
Wes Johnston
3aaa5ea086 Bug 857165 - Highlight domain when showing urls. r=mfinkle 2013-04-26 16:17:37 -07:00
Chris Lord
cb9c55afb6 Bug 858969 - Refactor dynamic toolbar so page is offset and not overlapped. r=kats,nrc
Refactor the dynamic toolbar code so that the ownership of various properties
is clearer, and the page is offset by the toolbar instead of being overlapped.
This fixes problems with the scroll origin of the page not corresponding to
the visible origin on the screen.
2013-04-25 18:47:08 +01:00
Ryan VanderMeulen
4b7c54d033 Backed out changeset 684a5ca2efb7 (bug 858969) for Android M3 failures.
CLOSED TREE
2013-04-25 10:56:54 -04:00
Chris Lord
5671b1d883 Bug 858969 - Refactor dynamic toolbar so page is offset and not overlapped. r=kats,nrc
Refactor the dynamic toolbar code so that the ownership of various properties
is clearer, and the page is offset by the toolbar instead of being overlapped.
This fixes problems with the scroll origin of the page not corresponding to
the visible origin on the screen.
2013-04-24 17:06:23 +01:00
Lucas Rocha
86ee6c8245 Bug 814587 - Change Reader:Add to handle tabID and URL as input (r=bnicholson) 2013-03-16 01:40:06 +05:30
Wes Johnston
8da3a43ea8 Bug 815715 - Send location change methods even if we're just moving inside the same document. r=bnicholson 2013-04-16 15:07:11 -07:00
Brian Nicholson
830f0c9453 Bug 838793 - Part 1: Convert AboutHomeContent to a Fragment. r=lucasr 2013-04-16 14:34:46 -07:00
Margaret Leibovic
0639dc9cba Bug 823230 - (Part 2) Remember search terms and show them again when returning to the awesomescreen. r=mfinkle 2013-04-10 11:02: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