Mark Capella
3ac9528da3
Bug 895819 - Show "Visited" tab when about:home URL bar tapped, r=lucasr
2013-07-22 15:22:19 -04:00
Adrian Tamas
7834c94679
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
0c5dbd2403
merge m-c into fig
2013-07-22 12:11:05 -07:00
Mark Capella
9f09d40473
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
db5c5ecafb
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
79b1a28afc
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
10c4261c92
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
a69ea4f494
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
5b69f8d221
Remove debug logging. r=whoops DONTBUILD
2013-07-18 16:05:19 -07:00
Margaret Leibovic
a36172627f
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
03894e6244
Bug 880047 - [fig] Kill unused AboutHome code (LastTabsSection), r=margaret
2013-07-18 14:58:41 -04:00
Mark Capella
ec337b306f
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
29d1a84cdd
Bug 880047 - [fig] Kill unused AboutHome code (AddonsSection), r=margaret
2013-07-17 18:39:38 -04:00
Margaret Leibovic
9e5c72f1b0
merge m-c into fig
2013-07-17 13:50:36 -07:00
Mark Capella
9aee838290
Bug 880047 - [fig] Kill unused AboutHome code (RemoteTabsSection), r=margaret
2013-07-16 20:37:37 -04:00
Sriram Ramasubramanian
8c125ea8c4
Bug 893990: Remove KEYWORD column from bookmark search query. [r=margaret]
2013-07-16 14:35:05 -07:00
Sriram Ramasubramanian
168436278d
Bug 893990: BookmarksPage should use FaviconLoader. [r=margaret]
2013-07-16 14:23:38 -07:00
Chris Kitching
629911606b
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
327d11dd6a
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
88f575de39
Merge inbound to m-c.
2013-07-16 16:02:36 -04:00
Chenxia Liu
c820daa64e
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
ad4bf5a643
Merge latest green mozilla-central to services-central.
2013-07-16 08:31:31 -07:00
Nick Alexander
8f4e859881
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
70c0334f36
Bug 863347 - Remove about:home from default bookmarks. r=wesj
...
* * *
TEMP. Try getAllPagesList(..., -1);
2013-07-12 10:51:41 -07:00
Lucas Rocha
a4e251dede
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
719444d123
Bug 887268 - Use HomePager.OnUrlOpenListener in BrowserSearch (r=bnicholson)
2013-07-12 22:51:28 +01:00
Lucas Rocha
a0b36beef3
Bug 887268 - Allow passing an explicit EditingTarget to openUrl() (r=bnicholson)
2013-07-12 22:51:28 +01:00
Lucas Rocha
c87665bfa1
Bug 885353 - Don't focus entry and show keyboard on new tab (r=mfinkle)
2013-07-12 19:39:55 +01:00
Mark Capella
3c8854b33f
Bug 892947 - [fig] Update ReaderList Status when removed via ContextMenu, r=lucasr
2013-07-12 13:34:54 -04:00
Phil Ringnalda
ea4182bf42
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
e862121429
Bug 891105: Use AsyncTaskLoaders for thumbnails. [r=lucasr]
2013-07-09 16:24:38 -07:00
Lucas Rocha
486e1d053f
Bug 881774 - Restore domain autocomplete on editing mode (r=wesj)
2013-07-11 14:46:44 +01:00
Lucas Rocha
175b851f5d
Bug 891883 - Pop back stack when removing a HomePager's subpage (r=bnicholson)
2013-07-11 14:46:42 +01:00
Sriram Ramasubramanian
1ad9ddc329
Bug 881802: TopBookmarks should use EditBookmark dialog. [r=wesj]
2013-07-10 16:39:54 -07:00
Sriram Ramasubramanian
be250371f4
Bug 891636: BookmarksListView click is causing ClassCastException. [r=bnicholson]
2013-07-10 16:39:43 -07:00
Margaret Leibovic
77774bbbac
merge m-c to fig
2013-07-10 15:21:53 -07:00
Lucas Rocha
d1946bbe4c
Bug 891485 - Use SimpleCursorAdapter from Android's support library (r=margaret)
2013-07-09 23:26:05 +01:00
Lucas Rocha
6b0a5730b1
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
fd284e1c89
Bug 887244 - Fix typo in BaseListView style name (r=sriram)
2013-07-09 20:35:24 +01:00
Lucas Rocha
074310389b
Bug 891092 - fontFamily should be defined in TwoLinePageRow's text appearance (r=sriram)
2013-07-08 23:05:51 +01:00
Lucas Rocha
666ded0d67
Bug 882715 - Implement history/last tabs buttons in VisitedPage (r=bnicholson)
2013-07-08 23:05:51 +01:00
Lucas Rocha
e673f60ae4
Bug 882715 - Pack home pager in a frame layout (r=bnicholson)
2013-07-08 23:05:50 +01:00
Lucas Rocha
b3cb483ddf
Bug 882715 - Allow fragments to handle back button (r=bnicholson)
...
* * *
more
2013-07-08 23:05:27 +01:00
Lucas Rocha
19f3171dfe
Bug 882716 - Implement "Last Tabs" page for new about:home (r=bnicholson)
2013-07-08 23:02:02 +01:00
Lucas Rocha
6bd93715ae
Bug 882716 - Add getFaviconBytesForUrl() to BrowserDB (r=wesj)
2013-07-08 23:02:02 +01:00
Lucas Rocha
8a66c135eb
Bug 882715 - Implement history page in new about:home (r=bnicholson)
2013-07-08 23:02:02 +01:00
Sriram Ramasubramanian
6c6c977d3a
Bug 891098: Static LoadThumbnailsTask to avoid NPE. [r=bnicholson]
2013-07-08 14:16:19 -07:00
Shilpan Bhagat
2361fbc01e
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
f937333e2c
Merge m-c to fig. [r=karma]
2013-07-03 17:08:31 -07:00
Margaret Leibovic
80687b1667
Bug 862798 - Add "Reading List" page to new about:home. r=bnicholson,sriram
2013-07-02 21:40:29 -07:00