Patrick McManus
|
8c195a71c0
|
bug 888268 - wifi tickler for mitigating 802.11 psp mode on android r=dougt
--HG--
extra : rebase_source : a767b6c10501105b3c5d22043f11745807caf2f9
|
2013-07-11 11:39:36 -04:00 |
|
Nikhil Marathe
|
446e740f2f
|
Bug 867868 - Implement nsITimer based alarms in HAL fallback. r=jlebar
|
2013-06-04 13:30:03 -07:00 |
|
Fabrice Desré
|
fbe1832880
|
Bug 853350 - Implement a notification system to monitor disk space r=bent
|
2013-05-09 15:57:31 -07:00 |
|
Justin Lebar
|
0d703ce20a
|
Bug 870181 - Part 1: Add an additional LowCPUPriority argument to hal::SetProcessPriority. r=bent
This patch also makes it an error to call hal::SetProcessPriority from a child process.
|
2013-05-09 16:27:06 -04:00 |
|
Ted Mielczarek
|
bc92001c0b
|
bug 604039 - Add DOM Gamepad APIs. r=smaug
--HG--
extra : rebase_source : ffffdc4549da1b25ea263b623c05ae1afb3d46a0
|
2011-08-03 14:12:08 -04:00 |
|
Gene Lian
|
7412405399
|
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
|
3a4a9e32aa
|
Bug 790393 - Add MozPower.factoryReset() for factory reset. r=cjones, r=vingtetun, sr=sicking
|
2012-10-04 17:28:34 +08:00 |
|
Gene Lian
|
597e68014f
|
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
|
ee4deb2801
|
Bug 794127 - hal::AdjustSystemClock should take a 64-bit value. r=cjones
|
2012-09-26 11:51:29 +08:00 |
|
Steven Lee
|
a8d94e6a67
|
Bug 792443 - hal::RegisterSystemTimeChangeObserver should register the observer through sandbox, r=jlebar
|
2012-09-23 13:00:32 -04:00 |
|
Steven Lee
|
971b4af189
|
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 |
|
Gene Lian
|
33729b0725
|
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 |
|
Ehsan Akhgari
|
0fd9123eac
|
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 |
|
Justin Lebar
|
4c0e821bfa
|
Bug 768832 - Set OOM adjust for background windows. r=bz,cjones
|
2012-08-05 01:09:39 -04:00 |
|
Gene Lian
|
abe5408e36
|
Bug 776785 - Alarm API - hal::SetAlarm takes |long|s, but should instead take PRInt32s. r=jlebar
|
2012-07-31 10:52:57 +08:00 |
|
Gene Lian
|
618d0214e1
|
Bug 749551 - Alarm API (Hal/Gonk). r=cjones
|
2012-07-06 12:42:10 +02:00 |
|
Ed Morley
|
7a600d2b9c
|
Backout 1dba66cfad9a, ed768b821da1, 23fd9a8d0c9a, 1e90805d96aa, 07425f0e921e (bug 749551) for M3 failures
|
2012-07-03 11:23:54 +01:00 |
|
Gene Lian
|
bf26b0788c
|
Bug 749551 - Alarm API (Hal/Gonk). r=cjones
|
2012-07-03 11:24:13 +02:00 |
|
Justin Lebar
|
a5ce138092
|
Bug 769585 - Fix vim modelines. DONTBUILD rs=mrbkap
|
2012-06-29 12:42:59 +02:00 |
|
Ms2ger
|
1d02a1ece1
|
Bug 712910 - Use stdint types in HAL; r=cjones
|
2012-05-25 09:18:30 +02:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Chris Jones
|
8f83158bec
|
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
|
90472db691
|
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
|
61c6e1a887
|
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 |
|
Steven Lee
|
2add4164ca
|
Bug 736939 - Audio routing support. r=cjones, a=b2g-only
|
2012-04-22 14:09:22 -04:00 |
|
Kan-Ru Chen
|
c0b3125379
|
Bug 739913 - Add cpuSleepAllowed attribute to mozPower. r=cjones
|
2012-04-16 18:35:33 -04:00 |
|
Mounir Lamouri
|
e07e2adfa7
|
Bug 740188 - Screen Orientation API locking (1/3): DOM/HAL boilerplate. r=smaug sr=sicking
|
2012-03-29 12:43:16 -07:00 |
|
Mounir Lamouri
|
9dc7a97d56
|
Bug 720794 - Part 1 (HAL) - Implement reading and event parts of Screen Orientation API. r=cjones
|
2012-03-13 17:42:46 +01:00 |
|
Mark Finkle
|
c5c1e891ea
|
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
|
d69485a4f2
|
Bug 720794 - Part 1 (HAL) - Implement reading and event parts of Screen Orientation API. r=cjones
|
2012-03-13 17:42:46 +01:00 |
|
Vincent Chang
|
45f42c66fc
|
Bug 717150: Support adjust system clock and set timezone APIs in hal layer r=cjones.
|
2012-02-17 02:44:00 -08:00 |
|
Ms2ger
|
b5ab39ac78
|
Bug 712378 followup - Fix incorrect license headers; r=sparky
|
2012-02-10 11:04:44 +01:00 |
|
Jim Straus
|
4994f785ee
|
Bug 712378: Add an interface to control lights, and use it for the screen backlight on Gonk. r=cjones
|
2012-02-01 22:09:00 -08:00 |
|
Sinker Li
|
d65d8e1017
|
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
|
b99d579b4b
|
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 |
|
Jim Straus
|
dab257b9cd
|
Bug 712378: Add an interface to control lights, and use it for the screen backlight on Gonk. r=cjones
|
2012-02-01 22:09:00 -08:00 |
|
Sinker Li
|
e2c13d2e36
|
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
|
2c4bd4541e
|
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
|
2e97d9bcda
|
Backout 6a4c4cb828a8 for bustage on windows.
|
2012-01-30 18:47:43 -06:00 |
|
Kan-Ru Chen
|
b6bf636f26
|
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
|
439fd5f9cf
|
Bug 677166 - Part 6 - Add NetworkInformation handling into hal. r=jlebar
|
2012-01-16 14:39:57 +01:00 |
|
Marco Bonardo
|
bc3801a4cd
|
Backout 789f244f34f8, 1bea53f2d067, 577cba6021d2, 4191fe602648 (bug 697641) for win build bustage
|
2012-01-16 15:43:46 +01:00 |
|
Sinker Li
|
690a89b92d
|
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 |
|
Justin Lebar
|
8f39bf2e51
|
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
|
d40c12a19c
|
Backout 407fba8cbd5a (bug 702256) for build failure on Windows.
|
2011-12-05 13:48:59 +01:00 |
|
Justin Lebar
|
6a7d0a009c
|
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 |
|
Mounir Lamouri
|
ec67d02a29
|
Bug 707085 - Fix Battery API default values. r=sicking
|
2011-12-04 21:00:21 +08:00 |
|
Mounir Lamouri
|
2193d385c3
|
Bug 700261 - Add .chargingTime/.dischargingTime support to hal code. r=cjones
|
2011-11-09 09:58:59 +01:00 |
|
Chris Jones
|
ab87d668dd
|
Bug 679966, part 1: Add vibrator support for android. r=blassey,cjones
|
2011-09-30 00:00:48 -07:00 |
|
Mounir Lamouri
|
0da0fba3a7
|
Bug 678694 - (6/7) hal code for the Battery API. r=cjones
|
2011-11-02 16:14:01 +01:00 |
|