Rafael Ávila de Espíndola
|
d6b7b96bca
|
Bug 774015 - Fix -Wdelete-non-virtual-dtor warning. r=justin.lebar
|
2012-07-15 11:13:15 -04:00 |
|
Mounir Lamouri
|
b07bb6b73a
|
Bug 772373 - Force warnings as errors in hal/. r=jlebar
|
2012-07-12 21:34:18 +02:00 |
|
Reuben Morais
|
af525c4313
|
Bug 772524 - Fix "data argument not used by format string" warnings in smslib.mm. r=mounir
|
2012-07-10 18:31:04 -04:00 |
|
Reuben Morais
|
0bc9bee885
|
Bug 772351 - Fix deprecated writable strings warnings on smslib.mm. r=mounir
|
2012-07-10 18:31:04 -04:00 |
|
Gene Lian
|
77e62ee33f
|
Bug 749551 - Alarm API (Hal/Gonk). r=cjones
|
2012-07-06 12:42:10 +02:00 |
|
Kan-Ru Chen
|
8521c6d695
|
Bug 768364 - Clear sLockTable on shutdown r=jlebar
|
2012-07-06 10:09:46 +08:00 |
|
Ed Morley
|
e73ef45549
|
Backout 1dba66cfad9a, ed768b821da1, 23fd9a8d0c9a, 1e90805d96aa, 07425f0e921e (bug 749551) for M3 failures
|
2012-07-03 11:23:54 +01:00 |
|
Gene Lian
|
cad479cbe7
|
Bug 749551 - Alarm API (Hal/Gonk). r=cjones
|
2012-07-03 11:24:13 +02:00 |
|
Justin Lebar
|
6ff2cb6e6b
|
Bug 769585 - Fix vim modelines. DONTBUILD rs=mrbkap
|
2012-06-29 12:42:59 +02:00 |
|
Cervantes Yu
|
90ab573ce5
|
Bug 764773: Fix memory leak in UeventPoller. r=cjones
|
2012-06-18 12:13:30 +02:00 |
|
Ryan VanderMeulen
|
5f2a19ee6e
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
6d6c4efbab
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Steven Lee
|
fc59ca63c3
|
Bug 761796 Fixed the assertion failure. r=mwu
|
2012-06-07 10:00:26 -07:00 |
|
Landry Breuil
|
7483b8c333
|
Bug 758849 - UPower isn't linux-only, give it a chance to build on BSDs at least. Add a section taking them into account. r=mounir
|
2012-05-29 10:57:15 +02:00 |
|
Landry Breuil
|
d25627bfb5
|
Bug 712910 - Use stdint types in sandbox/PHal.ipdl too, fixes build on OpenBSD - r=Ms2ger
|
2012-05-26 09:33:51 -04:00 |
|
Ms2ger
|
65aa2a4593
|
Merge m-c to m-i.
|
2012-05-25 11:15:32 +02:00 |
|
Ms2ger
|
3bfe10a2e0
|
Bug 712910 - Use stdint types in HAL; r=cjones
|
2012-05-25 09:18:30 +02:00 |
|
Cervantes Yu
|
32df83d69b
|
Bug 758096: don't use NS_INLINE_DECL_REFCOUNTING() for classes to be passed between threads. r=mwu
|
2012-05-24 17:09:05 +08:00 |
|
Cervantes Yu
|
f7f091cba7
|
Bug 758097: fix false warnings in debug build when reading switch uevent. r=mwu
|
2012-05-25 15:56:03 +08:00 |
|
Dave Hylands
|
0ab9e9d780
|
Bug 737153 - Enable mounting storage through USB from a host machine - Add the AutoMounter, sr=cjones r=qDot
|
2012-05-24 21:03:34 -07:00 |
|
Cervantes Yu
|
ab223182e9
|
Bug 755546: fix incorrect deletion of the sensor observer list in unregistration of one observer. r=cjones
|
2012-05-21 18:12:03 +08:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Michael Wu
|
cf90910e81
|
Bug 755142 - Use ssize_t to store length of the sensor list, patch by an anonymous silicon vendor contributor, r=mwu
|
2012-05-16 14:52:00 -04:00 |
|
Kartikaya Gupta
|
e3cf87e1b1
|
Bug 757025 - Guard against a null mObservers which is possible due to a race condition on some platforms. r=cjones
|
2012-05-24 13:53:40 -04:00 |
|
Michael Wu
|
9313f665de
|
Bug 753521 - Use libhardware_legacy to turn off screen, r=jlebar
|
2012-05-09 14:30:22 -07:00 |
|
Etienne Segonzac
|
c7b184c24f
|
Bug 752683 - Always broadcasting the sensor events. r=dougt
|
2012-05-09 13:35:14 -07:00 |
|
Cervantes Yu
|
355b1a1c9a
|
Bug 743638: Implement orientation API backend in gonk. r=mwu
|
2012-04-20 19:43:25 +08:00 |
|
Chris Jones
|
79b2b0b197
|
Bug 745145, part 4: Rename some things. r=mounir
--HG--
rename : hal/fallback/FallbackScreenOrientation.cpp => hal/fallback/FallbackScreenConfiguration.cpp
|
2012-05-08 14:36:07 -07:00 |
|
Chris Jones
|
78f28d4d90
|
Bug 745145, part 2: Implement the ScreenConfiguration hal for gonk. r=mounir
|
2012-05-08 14:36:07 -07: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 |
|
Steven Lee
|
dded98030c
|
Bug 751423 - Wait for IO thread to finish setup. r=cjones
|
2012-05-04 15:16:27 +08:00 |
|
Doug Turner
|
e474437e8e
|
Bug 738465 - implement device light sensor. r=smaug
|
2012-05-02 09:43:45 -07:00 |
|
Doug Turner
|
e188f5505d
|
Bug 738131 - implement device proximity. r=smaug
* * *
Bug 738131 - implement device proximity. gonk implementation. r=mwu
|
2012-05-02 09:43:45 -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 |
|
Makoto Kato
|
aac13b73c5
|
Bug 625664 - accelerometer support using Windows 7 Sensor API. r=dougt
|
2012-05-01 12:04:30 +09:00 |
|
Steven Lee
|
fce206dad7
|
Bug 736939 - Audio routing support. r=cjones, a=b2g-only
|
2012-04-22 14:09:22 -04:00 |
|
Kyle Machulis
|
d8fa5ce720
|
Bug 747545: Uevent Poller causes compile error when built debug due to ScopedClose member change - r=mwu a=b2g-only
|
2012-04-20 18:43:25 -07:00 |
|
Michael Wu
|
cfb6b5aa66
|
Bug 746728 - Add sensor index fallback for qemu, r=gal a=b2g-only
|
2012-04-18 17:18:08 -04:00 |
|
Kan-Ru Chen
|
c3b3e39fdb
|
Bug 739913 - Add cpuSleepAllowed attribute to mozPower. r=cjones
|
2012-04-16 18:35:33 -04:00 |
|
Cervantes Yu
|
6eaec4fdaa
|
Bug 742226 - Refactor battery updater using uevent poller. r=cjones
|
2012-04-11 15:59:00 +08:00 |
|
Cervantes Yu
|
5328b0650d
|
Bug 742226 - Create a uevent poller implementation. r=cjones
|
2012-04-13 12:02:33 +08: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 |
|
Cervantes Yu
|
3f1da18346
|
Bug 742226 - Refactor battery updater using the uevent poller. r=cjones
|
2012-04-11 15:59:00 +08:00 |
|
Cervantes Yu
|
077f479354
|
Bug 742226 - Add a uevent poller implementation. r=cjones
|
2012-04-05 15:49:28 +08: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 |
|
Steven Lee
|
709f1af70a
|
Bug 734869 - Fix hang when shutting down sensors. r=mwu
|
2012-03-26 09:59:02 +02:00 |
|
Doug Turner
|
99d0547b5c
|
Bug 738102 - devicemotion causes shutdown crash. r=jdm
|
2012-03-21 22:27:51 -07:00 |
|
Doug Turner
|
d24a276ded
|
Bug 737462 - nsDeviceMotion leaks hal observers. r=mwu
|
2012-03-20 23:36:17 -07:00 |
|