Mounir Lamouri
|
38cc3be56e
|
Bug 787534 - Remove Portrait and Landscape special ScreenOrientation values. r=jlebar
|
2012-09-19 17:28:16 +01:00 |
|
Mounir Lamouri
|
24745804d4
|
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
|
8c296bbcd4
|
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
|
cd52b67ce6
|
Bug 712910 - Use stdint types in HAL; r=cjones
|
2012-05-25 09:18:30 +02:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Chris Jones
|
234136e0ea
|
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
|
a51ab096d6
|
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
|
0dae59a989
|
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
|
b8b1c82e13
|
Bug 739913 - Use kernel wake lock when the "cpu" topic is locked. r=cjones
|
2012-04-12 19:24:20 -04:00 |
|
Mounir Lamouri
|
70c4e81387
|
Bug 740190 - Screen Orientation API: implement locking in Android. r=dougt
|
2012-03-29 23:31:12 -07:00 |
|
Mounir Lamouri
|
d8342fc658
|
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
|
e9b99834bc
|
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
|
bb974fd0d2
|
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
|
cb66f15674
|
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
|
71d5cfc5d5
|
Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt
|
2012-03-20 14:09:45 +01:00 |
|
Mark Finkle
|
2f256bcc57
|
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
|
a2418c5fd8
|
Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt
|
2012-03-16 19:43:10 +01:00 |
|
Sinker Li
|
67386c06c9
|
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
|
c427e1b142
|
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
|
42001268cb
|
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
|
a1dfeed3b0
|
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
|
c5f8492d9e
|
Backout 6a4c4cb828a8 for bustage on windows.
|
2012-01-30 18:47:43 -06:00 |
|
Kan-Ru Chen
|
896e917c65
|
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
|
5c5c80c069
|
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
|
b60b13293e
|
Bug 713687 - Part 1 - Network API Android backend: get current information. r=dougt
|
2012-01-16 14:44:07 +01:00 |
|
Mounir Lamouri
|
15d460350a
|
Bug 677166 - Part 6 - Add NetworkInformation handling into hal. r=jlebar
|
2012-01-16 14:39:57 +01:00 |
|
Marco Bonardo
|
89e2ac5379
|
Backout 789f244f34f8, 1bea53f2d067, 577cba6021d2, 4191fe602648 (bug 697641) for win build bustage
|
2012-01-16 15:43:46 +01:00 |
|
Sinker Li
|
c50b5856a8
|
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
|
9f9888aaa8
|
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
|
f8adc3a9a1
|
Bug 710745 - Don't expose WindowIdentifier in Hal.h. r=jlebar sr=cjones
|
2011-12-17 22:04:26 +01:00 |
|
Justin Lebar
|
84241e428f
|
Bug 679966, part 2: Add mozVibrator() for "playing" a vibration pattern. r=bz
|
2011-11-10 16:26:36 -05:00 |
|
Justin Lebar
|
15f78c78bd
|
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
|
72eaf234fe
|
Backout 407fba8cbd5a (bug 702256) for build failure on Windows.
|
2011-12-05 13:48:59 +01:00 |
|
Justin Lebar
|
e33d8ba71a
|
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
|
32b5bac310
|
Bug 679966, part 1: Add vibrator support for android. r=blassey,cjones
|
2011-09-30 00:00:48 -07:00 |
|
Mounir Lamouri
|
81e95dc4d5
|
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
|
35e8988983
|
Bug 696038 - (1/3) Add an Android implementation for hal. r=cjones
|
2011-11-02 16:28:26 +01:00 |
|