Mark Finkle
0df91b2e29
Bug 897505 - crash in java.lang.NullPointerException: at org.mozilla.gecko.BrowserApp6.onBitmapFound(BrowserApp.java) r=sriram
2013-07-25 08:33:38 -04:00
Brian Nicholson
2c560d3919
Bug 890515 - Purge 0-byte favicons and thumbnails from the database. r=rnewman
...
--HG--
extra : rebase_source : 0061324295111da592e2f543fa67f0042c005000
2013-07-24 22:08:42 -07:00
Mark Capella
3881778c25
Bug 886587 - Remove profile migrator, r=gcp, f=rnewman
2013-07-24 18:50:26 -04:00
Ryan VanderMeulen
a9db19a76f
Backed out changeset decc061fbd43 (bug 896555) for possible causing robocop-2 failures in testDoorHanger.
...
CLOSED TREE
2013-07-24 14:30:57 -04:00
Ryan VanderMeulen
446e746c5c
Backed out changeset fef7cf65b4e7 (bug 832960) for making bug 857240 perma-fail.
2013-07-24 11:49:00 -04:00
Chris Kitching
2c38135c92
Bug 896822 - Convert thumbnails to RGBA before sending to Java. r=roc, r=kats
2013-07-24 09:18:05 -04:00
Marco Castelluccio
2c34bbdbad
Bug 896555 - Remember requested permission for a session. r=mfinkle, r=wesj
2013-07-24 09:17:40 -04:00
Marco Castelluccio
e9c45e227f
Bug 832960 - Geolocation and desktop notification should require a manifest entry for apps on Android. r=mfinkle
2013-07-24 09:03:42 -04:00
Brad Lassey
ad2ec9da2a
bug 894885 - move common mozconfig options to the common mozconfig, follow up to move some things back r=glandium
2013-07-23 17:49:17 -04:00
Richard Newman
cb1da6a56a
Bug 895931 - Follow up: avoid long overflow. r=trivial
2013-07-23 12:25:56 -07:00
Wes Kocher
7eba0f8906
Backout 823a6f7499f8 (bug 894313) for possibly breaking Android tests on a CLOSED TREE
2013-07-23 17:33:43 -07:00
Wes Kocher
05a219145c
Backout 2571b6bbc93a (bug 894885) for possibly breaking Android tests
2013-07-23 17:33:09 -07:00
Shane Tully
4b760421c2
Bug 857730 - Part 4: Integrate contacts API Javascript with Java and Android contact API. r=cpeterson
2013-07-23 13:14:00 -07:00
Shane Tully
c191e83aa7
Bug 857730 - Part 3: Add contacts API Javascript to Android. r=cpeterson
2013-07-18 15:01:00 -07:00
Shane Tully
2afa381cf9
Bug 857730 - Part 2: Add permissions doorhanger. r=cpeterson
2013-07-23 11:09:00 -07:00
Shane Tully
455dfd4d66
Bug 857730 - Part 1: Add read and write contacts Android permissions to Android manifest file. r=cpeterson
2013-07-23 13:12:00 -07:00
Brad Lassey
465ca2f2c5
bug 894885 - move common mozconfig options to the common mozconfig, follow up to move some things back r=glandium
2013-07-23 17:49:17 -04:00
Brad Lassey
f4d2635c51
bug 894313 - GeckoThread should own its own static instance r=kats
2013-07-19 11:14:32 +01:00
Botond Ballo
f1334508a1
Bug 895904 - Hook up NativePanZoomController.abortAnimation(). r=kats
2013-07-23 16:41:22 -04:00
Mark Banner
d2d508df28
Bug 896756 - Fix strict warnings in xpcshell's head.js. r=jmaher
2013-07-23 18:31:30 +01:00
Gian-Carlo Pascutto
1b60d0f165
Bug 885768 - Cannot make a getUserMedia request within an iframe. r=mfinkle
2013-07-23 08:24:44 +02:00
Botond Ballo
a0929ab998
Bug 859929 - Make AsyncPanZoomController work with progressive tile painting on Fennec. r=kats
2013-07-22 22:33:05 -04:00
Sriram Ramasubramanian
821816087b
Bug 890671: Addon icon is missing when the menu item adds a submenu. [r=mfinkle]
...
--HG--
extra : rebase_source : 9d27cd4ffd03c59c27d9eb9830f897efa09800c6
2013-07-09 00:19:46 -07:00
Ryan VanderMeulen
f14dd507fc
Merge m-c to inbound on a CLOSED TREE.
2013-07-22 15:23:47 -04:00
Ed Morley
ad18c49f61
Merge mozilla-central and birch
2013-07-22 16:52:40 +01:00
James Willcox
b8ebcbfc56
Bug 895409 - Enable SkiaGL canvas on Android r=blassey
2013-07-19 14:03:46 -04:00
Wes Johnston
3597a7a4f3
Bug 881251 - Add mute/unmute to media context menus. r=lucasr
2013-07-22 09:19:40 -07:00
Gene Lian
f505ac7864
Bug 891756 - [sms][mms] Gecko needs to return proper error code to notify Gaia the address is invalid (part 1, "InvalidAddressError"). r=vicamo a=leo+
2013-07-11 11:23:49 +08:00
Jim Chen
02675d9bd2
Bug 895236 - Make URL bar inputType and imeOptions consistent. r=sriram
2013-07-19 21:20:47 -04:00
Richard Newman
0097ed7044
Bug 895931 - Firefox for Android often warns about max sane launch timestamps. r=nalexander
...
--HG--
extra : rebase_source : c37198b9ee9233a4c41e208584a1b1414890170a
2013-07-19 13:59:42 -07:00
Nick Alexander
461e0c09cb
Bug 892603 - Remove unused MOZ_APP_ICON and LINUX_BRANDING_FILES from mobile/android/base/Makefile.in. r=mfinkle
...
MOZ_APP_ICON was a Makefile dependency not mentioned elsewhere in the
tree.
The text `LINUX_BRANDING` does not appear in the tree. There are no
references to `fennec_48x48.png` or `fennec_72x72.png` outside of
mobile/android/base/Makefile.in, and that file explicitly copies the
referenced files (so does not depend on the deleted export rules).
This leaves the relevant Makefile.in files empty, so we can remove
them.
--HG--
extra : rebase_source : a62f1571ba43a8c7171db9dab7c39346ae3577b1
2013-07-19 13:59:42 -07:00
Nick Alexander
8f45876edf
Bug 895670 - Remove SetupScreen and associated assets. r=mfinkle
...
--HG--
extra : rebase_source : 67e551da22e8490138a94cc303c1102ef49599e9
2013-07-19 13:59:42 -07:00
Nick Alexander
ca4893a7d6
Bug 896031 - Avoid javac warning-as-error. r=mfinkle
...
--HG--
extra : rebase_source : b62f50c97d5399c8d502fa87e5caf5efff489971
2013-07-19 13:59:40 -07:00
Margaret Leibovic
04e10fead7
Bug 885962 - Polish mixed content blocking UI. r=sriram
2013-07-18 20:03:46 -07:00
Adrian Tamas
27b86edcf7
Bug 869277 - Rewrite the test to check the SearchEngine:Data data for the test engine add. r=gbrown
2013-07-17 12:37:14 +03:00
Chris Lord
935ae0bc57
Bug 886576 - Fix scrolling cancelling locked dynamic toolbar animations. r=kats
...
Move the margin animation-cancelling call into the margins-pinned check block
in LayerMarginsAnimator to make sure margin animations aren't cancelled by
scrolling when margins are locked.
2013-07-19 17:39:44 +01:00
Wes Johnston
0e691457b2
Bug 885783 - Attach webrtc to a foreground notification. r=bnicholson
2013-07-18 16:35:34 -07:00
Ed Morley
ffa29aa985
Backed out changeset 4303c1af09f6 (bug 895409) for Android 2.2 reftest failures on a CLOSED TREE
2013-07-19 11:27:04 +01:00
Wes Kocher
8a055ce3cf
Backout 111b3d84c479 (bug 885962) for Android bustage on a CLOSED TREE
...
--HG--
rename : mobile/android/base/resources/drawable-mdpi/lock_identified.png => mobile/android/base/resources/drawable-mdpi/site_security_identified.png
rename : mobile/android/base/resources/drawable-mdpi/lock_verified.png => mobile/android/base/resources/drawable-mdpi/site_security_verified.png
extra : amend_source : aff11fe057de12ee7ec2fff8814a78b415d6554a
2013-07-18 21:31:44 -07:00
Margaret Leibovic
865e50681b
Bug 885962 - Polish mixed content blocking UI. r=sriram
2013-07-18 20:03:46 -07:00
James Willcox
e8b26d2f7a
Bug 895409 - Enable SkiaGL canvas on Android r=blassey
2013-07-03 10:06:52 -04:00
Nick Alexander
7ab2ac6de9
Merge s-c to m-i.
2013-07-18 17:41:17 -07:00
Nick Alexander
3d893d9a3b
Bug 895635 - Make RES_DRAWABLE parallel to other RES_* in mobile/android/base/Makefile.in. r=blassey
2013-07-18 15:09:03 -07:00
Nick Alexander
74fea70e1a
Bug 895146 - Remove Android Sync support for profile migration. r=rnewman
2013-07-18 11:45:09 -07:00
Brad Lassey
ba46117e5f
bug 871863 - Guest mode for browsing r=mfinkle
...
--HG--
extra : rebase_source : e2e3fa0a72699d4fffe68b0aaefa7f1eeb196a80
2013-07-18 19:43:34 +01:00
Chris Kitching
cd435da803
Bug 892094 - Create "Search" page in settings. r=liuche
...
--HG--
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml-v11/preferences_customize.xml
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml/preferences_customize.xml.in
2013-07-16 18:44:42 -07:00
Ryan VanderMeulen
62c84f2292
Backed out changeset 5fe88df5c376 (bug 892094) for Android 2.2 robocop-2 failures.
...
--HG--
rename : mobile/android/base/resources/xml/preferences_customize.xml.in => mobile/android/base/resources/xml/preferences_customize.xml
2013-07-16 16:41:38 -04:00
Ryan VanderMeulen
a5d12e8dae
Merge inbound to m-c.
2013-07-16 16:02:36 -04:00
Chenxia Liu
ed89dc4a7f
Bug 892094 - Create "Search" page in settings. r=liuche
...
--HG--
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml-v11/preferences_customize.xml
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml/preferences_customize.xml.in
2013-07-16 10:09:28 -07:00
Nick Alexander
846fda3eaa
Merge latest green mozilla-central to services-central.
2013-07-16 08:31:31 -07:00