Reuben Morais
16cfa5c839
Bug 1192102 - Remove unused file embedded/android/GeckoSmsManager.java. r=blassey
...
IGNORE IDL
2015-08-06 18:59:00 -04:00
Nick Alexander
b02281888c
Bug 1099501 - Export and use ANDROID_TOOLS where appropriate. r=snorp,bnicholson
...
In certain configurations, in particular when installing the Android SDK
using HomeBrew, one sees a configuration with symlinks like:
[brian@brian-macbook git]$ ls -l /usr/local/Cellar/android-sdk/23.0.2/
total 72
...
lrwxr-xr-x 1 brian admin 38 Nov 14 16:39 platforms -> ../../../var/lib/android-sdk/platforms
...
drwxr-xr-x 26 brian admin 884 Nov 14 17:43 tools
In this case, we have
ANDROID_SDK=/usr/local/Cellar/android-sdk/23.0.2/platforms/android-21.
It is an anti-pattern to use ANDORID_SDK/.. to find other paths in the
tree. This pattern is used in at least two places:
1) When we try to find
/usr/local/Cellar/android-sdk/23.0.2/platforms/android-21/../../tools,
we end up in the /usr/local/var/lib subtree. This patch works around
that by exporting and using ANDROID_TOOLS; ANDROID_TOOLS itself is
extracted using path matching, rather than following .. through the
filesystem.
2) We also need to use ANDROID_SDK_ROOT rather than
ANDROID_SDK/../.. through-out.
2014-11-17 11:12:00 -08:00
Birunthan Mohanathas
accbdb7950
Bug 1058101 - Flatten dom/mobilemessage/src/ into parent directory. r=mccr8
2014-08-27 10:13:36 -07:00
Brad Lassey
e6d4d20c33
bug 971101 - build and publish geckoview example by default r=khuey
2014-03-31 11:40:06 -04:00
Brad Lassey
416ec315ac
bug 979438 - Unify android target SDK versions, follow up to address nits r=nalexander
2014-03-28 19:47:32 -04:00
Brad Lassey
05bbcf1493
bug 979438 - Unify android target SDK versions r=nalexander
2014-03-25 23:27:16 -04:00
Bevis Tseng
0859514103
Bug 981077 - Part 1: Add new error type SIM_NOT_MATCHED_ERROR. r=vyang
2014-03-21 10:52:05 +08:00
Bevis Tseng
4b1e3d99b0
Bug 974820 - Part 1: Add new error type STORAGE_FULL_ERROR. r=vyang
2014-02-20 12:17:47 +08:00
Brad Lassey
1e22d83287
bug 969725 - geckoview_example uses incorrect main.xml layout and AndroidManifest r=nalexander
2014-02-27 12:21:06 -05:00
Brad Lassey
3ee6152837
bug 944045 - geckoview example makefile should handle deps better r=khuey
2013-11-27 14:49:41 -05:00
Brad Lassey
578a9405a6
Bug 944041 - Failure to make geckoview from m-c. r=khuey
2013-11-27 15:14:26 -05:00
Brad Lassey
cffbc0e768
bug 930072 - Provide example app using GeckoView library in the tree r=mfinkle, nalexander
2013-10-23 18:37:14 +02:00
Gene Lian
42733110d0
Bug 932201 - [B2G][DSDS] Gecko needs to properly download MMS for non-active SIM. r=ctai,vicamo
2013-11-05 17:21:56 +08:00
Gene Lian
3a0d203262
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
703fb53a64
Backed out changeset 9f377abbf13e
2013-09-09 21:22:37 +08:00
Gene Lian
f9ba7fbd8e
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
Gene Lian
f43d82507a
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
Chia-hung Tai
146a30b4f3
Bug 880561 - B2G MMS: Add 2 more error status (in flight mode and no sim card) when sending MMS. r=gene
2013-06-18 12:06:32 +08:00
Chris Peterson
6c3629bf63
Bug 847839 - Part 2: Remove obsolete files for Android XUL Fennec. r=mfinkle
2013-03-07 17:55:49 +00:00
Chris Peterson
4a93ace6bd
Bug 847839 - Part 1a: Port XUL Fennec's VideoPlayer to Native Fennec. r=mfinkle
2013-03-07 14:44:22 +00:00
Gene Lian
3a8a9f5edf
Bug 844431 - B2G MMS: provide nsIDOMMobileMessageManager interface (with sendMMS() first) (part 2, nsIDOMMozMmsMessage). r=vicamo,mounir,mrbkap sr=sicking a=leo+
2013-03-09 15:21:55 +08:00
Gene Lian
466e249b56
Bug 844429 - B2G SMS & MMS: move SMS codes into dom/mobilemessage to make it generic for MMS. r=vicamo
2013-03-01 16:38:47 +08:00
Gregory Szorc
834f33230c
Bug 784841 - Part 18m: Convert /embedding; r=glandium f=Ms2ger
2013-02-25 12:47:20 -08:00
Brian Nicholson
0c9e18d8a2
Bug 837042 - Remove gecko property from sendMessageToJava. r=mfinkle
2013-02-01 17:36:38 -08:00
Joey Armstrong
69f7603043
bug 747540: fix dependencies for java build
2013-01-25 15:22:13 -05:00
Kartikaya Gupta
095d43a32a
Bug 831783 - Clean up some event constants. r=snorp
2013-01-17 14:16:14 -05:00
Vicamo Yang
c751955654
Bug 820780 - Part 4/5: Android backend, r=blassey
2013-01-04 14:26:27 +08:00
Vicamo Yang
30bf2845f0
Bug 774621 - Part 4/5: Android backend, r=sicking
2012-12-11 17:09:49 +08:00
Vicamo Yang
9acf311ee3
Bug 775997 - Part 2/2: Android implementation. r=dougt
2012-11-06 13:32:07 -08:00
Vicamo Yang
da8e619c0b
Bug 797277 - Part 4/5: Android implementation, r=mounir,blassey
2012-10-31 17:10:53 +08:00
Ed Morley
b003e89213
Backout 95752d95cf73, 190933b35023, 6834d09f8f09, 53e3e62c2b3d & f39ba5076599 (bug 797277) for xpcshell failures
2012-10-30 12:15:07 +00:00
Vicamo Yang
1aaf46c985
Bug 797277 - Part 4/5: Android implementation, r=mounir,blassey
2012-10-30 18:55:44 +08:00
Vicamo Yang
cf03889f87
Bug 742790 - Part 4/5: Android implementation, r=mounir,blassey
2012-10-30 18:53:31 +08:00
Vicamo Yang
bdc4285853
Bug 720325: add serialVersionUID for serializable WebSMS exception classes, r=blassey
2012-10-24 21:37:21 +08:00
Chris Peterson
2bbe1801e8
Bug 793062 - Remove unused PostToJavaThread() and ExecuteNextRunnable(). r=blassey
2012-09-20 17:44:24 -07:00
Benoit Girard
278f539276
Bug 791640 - EventTracer will only measure the main thread responsiveness, fixes profiling hang. r=blassey
2012-09-20 14:23:15 -04:00
Hiroyuki Ikezoe
78b73e1354
Bug 792645 - Unify duplicated codes between mobile/android/base/GeckoEvent.java and embedding/android/GeckoEvent.java. r=cpeterson
2012-09-21 06:32:18 -04:00
Mounir Lamouri
c91a040038
Bug 787534 - Remove Portrait and Landscape special ScreenOrientation values. r=jlebar
2012-09-19 17:28:16 +01:00
Zoe Bellot
1de92dd943
Bug 746142 - Part 2 - Use inputmode attribute to vary the virtual keyboard on Android. f=mounir r=cpeterson
2012-08-26 23:16:22 -03:00
Ed Morley
3be08a2757
Backout 506268f7735e & ea163112807d (bug 746142) for Android build failures
2012-08-17 12:30:02 +01:00
Zoe Bellot
c19b4bcb2c
Bug 746142 - Part 2 - Use inputmode attribute to vary the virtual keyboard on Android. f=mounir r=cpeterson
2012-08-17 12:02:18 +02:00
Mike Hommey
0f9f294ea0
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
James Willcox
12af787121
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey
2012-07-20 15:20:51 -04:00
Ed Morley
c289f9f162
Backout 4987ffd173a4 (bug 687267) for bustage
2012-07-23 14:47:54 +01:00
James Willcox
a60fcafab7
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey
2012-07-20 15:20:51 -04:00
Ms2ger
45a14cadbf
Bug 776142 - Back out bug 687267 / changeset 8571114112b2 on a CLOSED TREE.
2012-07-22 14:02:18 +02:00
James Willcox
18e78b0b0f
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert
2012-07-20 15:20:51 -04:00
Steve Fink
1fb58c1498
Backed out changeset afd9e75374e8 from a CLOSED TREE for breaking Windows builds
2012-07-19 14:55:48 -07:00
James Willcox
1937278c4a
Bug 687267 - Fix XUL bustage r=blassey
2012-07-19 17:20:19 -04:00
James Willcox
4cfc72ff10
Bug 687267 - Initial support for Flash on Honeycomb r=benwa,vlad
2012-07-19 16:15:40 -04:00