Mounir Lamouri
86c382cd4d
Bug 702858 - Do not stop listening to battery changes when in the background on Android. r=cjones
2011-11-22 10:35:53 +01:00
Mike Hommey
c124580b04
Bug 696555 - Move update.locale into omni.jar. r=rstrong
2011-11-22 08:05:59 +01:00
Mike Hommey
e703e3f311
Bug 686466 part 3 - Use a pre-generated nsXREAppData struct instead of application.ini. r=ted,bsmedberg
...
--HG--
rename : build/application.ini => build/application.ini.in
2011-11-22 08:05:59 +01:00
Justin Wood
569aa3667c
Merge m-c to m-i
2011-11-19 04:33:12 -05:00
Doug Turner
10680e9163
Bug 703680 - support both embedding/android and mobile/android/base. r=khuey
2011-11-18 13:17:40 -08:00
Matt Brubeck
b449e347fc
Bug 703661 - Add back WAKE_LOCK permission request for PowerManager [r=blassey]
2011-11-18 12:13:00 -08:00
Brad Lassey
3c55fcd466
bug 702183 - Fennec 9.0b1 now asking for extra "read sensitive log data" permission r=dougt
2011-11-17 20:08:14 -05:00
Ed Morley
4c666fa158
Merge last green changeset of mozilla-inbound to mozilla-central
2011-11-15 19:07:09 +00:00
Doug Turner
75b15a91d9
Bug 690201 - dead code - mLastDrawEvent never used. r=mbrubeck
2011-11-14 19:12:26 -08:00
Doug Turner
a9f4e7d04b
Bug 701996 - Merge widget/src/android from birch back into mozilla-central. r=dougt/blassey
2011-11-14 19:12:14 -08:00
Kartikaya Gupta
ac70c5daa5
Bug 692185 - Flush PrintWriter prior to extracting printed string; r=blassey
...
Not flushing the PrintWriter might cause data to get left in the PrintWriter's
internal buffers, and not get written into the underlying StringWriter. This
might explain why the stack trace does not get written out to the crash report.
2011-11-08 16:41:50 -05:00
Michael Wu
3e0835d415
Bug 694206 - Add Gonk (B2G) widget backend, r=cjones
2011-11-10 16:17:46 -08:00
Oonishi Atsushi
ebc58fb880
Bug 311007 - Add aFlags arg to onLocationChange(...), to distinguish between same-document and different-document. r=smaug, sr=bzbarsky
2011-11-10 15:01:11 +01:00
Mounir Lamouri
5b66ee0ddb
Bug 700263 - Add remainingTime support to android backend. r=cjones
2011-11-09 15:13:37 +01:00
Mounir Lamouri
629dc18d52
Bug 699742 - (4/4) battery.level should be a double (android backend). r=cjones
2011-11-09 09:56:37 +01:00
Mounir Lamouri
eeacac8c45
Bug 699741 - Do not check if the change is higher than 0.01 to send a levelchange event. r=cjones
2011-11-09 09:53:01 +01:00
Ed Morley
a64b07433e
Backout 31d345404c98 (bug 671634) due to missing privacy review and necko peer review; a=dao
2011-11-08 10:43:36 +00:00
Chris Jones
ab87d668dd
Bug 679966, part 1: Add vibrator support for android. r=blassey,cjones
2011-09-30 00:00:48 -07:00
Wes Johnston
a2f4279fa4
Bug 671634 - Update Fennec useragent to more closely match stock browser. r=dougt
2011-11-07 15:03:53 -08:00
Ed Morley
6a998be2c5
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Fabrice Desré
0234c83fde
Bug 694795 - Black rectangle in top left corner after opening a link from another app [r=mbrubeck]
2011-11-04 16:46:34 -07:00
Rail Aliiev
364e83c545
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Mounir Lamouri
96af51d523
Bug 696038 - (3/3) Battery API Android backend. r=cjones
2011-11-02 16:36:44 +01:00
Mounir Lamouri
2545c63c8e
Bug 696038 - (2/3) Boilerplate code to communicate between hal and Android Java code. r=cjones
2011-11-02 16:35:11 +01:00
Brad Lassey
54dcdb7838
bug 633239 - event loop responsiveness for Android r=dougt
2011-08-04 03:32:57 -04:00
Kartikaya Gupta
49c41ad007
Bug 692185 - Flush PrintWriter prior to extracting printed string; r=blassey
...
Not flushing the PrintWriter might cause data to get left in the PrintWriter's
internal buffers, and not get written into the underlying StringWriter. This
might explain why the stack trace does not get written out to the crash report.
2011-10-28 15:05:06 +01:00
Mike Hommey
c04dec79a7
Bug 686464 - Leave it to Android to unpack the content process executable. r=ted
2011-10-27 14:53:20 +02:00
Neil Deakin
b9741fe3c6
Bug 503879, remove nsIToolkit, make nsToolkit a singleton, remove it from some widget platforms, and don't pass it around when creating widgets, original patch by robarnold, r=roc
2011-10-25 11:05:32 -04:00
James Willcox
23a020f385
Bug 692198 - Make Flash on Android draw to bitmap intead of SurfaceView directly
...
From 718909dd4d8c1b1ffb2e8ea72cc7d75c281e0773 Mon Sep 17 00:00:00 2001
--HG--
extra : rebase_source : 01bc243a06d5470b559c8c892425d7918b5a7de3
2011-10-05 14:44:19 -04:00
Ehsan Akhgari
2a602a5685
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
...
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Jeff Walden
b7753477cf
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
...
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
2011-10-10 22:50:08 -07:00
Ed Morley
091dcad0ea
Merge last green changeset of mozilla-inbound to mozilla-central
2011-10-15 12:19:29 +01:00
Ms2ger
cd715d9c9b
Bug 540433 - Remove nsIDocumentViewer; r=smaug
2011-10-15 09:33:26 +02:00
Matt Brubeck
6132faa3d4
Back out dcc28a7cfa31, 13342c7d1fc3, f005ff7b0e2a (bug 692198, bug 692196, bug 692200) because of test failures
2011-10-13 12:17:06 -07:00
Neil Deakin
a613d39bb5
Bug 694227 nsIBaseWindow::blurSuppression is unusued, r-bsmedbeg,sr=bz
2011-10-14 14:11:22 -04:00
Neil Deakin
731458c274
Bug 694224, remove appshell argument from various widget creation methods, r=roc
2011-10-14 09:06:39 -04:00
James Willcox
a3512c3ba8
Bug 692198 - Make Flash on Android draw to bitmap intead of SurfaceView directly r=blassey
...
commit 872c1f5bf1f2c205c3f999409ed55f31627c968a
Author: James Willcox <jwillcox@mozilla.com>
Bug 692198 - Make Flash on Android draw to bitmap intead of SurfaceView directly
2011-10-05 14:44:19 -04:00
Ali Juma
06a85a7909
Bug 689626 - EGL surfaceChanged event shouldn't draw a frame of the previous size on Honeycomb. r=jrmuizel
2011-10-13 09:43:05 -04:00
Jeff Walden
eb2cb918a4
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
2011-10-12 12:21:53 -07:00
Jeff Walden
77ebbde4ab
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
...
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
2011-10-10 22:50:08 -07:00
Fabrice Desré
fb1b6260ea
Bug 690635 - Issues with camera input on DroidX [r=wjohnston]
2011-10-11 11:21:27 -07:00
Ed Morley
e8fdfa2c99
Bug 687358 - Remove nsWWJSUtils and use nsJSUtils instead; r=jst
2011-10-11 14:50:09 +01:00
Mark Finkle
5dbaf2f766
Bug 684826 - Last typed character from password field is not visible when password is filled in [r=blassey]
2011-10-10 10:52:06 -04:00
Fabrice Desré
2da98dac54
Bug 692961 - Capturing image on camera api crashes [@ mozalloc_abort | __swrite ] [r=blassey]
2011-10-10 14:01:39 -07:00
Matt Brubeck
eb9465f1a3
Back out f7bf7ac18a79 (bug 684826), 3a910924c50c (bug 687367), and 524a6bb8744b (bug 693086) because of Android bustage on a CLOSED TREE
2011-10-10 09:47:27 -07:00
Mark Finkle
bf49bcc153
Bug 684826 - Last typed character from password field is not visible when password is filled in [r=blassey]
2011-10-10 10:52:06 -04:00
Jonathan Kew
e80daf3d78
bug 655337 - part 2 - don't unpack hyphenation patterns on android, look for them in omnijar. r=mfinkle,bsmedberg,smontagu
2011-10-06 16:06:36 +01:00
Matt Brubeck
5e5628b0b1
Merge mozilla-central to mozilla-inbound
2011-10-06 10:23:02 -07:00
Jonathan Kew
6546463bfc
backout changeset e1eac54b1ed3 (bug 655337 pt 2) for causing a leak.
2011-10-06 17:29:39 +01:00
Ed Morley
72ed7305fc
Bug 689884 - Deleted the now unused Makefiles from the tree; r=khuey
2011-10-06 17:15:07 +01:00