Brad Lassey
64176cdc91
bug 880259 - Firefox should use GeckoView r=mfinkle
2013-08-02 16:46:07 -04:00
Ed Morley
868a862637
Merge latest green fx-team changeset and mozilla-central
2013-08-15 11:57:16 +01:00
Ryan VanderMeulen
c292f445e7
Merge m-c to inbound.
2013-08-14 17:11:30 -04:00
Brian Nicholson
56b2532c64
Bug 901903 - Don't try to fetch guest profile if it doesn't exist. r=wesj
2013-08-14 09:07:00 -07:00
Ms2ger
3d504dcb66
Merge latest PGO-green inbounc changeset to m-c.
2013-08-14 14:45:47 +02:00
Shane Tully
29d8ca6c01
Bug 880118 - Android resource IDs must be mutable for library projects. r=cpeterson
2013-08-13 16:44:00 -07:00
Shane Tully
aad7c52298
Bug 894088 - Add loadUrlInNewTab() in GeckoView for opening URL in new tab. r=cpeterson
2013-08-13 13:43:00 -07:00
Ryan VanderMeulen
5f126715b1
Merge m-c to fx-team.
2013-08-13 15:39:41 -04:00
Mark Capella
99573fd874
Bug 903871 - JS crash in SelectionHandler during longtap text select on target page, r=margaret
2013-08-13 14:51:26 -04:00
Kartikaya Gupta
d8c768311d
Bug 902888 - Fix coordinate system mismatch with pre-Honeycomb plugins on Android. r=snorp
...
The plugin code was returning a rect in LayoutDevicePixels whereas Java
was treating it as a CSS-pixel rect. This patch makes the types more
explicit and adds a conversion in AndroidBridge to convert from the
LayoutDevicePixels to CSSPixel rects.
2013-08-13 11:49:21 -04:00
Kyle Huey
ca3e0665dd
Bug 890304 - Remove the indexeddb.feature.enabled pref. r=sicking
2013-08-13 08:49:11 -04:00
Carsten "Tomcat" Book
4ed1c185c7
merge mozilla-inbound to mozilla-central
2013-08-13 12:34:27 +02:00
Ryan VanderMeulen
a5dba846e8
Merge m-c to fx-team.
2013-08-12 22:00:03 -04:00
Brian Nicholson
e9f0445925
Bug 899141 - Fix startup intent handling. r=mfinkle,kats
2013-08-12 16:15:35 -07:00
Ryan VanderMeulen
ef22033490
Merge m-c to b2g-inbound.
2013-08-12 17:44:21 -04:00
Ryan VanderMeulen
bd41127cb8
Merge fx-team to m-c.
2013-08-12 17:42:19 -04:00
Bobby Holley
d51c959abd
Bug 901364 - Remove a bunch of now-unused modal state tracking machinery. r=mrbkap
2013-08-12 12:54:51 -07:00
Nick Alexander
3039beb3c3
Bug 903123: Add HawkAuthHeaderProvider for Android Background Services. r=rnewman
...
Hawk is an HTTP authentication scheme using a message authentication
code (MAC) algorithm to provide partial HTTP request cryptographic
verification. Hawk is the successor to the HMAC authentication
scheme. The Hawk scheme is descripted at
https://github.com/hueniverse/hawk
Hawk is under-specified; this implementation interoperates with the
git hash at
871cc59797
2013-08-12 11:10:03 -07:00
Kartikaya Gupta
bc6acbe572
Bug 896547 - Fix regression due to incorrect change in 2765ec8ccf3b. r=Cwiiis
...
We use two different "pageWidth" calculations in browser.js, and the
regressing change switched from using one definition to the other. This
caused an infinite remeasure loop.
2013-08-12 13:26:08 -04:00
Max Li
c31b265cc2
Bug 904070 - Unlabelled button on addons screen. r=margaret
2013-08-12 10:47:09 -04:00
Ryan VanderMeulen
75b9bb6d8f
Merge m-c to inbound.
2013-08-12 21:59:20 -04:00
Ryan VanderMeulen
7c6f75f871
Merge m-c to inbound.
2013-08-12 17:43:24 -04:00
Ehsan Akhgari
a5df77f84b
Bug 885505 - Enable Web Audio by default on all platforms; r=roc
...
--HG--
extra : rebase_source : ee2a9ac1083c642485de311a1cbbfe2e338577c2
2013-08-12 10:00:07 -04:00
Wes Johnston
8937b482c3
Bug 904075 - Follow up to simplify code. r=margaret
2013-08-13 08:52:31 -07:00
Wes Johnston
21e53d7e39
Bug 904075 - Remove un-necessary check finding media links. r=margaret
2013-08-13 08:50:37 -07:00
Wes Johnston
2a1f7f2868
Bug 808636 - Add missing resource. r=margaret
2013-08-15 13:22:19 -07:00
Wes Johnston
f833c11065
Bug 808636 - Restyle mobile error pages. r=margaret
2013-08-15 12:04:42 -07:00
Wes Johnston
83ed23425e
Bug 901822 - Fix expanders in error pages. r=margaret
2013-08-15 12:04:36 -07:00
Adrian Tamas
bc6090d818
Bug 896566 - Update testClearPrivateData for the new about:home (r=margaret)
2013-08-02 17:28:43 +03:00
Adrian Tamas
9f7847fe3e
Bug 896557 - fix the testWebContentContextMenu to work on fig fennec. r=margaret
2013-08-02 16:00:56 +03:00
Lucas Rocha
18fb8b4392
Bug 903448 - Update testHistory for new about:home (r=margaret)
2013-08-17 14:24:27 +01:00
Lucas Rocha
590d019e35
Bug 897483 - Add waitForListToLoad() to BaseTest (r=margaret)
2013-08-17 14:24:25 +01:00
Lucas Rocha
544c2f888d
Bug 903478 - Add findListViewWithTag() to BaseTest (r=margaret)
2013-08-17 14:23:52 +01:00
Lucas Rocha
8eb6b59c71
Bug 903478 - Tag all ListViews in the new about:home UI (r=margaret)
2013-08-17 14:11:41 +01:00
Lucas Rocha
1277fff2c4
Bug 892500/905286 - Use FaviconsLoader in LastTabsPage (r=sriram)
2013-08-17 01:47:42 +01:00
Lucas Rocha
c561eef04b
Bug 871651 - Make transition to enter editing mode a bit faster (r=sriram)
2013-08-16 23:08:05 +01:00
Lucas Rocha
de38abcb8e
Bug 871651 - Only update user visible hint if it has changed (r=sriram)
2013-08-16 23:08:01 +01:00
Lucas Rocha
53ee5a2324
Bug 871651 - Only load pages after editing mode animation ends (r=sriram)
2013-08-16 23:07:35 +01:00
Lucas Rocha
74bb699401
Bug 871651 - Move methods up, before inner classes for consistency (r-sriram)
2013-08-16 23:07:31 +01:00
Lucas Rocha
8cb60033ba
Bug 871651 - Use hardware layers to animate about:home (r=sriram)
2013-08-16 23:05:56 +01:00
Lucas Rocha
ab64cded54
Bug 871651 - Avoid starting animations during or just before a layout round (r=sriram)
2013-08-16 23:05:55 +01:00
Sriram Ramasubramanian
0f479a7d2e
Bug 904840: Don't inflate history page until user navigates there. [r=lucasr]
...
--HG--
extra : rebase_source : 46d7a73f627a494168646f87500a17177d42a3f7
2013-08-13 14:33:03 -07:00
Margaret Leibovic
33236f4337
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
Chenxia Liu
6d6eed0615
Bug 891953 - Part 2: Add "Tip" for reading list empty screen. r=sriram
2013-08-16 01:41:00 -07:00
Chenxia Liu
a97d9c67ab
Bug 891953 - Part 1: Implement empty screen text and icon for reading list. r=sriram
2013-08-16 01:33:04 -07:00
Lucas Rocha
951f4632ea
Bug 899550 - Disable editing mode animations on pre-Honeycomb devices (r=sriram)
2013-08-15 20:24:05 +01:00
Michael Comella
b06a133d05
Bug 904122: Dismiss keyboard on search suggestion scroll. r=lucasr
2013-08-15 09:33:27 -07:00
Michael Comella
d8e183e4e6
Backed out changeset 9760c819e993
2013-08-15 09:57:56 -07:00
Michael Comella
7693f20e7b
Bug 904122: Dismiss keyboard on search suggestion scroll. r=lucasr
2013-08-15 09:49:45 -07:00
Lucas Rocha
a6b9f9304f
Bug 904081 - Avoid exceeding query var limit in getFaviconsForUrls() (r=margaret)
2013-08-15 17:39:16 +01:00
Lucas Rocha
b12ee56d24
Bug 896571 - Update testInputAwesomeBar for new about:home (r=margaret)
...
--HG--
rename : mobile/android/base/tests/testInputAwesomeBar.java.in => mobile/android/base/tests/testInputUrlBar.java.in
2013-08-15 12:16:19 +01:00
Lucas Rocha
96a68fcbbc
Bug 901899 - Add testBrowserSearchVisility (r=margaret)
2013-08-15 12:10:17 +01:00
Lucas Rocha
88ceb8a4dd
Bug 905088 - Properly handle default URL on BrowserApp's enterEditingMode (r=mcomella)
2013-08-14 23:40:35 +01:00
Lucas Rocha
0bde31bfef
Bug 904689 - Implement empty screen state for "Most Visited" page (r=liuche)
2013-08-14 23:31:42 +01:00
Chenxia Liu
8bf8feffe5
Bug 905162 - Misc empty view tweaks. r=lucasr
2013-08-14 23:24:21 +01:00
Lucas Rocha
47ad363208
Bug 905162 - Hide title when showing empty views in MostRecentPage and LastTabsPage (r=liuche)
2013-08-14 23:23:49 +01:00
Lucas Rocha
feb4759d39
Bug 905162 - Reset all MostRecentPage views in onDestroyView (r=liuche)
2013-08-14 23:23:49 +01:00
Lucas Rocha
2c98ba00d9
Bug 905162 - Fetch empty view from fragment's view instead of activity (r=liuche)
2013-08-14 23:23:48 +01:00
Lucas Rocha
a5904ea3a4
Bug 896560 - Update testSearchSuggestions test for new about:home (r=margaret)
2013-08-14 22:53:34 +01:00
Lucas Rocha
54d26fae95
Bug 896560 - Only set SuggestClient if not defined yet (r=margaret)
2013-08-14 22:53:26 +01:00
Shilpan Bhagat
bcb07521e3
Bug 891183: Added custom tab strip in about:home for tablets [r=sriram]
2013-08-13 17:08:16 -07:00
Adrian Tamas
0b29fa787b
Bug 901432 - Clean-up BaseTest and add a new subclass AboutHomeTest (r=gbrown)
2013-08-13 15:37:48 +03:00
Lucas Rocha
e8d623a781
Bug 871652 - Disable toolbar's context menu while in editing mode (r=sriram)
2013-08-14 10:55:27 +01:00
Sriram Ramasubramanian
aec1e5fd9f
Bug 888905: Top divider for HomeListView on tablets. [r=lucasr]
2013-08-09 12:55:30 -07:00
Sriram Ramasubramanian
5766adbabb
Bug 888905: Reading list row for about:home tablet mode. [r=lucasr]
2013-08-09 12:41:02 -07:00
Sriram Ramasubramanian
6b9b67d181
Bug 888905: Tablet reading list for new about:home. [r=lucasr]
2013-08-09 12:32:46 -07:00
Shilpan Bhagat
f446f4b16d
Bug 894077: Layout for history panel for tablets [r=sriram]
2013-08-07 00:11:31 -07:00
Margaret Leibovic
1ff79b4e24
Bug 899393 - Switch to a tab if it's already open. r=wesj,lucasr
2013-08-12 11:44:46 -07:00
Chenxia Liu
31f394550a
Bug 903160 - Follow-up: Use ViewStub in home_list_with_title.xml for lazy inflation. r=sriram
2013-08-09 17:56:53 -07:00
Chenxia Liu
bde8331999
Bug 895867 - Implement empty screen state for 'tabs from last time'. r=lucasr
2013-08-09 13:39:13 -07:00
Sriram Ramasubramanian
0e81cf1bd5
No bug: Merge m-c to fig.
2013-08-09 11:41:47 -07:00
Sriram Ramasubramanian
874bc61719
Merge m-c to fig.
2013-08-09 10:49:51 -07:00
Michael Comella
f00e99309b
Bug 900289: Enable foreign key pragma on FHR database. r=rnewman
2013-08-08 20:54:36 -07:00
Chris Kitching
0aaaf57b5b
Bug 902932 - Cleaning up problematic dead code in aboutAddons.js r=liuche
2013-08-08 18:51:27 -07:00
Chenxia Liu
95cefab8e6
Bug 902507 - Follow-up: Move "setEmptyView" to after cursor is loaded for MostRecentPage. r=lucasr
2013-08-08 17:34:46 -07:00
Chenxia Liu
1df19d26aa
Backed out changeset c0dc627fa67f
2013-08-08 16:13:21 -07:00
Chenxia Liu
8b0f9014bf
Bug 902507 - Follow-up: Move "setEmptyView" to after cursor is loaded for MostRecentPage. r=lucasr
2013-08-08 15:40:34 -07:00
Lucas Rocha
1337149260
Bug 901766 - Fix handling of settings activity in testSettingsMenuItems (r=liuche)
2013-08-06 17:51:20 +01:00
Sriram Ramasubramanian
dd038e2f0e
Bug 888905: Tablet bookmarks page for new about:home. [r=lucasr]
2013-08-07 09:39:26 -07:00
Sriram Ramasubramanian
9793653c2a
Bug 902038: Change the access of newView() in MultiTypeCursorAdapter. [r=lucasr] DONTBUILD because trivial-change
2013-08-07 09:09:20 -07:00
Sriram Ramasubramanian
4ff9863a62
Bug 902038: MultiTypeCursorAdapter for history, bookmarks and browser search adapters. [r=lucasr]
2013-08-07 08:50:52 -07:00
Sriram Ramasubramanian
efcabf35a0
Bug 902038: MultiTypeCusorAdapter that wraps a Cursor and its associated meta data. [r=lucasr]
2013-08-07 08:44:55 -07:00
Sriram Ramasubramanian
08b7ababde
Bug 901066: Entry animation for thumbnails in TopBookmarksView. [r=mfinkle]
2013-08-02 12:29:45 -07:00
Sriram Ramasubramanian
543ce1a95a
Bug 902064: Folders on BookmarksListView are crashing. [r=lucasr]
2013-08-07 08:44:42 -07:00
Chenxia Liu
a75762f840
Bug 895866 - Implement empty screen state for 'history'. r=sriram
2013-08-06 17:03:04 -07:00
Chenxia Liu
c90afe49de
Backed out changeset e979b2ee0d42
2013-08-06 18:06:33 -07:00
Chenxia Liu
168d71598b
Bug 895866 - Implement empty screen state for 'history'. r=sriram
2013-08-06 17:03:04 -07:00
Margaret Leibovic
166c8f4ecc
Bug 897247 - Update "Switch to tab" UI when background tabs change. r=wesj
2013-08-06 16:19:42 -07:00
Margaret Leibovic
744c5793c1
Bug 900744 - Don't show a context menu for search engine rows. r=lucasr
2013-08-05 12:00:21 -07:00
Margaret Leibovic
256f73139e
Bug 900746 - Account for search suggestion engine rows that appear above normal page rows. r=lucasr
2013-08-05 12:00:18 -07:00
Margaret Leibovic
cb3b81d511
Bug 900148 - Handle taps on search/suggestion rows. r=lucasr
2013-08-05 11:59:49 -07:00
Margaret Leibovic
6089710bf9
merge m-c to fig
2013-08-04 15:14:01 -07:00
Ryan VanderMeulen
00913f13e0
Merge m-c to fx-team.
2013-08-02 17:09:31 -04:00
Wes Johnston
e45eeb85bc
Bug 896092 - Restore session when returning from guest mode. r=bnicholson DONTBUILD
2013-08-02 11:04:42 -07:00
Wes Johnston
798e18cc80
backout 3c552ee3aa5e to fix commit message
2013-08-02 11:09:48 -07:00
Wes Johnston
80bd7b2bff
Bug 896350 - Don't close notifications unless explicitly requested to. r=blassey
2013-08-02 11:04:49 -07:00
Wes Johnston
ef8ec8ea58
Bug 896059 - Allow super toasts in webapps. r=mfinkle
2013-08-02 11:04:45 -07:00
Wes Johnston
8b534cfc7e
Bug 896350 - Restore session when returning from guest mode. r=bnicholson
2013-08-02 11:04:42 -07:00
Gijs Kruitbosch
695592c483
Merge m-c to fx-team
2013-08-02 15:47:01 +02:00
Brian Nicholson
2b9709f15e
Bug 896515 - Change session restore pref to have three states. r=wesj
2013-08-02 08:06:39 -04:00
Ms2ger
21409e5d2c
Merge m-c to inbound.
2013-08-02 11:07:57 +02:00
Ms2ger
642ff60153
Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #4 ); r=mshal
2013-08-02 09:03:42 +02:00
Marco Castelluccio
2bb65fbf3a
Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice
2013-08-01 17:00:39 -07:00
Chenxia Liu
20c4418e81
Bug 877791 - Finalize strings for first phase of settings rework. r=bnicholson
2013-08-01 19:10:26 -07:00
Ryan VanderMeulen
712b9e0d53
Backed out changesets 357e720b5a37 and f1971c2f5232 (bug 777402) for mochitest-other orange.
...
CLOSED TREE
2013-08-01 21:51:12 -04:00
Michael Henretty
e9cb83c3ee
Bug 883923 - Provide a Fuzzy Matcher API for phone numbers. r=fabrice
2013-07-31 21:04:59 -07:00
Max Li
269d9f151d
Bug 906050 - Support long clicking from braille. r=eeejay r=kats
2013-08-16 11:17:29 -04:00
Shane Tully
b4351887c9
Bug 880118 - Integrate the GeckoView library into the build system. r=glandium
2013-08-23 16:36:01 -07:00
Shane Tully
538083a32b
Bug 880118 - Allow GeckoView to be used as a view from a library project. r=blassey
2013-08-23 11:46:05 -07:00
Shane Tully
6be1a8808a
Bug 880118 - Provide a way to disable content providers for a GeckoView library. r=blassey
2013-08-20 14:54:16 -07:00
Sriram Ramasubramanian
fe0b4736b0
Bug 898197: Refactor history page to make the adapter a static class. [r=margaret]
2013-07-25 22:42:17 -07:00
Sriram Ramasubramanian
a76a931535
Bug 901064: Size 0 for initial TopBookmarksView. [r=margaret]
...
--HG--
extra : rebase_source : 8168e9f5352154d7c7ec217cd461b69293cfda64
2013-08-02 16:01:49 -07:00
Mark Capella
adc932ce21
Bug 896576 - [fig] Remove [getHistoryList] from BaseTest, r=margaret
2013-08-02 18:56:02 -04:00
Sriram Ramasubramanian
9b2f05ebac
Bug 900128: Change aspect ratio of Bookmark thumbnails. [r=margaret]
2013-08-02 10:03:21 -07:00
Sriram Ramasubramanian
49b7b4df9e
Bug 898501: HomeCursorLoaderCallbacks should be a separate class. [r=lucasr]
2013-07-29 15:25:46 -07:00
Michael Comella
65ef651b52
Bug 899394 - Prevent page from scrolling to top when bookmark is tapped. r=sriram
2013-07-31 15:38:38 -07:00
Shilpan Bhagat
af65989d9e
Bug 900179: Remove overdraws from child fragments in history panel [r=sriram]
2013-07-31 13:35:42 -07:00
Sriram Ramasubramanian
651082de23
Bug 898501: Re-use FaviconsLoader from HomeFragment in MostVisitedPage. [r=lucasr]
2013-07-26 15:44:29 -07:00
Sriram Ramasubramanian
d04c1580ae
Bug 898501: Re-use FaviconsLoader from HomeFragment in MostRecentPage. [r=lucasr]
2013-07-26 15:15:54 -07:00
Mark Capella
35156e60a1
Bug 899463 - [fig] Bookmark Edit via context menu causes crash, r=margaret
2013-07-30 17:55:14 -04:00
Lucas Rocha
3b1b6c7bf2
Bug 899061 - Use consistent divider style in BookmarksListView (r=sriram)
2013-07-30 19:10:28 +01:00
Shilpan Bhagat
3ff454b43b
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
Mark Capella
c28a04f24d
Bug 896576 - [fig] Remove [getBookmarksList] from BaseTest, r=margaret
2013-07-29 19:28:04 -04:00
Sriram Ramasubramanian
f84a43999f
Bug 898501: LOADER_ID OCD in LastTabsPage. [r=lucasr]
...
--HG--
extra : rebase_source : ffa79e363a754ed1ec81ca46d5370c073a925822
2013-07-26 15:48:18 -07:00
Sriram Ramasubramanian
7c5523fd52
Bug 898501: LOADER_ID OCD in PinBookmarkSearch. [r=lucasr]
...
--HG--
extra : rebase_source : 5ca9f287298f5912556f0a6f45147fda25f359e4
2013-07-29 15:05:28 -07:00
Sriram Ramasubramanian
b08261a148
Bug 898501: Re-use FaviconsLoader from HomeFragment in BrowserSearch. [r=lucasr]
...
--HG--
extra : rebase_source : f11989f8ebf712f2c12f65429cb0a0b4a7a74e2c
2013-07-29 15:05:23 -07:00
Sriram Ramasubramanian
7d80354a76
Bug 898501: Re-use FaviconsLoader from HomeFragment in BookmarksPage. [r=lucasr]
...
--HG--
extra : rebase_source : 440726591e20eea2d8b36579c35a480d9df21e6b
2013-07-29 15:05:18 -07:00
Sriram Ramasubramanian
e6fc36af17
Bug 898501: LOADER_ID OCD in ReadingListPage. [r=lucasr]
...
--HG--
extra : rebase_source : d1229eb3621b943382a55930dbce720a5524e887
2013-07-29 15:05:13 -07:00
Sriram Ramasubramanian
9185dbda47
Bug 898501: HomeFragment should handle FaviconsLoader. [r=lucasr]
...
--HG--
extra : rebase_source : 55b4ee43a8b4479b8f3055e4c92ac6a10bdacbf5
2013-07-29 15:05:11 -07:00
Brian Nicholson
bc771fffd2
Bug 895702 - Remove unnecessary bytes length check. r=rnewman
2013-07-29 16:32:01 -04:00
Sriram Ramasubramanian
e27d00ab92
Backout of 6b0ef2ef3b95 in bug 898197.
2013-07-29 12:07:56 -07:00
Sriram Ramasubramanian
237f7e2fc4
Backout of ce8fb2c1f618 due to wrong bug number.
2013-07-29 12:05:59 -07:00
Sriram Ramasubramanian
551632d4aa
Backout of bug 898187.
2013-07-29 11:59:40 -07:00
Lucas Rocha
74eb54b218
Bug 893279 - Account for edit container in forward button animation (r=wesj)
2013-07-29 18:31:38 +01:00
Margaret Leibovic
f54d970c35
Bug 885356 - Update tab thumbnails for the new about:home. r=shilpan
2013-07-29 09:57:03 -07:00
Margaret Leibovic
675367f4d3
Bug 897250 - Fix the "Remove" context menu item to correctly remove either a bookmark or history entry. r=wesj
2013-07-29 09:56:59 -07:00
Margaret Leibovic
de33c49c18
Backout 1491af6fc2ae
2013-07-29 08:40:40 -07:00
Margaret Leibovic
571573774e
Backout 8bd773e788eb
2013-07-29 08:40:36 -07:00
Margaret Leibovic
2271d69105
Bug 897072 - Disable test_bug720538 for frequent failures. r=orange
2013-07-28 14:40:55 -07:00
Margaret Leibovic
0bacdf2ae9
merge m-c into fig
2013-07-28 12:08:01 -07:00
Dão Gottwald
527e9d0a01
Bug 788422 - Use UserAgentOverrides.jsm as designed to fix YouTube on tablets. r=bnicholson
2013-07-27 16:18:25 +02:00
Sriram Ramasubramanian
9f05f83cbd
Bug 898276: HistoryPage should use FaviconsLoader. [r=lucasr]
2013-07-26 14:55:20 -07:00
Sriram Ramasubramanian
49b9257709
Bug 898197: Use CursorLoader with BrowserSearch. [r=margaret]
2013-07-26 14:50:52 -07:00
Sriram Ramasubramanian
0abdbca77b
Bug 898197: Remove unused imports in LastTabsPage. [r=margaret]
2013-07-26 14:43:23 -07:00
Sriram Ramasubramanian
146d76967b
Bug 898197: Use CursorAdapter in LastTabsPage. [r=margaret]
2013-07-26 14:42:21 -07:00
Sriram Ramasubramanian
5a0e32015d
Bug 898592: Supply a layout for tabs panel header in large tablets. [r=margaret]
2013-07-26 14:40:11 -07:00
Shilpan Bhagat
c78a1abd53
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
Margaret Leibovic
bfccff861e
Bug 897252 - Don't create additional history sections every time a new cursor is loaded. r=lucasr
2013-07-26 11:31:21 -07:00
Michael Comella
13bef90336
Bug 895828: Unfocus the URL bar when the soft keyboard is hidden. r=lucasr
2013-07-26 11:15:10 -07:00
Brian Nicholson
771cecaa36
Bug 894045 - Add gamepad support for search suggestions. r=lucasr
2013-07-26 11:21:39 -07:00