Gabriele Svelto
215c9480ef
Bug 1081871 - Part 2 - Use cgroups instead of nice values to implement application priorities. r=dhylands
2015-01-08 15:39:43 +01:00
Gabriele Svelto
dd3c8bc16a
Bug 1081871 - Part 1 - Remove dead code and do some minor code style cleanups. r=dhylands
2015-01-08 15:39:38 +01:00
Botond Ballo
4854cb254a
Bug 1073003 - Fix more -Wunused-variable and -Wunused-but-set-variable warnings. r=ehsan
...
--HG--
extra : rebase_source : bb768dd07c19dc39994d5cca6e0f59048d12130a
2014-12-17 18:05:28 -05:00
Michael Wu
ff853a65b2
Bug 1113200 - Use sysconf to get the page size. r=dhylands
2014-12-17 11:20:09 -05:00
Kai-Zhen Li
891982e273
Bug 1103798 - Include the correct header file for api level >= 21. r=mwu
2014-12-03 17:44:16 -08:00
Botond Ballo
e541dff7e8
Bug 1073081 - Remove an old preprocessor #else branch. r=dhylands
...
--HG--
extra : source : 3def1452028894b4a91415a43e4edb1655592761
2014-11-24 20:01:41 -05:00
Botond Ballo
8296035077
Bug 1073081 - Fix -Wunused-result, -Wunused-variable, and -Wunused-but-set-variable warnings. r=ehsan
...
--HG--
extra : source : a1ac7acfcf14207706eca29be3a20c576c8fae06
2014-11-26 18:13:49 -05:00
Botond Ballo
b08ca88b2a
Bug 1073081 - Fix -Wsign-compare and -Wsign-conversion warnings. r=ehsan
...
--HG--
extra : source : 88c58a8cc276a4691ed23fd8b8f2f6c0713b50fd
2014-11-24 19:54:33 -05:00
Botond Ballo
d13f39481d
Bug 1073081 - Fix -Wdelete-non-virtual-dtor warnings by marking some classes as MOZ_FINAL. r=ehsan
...
--HG--
extra : source : 7a909c534cf723b252ea5b0a225a6656399b5b2e
2014-11-24 18:38:23 -05:00
Alexandre Poirot
b12265e338
Bug 1100964 - Reset phone while enabling unrestricted devtools mode. r=fabrice, r=sicking
...
--HG--
extra : amend_source : 905e0ea7680baad061c66a0b6dc77dbf23258218
2014-11-26 06:46:00 -05:00
Jed Davis
b889d2d302
Bug 1091994 - Fix syscall numbers in GonkDiskSpaceWatcher. r=dhylands
...
Linux syscall numbers vary by architecture, so hard-coding the ARM ones
breaks non-ARM architectures. This patch ifdefs the hard-coding, and
uses the system headers' values if/when it provides them (on Android/B2G
the headers are often significantly older than the running kernel).
Bonus fix: warning message typo, and don't assume NS_WARNING can't set errno.
2014-10-31 12:10:00 +01:00
Michael Wu
4ec3e02003
Bug 1086987 - MOZ_CRASH if there is no fanotify support, r=dhylands
2014-10-28 12:32:11 -04:00
Michael Wu
2543c4e388
Bug 1075727 - Return success/failure in hal::EnableRDS, r=dhylands
2014-10-14 15:16:22 -04:00
Gabriele Svelto
c3993f77b6
Bug 1057261 - Cache the preferences affecting process and thread priorities. r=dhylands
2014-09-26 16:37:31 +02:00
Michael Wu
b1ee0a87f2
Followup to Bug 1041085 - Fix FM RDS HAL code on non-unified builds
2014-09-30 22:03:05 -04:00
Michael Wu
156232bf53
Bug 1041085 - FM RDS support in HAL, r=dhylands
2014-06-26 05:07:23 -04:00
Michael Wu
308cb9f55d
Backed out changeset d1ad5d5bc00f (Bug 1041085) for red
2014-09-30 13:43:22 -04:00
Michael Wu
694ee2fbe3
Bug 1041085 - FM RDS support in HAL, r=dhylands
2014-06-26 05:07:23 -04:00
Gabriele Svelto
c1a68330d7
Bug 1047277 - Hide HAL's logging macros from the public headers and convert all components to use them. r=dhylands
2014-09-24 15:23:18 +02:00
Ryan VanderMeulen
9e1968d46e
Backed out changeset 07c91b928cd7 (bug 932698) for causing bug 1047618. a=me
2014-08-01 16:46:21 -04:00
Ryan VanderMeulen
cde39a4083
Merge inbound to m-c. a=merge
2014-08-01 15:59:05 -04:00
Gabriele Svelto
313e4fd89e
Bug 1045524 - Make the priority adjustment functions use HAL_LOG() instead of spamming the logcat directly. r=dhylands
2014-07-30 17:01:08 +02:00
Viral Wang
2acc0fef0b
Bug 932698 - Hold a wakelock when we receive the powey key to wake up device. r=dhylands
2014-07-31 03:05:00 -04:00
Kershaw Chang
cd215e6dca
Bug 1044093 - Avoid calling RegisterUeventListener in main thread, r=dhylands
2014-07-30 01:07:00 +02:00
Michael Wu
582c8d9b3d
Bug 938809 - Support calling seeking/tuning functions off main thread in HAL, r=dhylands
2014-07-29 20:28:12 -04:00
Carsten "Tomcat" Book
f2af660b70
Backed out changeset d77f989d6e7d (bug 938809) for bustage
2014-07-30 05:51:38 +02:00
Michael Wu
2f673e6e18
Bug 938809 - Support calling seeking/tuning functions off main thread in HAL, r=dhylands
2014-07-29 20:28:12 -04:00
Fabrice Desré
eed7739dc9
Bug 1037212 - [Flame] Phone is not completely erased when a ringtone is set from the Music App r=dougt,dhylands,khuey
2014-07-17 18:30:47 -07:00
Michael Wu
43ea93bfa4
Bug 1036873 - Add support for standard V4L2 FM deemphasis control, r=dhylands
2014-07-10 05:48:46 -04:00
Kershaw Chang
2112e77bbf
Bug 964154 - To Detect Whether Headset Event is Came from Input Dev or /sys Node in Runtime Not by Property. r=dhylands
2014-07-01 19:52:00 +02:00
Kilik Kuo
4f5b2a0113
Bug 1017463 - Remove SetLight / GetLight from PHal.ipdl. r=dhylands
2014-06-11 18:17:23 +08:00
Michael Wu
63f6784ff2
Bug 938806 - Handle errors better in GonkFMRadio, r=dhylands
2014-06-12 14:36:20 -04:00
Sean Lin
6df6540048
Bug 911242 - [LED] De-couple the control of screen backlight and keyboard backlight. r=dhylands, sr=sicking
2014-05-30 11:11:23 +08:00
Bhavna Sharma
392a5b1ca9
Bug 975667 - gecko: hal: gonk: Emit battery level/charging notification. r=dhylands
...
The battery level and charging flag is now emitted from nsIObserverService
via the "gonkhal-battery-notifier" topic. This can be useful to XPCOM
components that are not statically linked to Gecko.
The notification data is a IPropertyBag2 object.
Change-Id: Ia7b1faf3b66c19d6551d71ad554fd361c2614a22
2014-05-29 15:12:00 +02:00
Kyle Huey
8a1ded0d50
Bug 996133: Remove unnecessary NS_DISPATCH_NORMAL arguments to NS_DispatchToMainThread. r=ehsan
2014-05-23 12:53:17 -07:00
Althaf Hameez
09149f8c92
Bug 1001206 - Additional regular expressions for OOM Logger r=dhylands
2014-05-16 17:16:20 -07:00
Mason Chang
2ed3237efa
Bug 980027 - Part 1: Provide mechanism to set thread priorities. r=gsvelto, r=dhylands
2014-05-05 11:37:00 -04:00
Birunthan Mohanathas
ff8ce9bd42
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Kyle Huey
4b25f94dc9
Bug 991812: Remove uses of RefCounted<T> that live in Gecko. r=ehsan
...
--HG--
extra : rebase_source : 239ff77ec3765a3f190ed75b1645c6011e5d1dbd
2014-04-14 12:04:24 -07:00
Ryan VanderMeulen
601b02224e
Backed out changesets ddbac34527fe and fa82f32d0c39 (bug 991812) for B2G bustage.
...
CLOSED TREE
2014-04-14 16:16:18 -04:00
Kyle Huey
d7199fa836
Bug 991812: Remove uses of RefCounted<T> that live in Gecko. r=ehsan
2014-04-14 12:04:24 -07:00
Carsten "Tomcat" Book
8dd01a51fe
merge b2g-inbound to mozilla-central
2014-03-20 14:07:58 +01:00
Wes Kocher
af4fab6d1c
Backed out 3 changesets (bug 980027) for causing a serious race in hal with the pref service
...
Backed out changeset 5cd05df56f67 (bug 980027)
Backed out changeset 6344d6606517 (bug 980027)
Backed out changeset 098a43b537e9 (bug 980027)
2014-03-19 15:36:13 -07:00
Cervantes Yu
295a735e85
Bug 959966: prevent the preallocated process from being killed by the lowmem killer by rasing its priority. r=khuey,gsvelto
2014-03-13 15:24:42 +08:00
Dave Hylands
9768f063a8
Bug 964537 - Fix intermittent access through a null pointer. r=dmajor
2014-03-18 14:18:14 -07:00
Ben Kelly
07881c0521
Bug 980027: Part 1: Provide mechanism to set thread priority via HAL. r=gsvelto
2014-03-17 11:52:42 -04:00
Gabriele Svelto
8eb959fe27
Bug 979205 - Make LMK and low-mem trigger preferences use values in KiB instead of MiB. r=fabrice
2014-03-04 11:23:00 +01:00
Ehsan Akhgari
f1e844fd62
Bug 935778 - Part 0.4: Spray even more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-21 09:11:33 -05:00
Birunthan Mohanathas
e81a8f702d
Bug 828300 - Replace NS_ARRAY_LENGTH with mozilla::ArrayLength/MOZ_ARRAY_LENGTH. r=ehsan
2014-01-30 13:26:54 -05:00
Dave Hylands
b8fe0a4649
Bug 851680 - Set kernel timezone so that external sdcards get local time rather than UTC time.
...
--HG--
extra : rebase_source : 74745fda004671a7c02df132877db7b6be4c5d54
2014-01-28 13:33:15 -08:00