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
Andrea Marchesini
7694ae6848
Bug 871445 - patch 1 - DataStoreService and getDataStores(), r=mounir, r=fabrice, r=ehsan
...
--HG--
rename : dom/apps/tests/file_app.sjs => dom/datastore/tests/file_app.sjs
rename : dom/apps/tests/file_hosted_app.template.webapp => dom/datastore/tests/file_app.template.webapp
2013-10-02 13:27:07 -04:00
Ed Morley
5b2269dad3
Backed out changeset 3986762b88a3 (bug 871445) for failures in test_app_install.html
2013-10-02 17:58:06 +01:00
Scott Johnson
1d75885366
Backout 6a5549d97d8d (bug 878935) for missing IID changes.
2013-10-02 11:36:44 -05:00
Andrea Marchesini
e09904fb4c
Bug 871445 - patch 1 - DataStoreService and getDataStores(), r=mounir, r=fabrice, r=ehsan
...
--HG--
rename : dom/apps/tests/file_app.sjs => dom/datastore/tests/file_app.sjs
rename : dom/apps/tests/file_hosted_app.template.webapp => dom/datastore/tests/file_app.template.webapp
2013-10-02 11:30:26 -04:00
Mark Capella
572dc247e5
Bug 906323 - It should be possible to update a menuitem's label, r=sriram, f=margaret
2013-10-17 02:06:56 -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
Nick Alexander
2f1f13d152
Bug 900522 - Part 3: Add passthru ANDROID_GENERATED_RESFILES. r=gps
...
This defines all of the Android resources in moz.build files (although
some are still generated by mobile/android/base/Makefile.in).
2013-10-09 16:19:00 -07:00
Nick Alexander
e0f324428d
Bug 900522 - Part 2: Use ANDROID_RESFILES in mobile/android/base/moz.build. r=gps
...
This defines ANDROID_RESFILES in mobile/android/base/moz.build but
does not use the default processing from java-build.mk.
* * *
Bug 900522 - Part 1: Make ANDROID_RESFILES a moz.build-only variable. r=gps
2013-10-09 16:19:00 -07:00
Ryan VanderMeulen
9eb87a8a30
Merge m-c to fx-team.
2013-10-16 17:04:40 -04:00
Mark Finkle
d7adf0ffe8
Bug 927451 - GeckoView profile folder is not created r=blassey r=wesj
2013-10-16 17:02:39 -04:00
Mark Finkle
a45226d132
Bug 927253 - [geckoview] NPE in GeckoNetworkManager r=blassey
2013-10-16 17:02:36 -04:00
Georg Fritzsche
e121225a3e
Bug 920927 - Update plugin overlay handling on mobile. r=margaret
2013-10-15 10:35:50 +02: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
Chris Kitching
cebc512b1c
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
979cc4ce53
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
dc3bf2ecb8
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
0bbf8c342a
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
f126317bed
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
e033459956
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
Ed Morley
9af3a8459a
Merge mozilla-central and fx-team
2013-09-12 12:11:01 +01:00
Adrian Tamas
c3efcc6b11
Bug 896557 - Split testWebContentContextMenu to make it more reliable (r=margaret)
2013-08-22 17:29:06 +03:00
Michael Comella
763eefa4a7
Bug 913713 - Part 1: Use optString to get search engine identifier. r=rnewman
2013-09-11 14:28:07 -07:00
Ryan VanderMeulen
3da9f94774
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
938be0a54e
Bug 842037 - Try harder to find a mimetype of the media scanner. r=blassey
2013-09-11 10:21:57 -07:00
Wes Johnston
f1369f645b
Bug 906030 - Don't create profiles when checking if they're locked. r=bnicholson
2013-09-11 10:10:47 -07:00
Lucas Rocha
b78b4a49f5
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
4db2298cf7
merge fx-team to mozilla-central
2013-09-11 13:37:24 +02:00
Chenxia Liu
13f572fac5
Bug 912510 - Part 2: Update base tests to use Conditions. r=gbrown
2013-09-10 18:10:43 -07:00
Chenxia Liu
af697c65f6
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
6692b3566a
Merge m-c to inbound.
2013-09-10 21:10:44 -04:00
Mark Finkle
90c10a27ae
Bug 888335 - Remove support for iGoogle/Reader from feed subscriptions r=bnicholson
2013-09-10 20:35:36 -04:00
Geoff Brown
3b66c9cb08
Bug 912519 - (2) Minor refactor of testSettingsMenuItems; r=liuche
2013-09-10 18:18:07 -06:00
Geoff Brown
ab92758519
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
fe76476a58
Bug 914894 - res/values/strings.xml only depends on the res/values directory. r=gps
2013-09-11 08:15:53 +09:00
Ryan VanderMeulen
46c335b301
Merge fx-team to m-c.
2013-09-10 16:39:33 -04:00
Brad Lassey
658df973b5
bug 887819 - Investigate using the tiled layers backend, create pref to enable tiles r=BenWa
2013-09-10 14:21:37 -04:00
Carsten "Tomcat" Book
f22d797ddf
merge fx-team to mozilla-central
2013-09-10 10:27:04 +02:00
Ms2ger
d9d7605e4f
Merge last PGO-green inbound changeset to m-c.
...
--HG--
rename : dom/bindings/BindingUtils.h => dom/bindings/OwningNonNull.h
2013-09-10 10:13:12 +02:00
Mike Hommey
74d249b377
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
c244524eea
Backed out changesets b1b292d8e383 and 24af5272b52f (bug 913842) for Android bustage.
2013-09-10 09:38:25 +09:00
Mike Hommey
2538834a31
Fixup for bug 913842. r=me
2013-09-10 08:43:53 +09:00
Mike Hommey
ebc6df6ad1
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
6f1f0691b8
Merge fx-team to m-c.
2013-09-09 16:30:03 -04:00
Gene Lian
0f3da7edee
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
a43f7058fb
Backed out changeset 9f377abbf13e
2013-09-09 21:22:37 +08:00
Gene Lian
3471836472
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
Chris Kitching
abd1001920
Bug 794981 - Part 8: Add an annotation processor to the build process to generate the contents of part 5. r=kats, r=glandium
2013-09-09 08:57:37 -04:00
Chris Kitching
18c29be0b1
Bug 794981 - Part 1: Annotate Java methods that are to have JNI wrappers generated. r=kats
2013-09-09 08:57:36 -04:00
Michael Comella
fa2c5e8fe1
Bug 912524: Do not reinflate SuggestionOptIn ViewStub. r=bnicholson
2013-09-10 10:00:47 -07:00
Margaret Leibovic
e57f770a64
Bug 911828 - Treat clicks on SearchEngineRows differently than clicks on TwoLinePageRows in BrowserSearch. r=bnicholson
2013-09-04 15:10:13 -07:00
Mark Capella
fcdad9b32f
Bug 913756 - Text Selection Handles displayed from position in previously navigated screen, r=margaret
2013-09-09 17:48:19 -04:00
Sriram Ramasubramanian
6d0e4c0319
Bug 904172: Block content for thumbnails even before the cursor returns. [r=mfinkle]
2013-09-06 16:36:46 -07:00
Sriram Ramasubramanian
42ab84b1d1
Bug 872528: Password doorhanger is not shown in GB. [r=margaret]
2013-09-05 22:28:19 -07:00
Ryan VanderMeulen
10c13ed83a
Merge m-c to inbound.
2013-09-11 22:20:33 -04:00
Nicholas Nethercote
fbf85946b7
Bug 911641 (part 1) - Remove about:compartments, and show the compartment and ghost window lists into about:memory. r=johns.
...
--HG--
extra : rebase_source : c1ef005e272048e2eb84b20bafff15bcb5aae511
2013-09-03 20:05:17 -07:00
Ryan VanderMeulen
e759b1bd9b
Backed out 7 changesets (bug 906088) for robocop failures on a CLOSED TREE.
...
Backed out changeset c5b4781bd918 (bug 906088)
Backed out changeset a498d1641c16 (bug 906088)
Backed out changeset fcff9ef5cf7d (bug 906088)
Backed out changeset cf1603d47f6c (bug 906088)
Backed out changeset 8671264a5aaa (bug 906088)
Backed out changeset 01d6b977021f (bug 906088)
Backed out changeset 2910cc092c19 (bug 906088)
2013-09-11 14:45:12 -04:00
Nathan Froyd
e0552f2a51
Bug 906088 - part 6 - update tests to use the new API; r=kats
...
Fixed testPrefsObserver to use the correct requestId for unregistering observers.
Changed all tests to use th same hexadecimal constant, per Kats's feedback. Asking
for actual review now. Local robocop testing shows the failing tests on try now pass
locally, so I'm assuming I have fixed the issues...
2013-09-04 09:58:32 -04:00
Nathan Froyd
3a9eefbd24
Bug 906088 - part 5 - send preference requests to JS through JNI and XPConnect rather than JSON; r=blassey,mfinkle
...
Small fix to notifyPrefObservers to call getPreferences with the new argument style.
Carrying over r+.
2013-09-04 09:58:23 -04:00
Nathan Froyd
9d5c5b9b33
Bug 906088 - part 4 - refactor browser.js's getPreferences function into a JSON frontend and a "raw" backend; r=mfinkle
...
This is a small patch, but I think it makes part 5 a little easier to understand.
In part five, we're going to be introducing XPCOM methods that browser.js needs to
implement. That patch is going to require something very much like handlePreferencesRequest,
so just make it visible here and then part 5 should be much easier to understand.
2013-09-04 09:58:15 -04:00
Nathan Froyd
0d5414e952
Bug 906088 - part 1b - add ArrayList getPrefs method to PrefsHelper; r=bnicholson
...
Related to the last patch, this is the lone place where we transfer an ArrayList.
Just move the code into PrefsHelper in case anybody ever wants to do something similar.
2013-09-04 09:57:49 -04:00
Nathan Froyd
0b3cb176d8
Bug 906088 - part 1 - pass String[] to PrefsHelper.getPrefs wherever possible; r=blassey
...
We want JSONArray to go away, since we're going to be transferring strings via JNI.
2013-09-04 09:56:27 -04:00
Ryan VanderMeulen
b1ff092f33
Backed out 10 changesets (bug 914944, bug 871445) for mochitest failures on a CLOSED TREE.
...
Backed out changeset a840638b5b18 (bug 914944)
Backed out changeset f40c7d5790bd (bug 914944)
Backed out changeset e1b288e29663 (bug 871445)
Backed out changeset 6242ddf7b6c7 (bug 871445)
Backed out changeset 7679185a8cf3 (bug 871445)
Backed out changeset 639ec7a627f8 (bug 871445)
Backed out changeset 93b050a79db4 (bug 871445)
Backed out changeset ec3382ceef99 (bug 871445)
Backed out changeset 51c0d5230306 (bug 871445)
Backed out changeset 76c9069bdb56 (bug 871445)
2013-09-11 11:45:51 -04:00
Andrea Marchesini
ff7dd0b5ea
Bug 871445 - patch 1 - DataStoreService and getDataStores(), r=mounir, r=fabrice, r=ehsan
...
--HG--
rename : dom/apps/tests/file_app.sjs => dom/datastore/tests/file_app.sjs
rename : dom/apps/tests/file_hosted_app.template.webapp => dom/datastore/tests/file_app.template.webapp
2013-09-11 15:47:46 +02:00
Ryan VanderMeulen
bb0111dd8b
Merge m-c to inbound on a CLOSED TREE.
2013-09-09 17:01:07 -04:00
Jim Chen
9d78f64734
Bug 897221 - Include nsIUpdateTimerManager in Fennec and B2G; r=fabrice r=mfinkle
2013-09-09 15:47:47 -04:00
Ryan VanderMeulen
4dec0a7644
Merge inbound to m-c.
2013-09-06 20:55:41 -04:00
Margaret Leibovic
fe358a0040
Bug 907192 - Update tab count while in editing mode on tablets. r=lucasr
2013-09-06 16:25:37 -07:00
Margaret Leibovic
53d70734e2
Bug 909455 - Replace FHR recordSearch calls in new URL entering logic. r=rnewman
2013-09-06 16:25:27 -07:00
Wes Johnston
08aa1fb872
Bug 878418 - Move positioning of Open with context menu item. r=mfinkle
2013-09-06 15:29:04 -07:00
Ryan VanderMeulen
bb260232f5
Merge m-c to inbound.
2013-09-06 18:00:23 -04:00
Kartikaya Gupta
9b3ca00d14
Bug 913228 - Fix floating point math to not round to zero accidentally. r=autra
2013-09-06 12:43:06 -04:00
Chris Peterson
0f4ca5e101
Bug 912748 - Only call GsmCellLocation.getPsc() on GB+. r=blassey
2013-09-05 11:57:18 -07:00
Ed Morley
870b708409
Merge latest green fx-team changeset and mozilla-central
2013-09-06 16:19:32 +01:00
Lucas Rocha
5912f26f26
Bug 911295 - Use empty URL if entering editing mode on startup with no tabs (r=mcomella)
2013-09-06 11:41:36 +01:00
Lucas Rocha
4cad69a4f5
Bug 912298 - HomePager's stub and view should not share the same id (r=rnewman)
2013-09-06 11:29:29 +01:00
Mark Finkle
0cc3bcb43d
Bug 880118 - Dynamically pull resource IDs to avoid R.java reordering r=kats
2013-09-05 00:29:29 -04:00
Mark Finkle
7fc7b311fd
Bug 880118 - Disable geckoview packaging in l10n builds r=glandium
2013-09-05 00:26:30 -04:00
Sriram Ramasubramanian
6cdb1fbb74
Bug 907175: Wrong tab selected on tablets. [r=lucasr]
2013-09-03 14:46:03 -07:00
Sriram Ramasubramanian
1ae6638e35
Bug 898646: Hocus-pocus, add the focus on history tab. [r=margaret] [r=shilpan]
2013-08-27 17:22:25 -07:00
Sriram Ramasubramanian
6ed3acbaf0
Bug 911830: Blank about:home on a new profile. [r=margaret]
2013-09-03 14:24:17 -07:00
Ryan VanderMeulen
a2f4628417
Merge m-c to fx-team.
2013-09-05 15:52:59 -04:00
Wes Johnston
3adefa238e
Bug 901426 - Don't overwrite passed in profile args. r=mfinkle
2013-09-05 12:28:23 -07:00
Mark Capella
8fe1f9c14f
Bug 912523 - Give bookmark thumbnails a context menu header, r=sriram
2013-09-05 14:34:26 -04:00
Ed Morley
928a8da27b
Merge latest green fx-team changeset and mozilla-central
2013-09-05 12:07:58 +01:00
Lucas Rocha
c4e8bbd8e8
Bug 897481 - Update testShareLink for new about:home (r=margaret)
2013-09-04 21:55:13 +01:00
Kartikaya Gupta
18dd43afbc
Bug 911510 - Add a pref to override the dead zone threshold. r=bnicholson
2013-09-04 21:58:40 -04:00
Kartikaya Gupta
8105732b79
Bug 911510 - Refactor the dead-zone-threshold code for gamepads to facilitate preffing. r=bnicholson
2013-09-04 21:58:39 -04:00
Augustin Trancart
f504611545
Bug 711959 - Make FlingRenderTask time-based. r=kats
2013-09-04 14:07:12 -04:00
Augustin Trancart
47b0740cdd
Bug 711959 - Making BounceRenderTask time-based. r=kats
2013-09-04 14:07:12 -04:00
Augustin Trancart
1d8dcbd4e7
Bug 711959 - Adapt JavaPanZoomController to use the RenderTask mechanism. r=Cwiiis, kats
2013-09-04 14:07:11 -04:00
Augustin Trancart
0db487a266
Bug 711959 - Adapt LayerMarginsAnimator to use the new RenderTask mechanism. r=kats
2013-09-04 14:07:11 -04:00
Augustin Trancart
e02ce959e3
Bug 711959 - Add RenderTask and the necessary mechanisms to use it. r=kats
2013-09-04 14:07:11 -04:00
Mark Finkle
af28e043e9
Bug 911018 - Call HardwareUtils.init in GeckoView r=bnicholson
2013-09-05 00:33:11 -04:00
Mark Finkle
8b7d6d5ca2
Bug 880118 - Dynamically pull resource IDs to avoid R.java reordering r=kats
2013-09-05 00:29:29 -04:00
Mark Finkle
6d8ac130b9
Bug 880118 - Disable geckoview packaging in l10n builds r=glandium
2013-09-05 00:26:30 -04:00
Shane Tully
f935064fb2
Bug 880118 - Integrate the GeckoView library into the build system r=cpeterson r=glandium
2013-08-23 16:36:01 -07:00
Ms2ger
878783f4da
Merge backout.
2013-09-06 12:36:41 +02:00
Ms2ger
6577704dba
Backout changesets 997672af6fc8:cfcf5b7edc53 (bug 880118) for missing build peer review on changeset 9ff14d43346d.
2013-09-06 12:35:19 +02:00
Shane Tully
95e80fd954
Bug 880118 - Integrate the GeckoView library into the build system r=cpeterson
2013-08-23 16:36:01 -07:00
Wes Kocher
545fbb7bd2
Merge m-c to inbound
2013-09-04 18:04:50 -07:00
Mike Hommey
f8bc7fa754
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Shilpan Bhagat
c51b64c91d
Bug 899560 - Set an explicit width on Button:Toasts for tablets. r=wesj
2013-08-15 14:37:21 -07:00
Wes Johnston
d5af619b02
Bug 909853 - Include overridden handling strings. r=mfinkle
2013-09-04 10:20:32 -07:00
Chris Kitching
105c08e9c6
Bug 911604 - Add null check to SearchEnginePreference to prevent NPEs when corrupt Favicons encountered. r=mleibovic
2013-09-04 12:51:28 -04:00
Lucas Rocha
bf1bfd30c6
Bug 899183 - Update testBookmarklets for new about:home (r=margaret)
2013-09-04 15:20:55 +01:00
Kartikaya Gupta
89464ceba7
Bug 884047 - Add some diagnostic logging to help investigation. r=blassey
2013-09-04 09:12:46 -04:00
Margaret Leibovic
7b3f5a1e21
Bug 908344 - Fix bookmark keywords. r=wesj
2013-09-03 21:19:28 -07:00
Margaret Leibovic
c6d6e1b035
Bug 908344 - Test for bookmark keyword. r=wesj
2013-09-03 21:19:26 -07:00
Ryan VanderMeulen
1623103fc3
Merge inbound to m-c.
2013-09-03 17:40:56 -04:00
Neil Deakin
d6c64eaffc
Bug 853901 - Add platform-specific completion operations for downloads. r=paolo
2013-09-03 13:23:37 -04:00
Chris Double
b2215cf731
Bug 888786 - Part 2: Remove Sony specific OMX plugin from Android packaging - r=mark.finkle
2013-09-03 14:36:07 +12:00
Chris Double
d3bbc70532
Bug 812680 - Part 2: Remove HTC One X OMX plugin - r=mark.finkle
2013-09-03 14:34:57 +12:00
Ryan VanderMeulen
852d2cf85e
Merge fx-team to m-c.
2013-08-30 21:00:08 -04:00
Chenxia Liu
94d8993f37
Bug 907852 - Unify position of empty state graphics. r=sriram
2013-08-30 13:38:11 -07:00
Jeff Beatty
b21c9a8b8b
bug 900591, bug 626023, adds sv-SE to all- and maemo-locales for addition to multi-locale APK, r=mfinkle
...
--HG--
extra : rebase_source : 445911249d8ac71af059c13a4047ec2bf5d18b8c
2013-08-30 19:08:19 +02:00
Ryan VanderMeulen
4adde36951
Merge m-c to inbound.
2013-08-29 20:48:34 -04:00
Sriram Ramasubramanian
63dc0cf034
Bug 909539: HomeListView should account for dividers if shown. [r=margaret]
...
--HG--
rename : widget/gonk/HwcUtils.cpp => widget/gonk/HwcComposer2D.cpp
extra : rebase_source : 5d7735e8d0222096a4643ff0702a5f95f5c00cdc
2013-08-27 17:13:04 -07:00
Michael Comella
f753676f7b
Bug 909274: Scroll when touching search engines. r=lucasr
...
--HG--
extra : rebase_source : 8afa45be8036fa7dc24f52569481c6af967c43df
2013-08-29 11:27:16 -07:00
Ryan VanderMeulen
9d818d373d
Merge m-c to fx-team.
2013-08-29 16:44:20 -04:00
Ryan VanderMeulen
84cca63c2f
Merge b2g-inbound to m-c.
2013-08-29 15:55:53 -04:00
Max Li
6102790766
Bug 906670 - Can sometimes accessibility focus hidden content from about:home. r=lucasr
2013-08-28 10:37:57 -04:00
Ed Morley
aa9cf18b40
Merge mozilla-central and b2g-inbound
2013-08-29 15:10:05 +01:00
Ed Morley
c20b13bc75
Merge latest green fx-team changeset and mozilla-central
2013-08-29 15:01:41 +01:00
Makoto Kato
1c68d6ff95
Bug 910095 - Remove unused methodjit pref. r=mfinkle
2013-08-29 16:54:41 +09:00
Chris Peterson
b023249bff
Back out 39ee92c06d6b (Bug 880118) because GeckoView breaks Android's l10n repacks
2013-08-28 15:41:12 -07:00
Marco Castelluccio
d3da34b11a
Bug 910391 - Remove offline cache observer parameter from confirmInstall. r=fabrice
2013-08-29 10:00:33 -04:00
Marco Castelluccio
01f4d9ec2b
Bug 909911 - Remove webapps-sync-install and webapps-sync-uninstall observers. r=mfinkle, r=fabrice
2013-08-29 09:58:59 -04:00
Ryan VanderMeulen
13c41ba7eb
Merge fx-team to m-c.
2013-08-28 22:24:08 -04:00
Margaret Leibovic
569e974697
Bug 909979 - Fix off-by-one error when long clicking views in BrowserSearch list. r=sriram
2013-08-28 17:42:32 -07:00
Mark Capella
545a08c4e8
Bug 908861 - Prevent dismissal of text selection handles during drag, r=margaret
2013-08-28 15:45:42 -04:00
Mark Finkle
6e7aba3837
Backout 193e7c0052a9, suspicion of regression a talos test (bug 910274) and sync failures (bug 910289)
2013-08-28 12:10:07 -04:00
Chenxia Liu
c1b5c07aab
Bug 909938 - Only display Settings UI for wifi/cell tower reporting on non-release builds. r=gbrown
2013-08-28 10:38:27 -07:00
Brandon Benvie
3c85a195b1
Bug 909782 - TabLists inheriting from BrowserTabList need to be updated to change "iterator" to "getList". r=mbrubeck, r=mleibovic
2013-08-28 10:57:59 +02:00
Marco Castelluccio
6de8dfdd33
Bug 836547 - Remove obsolete AITC integration in Webapps.jsm. r=fabrice
2013-08-27 23:40:16 -04:00
Dennis
ce62d6288a
Bug 845747 - Add the pref "ui.scrolling.negate_wheel_scrollY" to mobile.js so that "scrollY" can be negated in JavaPanZoomController.java to allow a mouse scroll wheel to scroll the screen in the direction of choice depending on the true/false state of "mNegateWheelScrollY". r=kats
2013-08-27 21:01:40 -04:00
Ryan VanderMeulen
1f9cf546ef
Merge m-c to fx-team.
2013-08-27 20:38:23 -04:00
Margaret Leibovic
fe784086c3
Backout testPan part of 25ccd1446424 for causing test failures
2013-08-27 17:18:17 -07:00
Sriram Ramasubramanian
0cc595c86f
Bug 909375: Set url as title if title is not available on context menu. [r=margaret]
2013-08-27 15:03:43 -07:00
Sriram Ramasubramanian
43cbb81c6d
Backout e80e45a7f211 wrong bug number.
2013-08-27 15:23:14 -07:00
Sriram Ramasubramanian
4bc6c4400f
Bug 909153: Set url as title if title is not available on context menu. [r=margaret]
2013-08-27 15:21:07 -07:00
Ryan VanderMeulen
76adc991db
Backed out changeset 0aed878e34d4 (bug 888482) for intermittent Android 2.2 reftest failures.
2013-08-27 18:03:38 -04:00
Margaret Leibovic
3dc795b9ab
Bug 904279 - Only check defaultEngine for search suggestions. r=bnicholson
2013-08-27 13:42:32 -07:00
Margaret Leibovic
88d5a492c1
Bug 907720 - Make sure HomePager is hidden before proceeding with talos tests. r=gbrown
2013-08-27 08:38:23 -07:00
Max Li
59d38e9e89
Bug 909153 - Empty reading list hint is inaccessible. r=lucasr
2013-08-25 18:37:32 -04:00
Chris Kitching
dff3dd1531
Bug 907918 - Set parent tab and preserve private-tab status when doing search-with-selection. r=mleibovic
2013-08-27 14:58:26 -04:00
Sushant Hiray
6921ef273a
Bug 891446 - Move Title rule down in Reader. r=mleibovic
2013-08-27 14:55:58 -04:00
Shilpan Bhagat
b19dec7f71
Bug 886925 - Use Symlink instead of INIparser for GeckoProfile. r=mfinkle
2013-08-27 11:05:56 -07:00
Brian Nicholson
dc29cf598e
Bug 888482 - Initialize Gecko in onCreate(). r=kats
...
--HG--
extra : rebase_source : 429dd9d82c5068f5c51993fc132b063cb300a24a
2013-08-27 11:38:07 -07:00
Chenxia Liu
723959c56c
Bug 906668 - [fig] Reading list text is cut off on small screens. r=sriram
2013-08-27 11:31:19 -07:00
Lucas Rocha
4796087b99
Bug 907157 - Fix forward button margins on tablets (r=wesj)
2013-08-27 17:59:47 +01:00
Margaret Leibovic
b03408087a
Bug 908423 - Account for parent folder row when creating bookmark list context menu. r=sriram
2013-08-27 08:44:58 -07:00
Ryan VanderMeulen
d38068bbe9
Merge m-c to fx-team.
2013-08-29 00:25:29 -04:00
Mark Capella
51e5cefd5e
Bug 907271 - Fix startSelection() processing re: new text SelectionListener(), r=margaret
2013-08-28 20:44:03 -04:00
Shilpan Bhagat
9c1360aa76
Bug 909400 - Show helperapps relevant pageaction on tabswitch. r=wesj
2013-08-26 13:23:33 -07:00
Marco Castelluccio
cd8ba5454f
Bug 838210 - Don't use file.exists() when not necessary (mobile). r=bnicholson, r=mfinkle
2013-08-27 08:50:22 -04:00
Ryan VanderMeulen
6fe61ab01e
Merge m-c to fx-team.
2013-08-26 20:21:33 -04:00
Ryan VanderMeulen
9c2f0c5982
Merge inbound to m-c.
2013-08-26 20:19:26 -04:00
Wes Johnston
03cb72f483
Bug 896121 - Disable share in guest mode for the awesomescreen. r=mfinkle
2013-08-26 16:41:15 -07:00
Wes Johnston
99761b3721
Bug 896121 - Disable share in guest mode. r=mfinkle
2013-08-26 16:41:13 -07:00
Brian Nicholson
4779e5a9f7
Bug 906030 - Part 2: Don't remove guest profile on background thread. r=wesj
2013-08-26 16:32:10 -07:00
Brian Nicholson
2f8705d2ef
Bug 906030 - Part 1: Don't always create the guest profile at startup. r=wesj
2013-08-26 16:32:10 -07:00
Chenxia Liu
9d719a90e5
Bug 906339 - Remove testing for "Automatic updates" on release builds. r=gbrown
2013-08-26 16:00:07 -07:00
Scott Johnson
be608c015f
Bug 900564: Part 2: Adapt tests for conditional settings work. r=gbrown
2013-08-26 15:56:44 -07:00
Chenxia Liu
b8e81f86b9
Bug 900564 - Part 1: "Remove 'double tap to reflow' from settings. r=mfinkle
2013-08-26 15:56:30 -07:00
Chenxia Liu
e53c707f0e
Bug 907850 - Add a little space around the reader icon in awesomescreen tip. r=sriram
2013-08-26 15:16:26 -07:00
Sriram Ramasubramanian
766769b748
Bug 907188: Don't show dividers in Bookmarks page if the list is empty. [r=lucasr]
...
--HG--
extra : rebase_source : 6abe73b50f302c0c4ad72408271c4601624a39d4
2013-08-22 13:14:50 -07:00
Wes Johnston
26918aa6b7
Bug 883608 - Add 'datetime' to list of supported inputs. r=mfinkle
2013-08-26 10:40:21 -07:00
Wes Johnston
4f6e9d6dd6
Bug 885717 - Use a property animator for button toast. r=lucasr
2013-08-23 17:06:59 -07:00
Chris Kitching
3b77f4a426
Bug 908457 - Remove duplicate entry from Makefile.in. r=mleibovic
2013-08-26 10:32:55 -04:00
Phil Ringnalda
9bedd948d3
Merge m-i to m-c
2013-08-25 08:20:24 -07:00
David Zbarsky
ce689aa42e
Bug 906901 - Use webIDL dictionaries for BrowerElementParent's event details r=bz
2013-08-24 10:08:55 -04:00
Justin Dolske
cc006be88d
Bug 355063 - Password manager does not work on script-generated forms, should use new DOMFormHasPassword event instead. r=mattn,jwilde,margaret
2013-08-23 20:28:11 -07:00
Boris Zbarsky
7393f81fff
Bug 908530 part 2. Fix all the places that are bootlegging things (esp nsIURI) via xpcpublic.h. r=khuey
2013-08-23 22:42:40 -04:00
Phil Ringnalda
3f16f41e18
Back out 27eb88629c56:a26582e3c44d (bug 906901)
...
CLOSED TREE
2013-08-23 19:33:29 -07:00
Matt Brubeck
bb824a29fe
Back out caa126fcb928 (bug 885717) because of Android build errors
2013-08-23 18:55:47 -07:00
David Zbarsky
f9ae450dad
Bug 906901 - Use webIDL dictionaries for BrowerElementParent's event details r=bz
2013-08-23 21:11:47 -04:00
Shilpan Bhagat
3a3b0bf1f7
Bug 899376: PageActions for helper apps. r=wesj
2013-08-23 16:28:00 -07:00
Wes Johnston
b4980a91f7
Bug 885717 - Use a property animator for button toast. r=lucasr
2013-08-23 17:06:59 -07:00
Ryan VanderMeulen
f3aa1cb8f3
Merge m-c to fx-team.
2013-08-23 17:53:27 -04:00
Ryan VanderMeulen
b1c41b60b1
Merge inbound to m-c.
2013-08-23 17:49:37 -04:00
Brian Nicholson
a122582caf
Bug 904741 - Follow-up to update tests. r=me
2013-08-23 14:40:35 -07:00
Margaret Leibovic
7efee5bdc8
Bug 907881 - Update normal cursor position when moving beyond its bounds in TopSitesCursorWrapper. r=wesj
2013-08-23 13:09:24 -07:00
Brian Nicholson
d0e3b6fce3
Bug 904741 - Change session restore pref to have two states. r=mfinkle
2013-08-23 12:32:19 -07:00
Chenxia Liu
fc9888987b
Bug 906221 - [Fig] AboutHomeTest.updateBookmarks uses incorrect reflection. r=margaret
2013-08-23 10:35:18 -07:00