Commit Graph

6796 Commits

Author SHA1 Message Date
Chenxia Liu
f6e5a681fe Bug 919384 - "Text reflow" robocop test checks for the wrong RELEASE_BUILD boolean value. r=gbrown 2013-09-24 15:02:41 -07:00
Mark Finkle
5170d374d5 Bug 906039 - 'New Guest Session' doesn't deserve a toplevel menu item r=bnicholson 2013-09-24 17:09:55 -04:00
Federico Paolinelli
d10fffc4c9 Bug 815202 - Add Pause and Cancel actions to download notifications. r=wesj
--HG--
rename : mobile/android/base/resources/drawable-hdpi/ic_menu_close_all_tabs.png => mobile/android/base/resources/drawable-hdpi/close.png
rename : mobile/android/base/resources/drawable-mdpi/ic_menu_close_all_tabs.png => mobile/android/base/resources/drawable-mdpi/close.png
rename : mobile/android/base/resources/drawable-xhdpi/ic_menu_close_all_tabs.png => mobile/android/base/resources/drawable-xhdpi/close.png
2013-09-24 13:53:55 -07:00
Brian Nicholson
3780d49372 Bug 919723 - Add missing import to Sanitizer.jsm
--HG--
extra : rebase_source : 952f34228a988f2f4b11b0ada66851baee4efe6e
2013-09-24 12:31:12 -07:00
Ed Morley
a74662bd81 Bug 910106 - Disable Robocop verifyHomePagerHidden() on Android 2.2 for too many intermittent failures 2013-09-24 16:57:09 +01:00
Ed Morley
22b6bc0c1b Backed out changeset 403743a219a3 (bug 917944) for robocop-2 failures 2013-09-24 09:25:09 +01:00
Mark Capella
8cebca69ee Bug 917944 - Remove "Most recent" header in history page, r=margaret 2013-09-24 01:34:46 -04:00
Ryan VanderMeulen
e55134bbc7 Merge inbound to m-c. 2013-09-23 23:05:11 -04:00
Ryan VanderMeulen
26ad3fc54b Merge m-c to inbound.
--HG--
rename : widget/gtk2/nsGtkIMModule.cpp => widget/gtk/nsGtkIMModule.cpp
2013-09-23 17:10:33 -04:00
Wes Johnston
07776a1d0b Bug 918086 - Disable overscroll when pinch zooming. r=kats 2013-09-23 11:47:05 -07:00
Wes Johnston
4dc4c594f2 Bug 705246 - Disable overscroll when panning. r=kats 2013-09-23 11:46:50 -07:00
Margaret Leibovic
14368e3729 Bug 919228 - (Part 2) Remove unused bookmark_add string. r=sriram 2013-09-23 10:40:26 -07:00
Margaret Leibovic
0324828e2d Bug 919228 - Update top sites thumbnail placeholder text to "Add a site". r=sriram 2013-09-23 10:40:24 -07:00
Mark Capella
80ca1f40c5 Bug 917297 - Clicking on a link sometimes results in a JS error to logcat instead of navigation, r=kats 2013-09-23 12:48:31 -04:00
Phil Ringnalda
650290f6b9 Merge m-c to fx-team 2013-09-22 09:16:05 -07:00
Wes Kocher
6479794675 Merge inbound to m-c 2013-09-20 19:28:47 -07:00
Ryan VanderMeulen
122bb761d8 Merge m-c to fx-team. 2013-09-20 18:19:03 -04:00
Lucas Rocha
03b17e0283 Bug 917455 - Implement missing getInt() in TopSitesCursorWrapper (r=sriram) 2013-09-20 15:53:04 -04:00
Lucas Rocha
9ab2b615c5 Bug 917806 - Immediately update title in toolbar on ACTION_VIEW intent (r=margaret) 2013-09-20 15:22:35 -04:00
Margaret Leibovic
9bdcaeec34 merge m-c to fig 2013-09-20 14:50:31 -04:00
Chenxia Liu
60333f3b54 Bug 917398 - Include test for new top sites. r=margaret 2013-09-20 13:35:29 -04:00
Chenxia Liu
cee0b3dd6e Bug 917398 - Update tests for the new tabs in about:home. r=margaret 2013-09-20 13:35:29 -04:00
Lucas Rocha
749f66757b Bug 918377 - Remove unnecessary extra touch handling from BookmarksListView (r=sriram) 2013-09-19 17:23:58 -04:00
Lucas Rocha
28c5092128 Bug 918377 - Move and update header divider code to TopSitesPage (r=sriram) 2013-09-19 17:19:43 -04:00
Lucas Rocha
a7f0b8f40f Bug 918377 - Misc layout fixes on new tab layout in about:home (r=sriram) 2013-09-19 17:19:43 -04:00
Lucas Rocha
8a36f852cf Bug 918032 - Top Sites query should include display, bookmarkId, historyId (r=wesj) 2013-09-19 17:18:06 -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
Sriram Ramasubramanian
b3c403ad76 Bug 917848: Use a static class for LoadFaviconTask inside TwoLinePageRow. [r=lucasr] 2013-09-19 11:29:34 -04:00
Sriram Ramasubramanian
45f46cfbcb Bug 917455: Use a single cursor for the grid and the list. [r=lucasr] 2013-09-18 17:30:01 -04:00
Lucas Rocha
f3e7db6940 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
d639c2867e Bug 917455 - Revert getTopBookmarks back to getTopSites. r=wesj 2013-09-18 13:32:22 -04:00
Sriram Ramasubramanian
d382d8a090 Bug 917396: Crash in resetting the loader. [r=lucasr] 2013-09-18 10:05:43 -04:00
Sriram Ramasubramanian
a3a1cdd9c4 Bug 833800: LinearLayout of android doesn't have the third constructor in pre-ICS. [r=margaret] 2013-09-18 10:00:37 -04:00
Patrick McManus
6104493dbf bug 904170 - telemetry for daily http data consumption r=jduell 2013-09-22 23:01:10 -04:00
Sriram Ramasubramanian
689741bd5c 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
92f66d6671 Bug 833800: FadedTextView should handle compound drawables. [r=lucasr] 2013-09-17 13:59:10 -04:00
Sriram Ramasubramanian
7fe469beea Bug 833800: Change the pin to be an image. [r=wesj] 2013-09-17 13:39:18 -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
Alex Keybl
78cc8a9f85 Merging in version bump NO BUG 2013-09-17 09:38:37 -04:00
Brian Nicholson
8259250f69 Bug 919207 - Remove thumbnail from share intent. r=mfinkle 2013-09-23 16:16:08 -07:00
Jim Chen
311c1e5298 Bug 909940 - Disable updating the URL bar type for HTC keyboards. r=cpeterson 2013-09-23 17:23:37 -04:00
Nick Alexander
b9e6733793 Bug 903531 - First copy of background JUnit 3 test suite. r=rnewman
The background test suite covers all the Android Background
Services, including Sync, Product Announcments, and Firefox Health
Report.  It is developed at

https://github.com/mozilla-services/android-sync
2013-09-23 13:01:40 -07:00
Brad Lassey
6a08b0e0ff 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
a5064fa8a6 Bug 910191/913402 - Don't use OnPreDrawObserver on pre-HC devices (r=sriram) 2013-09-18 14:50:22 -04:00
Chris Kitching
5e407a0ed3 Bug 916588 - Show default favicon when we bail in FaviconView.formatImage. r=margaret 2013-09-18 13:47:35 -04:00
Michael Boon
20d1d06cc7 Bug 791475 - Android updater notification should provide more information like progress. r=snorp 2013-09-20 10:20:22 -04:00
Ed Morley
2f579f2c8b Merge latest green inbound changeset and mozilla-central 2013-09-20 10:18:21 +01:00
Michael Comella
d984c2e9c2 Bug 870171 - Implement pruning service. r=rnewman,nalexander 2013-09-19 17:41:05 -04:00
Michael Comella
4a90977b5a Bug 870171 2013-09-19 17:41:04 -04:00
Brian Nicholson
9869943464 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
a9d73cd19d 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
6d4f403ddc Bug 913683 - (Part 2) Remove about:home from testSystemPages checks. r=gbrown 2013-09-19 09:38:00 -04:00
Margaret Leibovic
bd8fe569ca 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
Timothy Nikkel
db212c03af Bug 862602. Turn on image visibility for android so we don't keep all images in foreground tab locked. r=kats 2013-09-24 01:30:27 -05:00
Myk Melez
8f6377eaa1 bug 918611 - define MOZ_FENNEC when building mobile/android; r=glandium
--HG--
extra : amend_source : b7c5c8d9facabc7331bd221de3787dbf137df86d
2013-09-20 08:20:46 -07:00
Ed Morley
a0e037f490 Merge mozilla-central and inbound 2013-09-20 10:55:03 +01:00
Honza Bambas
894ba59236 Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin 2013-09-20 11:11:25 +02:00
Margaret Leibovic
169ab90146 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
3e79bc531b Bug 916316 - Follow-up to fix bustage on a CLOSED TREE. r=trivial 2013-09-18 13:12:26 -04:00
Lucas Rocha
27da66d630 Bug 905685 - Clear favicon until the new image finishes loading in TwoLinePageRow (r=sriram) 2013-09-18 12:58:58 -04:00
Lucas Rocha
c1743d766a Bug 905685 - Don't try to load favicons from cursor in TwoLinePageRow (r=sriram) 2013-09-18 12:58:50 -04:00
Lucas Rocha
11bf30c33c Bug 905685 - Implement incremental favicon loading in about:home (r=sriram) 2013-09-18 12:58:25 -04:00
Richard Newman
b149d0502d Bug 916316 - Speed up FHR date formatting. r=mcomella 2013-09-18 11:48:11 -04:00
Carsten "Tomcat" Book
fd946fe2b2 merge fx-team to mc 2013-09-18 12:12:28 +02:00
Mark Capella
618621d1b2 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
b7e72c7117 Bug 913214 - Create StringUtils method to provide readable URL / title string, r=wesj, sriram 2013-09-17 23:54:48 -04:00
Ryan VanderMeulen
e6b0a07ee6 Merge m-c to inbound. 2013-09-17 22:47:28 -04:00
Matt Brubeck
5142bac9e7 Bug 917059 - Fix download size display when decimal separator is ',' [r=bnicholson] 2013-09-17 10:23:57 -07:00
Ed Morley
6b1d7df82c Backed out changeset dea697e42d70 (bug 913683) for robocop test failures 2013-09-17 16:12:30 +01:00
Mina Almasry
a7e0d2ecbc 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
cf29957f40 Bug 917543 - Add an x86 version of the robocop.ini manifest; r=jmaher DONTBUILD 2013-09-17 17:40:58 -06:00
Brian Nicholson
a02d3bcfb8 Bug 890392 - Include page thumbnail when sharing. r=mfinkle 2013-09-17 10:27:37 -04:00
Brian Nicholson
5c91d58b3e Bug 890392 - Replace the page title when sharing. r=sriram 2013-09-17 10:27:37 -04:00
Ed Morley
2ba324aea3 Merge mozilla-central and fx-team 2013-09-17 15:22:00 +01:00
Chenxia Liu
a08903cbab 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
1ba4f64fa6 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
8f9a7d5030 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
e81a44d7f0 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
Rick Eyre
d646168781 Bug 895091 - Part 2: Add WebVTT parser and wrapper IDls r=rillian, ted, gwagner, khuey
- Added vtt.js, a JS WebVTT parser, to Gecko.
- Added a wrapper to interface between it and Gecko.
- Updated TextTrackCue and WebVTTListener to work with it.

--HG--
rename : content/media/WebVTTLoadListener.cpp => content/media/WebVTTListener.cpp
rename : content/media/WebVTTLoadListener.h => content/media/WebVTTListener.h
2013-09-19 08:26:00 -07:00
Brad Lassey
aff2242ca9 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
003a2a1a4c Bug 915350 - Disable testBookmarklets, testHistory, testTabHistory & testBookmarkKeyword for too many intermittent failures 2013-09-19 15:15:32 +01:00
Benoit Jacob
ef57b5655b Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan 2013-09-19 09:54:39 -04:00
Viral Wang
2345a994cb Bug 908058 - Add orientation keyword 'default' to express normal orientation. r=mounir, r=blassey 2013-09-30 10:40:41 -04:00
Randell Jesup
97cedd4a0e Bug 882145: Mirror desktop UI changes for Android (bug 916609) r=jesup,jib 2013-09-16 02:40:25 -04:00
Timothy Nikkel
d747f1829c Bug 915526. Take into account display port and scroll port clamping in image visibility. r=roc f=kats 2013-09-15 13:51:35 -05:00
Ryan VanderMeulen
771bfb41ad Merge m-c to inbound. 2013-09-14 20:31:22 -04:00
Chris Kitching
23dcdad6a7 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
1c210d6d88 Merge m-c to fx-team 2013-09-13 18:22:41 -07:00
Wes Kocher
a4893cf330 Merge inbound to m-c 2013-09-13 18:14:32 -07:00
Wes Kocher
0897548c76 Merge fx-team to m-c 2013-09-13 18:08:07 -07:00
Margaret Leibovic
b0407a7cfc Bug 908364 - Don't show doorhanger popup while in editing mode. r=bnicholson 2013-09-13 16:07:17 -07:00
Boris Zbarsky
0c4e2cc50c Bug 913855. Fix consumers of window mediator to be more consistent in their checking for closed windows. r=dolske
Note that we can't just stop returning closed windows from the window
mediator, because some consumers (e.g. session restore) rely on seeing
closed windows in the list so they can remove them from their internal
data structures expeditiouly.
2013-09-13 17:29:51 -04:00
Brian Nicholson
8041f4f33d 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
f14579eb13 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
4cb14bde22 Bug 913890 - Remove dead action bar code, formerly associated with the Awesome Bar. r=mleibovic 2013-09-13 14:38:43 -04:00
Wes Johnston
3057ff32c5 Bug 690252 - Default to saving files. r=mfinkle 2013-09-12 15:46:35 -07:00
Chenxia Liu
ca6b6880ed Bug 897571 - [Fig] Urlbar resize for entry is incorrectly rendered. r=sriram 2013-09-12 11:17:41 -07:00
Ryan VanderMeulen
fdd0a38bda Backed out changeset c24ba14732cd (bug 907734) for Android bustage. 2013-09-12 13:13:14 -04:00
Adrian Tamas
c15772aec8 Bug 907734 - Create the DataBaseHelper and StringHelper classes. r=margaret 2013-08-21 17:11:13 +03:00
Adrian Tamas
994cd04059 Bug 907734 - Create the DataBaseHelper and StringHelper classes. r=margaret 2013-08-21 17:11:13 +03:00