gecko/dom/system/gonk
Thomas Zimmermann 9c99c5c991 Bug 905107: Fix options in RIL.setScreenState, r=vicamo
The method RIL.setScreenState parses its arguments incorrectly. The
RIL worker methods usually receive an object that contain their
arguments, but setScreenState expects a boolean. Because objects are
interpreted as 'true', setScreenState always signals enabled screen
state to the RIL daemon.

This patch changes RIL.setScreenState to expect an object as its
argument and read the screen state from the object.
2013-10-08 16:43:07 +02:00
..
android_audio Bug 892876 - (gonk-jb) Update AUDIO IN/OUT enums. r=mwu 2013-07-19 21:04:23 -07:00
tests Bug 920391 - B2G RIL: Buf.read/writeUint32 should be of signed int32 operation. r=vicamo 2013-09-26 14:53:50 +08:00
AudioChannelManager.cpp Bug 912956 part.15 mozilla/TextEvents.h should be included directly r=roc 2013-09-25 20:21:19 +09:00
AudioChannelManager.h Bug 855655 - [AudioChannelManager] Add New Attribute for Setting Default Control Volume Channel. r=baku 2013-09-12 20:26:03 +08:00
AudioManager.cpp Bug 920292 - Part 1: Stop passing string literals as the first argument to MOZ_ASSERT; r=Waldo 2013-10-01 08:25:08 -04:00
AudioManager.h Bug 904531 - AudioManager should actively ask settings DB for volume initialization. r=mwu 2013-08-23 11:29:11 +08:00
AutoMounter.cpp Bug 878310 - Improve DeviceStorage volume status reporting. r=qDot 2013-08-22 16:12:25 -07:00
AutoMounter.h Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted 2013-07-30 10:25:31 -04:00
AutoMounterSetting.cpp Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar 2013-08-14 08:56:21 +02:00
AutoMounterSetting.h Bug 852768 - Make AutoMounter use the new settings to support internal/external storage. r=qDot 2013-05-13 17:53:23 -07:00
GonkGPSGeolocationProvider.cpp Bug 869778 - Part 5: GPS changes for msisdn. r=kchen 2013-08-21 10:45:57 +08:00
GonkGPSGeolocationProvider.h Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands. 2013-07-18 21:21:20 -05:00
Makefile.in Bug 864485 - 2/3: DOM & IPC. r=khuey 2013-09-07 14:19:53 +08:00
moz.build Backout bug 907585, break B2G Mnw test cases 2013-09-07 19:32:23 +08:00
net_worker.js Bug 900847 - Add and implement nsINetworkManager::setDhcpServer. r=vchang 2013-10-01 12:14:20 +08:00
NetworkInterfaceListService.js Bug 867933 - Part 1 - enumerate network interfaces in content process. r=swu 2013-05-02 19:41:20 +08:00
NetworkInterfaceListService.manifest Bug 867933 - Part 1 - enumerate network interfaces in content process. r=swu 2013-05-02 19:41:20 +08:00
NetworkManager.js Merge m-c to inbound. 2013-10-09 15:34:02 -04:00
NetworkManager.manifest
nsIAudioManager.idl Bug 876334 - Gecko should use AudioChannelType to control volume not stream types. r=mwu, r=baku 2013-07-18 13:22:36 +08:00
nsINetworkInterfaceListService.idl Bug 867933 - Part 1 - enumerate network interfaces in content process. r=swu 2013-05-02 19:41:20 +08:00
nsINetworkManager.idl Bug 900847 - Add and implement nsINetworkManager::setDhcpServer. r=vchang 2013-10-01 12:14:20 +08:00
nsIRadioInterfaceLayer.idl Backout bug 873351, break Mnw test cases. 2013-09-07 19:09:54 +08:00
nsISystemWorkerManager.idl
nsIVolume.idl Bug 878310 - Improve DeviceStorage volume status reporting. r=qDot 2013-08-22 16:12:25 -07:00
nsIVolumeMountLock.idl
nsIVolumeService.idl Bug 865347 - Add functions to manipulate fake volumes to test SD card insert/remove. r=dhylands 2013-07-09 14:37:47 +08:00
nsIVolumeStat.idl
nsIWorkerHolder.idl
nsRadioInterfaceLayer.h
nsVolume.cpp Bug 878310 - Improve DeviceStorage volume status reporting. r=qDot 2013-08-22 16:12:25 -07:00
nsVolume.h Bug 878310 - Improve DeviceStorage volume status reporting. r=qDot 2013-08-22 16:12:25 -07:00
nsVolumeMountLock.cpp Bug 914826 - part 4 - fix source files that were bootlegging XPCOM do_* functions via generated ipdl headers; r=ehsan 2013-09-10 16:56:05 -04:00
nsVolumeMountLock.h
nsVolumeService.cpp Bug 878310 - Improve DeviceStorage volume status reporting. r=qDot 2013-08-22 16:12:25 -07:00
nsVolumeService.h Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands. 2013-07-18 21:21:20 -05:00
nsVolumeStat.cpp Bug 871462 - Clean up string API usages on Gonk. r=dbaron 2013-06-03 17:41:27 +09:00
nsVolumeStat.h
OpenFileFinder.cpp Bug 876782 - Automounter shouldn't unmount so agressively. r=qdot 2013-07-16 13:14:09 -07:00
OpenFileFinder.h Bug 876782 - Automounter shouldn't unmount so agressively. r=qdot 2013-07-16 13:14:09 -07:00
RadioInterfaceLayer.js Bug 842239 - B2G Multi-SIM: get the number of RadioInterfaces. r=vicamo 2013-10-02 11:13:56 +08:00
RadioInterfaceLayer.manifest Bug 883178 - [MMI] Implement DOMMMIResult and DOMMMIError. Part 2: DOMMMIResult and DOMMMIError. r=vicamo, sr=sicking 2013-06-30 20:21:32 +08:00
ril_consts.js Bug 916000 - Part1: Add illegal sim state support in ril. r=yoshi 2013-09-25 12:20:03 +08:00
ril_worker.js Bug 905107: Fix options in RIL.setScreenState, r=vicamo 2013-10-08 16:43:07 +02:00
RILContentHelper.js Bug 842239 - B2G Multi-SIM: get the number of RadioInterfaces. r=vicamo 2013-10-02 11:13:56 +08:00
systemlibs.js Bug 915529 - Add null pointer checking in stringToIP() of systemlibs.js. r=vchang 2013-09-30 16:31:12 +08:00
SystemWorkerManager.cpp Bug 912996: Remove memcpy when reading from Unix socket, r=qdot 2013-09-06 10:18:35 +02:00
SystemWorkerManager.h Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg 2013-09-23 13:25:00 -04:00
TimeZoneSettingObserver.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
TimeZoneSettingObserver.h
Volume.cpp Bug 878310 - Improve DeviceStorage volume status reporting. r=qDot 2013-08-22 16:12:25 -07:00
Volume.h Bug 878310 - Improve DeviceStorage volume status reporting. r=qDot 2013-08-22 16:12:25 -07:00
VolumeCommand.cpp
VolumeCommand.h Bug 884134 - Fix ifdef to un-break B2G mochitest-3. 2013-07-03 16:38:28 -04:00
VolumeManager.cpp
VolumeManager.h
VolumeManagerLog.h
VolumeServiceIOThread.cpp
VolumeServiceIOThread.h
VolumeServiceTest.cpp
VolumeServiceTest.h
worker_buf.js Bug 920391 - B2G RIL: Buf.read/writeUint32 should be of signed int32 operation. r=vicamo 2013-09-26 14:53:50 +08:00