Cervantes Yu
|
704c1786fc
|
Bug 764773: Fix memory leak in UeventPoller. r=cjones
|
2012-06-18 12:13:30 +02:00 |
Ryan VanderMeulen
|
bf09ace7dc
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
Ryan VanderMeulen
|
742ef54339
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
Steven Lee
|
4e5e5179a9
|
Bug 761796 Fixed the assertion failure. r=mwu
|
2012-06-07 10:00:26 -07:00 |
Landry Breuil
|
6348b8912b
|
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
|
1331dc55ab
|
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
|
221ac70624
|
Merge m-c to m-i.
|
2012-05-25 11:15:32 +02:00 |
Ms2ger
|
98547dad21
|
Bug 712910 - Use stdint types in HAL; r=cjones
|
2012-05-25 09:18:30 +02:00 |
Cervantes Yu
|
a748f9f2cd
|
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
|
6be04d90ce
|
Bug 758097: fix false warnings in debug build when reading switch uevent. r=mwu
|
2012-05-25 15:56:03 +08:00 |
Dave Hylands
|
6ca2b2e84a
|
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
|
887993c10c
|
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
|
e95524780d
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Michael Wu
|
2054c26c84
|
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
|
2b10027a8b
|
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
|
b0be407ce7
|
Bug 753521 - Use libhardware_legacy to turn off screen, r=jlebar
|
2012-05-09 14:30:22 -07:00 |
Etienne Segonzac
|
f59b43754d
|
Bug 752683 - Always broadcasting the sensor events. r=dougt
|
2012-05-09 13:35:14 -07:00 |
Cervantes Yu
|
df6892a531
|
Bug 743638: Implement orientation API backend in gonk. r=mwu
|
2012-04-20 19:43:25 +08:00 |
Chris Jones
|
fa7af56857
|
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
|
9699c13cf3
|
Bug 745145, part 2: Implement the ScreenConfiguration hal for gonk. r=mounir
|
2012-05-08 14:36:07 -07:00 |
Chris Jones
|
b689e2f633
|
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
|
ddb77225b4
|
Bug 751423 - Wait for IO thread to finish setup. r=cjones
|
2012-05-04 15:16:27 +08:00 |
Doug Turner
|
8037368886
|
Bug 738465 - implement device light sensor. r=smaug
|
2012-05-02 09:43:45 -07:00 |
Doug Turner
|
04eebc18ac
|
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
|
d68a5816c5
|
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
|
c93f80ef1d
|
Bug 625664 - accelerometer support using Windows 7 Sensor API. r=dougt
|
2012-05-01 12:04:30 +09:00 |
Steven Lee
|
44122843cc
|
Bug 736939 - Audio routing support. r=cjones, a=b2g-only
|
2012-04-22 14:09:22 -04:00 |
Kyle Machulis
|
544133616a
|
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
|
8a32501a13
|
Bug 746728 - Add sensor index fallback for qemu, r=gal a=b2g-only
|
2012-04-18 17:18:08 -04:00 |
Kan-Ru Chen
|
e9a3b24dc9
|
Bug 739913 - Add cpuSleepAllowed attribute to mozPower. r=cjones
|
2012-04-16 18:35:33 -04:00 |
Cervantes Yu
|
faa35fb24e
|
Bug 742226 - Refactor battery updater using uevent poller. r=cjones
|
2012-04-11 15:59:00 +08:00 |
Cervantes Yu
|
a37bbdbba1
|
Bug 742226 - Create a uevent poller implementation. r=cjones
|
2012-04-13 12:02:33 +08:00 |
Ryan VanderMeulen
|
7d4502a1e9
|
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
|
3d98a50d76
|
Bug 742226 - Refactor battery updater using the uevent poller. r=cjones
|
2012-04-11 15:59:00 +08:00 |
Cervantes Yu
|
1803e0951e
|
Bug 742226 - Add a uevent poller implementation. r=cjones
|
2012-04-05 15:49:28 +08:00 |
Kan-Ru Chen
|
9cef92cbab
|
Bug 739913 - Use kernel wake lock when the "cpu" topic is locked. r=cjones
|
2012-04-12 19:24:20 -04:00 |
Mounir Lamouri
|
3c04085775
|
Bug 740190 - Screen Orientation API: implement locking in Android. r=dougt
|
2012-03-29 23:31:12 -07:00 |
Mounir Lamouri
|
091e88db36
|
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
|
84809360fa
|
Bug 734869 - Fix hang when shutting down sensors. r=mwu
|
2012-03-26 09:59:02 +02:00 |
Doug Turner
|
5e40d633b6
|
Bug 738102 - devicemotion causes shutdown crash. r=jdm
|
2012-03-21 22:27:51 -07:00 |
Doug Turner
|
e600554aaf
|
Bug 737462 - nsDeviceMotion leaks hal observers. r=mwu
|
2012-03-20 23:36:17 -07:00 |
Doug Turner
|
e42333e984
|
Bug 735330 - move device motion from dom/system to hal. gonk cleanup. r=jdm
|
2012-03-20 23:36:17 -07:00 |
Doug Turner
|
db7a42a5d6
|
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
|
4b5474c5bf
|
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
|
aaef4b09f9
|
Bug 737462 - nsDeviceMotion leaks hal observers. r=mwu
|
2012-03-20 14:50:55 -07:00 |
Doug Turner
|
a2214854a8
|
Bug 735330 - move device motion from dom/system to hal. gonk cleanup. r=jdm
|
2012-03-20 14:46:37 -07:00 |
Doug Turner
|
357608e890
|
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 |
Takanori MATSUURA
|
eb3c017bd7
|
Bug 736836 - Fix include so that hal/sandbox/PHal.ipdl can build with system NSPR. r=cjones
|
2012-03-20 17:21:56 -04:00 |
Mounir Lamouri
|
cf2e77dadf
|
Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt
|
2012-03-20 14:09:45 +01:00 |
Mounir Lamouri
|
0fb91e6221
|
Bug 735778 - Call MOZ_ASSERT if RemoveObserver is called with an observer that is not present. r=jlebar
|
2012-03-19 16:49:39 +01:00 |