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 |
|
Ryan VanderMeulen
|
4875847fa7
|
Backed out 6 changesets (bug 913985) for suspicion of causing intermittent Android crashes on a CLOSED TREE.
Backed out changeset de21920d2b8e (bug 913985)
Backed out changeset f0f5497d65bb (bug 913985)
Backed out changeset 1e16ca4ad801 (bug 913985)
Backed out changeset 9c069a0820ea (bug 913985)
Backed out changeset 274df3abc991 (bug 913985)
Backed out changeset 05fe8b17516a (bug 913985)
--HG--
rename : build/annotationProcessors/AnnotationInfo.java => build/annotationProcessors/MethodWithAnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java => build/annotationProcessors/utils/AlphabeticMethodComparator.java
rename : build/annotationProcessors/utils/GeneratableElementIterator.java => build/annotationProcessors/utils/GeneratableEntryPointIterator.java
rename : mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java => mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java
rename : mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java => mobile/android/base/mozglue/OptionalGeneratedParameter.java
|
2013-09-27 17:02:09 -04:00 |
|
Nathan Froyd
|
e8316ed759
|
Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan
|
2013-09-10 16:56:05 -04:00 |
|
Chris Kitching
|
418cc1b25e
|
Bug 913985: Part 6 - Remove redundant AndroidBridge::Bridge() checks. r=kats; DONTBUILD
|
2013-09-27 10:10:47 -04:00 |
|
Chris Kitching
|
939077cb0b
|
Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats
|
2013-09-27 10:10:37 -04:00 |
|
Kartikaya Gupta
|
6b7e07f87d
|
Back out d9bdfdfda06e to dd17e0758a00 (bug 913985) due to incorrect author on some of the patches. r=backout
--HG--
rename : build/annotationProcessors/AnnotationInfo.java => build/annotationProcessors/MethodWithAnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java => build/annotationProcessors/utils/AlphabeticMethodComparator.java
rename : build/annotationProcessors/utils/GeneratableElementIterator.java => build/annotationProcessors/utils/GeneratableEntryPointIterator.java
rename : mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java => mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java
rename : mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java => mobile/android/base/mozglue/OptionalGeneratedParameter.java
|
2013-09-27 10:25:23 -04:00 |
|
Chris Kitching
|
2537169fc7
|
Bug 913985: Part 6 - Remove redundant AndroidBridge::Bridge() checks. r=kats
|
2013-09-27 10:10:47 -04:00 |
|
Chris Kitching
|
602a2edbcb
|
Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats
|
2013-09-27 10:10:37 -04:00 |
|
Mounir Lamouri
|
37425e57ca
|
Bug 787534 - Remove Portrait and Landscape special ScreenOrientation values. r=jlebar
|
2012-09-19 17:28:16 +01:00 |
|
Mounir Lamouri
|
41eb3be4c0
|
Bug 787532 - Update Android HAL backend to take into account new screen lock values. r=jlebar
|
2012-09-11 11:57:20 +01:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Ms2ger
|
3bfe10a2e0
|
Bug 712910 - Use stdint types in HAL; r=cjones
|
2012-05-25 09:18:30 +02:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Chris Jones
|
acbbfc1126
|
Bug 745145, part 1: Generalize ScreenOrientation into ScreenConfiguration, and add screen rect and color+pixel depth to it. r=mounir
|
2012-05-08 14:36:07 -07:00 |
|
Mounir Lamouri
|
566a670f97
|
Bug 749645 - Use fallback files in hal/ when a backend isn't implemneted instead of having randomly defined methods. r=cjones
--HG--
rename : hal/fallback/ScreenOrientationFallback.cpp => hal/fallback/FallbackScreenOrientation.cpp
rename : hal/linux/Power.cpp => hal/linux/LinuxPower.cpp
|
2012-05-03 12:05:32 +02:00 |
|
Ryan VanderMeulen
|
0f578d67d8
|
Back out entire dd28759eba7b push (bug 739913 and bug 742226) due to OSX 10.7 and b2g bustage. r=shouldausedtry
|
2012-04-12 20:00:57 -04:00 |
|
Kan-Ru Chen
|
14c301c057
|
Bug 739913 - Use kernel wake lock when the "cpu" topic is locked. r=cjones
|
2012-04-12 19:24:20 -04:00 |
|
Mounir Lamouri
|
9389b8f35e
|
Bug 740190 - Screen Orientation API: implement locking in Android. r=dougt
|
2012-03-29 23:31:12 -07:00 |
|
Mounir Lamouri
|
de3ed2a2f0
|
Bug 740188 - Screen Orientation API locking (1/3): DOM/HAL boilerplate. r=smaug sr=sicking
|
2012-03-29 12:43:16 -07:00 |
|
Doug Turner
|
b1e4247d44
|
Bug 735330 - move device motion from dom/system to hal. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. cocoa bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. window/qt/linux bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. move accuracy into sensor data. support compassneedscalibration. r=jdm
--HG--
rename : dom/system/cocoa/smslib.h => hal/cocoa/smslib.h
rename : dom/system/cocoa/smslib.mm => hal/cocoa/smslib.mm
|
2012-03-20 23:36:17 -07:00 |
|
Matt Brubeck
|
388850e1f0
|
Back out bug 735330, bug 737462, bug 734854 because they broke XUL Fennec
--HG--
rename : hal/cocoa/smslib.h => dom/system/cocoa/smslib.h
rename : hal/cocoa/smslib.mm => dom/system/cocoa/smslib.mm
|
2012-03-20 16:59:24 -07:00 |
|
Doug Turner
|
075acfd9f5
|
Bug 735330 - move device motion from dom/system to hal. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. cocoa bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. window/qt/linux bits. r=jdm
* * *
Bug 735330 - move device motion from dom/system to hal. move accuracy into sensor data. support compassneedscalibration. r=jdm
--HG--
rename : dom/system/cocoa/smslib.h => hal/cocoa/smslib.h
rename : dom/system/cocoa/smslib.mm => hal/cocoa/smslib.mm
|
2012-03-20 14:46:14 -07:00 |
|
Mounir Lamouri
|
d07b010629
|
Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt
|
2012-03-20 14:09:45 +01:00 |
|
Mark Finkle
|
5d52d341f9
|
Backout 7e28d1a2c648, 330b210f503d, 2421d39e0ab3, aa978ffa44bc, 38a71ae7e06d, b94319584a7a, 7e8278f5e814, 0b4e3c7608ab, 329c07609ca8, 0d61a0d8dba4, Due to Ts regression on Android
|
2012-03-17 21:51:39 -04:00 |
|
Mounir Lamouri
|
7948b3ca37
|
Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt
|
2012-03-16 19:43:10 +01:00 |
|
Sinker Li
|
cee1f7b77a
|
Bug 697641, part 2: Add a hal API for sensor access. r=cjones
With this API, Gecko code can access sensors provied by system. This
patch include an implementation for Android.
|
2012-02-05 19:51:06 +00:00 |
|
Ed Morley
|
46f66f0c50
|
Backout 90f7f032757f, 6695904a4a70, 50e98f67df1b & d26e8631514c (bug 697641) for native Android failures and 20289eb83e51 (bug 712378) because it conflicted with the backout CLOSED TREE
|
2012-02-02 10:09:40 +00:00 |
|
Sinker Li
|
d31b0fb85f
|
Bug 697641, part 2: Add a hal API for sensor access. r=cjones
With this API, Gecko code can access sensors provied by system. This
patch include an implementation for Android.
|
2012-02-01 22:47:53 -08:00 |
|
Kan-Ru Chen
|
f54487e0fe
|
Bug 709585 - Part 5, hal code for the Power API. r=cjones
--HG--
extra : rebase_source : 49c8cb29be617293eb9143b3e3c760229b37943c
|
2012-01-31 01:08:00 -05:00 |
|
Scott Johnson
|
8a04769547
|
Backout 6a4c4cb828a8 for bustage on windows.
|
2012-01-30 18:47:43 -06:00 |
|
Kan-Ru Chen
|
fd88fd0443
|
Bug 709585 - Part 5/6, hal code for the Power API. r=cjones
--HG--
extra : rebase_source : 689315521a72444c8a0fc92efe128d5bf3fbbada
|
2012-01-30 17:02:51 -06:00 |
|
Mounir Lamouri
|
731b61f2b9
|
Bug 713687 - Part 4 - Network API Android backend: use enable/disable notifications to prevent listening when not needed. r=dougt
|
2012-01-16 15:01:07 +01:00 |
|
Mounir Lamouri
|
7deb857d08
|
Bug 713687 - Part 1 - Network API Android backend: get current information. r=dougt
|
2012-01-16 14:44:07 +01:00 |
|
Mounir Lamouri
|
7f5c471516
|
Bug 677166 - Part 6 - Add NetworkInformation handling into hal. r=jlebar
|
2012-01-16 14:39:57 +01:00 |
|
Marco Bonardo
|
2b20126f0a
|
Backout 789f244f34f8, 1bea53f2d067, 577cba6021d2, 4191fe602648 (bug 697641) for win build bustage
|
2012-01-16 15:43:46 +01:00 |
|
Sinker Li
|
e6c5bdac28
|
Bug 697641, part 2: Add a hal API for sensor access. r=cjones
With this API, Gecko code can access sensors provied by system. This
patch include an implementation for Android.
|
2012-01-16 14:37:44 +01:00 |
|
Mounir Lamouri
|
c5f39a761e
|
Bug 710793 - Move hal's private methods outside of Hal.h. r=jlebar sr=cjones
|
2011-12-17 22:04:51 +01:00 |
|
Mounir Lamouri
|
037243501b
|
Bug 710745 - Don't expose WindowIdentifier in Hal.h. r=jlebar sr=cjones
|
2011-12-17 22:04:26 +01:00 |
|
Justin Lebar
|
1b4574913a
|
Bug 679966, part 2: Add mozVibrator() for "playing" a vibration pattern. r=bz
|
2011-11-10 16:26:36 -05:00 |
|
Justin Lebar
|
cbab1727e4
|
Bug 702256 - "[Gonk] Add DOM API for turning screen on/off and adjusting the screen's brightness" r=cjones,mounir
|
2011-12-05 01:07:00 +08:00 |
|
Marco Bonardo
|
565d479ac5
|
Backout 407fba8cbd5a (bug 702256) for build failure on Windows.
|
2011-12-05 13:48:59 +01:00 |
|
Justin Lebar
|
e5c7ffb65c
|
Bug 702256 - "[Gonk] Add DOM API for turning screen on/off and adjusting the screen's brightness" r=cjones,mounir
--HG--
extra : rebase_source : 6c1f1b49d911e749da524266695e2f05d52900b2
|
2011-12-05 01:07:00 +08:00 |
|
Chris Jones
|
dc33fffa65
|
Bug 679966, part 1: Add vibrator support for android. r=blassey,cjones
|
2011-09-30 00:00:48 -07:00 |
|
Mounir Lamouri
|
505e9f3919
|
Bug 696038 - (2/3) Boilerplate code to communicate between hal and Android Java code. r=cjones
|
2011-11-02 16:35:11 +01:00 |
|
Mounir Lamouri
|
1d3e0bab04
|
Bug 696038 - (1/3) Add an Android implementation for hal. r=cjones
|
2011-11-02 16:28:26 +01:00 |
|