Ali Juma
769a277c14
Bug 677920 - Part 2: Fix handling of Android surface lifecycle events when using GL layers. r=blassey
...
--HG--
extra : rebase_source : 40ad2f8039f672afa77bd887f42a6b930f9e61c0
2011-08-23 16:52:03 -04:00
Benoit Girard
eb18b88d4e
Bug 621745 - Correctly handle EGL surfaceChange event causing glitches on resize; r=jmuizelaar
2011-08-22 09:57:12 -07:00
Oleg Romashin
35cd3bb1b8
Bug 679923 - Fennec must deactivate last selected tab when it goes to background; r=mbrubeck,blassey,mfinkle
2011-08-21 20:11:31 +01:00
Doug Turner
5954981c50
Bug 661978 - Android file input activity deadlocks. r=blassey
2011-08-18 19:30:22 -07:00
Doug Turner
6119106b82
Bug XXXX - Correctly renames the Log() functions to use the right filename. rs=blassey
2011-08-18 19:27:41 -07:00
James Willcox
6b4e6987fb
Bug 627019 - ignore IME changes from gecko when other changes are still pending
...
From 5797f333373ae0c21c6aa0c0192b4e2ab0acde37 Mon Sep 17 00:00:00 2001
---
embedding/android/GeckoAppShell.java | 3 +++
embedding/android/GeckoInputConnection.java | 23 ++++++++++++++++++++---
2 files changed, 23 insertions(+), 3 deletions(-)
2011-08-16 16:57:41 -04:00
Alex Pakhotin
c6bb54bd29
Bug 673969 - System preference for "visible passwords" not followed. r=blassey
2011-07-26 18:14:52 -07:00
Brad Lassey
5a2aa71209
bug 669424 - get rid of shared ID in unofficial builds r=mbrubeck
2011-08-09 17:16:26 -04:00
Justin Wood
3562717174
Merge from m-c
2011-08-09 06:31:01 -04:00
Matt Brubeck
a868ca1712
Bug 677035 - Use full classname for ClipboardManager to fix Android SDK 13
...
build [r=blassey]
2011-08-08 11:51:05 -07:00
Brad Lassey
8b1447ccda
bug 677088 - [Java] NullPointerException in GeckoApp.onNewIntent() r=dougt
2011-08-07 23:30:32 -04:00
Makoto Kato
fec6d3931d
Bug 667927 - Problem with deletions in IME when in composition mode on Honeycomb. r=jchen
2011-08-09 14:17:44 +09:00
Mark Finkle
a41911bc14
Bug 676293 - Add ability to make 'home screen shortcut' for Bookmarks [r=fabrice, r=blassey]
...
--HG--
rename : mobile/components/build/nsIPhoneSupport.idl => mobile/components/build/nsIShellService.idl
rename : mobile/components/build/nsPhoneSupport.cpp => mobile/components/build/nsShellService.cpp
rename : mobile/components/build/nsPhoneSupport.h => mobile/components/build/nsShellService.h
2011-08-08 22:37:57 -04:00
Fabrice Desré
5896e1f813
Bug 676085 - cgroup filemane is incorrect [r=blassey]
2011-08-02 14:44:47 -07:00
Brad Lassey
3002ebce3c
bug 672356 - plugin-container not set to background cgroup r=dougt
2011-07-28 02:25:11 -04:00
Fabrice Desré
cdffa87ca2
Bug 675790 - The title of the android file chooser is not i18n ready
2011-08-01 18:17:14 -07:00
Brad Lassey
4c172c1eb4
bug 674245 - App crashes when device switches its orientation from portrait to landscape and reversal for several times r=dougt
2011-07-26 12:12:36 -04:00
Alex Pakhotin
6464a26770
Bug 673199 - Gecko Alert "java.net.MalformedURLException: Protocol not found:" after getting an update notification that a build is available
2011-07-25 19:12:21 -07:00
Marco Bonardo
5856c10225
Merge mozilla-central and mozilla-inbound
2011-07-22 15:31:14 +02:00
Matt Brubeck
558573b996
Bug 673168 - Back out 32135b36a00e (bug 669424) because it breaks upgrades on Android
2011-07-21 14:12:51 -07:00
Makoto Kato
21aa0065cd
Bug 664364 - Entering newline after Japanese in a textarea doesn't change cursor position. r=jchen
2011-07-22 10:24:34 +09:00
Brad Lassey
aebed226e2
bug 672809 - need to null check list of library files to be cleaned r=dougt
2011-07-20 12:37:54 -04:00
Brad Lassey
6189bd698f
bug 671092 - Crash after failed attempt to extract libraries after update r=dougt
2011-07-18 14:25:20 -04:00
Brad Lassey
c33a506357
Bug 669424 - get rid of shared ID. r=dougt
2011-07-05 15:36:25 -04:00
Doug Turner
c5eb2140dc
Bug 667980: Expose network connection type to chrome. r=dougt
...
Add an attribute to nsINetworkLinkService that represents the connection type,
and add code to the android back-end to expose the connection type and notify
when it changes.
2011-07-10 15:24:05 -07:00
Wesley Johnston
356a5b7951
Bug 667530 - Add ability to add application/bookmark shortcuts to Launcher screens [r=blassey, r=fabrice]
2011-07-01 14:26:00 -04:00
Daniel Holbert
5c580c322f
back out 89ef5bf1e3d2 (Bug 667530) due to talos orange
2011-07-07 15:57:21 -07:00
Wesley Johnston
2176ee7a67
Bug 667530 - Add ability to add application/bookmark shortcuts to Launcher screens [r=blassey, r=fabrice]
2011-07-01 14:26:00 -04:00
Doug Turner
18c7d1c4b0
Bug 664996 Fix missing redraw when resuming application r=dougt
...
Because I'd altered the way surface creation works, it was possible to
have a null buffer in surfaceChanged while having a valid surface size.
Instead of looking at the buffer pointers, I've replaced it with a
boolean that tracks whether the surface size is valid or not.
In addition, there was a typo that meant that synchronised redraws were
being skipped, as the object from mSyncDraws was taken and immediately
discarded.
--HG--
extra : rebase_source : 1b689f7c8cdd10565dea30a4cd65f49371f046d3
2011-06-25 21:35:52 -07:00
Doug Turner
9b5a8f0398
Back out 0839c57106a8. Caused a regression; follow up will address. r=dougt
...
--HG--
extra : rebase_source : c9aa1dac6480a41ce147e641f675b090b8cc5427
2011-06-25 21:34:10 -07:00
Alex Pakhotin
d3cab6453e
Bug 658691 - remove android:debuggable="true" from AndroidManifest.xml r=blassey
2011-05-20 16:29:40 -07:00
Alex Pakhotin
63c96a8aff
Bug 649381 - implement moz-icon android support. r=blassey
2011-06-13 14:02:13 -07:00
Alex Pakhotin
69c0d0b96a
Bug 645729 - Make sure 'body' data is sent along with special links (mailto and sms). r=blassey
2011-05-26 12:58:41 -07:00
Doug Turner
7bf710d4a2
Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai
...
--HG--
rename : content/events/src/nsDOMOrientationEvent.cpp => content/events/src/nsDOMDeviceOrientationEvent.cpp
rename : content/events/src/nsDOMOrientationEvent.h => content/events/src/nsDOMDeviceOrientationEvent.h
rename : dom/system/android/nsAccelerometerSystem.cpp => dom/system/android/nsDeviceMotionSystem.cpp
rename : dom/system/android/nsAccelerometerSystem.h => dom/system/android/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.h => dom/system/cocoa/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.mm => dom/system/cocoa/nsDeviceMotionSystem.mm
rename : dom/system/nsAccelerometer.cpp => dom/system/nsDeviceMotion.cpp
rename : dom/system/nsAccelerometer.h => dom/system/nsDeviceMotion.h
rename : dom/system/unix/nsAccelerometerSystem.cpp => dom/system/unix/nsDeviceMotionSystem.cpp
rename : dom/system/unix/nsAccelerometerSystem.h => dom/system/unix/nsDeviceMotionSystem.h
rename : dom/system/windows/nsAccelerometerSystem.cpp => dom/system/windows/nsDeviceMotionSystem.cpp
rename : dom/system/windows/nsAccelerometerSystem.h => dom/system/windows/nsDeviceMotionSystem.h
rename : xpcom/system/nsIAccelerometer.idl => xpcom/system/nsIDeviceMotion.idl
2011-06-19 22:36:17 -07:00
Chris Lord
2e35c1c7a9
Bug 664996 - After quitting the application by tapping the Home button, re-entering it will show a white. Regression from bug 661843. r=dougt
2011-06-17 08:57:46 -07:00
Chris Lord
3c559678d0
Bug 663445 - StringIndexOutOfBoundsException in String.substring() via GeckoInputConnection.getExtractedText. r=mwu
...
--HG--
extra : rebase_source : 9f6a618d2563352a03be47dbfb303b6473f8657c
2011-06-14 07:48:00 -07:00
Doug Turner
41ddc22845
Bug 664774 - Loading and Install text has mixed capitalization. r=mfinkle
2011-06-16 11:49:38 -07:00
Chris Lord
06258cb8ca
Bug 661843 - GeckoSurfaceView may double memory requirement for painting. r=dougt
2011-06-16 02:03:00 -07:00
Matt Brubeck
f4a3eee809
Bug 662075 - Android fails to open update APK [r=blassey]
2011-06-08 14:33:49 -07:00
Brad Lassey
fe59b91fa1
bug 638940 - File Upload: we should not change file names, paths and extensions r=dougt
2011-06-01 20:40:38 -04:00
Brad Lassey
f2dd0b9498
bug 660326 - send java exceptions to crash-stats r=dougt
2011-06-01 13:54:53 -04:00
Matt Brubeck
3ba1392801
Bug 659412 - Remove warning dialog for Android devices with low MemTotal [r=blassey]
2011-05-24 14:56:46 -07:00
Brad Lassey
c8b9f55356
bug 632874 - make it clear that first-run startup time isn't normal r=dougt
2011-05-20 14:44:09 -04:00
Matt Brubeck
672f2f7cbe
Bug 657501 - Unofficial branding for Fennec [r=blassey,mfinkle]
2011-05-20 09:45:42 -07:00
Mike Hommey
dc8c9f3c30
Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg,r=mwu
...
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.
We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.
We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).
The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.
Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-02-25 12:53:36 +01:00
Brad Lassey
03838303d4
bug 655427 - make sharedIDs used by automation not depend on package nam a+r=mfinkle
...
--HG--
extra : rebase_source : f90bb8cda99b72879b809621984c803245dbd4b5
2011-05-11 14:07:28 -04:00
Matt Brubeck
5cdbd24a85
Bug 656177 - Register Fennec as a handler for file: URIs on Android [r=blassey]
2011-05-11 07:25:53 -07:00
Mark Finkle
a9bd73ea4d
Bug 654838 - Create a unique branding for Fennec beta (displayname fix) [r=blassey]
2011-05-10 23:50:43 -04:00
Michael Wu
0326e57b8f
Merge backout (to fix bug 656172)
2011-05-10 19:10:01 -07:00
Michael Wu
ede6efdcce
Back out parts 3-7 of bug 620931 which caused bug 656172, r=killer
2011-05-10 18:27:51 -07:00