Wes Johnston
|
93c1cbe0f1
|
Bug 918086 - Disable overscroll when pinch zooming. r=kats
|
2013-09-23 11:47:05 -07:00 |
|
Wes Johnston
|
0bc39cb1db
|
Bug 705246 - Disable overscroll when panning. r=kats
|
2013-09-23 11:46:50 -07:00 |
|
Margaret Leibovic
|
272b9ced11
|
Bug 919228 - (Part 2) Remove unused bookmark_add string. r=sriram
|
2013-09-23 10:40:26 -07:00 |
|
Margaret Leibovic
|
81bb6f1fde
|
Bug 919228 - Update top sites thumbnail placeholder text to "Add a site". r=sriram
|
2013-09-23 10:40:24 -07:00 |
|
Phil Ringnalda
|
0e2b15772a
|
Merge m-c to fx-team
|
2013-09-22 09:16:05 -07:00 |
|
Wes Kocher
|
7055da100e
|
Merge inbound to m-c
|
2013-09-20 19:28:47 -07:00 |
|
Ryan VanderMeulen
|
037e6edcf3
|
Merge m-c to fx-team.
|
2013-09-20 18:19:03 -04:00 |
|
Lucas Rocha
|
cd587cae73
|
Bug 917455 - Implement missing getInt() in TopSitesCursorWrapper (r=sriram)
|
2013-09-20 15:53:04 -04:00 |
|
Lucas Rocha
|
086b9db6de
|
Bug 917806 - Immediately update title in toolbar on ACTION_VIEW intent (r=margaret)
|
2013-09-20 15:22:35 -04:00 |
|
Margaret Leibovic
|
d503f21634
|
merge m-c to fig
|
2013-09-20 14:50:31 -04:00 |
|
Chenxia Liu
|
b0ca674a57
|
Bug 917398 - Include test for new top sites. r=margaret
|
2013-09-20 13:35:29 -04:00 |
|
Chenxia Liu
|
e580cd6ad4
|
Bug 917398 - Update tests for the new tabs in about:home. r=margaret
|
2013-09-20 13:35:29 -04:00 |
|
Lucas Rocha
|
d95afff86b
|
Bug 918377 - Remove unnecessary extra touch handling from BookmarksListView (r=sriram)
|
2013-09-19 17:23:58 -04:00 |
|
Lucas Rocha
|
d01555f04a
|
Bug 918377 - Move and update header divider code to TopSitesPage (r=sriram)
|
2013-09-19 17:19:43 -04:00 |
|
Lucas Rocha
|
7ecc1cf359
|
Bug 918377 - Misc layout fixes on new tab layout in about:home (r=sriram)
|
2013-09-19 17:19:43 -04:00 |
|
Lucas Rocha
|
291b0736cd
|
Bug 918032 - Top Sites query should include display, bookmarkId, historyId (r=wesj)
|
2013-09-19 17:18:06 -04:00 |
|
Lucas Rocha
|
f7f4fc30a5
|
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 |
|
Sriram Ramasubramanian
|
d4795b4515
|
Bug 917848: Use a static class for LoadFaviconTask inside TwoLinePageRow. [r=lucasr]
|
2013-09-19 11:29:34 -04:00 |
|
Sriram Ramasubramanian
|
041a6f689f
|
Bug 917455: Use a single cursor for the grid and the list. [r=lucasr]
|
2013-09-18 17:30:01 -04:00 |
|
Lucas Rocha
|
d879c87d0f
|
Bug 917455 - Update top sites behaviour for about:home's Top Sites panel (r=wesj)
|
2013-09-18 17:56:32 -04:00 |
|
Margaret Leibovic
|
a1ca5f7a5e
|
Bug 917455 - Revert getTopBookmarks back to getTopSites. r=wesj
|
2013-09-18 13:32:22 -04:00 |
|
Sriram Ramasubramanian
|
47df6f4433
|
Bug 917396: Crash in resetting the loader. [r=lucasr]
|
2013-09-18 10:05:43 -04:00 |
|
Sriram Ramasubramanian
|
891df758a7
|
Bug 833800: LinearLayout of android doesn't have the third constructor in pre-ICS. [r=margaret]
|
2013-09-18 10:00:37 -04:00 |
|
Sriram Ramasubramanian
|
03ac8ef4d1
|
Bug 917396: Move the grid to "TopSites" page. [r=lucasr]
--HG--
rename : mobile/android/base/home/PinBookmarkDialog.java => mobile/android/base/home/PinSiteDialog.java
rename : mobile/android/base/home/TopBookmarksAdapter.java => mobile/android/base/home/TopSitesGridAdapter.java
rename : mobile/android/base/home/TopBookmarkItemView.java => mobile/android/base/home/TopSitesGridItemView.java
rename : mobile/android/base/home/TopBookmarksView.java => mobile/android/base/home/TopSitesGridView.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/pin_bookmark_dialog.xml => mobile/android/base/resources/layout/pin_site_dialog.xml
rename : mobile/android/base/resources/layout/top_bookmark_item_view.xml => mobile/android/base/resources/layout/top_sites_grid_item_view.xml
rename : mobile/android/base/resources/menu/top_bookmarks_contextmenu.xml => mobile/android/base/resources/menu/top_sites_contextmenu.xml
|
2013-09-17 16:24:48 -04:00 |
|
Sriram Ramasubramanian
|
45eb2c5566
|
Bug 833800: FadedTextView should handle compound drawables. [r=lucasr]
|
2013-09-17 13:59:10 -04:00 |
|
Sriram Ramasubramanian
|
e2658d0ba4
|
Bug 833800: Change the pin to be an image. [r=wesj]
|
2013-09-17 13:39:18 -04:00 |
|
Lucas Rocha
|
5bb5082359
|
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 |
|
Brad Lassey
|
444daf2f5c
|
bug 918645 - rash in java.lang.SecurityException: WifiService: Neither user 10061 nor current process has android.permission.ACCESS_WIFI_STATE. at android.os.Parcel.readException(Parcel.java r=mcmanus
--HG--
extra : rebase_source : fb48217a5654ceba1ec0361466af5698d2f2e3c5
|
2013-09-20 15:58:10 -04:00 |
|
Lucas Rocha
|
0be3f9db55
|
Bug 910191/913402 - Don't use OnPreDrawObserver on pre-HC devices (r=sriram)
|
2013-09-18 14:50:22 -04:00 |
|
Chris Kitching
|
660e5c4dff
|
Bug 916588 - Show default favicon when we bail in FaviconView.formatImage. r=margaret
|
2013-09-18 13:47:35 -04:00 |
|
Michael Boon
|
a1c383eb7b
|
Bug 791475 - Android updater notification should provide more information like progress. r=snorp
|
2013-09-20 10:20:22 -04:00 |
|
Ed Morley
|
f0e58d0012
|
Merge latest green inbound changeset and mozilla-central
|
2013-09-20 10:18:21 +01:00 |
|
Michael Comella
|
9f2c8f9bb2
|
Bug 870171 - Implement pruning service. r=rnewman,nalexander
|
2013-09-19 17:41:05 -04:00 |
|
Michael Comella
|
1ec560ea2d
|
Bug 870171
|
2013-09-19 17:41:04 -04:00 |
|
Brian Nicholson
|
5aff8709c6
|
Bug 896281 - Part 2: Remove Sync pref for guest session. r=wesj
--HG--
extra : rebase_source : 9936a08abc8c639d2cb57a65f9c964e9c6e8568b
|
2013-09-19 13:40:48 -04:00 |
|
Brian Nicholson
|
673151fb73
|
Bug 896281 - Part 1: Disable synced tab for guest session. r=sriram
--HG--
extra : rebase_source : 621253f2a28aca48fff7957c20fde7f8097887a2
|
2013-09-19 13:40:48 -04:00 |
|
Margaret Leibovic
|
cc6b8c0e3f
|
Bug 913683 - (Part 2) Remove about:home from testSystemPages checks. r=gbrown
|
2013-09-19 09:38:00 -04:00 |
|
Margaret Leibovic
|
964ab98552
|
Bug 913683 - (Part 1) Verify home pager is hidden before checking to make sure the page is painted, and increase the time we wait to make sure these things happen. r=gbrown
|
2013-09-19 09:37:58 -04:00 |
|
Margaret Leibovic
|
872e35892f
|
Bug 905262 - Create a JS add-on API for adding content to the promotional banner. r=wesj
|
2013-08-19 17:22:47 -07:00 |
|
Richard Newman
|
a1277a4c09
|
Bug 916316 - Follow-up to fix bustage on a CLOSED TREE. r=trivial
|
2013-09-18 13:12:26 -04:00 |
|
Lucas Rocha
|
573e90c398
|
Bug 905685 - Clear favicon until the new image finishes loading in TwoLinePageRow (r=sriram)
|
2013-09-18 12:58:58 -04:00 |
|
Lucas Rocha
|
3fb56da22c
|
Bug 905685 - Don't try to load favicons from cursor in TwoLinePageRow (r=sriram)
|
2013-09-18 12:58:50 -04:00 |
|
Lucas Rocha
|
3e7c3b6317
|
Bug 905685 - Implement incremental favicon loading in about:home (r=sriram)
|
2013-09-18 12:58:25 -04:00 |
|
Richard Newman
|
3826990021
|
Bug 916316 - Speed up FHR date formatting. r=mcomella
|
2013-09-18 11:48:11 -04:00 |
|
Carsten "Tomcat" Book
|
e02754c485
|
merge fx-team to mc
|
2013-09-18 12:12:28 +02:00 |
|
Mark Capella
|
0d0b24b314
|
Bug 770101 - about:config should label integer fields correctly so keyboard uses numerical mode, r=wesj
|
2013-09-17 23:54:48 -04:00 |
|
Mark Capella
|
4d3c71bac5
|
Bug 913214 - Create StringUtils method to provide readable URL / title string, r=wesj, sriram
|
2013-09-17 23:54:48 -04:00 |
|
Ryan VanderMeulen
|
13384c7908
|
Merge m-c to inbound.
|
2013-09-17 22:47:28 -04:00 |
|
Ed Morley
|
fea5a690ca
|
Backed out changeset dea697e42d70 (bug 913683) for robocop test failures
|
2013-09-17 16:12:30 +01:00 |
|
Mina Almasry
|
5ef5c9ada3
|
Bug 890253 - Change widget/android/nsWindow.cpp GetDefaultScaleInternal() to use actual device DPI. r=mbrubeck, r=kats
|
2013-09-17 20:45:03 -04:00 |
|
Geoff Brown
|
620731f3ce
|
Bug 917543 - Add an x86 version of the robocop.ini manifest; r=jmaher DONTBUILD
|
2013-09-17 17:40:58 -06:00 |
|
Brian Nicholson
|
5c9a87953c
|
Bug 890392 - Include page thumbnail when sharing. r=mfinkle
|
2013-09-17 10:27:37 -04:00 |
|
Brian Nicholson
|
56e0b828b9
|
Bug 890392 - Replace the page title when sharing. r=sriram
|
2013-09-17 10:27:37 -04:00 |
|
Chenxia Liu
|
c3d9b5dcce
|
Bug 915350 - Intermittent testBookmarklets,testHistory,testTabHistory,testBookmarkKeyword | Page title is correct - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected Browser Blank Page 01. r=gbrown
|
2013-09-17 10:05:39 -04:00 |
|
Margaret Leibovic
|
bfe55b88e6
|
Bug 913683 - Verify home pager is hidden before checking to make sure the page is painted, and increase the time we wait to make sure these things happen. r=gbrown
|
2013-09-17 09:14:12 -04:00 |
|
Margaret Leibovic
|
5b4b70c66a
|
Bug 906041 - (Part 2) Dismiss editing mode if the user is loading a URL from an external app. r=lucasr
|
2013-09-17 09:14:00 -04:00 |
|
Margaret Leibovic
|
1e24c79c0e
|
Bug 906041 - (Part 1) Don't change the visibility of the home pager if we're in editing mode. r=lucasr
|
2013-09-17 09:13:54 -04:00 |
|
Brad Lassey
|
37fb82a515
|
bug 918378 - restrict WiFi permissions to nightly and aurora r=mfinkle
--HG--
extra : rebase_source : 93f39055a6a52d7fd632bcbef4e62c46003a9d54
|
2013-09-19 13:11:30 -04:00 |
|
Ed Morley
|
a91d36c830
|
Bug 915350 - Disable testBookmarklets, testHistory, testTabHistory & testBookmarkKeyword for too many intermittent failures
|
2013-09-19 15:15:32 +01:00 |
|
Viral Wang
|
f598c4312d
|
Bug 908058 - Add orientation keyword 'default' to express normal orientation. r=mounir, r=blassey
|
2013-09-30 10:40:41 -04:00 |
|
Chris Kitching
|
6776ac536b
|
Bug 895423 - Use a FaviconView to display the icons for the customise search menu. r=liuche
|
2013-09-14 12:09:14 -07:00 |
|
Wes Kocher
|
ae937e2d3a
|
Merge m-c to fx-team
|
2013-09-13 18:22:41 -07:00 |
|
Wes Kocher
|
57069d8da7
|
Merge fx-team to m-c
|
2013-09-13 18:08:07 -07:00 |
|
Margaret Leibovic
|
7105815ba7
|
Bug 908364 - Don't show doorhanger popup while in editing mode. r=bnicholson
|
2013-09-13 16:07:17 -07:00 |
|
Brian Nicholson
|
6d890fc3e5
|
Bug 896170 - Part 2: Use intent extra to trigger restore on restart. r=mfinkle
--HG--
extra : rebase_source : fd14708cfc970dce433c02c1a08863e38680e5b3
|
2013-09-10 11:17:42 -07:00 |
|
Brian Nicholson
|
ff1691be3c
|
Bug 896170 - Part 1: Send Session:Restore only on initial onCreate. r=mfinkle
--HG--
extra : rebase_source : bde410dbc3c24210cdf3c92a71c4ef1f25fc5de0
|
2013-09-10 11:17:42 -07:00 |
|
Chris Kitching
|
7cbe3127c7
|
Bug 913890 - Remove dead action bar code, formerly associated with the Awesome Bar. r=mleibovic
|
2013-09-13 14:38:43 -04:00 |
|
Chenxia Liu
|
b58b69e1c4
|
Bug 897571 - [Fig] Urlbar resize for entry is incorrectly rendered. r=sriram
|
2013-09-12 11:17:41 -07:00 |
|
Ryan VanderMeulen
|
4a6adebb73
|
Backed out changeset c24ba14732cd (bug 907734) for Android bustage.
|
2013-09-12 13:13:14 -04:00 |
|
Adrian Tamas
|
23058ee6fd
|
Bug 907734 - Create the DataBaseHelper and StringHelper classes. r=margaret
|
2013-08-21 17:11:13 +03:00 |
|
Adrian Tamas
|
3f8c34cf8a
|
Bug 907734 - Create the DataBaseHelper and StringHelper classes. r=margaret
|
2013-08-21 17:11:13 +03:00 |
|
Chris Kitching
|
9a48c4c088
|
Bug 888326 - Part 6: Prevent a corrupted Favicon from causing us possibly to leak an unclosed InputStream. r=mleibovic
|
2013-09-12 10:50:36 -04:00 |
|
Chris Kitching
|
b9fadbce0d
|
Bug 888326 - Part 5: Make the FaviconView able to resize strangely sized inputs to more appropriate sizes, if enabled. r=mleibovic
|
2013-09-12 10:50:20 -04:00 |
|
Chris Kitching
|
5cb3cb8044
|
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 |
|
Chris Kitching
|
1ddb84d1fd
|
Bug 888326 - Part 3: Factor the inner classes of Favicon into their own files. r=mleibovic
|
2013-09-12 10:49:36 -04:00 |
|
Chris Kitching
|
6ece2e06c9
|
Bug 888326 - Part 2: Refactoring Favicons to be static, not a singleton - the singleton instance was staticly assigned and never cleared. r=mleibovic
|
2013-09-12 10:49:20 -04:00 |
|
Chris Kitching
|
6d4fcc9840
|
Bug 888326 - Part 1: Move the favicons class into its own package and, while we're at it, get rid of unused imports in the touched files. r=mleibovic
--HG--
rename : mobile/android/base/Favicons.java => mobile/android/base/favicons/Favicons.java
|
2013-09-12 10:48:59 -04:00 |
|
Adrian Tamas
|
a4b1e042be
|
Bug 896557 - Split testWebContentContextMenu to make it more reliable (r=margaret)
|
2013-08-22 17:29:06 +03:00 |
|
Michael Comella
|
933cd33997
|
Bug 913713 - Part 1: Use optString to get search engine identifier. r=rnewman
|
2013-09-11 14:28:07 -07:00 |
|
Ryan VanderMeulen
|
528299cba8
|
Backed out changeset 63aa3bb1a0dd (bug 896565) for Android 2.2 robocop failures.
--HG--
rename : mobile/android/base/tests/testAboutHomeSwipes.java.in => mobile/android/base/tests/testAwesomebarSwipes.java.in
|
2013-09-11 15:37:51 -04:00 |
|
Wes Johnston
|
42f9b50afa
|
Bug 842037 - Try harder to find a mimetype of the media scanner. r=blassey
|
2013-09-11 10:21:57 -07:00 |
|
Wes Johnston
|
1d64f9bf07
|
Bug 906030 - Don't create profiles when checking if they're locked. r=bnicholson
|
2013-09-11 10:10:47 -07:00 |
|
Lucas Rocha
|
dd169df84a
|
Bug 896565 - Update testAwesomebarSwipes for new about:home (r=margaret)
--HG--
rename : mobile/android/base/tests/testAwesomebarSwipes.java.in => mobile/android/base/tests/testAboutHomeSwipes.java.in
|
2013-09-11 17:32:01 +01:00 |
|
Carsten "Tomcat" Book
|
66a064a8b2
|
merge fx-team to mozilla-central
|
2013-09-11 13:37:24 +02:00 |
|
Chenxia Liu
|
c1bc7ca82e
|
Bug 912510 - Part 2: Update base tests to use Conditions. r=gbrown
|
2013-09-10 18:10:43 -07:00 |
|
Chenxia Liu
|
87105475ea
|
Bug 912590 - Part 1: Update base tests to use new Robotium 4.2 APIs for View fetching. r=gbrown
|
2013-09-10 18:10:29 -07:00 |
|
Ryan VanderMeulen
|
85fd97b957
|
Merge m-c to inbound.
|
2013-09-10 21:10:44 -04:00 |
|
Geoff Brown
|
c1770713bc
|
Bug 912519 - (2) Minor refactor of testSettingsMenuItems; r=liuche
|
2013-09-10 18:18:07 -06:00 |
|
Geoff Brown
|
420f881f2f
|
Bug 912519 - (1) Update robocop testSettingsMenuItems to allow for partially obscured menu item; r=liuche
|
2013-09-10 18:18:04 -06:00 |
|
Mike Hommey
|
12153bb936
|
Bug 914894 - res/values/strings.xml only depends on the res/values directory. r=gps
|
2013-09-11 08:15:53 +09:00 |
|
Michael Comella
|
500fc3a86a
|
Bug 912524: Do not reinflate SuggestionOptIn ViewStub. r=bnicholson
|
2013-09-10 10:00:47 -07:00 |
|
Carsten "Tomcat" Book
|
70740809ce
|
merge fx-team to mozilla-central
|
2013-09-10 10:27:04 +02:00 |
|
Mike Hommey
|
3a9e2265c1
|
Bug 913842 - Avoid recursing under mobile/android/base/locales when rebuilding gecko.ap_. r=ted
|
2013-09-10 14:58:50 +09:00 |
|
Mike Hommey
|
b99dc04b29
|
Backed out changesets b1b292d8e383 and 24af5272b52f (bug 913842) for Android bustage.
|
2013-09-10 09:38:25 +09:00 |
|
Mike Hommey
|
0beb0283c8
|
Fixup for bug 913842. r=me
|
2013-09-10 08:43:53 +09:00 |
|
Mike Hommey
|
5c6b98b80a
|
Bug 913842 - Avoid recursing under mobile/android/base/locales when rebuilding gecko.ap_. r=ted
|
2013-09-10 07:11:58 +09:00 |
|
Ryan VanderMeulen
|
8b92ad1ff5
|
Merge fx-team to m-c.
|
2013-09-09 16:30:03 -04:00 |
|
Gene Lian
|
4cc178f86f
|
Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+
|
2013-09-09 21:48:07 +08:00 |
|
Gene Lian
|
77e05493e7
|
Backed out changeset 9f377abbf13e
|
2013-09-09 21:22:37 +08:00 |
|
Gene Lian
|
415d896ad2
|
Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+
|
2013-09-09 21:00:45 +08:00 |
|