Kan-Ru Chen (陳侃如)
|
43ad18d1ee
|
Bug 806363 - Remove wake locks on content-shutdown. r=jlebar
|
2012-11-17 23:05:18 +08:00 |
|
Boris Zbarsky
|
1dc187ca64
|
Bug 812086 part 3. Convert internal consumers of mozHidden and mozVisibilityState to the unprefixed versions. r=smaug
|
2012-11-16 14:22:56 -08:00 |
|
Steven Lee
|
d01969e517
|
Bug 808983 - Don't call hal_sandbox::Vibrate when ipc is broken. r=jlebar
|
2012-11-08 14:35:03 -05:00 |
|
Nathan Froyd
|
f9b2a74082
|
Bug 806618 - rewrite PR_NewLogModule calls to not generate static initializers; r=ehsan
|
2012-10-29 19:32:10 -04:00 |
|
Gene Lian
|
49f7f7432c
|
Bug 801096 - [settings] Set-Automatically for time should take effect *immediately* instead of waiting on next NITZ coming (part 1). r=jlebar
|
2012-10-23 15:15:43 +08:00 |
|
Shih-Chiang Chien
|
1942917947
|
Bug 790393 - Add MozPower.factoryReset() for factory reset. r=cjones, r=vingtetun, sr=sicking
|
2012-10-04 17:28:34 +08:00 |
|
Isaac Aggrey
|
e4756de38b
|
Bug 794510: Part 4 - Use PR_NewLogModule instead of PR_LOG_DEFINE; r=ehsan,wtc
|
2012-10-13 15:56:35 -05:00 |
|
Steven Lee
|
e340059732
|
Bug 793759 - Implement HalChild::ActorDestroy and prevent HalChild calls to HalParent after ActorDestroy is called. r=cjones
|
2012-10-06 21:53:22 -04:00 |
|
Gene Lian
|
60d335c589
|
Bug 793970 - Reuse nsAppStartup's watchdog to compulsively power-off/reboot/quit Gecko if profile synchronizing hangs. r=cjones
|
2012-10-02 15:26:32 +08:00 |
|
Gene Lian
|
94eb40e12d
|
Bug 790527 - When rebooting/powering off, go through normal gecko shutdown. r=bsmedberg,sr=cjones
|
2012-09-26 17:12:33 +08:00 |
|
Gene Lian
|
aa922bc172
|
Bug 794127 - hal::AdjustSystemClock should take a 64-bit value. r=cjones
|
2012-09-26 11:51:29 +08:00 |
|
Steven Lee
|
bfafbca8ed
|
Bug 792443 - hal::RegisterSystemTimeChangeObserver should register the observer through sandbox, r=jlebar
|
2012-09-23 13:00:32 -04:00 |
|
Steven Lee
|
928a3692d4
|
Bug 749053 - FM radio support: hal implementation, r=jlebar
Hal interface by Steven Lee (slee), gonk backend by Michael Wu (mwu).
|
2012-09-19 11:17:13 -04:00 |
|
Steven Lee
|
1d2c1b3351
|
Bug 791682: Hal's sSystemTimeObserver should be called sSystemTimeObservers, r=jlebar
|
2012-09-17 08:48:00 -04:00 |
|
Jesse Ruderman
|
802de982c9
|
Bug 790781 - fix bustage from bug 714358.
|
2012-09-12 17:25:55 -07:00 |
|
Steven Lee
|
b50ad6db3a
|
Bug 714358 System time change implementation, r=mounir
|
2012-09-11 02:40:00 -04:00 |
|
Chris Jones
|
1834ac946d
|
Bug 789130: Unregister hal observers on HalParent::ActorDestroy(), and make Unregister*() functions resilient to unregister-of-not-registered observers. r=jlebar
|
2012-09-06 14:58:36 -07:00 |
|
Gene Lian
|
468c7c6ef3
|
Bug 783021 - System time: listen to timezone settings changes and update system timezone (part 1). r=cjones
|
2012-08-23 17:00:00 +08:00 |
|
Chris Jones
|
8abbd9e7cf
|
Bug 785166: Protect against already-canceled vibrations. r=jlebar
|
2012-08-23 17:32:00 -07:00 |
|
Chris Jones
|
d04e5d0df7
|
Backed out changeset df85150b8d2f
|
2012-08-23 17:33:12 -07:00 |
|
Chris Jones
|
352812e2a0
|
Bug 785167: Protect against already-canceled vibrations. r=jlebar
|
2012-08-23 17:32:00 -07: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 |
|
Phil Ringnalda
|
2400fbd6d1
|
Backout 5439489dc320, 983f76488e59, 7a92558a8dec (Bug 714358) for debug build assertions and leaks
|
2012-08-07 22:18:27 -07:00 |
|
Steven Lee
|
ab3e1cc85d
|
Bug 714358: System time change implementation, r=mounir
|
2012-08-07 19:20:00 -04:00 |
|
Justin Lebar
|
20266d6b15
|
Bug 768832 - Set OOM adjust for background windows. r=bz,cjones
|
2012-08-05 01:09:39 -04:00 |
|
Gene Lian
|
cd33639a03
|
Bug 776785 - Alarm API - hal::SetAlarm takes |long|s, but should instead take PRInt32s. r=jlebar
|
2012-07-31 10:52:57 +08:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Chris Jones
|
0020ef3dcc
|
Bug 777890: The cached value is valid after we synchronously Get() it, as far as we know. r=jlebar
|
2012-07-27 11:39:44 -07:00 |
|
Justin Lebar
|
56db9a6e24
|
Bug 772987 - Part 2: Use Static{Auto,Ref}Ptr where appropriate. r=mounir
--HG--
extra : rebase_source : 4e3e72ba53cd0177160f80231eebeb4972119eec
|
2012-07-26 15:33:45 -04:00 |
|
Gene Lian
|
6c4a2306fe
|
Bug 749551 - Alarm API (Hal/Gonk). r=cjones
|
2012-07-06 12:42:10 +02:00 |
|
Ed Morley
|
2a1d58cfe5
|
Backout 1dba66cfad9a, ed768b821da1, 23fd9a8d0c9a, 1e90805d96aa, 07425f0e921e (bug 749551) for M3 failures
|
2012-07-03 11:23:54 +01:00 |
|
Gene Lian
|
8bd1d9451c
|
Bug 749551 - Alarm API (Hal/Gonk). r=cjones
|
2012-07-03 11:24:13 +02:00 |
|
Ms2ger
|
2d6f04146c
|
Merge m-c to m-i.
|
2012-05-25 11:15:32 +02:00 |
|
Ms2ger
|
cd52b67ce6
|
Bug 712910 - Use stdint types in HAL; r=cjones
|
2012-05-25 09:18:30 +02:00 |
|
Cervantes Yu
|
eaffe6413a
|
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 |
|
Kartikaya Gupta
|
eb91f83ddf
|
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 |
|
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 |
|
Steven Lee
|
aac1e868e2
|
Bug 736939 - Audio routing support. r=cjones, a=b2g-only
|
2012-04-22 14:09:22 -04:00 |
|
Kan-Ru Chen
|
aa08af3ddb
|
Bug 739913 - Add cpuSleepAllowed attribute to mozPower. r=cjones
|
2012-04-16 18:35:33 -04: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
|
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
|
073b89c4c7
|
Bug 737462 - nsDeviceMotion leaks hal observers. r=mwu
|
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
|
ccf5c979f2
|
Bug 737462 - nsDeviceMotion leaks hal observers. r=mwu
|
2012-03-20 14:50:55 -07:00 |
|
Mounir Lamouri
|
ac6517508b
|
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 |
|
Mounir Lamouri
|
3cf8a02b87
|
Bug 720794 - Part 1 (HAL) - Implement reading and event parts of Screen Orientation API. r=cjones
|
2012-03-13 17:42:46 +01:00 |
|
Mounir Lamouri
|
988ee9a733
|
Bug 725951 - Don't abort if mObservers is null when removing an observer from ObserversManager. r=jlebar
|
2012-03-14 19:18:26 +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
|
6ea2bd057f
|
Bug 735778 - Call MOZ_ASSERT if RemoveObserver is called with an observer that is not present. r=jlebar
|
2012-03-16 19:32:11 +01:00 |
|