Commit Graph

6080 Commits

Author SHA1 Message Date
Mark Capella
bf254eacc1 Bug 895819 - Show "Visited" tab when about:home URL bar tapped, r=lucasr 2013-07-22 15:22:19 -04:00
Adrian Tamas
dce9c9f385 Bug 895716 - fix for the testNewTab Robocop test to now load both new tabs corretly. r=margaret 2013-07-22 19:09:57 +03:00
Margaret Leibovic
c146eaf09b merge m-c into fig 2013-07-22 12:11:05 -07:00
Mark Capella
a429baf45e 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
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
Margaret Leibovic
aeb48f84e6 Remove debug logging. r=whoops DONTBUILD 2013-07-18 16:05:19 -07:00
Margaret Leibovic
cd9eec20dd Bug 880060 - Update BaseTest for new about:home, and disable robocop tests that need more work to pass. r=gbrown 2013-07-18 16:02:48 -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
43d77674d3 Bug 893529 - [fig] Allow Tap of reader list icon to open about:home READING LIST page, r=lucasr
First patch removes old code from GeckoApp.java to be moved into BrowserApp.java later
2013-07-18 11:10:10 -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
Sriram Ramasubramanian
09f71682a5 Bug 893990: Remove KEYWORD column from bookmark search query. [r=margaret] 2013-07-16 14:35:05 -07:00
Sriram Ramasubramanian
eaa616fd3e Bug 893990: BookmarksPage should use FaviconLoader. [r=margaret] 2013-07-16 14:23:38 -07: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
Ryan VanderMeulen
a5d12e8dae Merge inbound to m-c. 2013-07-16 16:02:36 -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
Nick Alexander
846fda3eaa Merge latest green mozilla-central to services-central. 2013-07-16 08:31:31 -07:00
Nick Alexander
0bcf6e7b68 Bug 890040 - Protect against orphans in Android health report uploader. r=rnewman
This does two main things.  First, it tracks sets of obsolete document
IDs and retries obsoletes and deletes.  Second, it tracks document IDs
that are attempted to be written to the server for obsolescence or
deletion without waiting for a server response to prevent orphaning
documents on successful upload and failed response.

The ObsoleteDocumentTracker uses a JSON map to maintain obsolete
document IDs and priority values.  That's not the right data
structure; Bug 894194 tracks improving it.
2013-07-15 19:44:21 -07:00
Michael Comella
a29010bd27 Bug 863347 - Remove about:home from default bookmarks. r=wesj
* * *
TEMP. Try getAllPagesList(..., -1);
2013-07-12 10:51:41 -07:00
Lucas Rocha
ea80533080 Bug 887268 - Open items from "tabs from last time" on a new tabs (r=bnicholson) 2013-07-12 22:51:29 +01:00
Lucas Rocha
cce71a8a79 Bug 887268 - Use HomePager.OnUrlOpenListener in BrowserSearch (r=bnicholson) 2013-07-12 22:51:28 +01:00
Lucas Rocha
8d5ce26e29 Bug 887268 - Allow passing an explicit EditingTarget to openUrl() (r=bnicholson) 2013-07-12 22:51:28 +01:00
Lucas Rocha
ffe6f9f781 Bug 885353 - Don't focus entry and show keyboard on new tab (r=mfinkle) 2013-07-12 19:39:55 +01:00
Mark Capella
44c5512484 Bug 892947 - [fig] Update ReaderList Status when removed via ContextMenu, r=lucasr 2013-07-12 13:34:54 -04:00
Mark Finkle
b84e559fe1 Bug 886496 - When doing lazy tab restoration, set the <browser>s in question to display:none until restored (Part 2) r=bnicholson 2013-07-13 00:34:38 -04:00
Phil Ringnalda
8d4ab5891d Back out cf07667d28cb (bug 880259) for Android crashes, timeouts, test failures and misrenderings
CLOSED TREE
2013-07-12 17:20:26 -07:00
Sriram Ramasubramanian
a863606cb5 Bug 891105: Use AsyncTaskLoaders for thumbnails. [r=lucasr] 2013-07-09 16:24:38 -07:00
Lucas Rocha
3b631990ba Bug 881774 - Restore domain autocomplete on editing mode (r=wesj) 2013-07-11 14:46:44 +01:00
Lucas Rocha
b39ddd58bb Bug 891883 - Pop back stack when removing a HomePager's subpage (r=bnicholson) 2013-07-11 14:46:42 +01:00
Sriram Ramasubramanian
80ada306d6 Bug 881802: TopBookmarks should use EditBookmark dialog. [r=wesj] 2013-07-10 16:39:54 -07:00
Sriram Ramasubramanian
25f848fe78 Bug 891636: BookmarksListView click is causing ClassCastException. [r=bnicholson] 2013-07-10 16:39:43 -07:00
Margaret Leibovic
20dd8d94ca merge m-c to fig 2013-07-10 15:21:53 -07:00
Lucas Rocha
11f1960371 Bug 891485 - Use SimpleCursorAdapter from Android's support library (r=margaret) 2013-07-09 23:26:05 +01:00
Lucas Rocha
b673274634 Bug 887244 - Style list view dividers in new about:home as per design (r=sriram) 2013-07-09 20:35:24 +01:00
Lucas Rocha
b22d3f81ea Bug 887244 - Fix typo in BaseListView style name (r=sriram) 2013-07-09 20:35:24 +01:00
Lucas Rocha
7db52a2b07 Bug 891092 - fontFamily should be defined in TwoLinePageRow's text appearance (r=sriram) 2013-07-08 23:05:51 +01: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
aab3b4cde0 Bug 882715 - Pack home pager in a frame layout (r=bnicholson) 2013-07-08 23:05:50 +01:00
Lucas Rocha
b81bf43011 Bug 882715 - Allow fragments to handle back button (r=bnicholson)
* * *
more
2013-07-08 23:05:27 +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
409adff3f7 Bug 882716 - Add getFaviconBytesForUrl() to BrowserDB (r=wesj) 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
18c1b21445 Bug 891098: Static LoadThumbnailsTask to avoid NPE. [r=bnicholson] 2013-07-08 14:16:19 -07:00
Shilpan Bhagat
77108ced55 Bug 891048: Changing the id of GeckoTextView from being "awesome" to just "url". [r=sriram] 2013-07-08 12:29:22 -07:00
Sriram Ramasubramanian
51d7d46e2f Merge m-c to fig. [r=karma] 2013-07-03 17:08:31 -07:00