gecko/dom/system/gonk
2013-11-11 14:36:08 +08:00
..
android_audio
tests Bug 921318 - Part 2: update xpcshell-tests. r=vicamo 2013-11-11 14:36:08 +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 929139 - Remove assert check for impossible unknow state because some devices (ex: emulator) may not have sys node for headset switch state. r=dougt 2013-10-25 14:03:27 +08:00
AudioManager.cpp No bug - Fix some style issues in DOM code. 2013-11-11 09:04:41 +01: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 784739 - Switch from NULL to nullptr in dom/ (2/2); r=ehsan 2013-10-28 10:04:47 -04:00
AutoMounter.h Bug 927961 - Add ums.status so that settings app can determine if files are open. r=gwagner 2013-10-17 15:41:46 -07:00
AutoMounterSetting.cpp Bug 949004 - Check to see if lock is null before using it. r=qDot 2013-11-07 16:14:44 -08:00
AutoMounterSetting.h Bug 927961 - Add ums.status so that settings app can determine if files are open. r=gwagner 2013-10-17 15:41:46 -07:00
GonkGPSGeolocationProvider.cpp Bug 920551 - 2.j/2: fix GonkGPSGeolocationProvider. r=kanru 2013-10-29 16:12:47 +08:00
GonkGPSGeolocationProvider.h Bug 920551 - 2.j/2: fix GonkGPSGeolocationProvider. r=kanru 2013-10-29 16:12:47 +08:00
Makefile.in Bug 931459 - Move LOCAL_INCLUDES to moz.build in dom/; r=mshal 2013-11-11 09:04:11 +01:00
moz.build Bug 931459 - Move LOCAL_INCLUDES to moz.build in dom/; r=mshal 2013-11-11 09:04:11 +01:00
net_worker.js Bug 900847 - Add and implement nsINetworkManager::setDhcpServer. r=vchang 2013-10-01 12:14:20 +08:00
NetworkInterfaceListService.js
NetworkInterfaceListService.manifest
NetworkManager.js Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 5-2, MMS APN settings). r=vicamo 2013-11-02 18:17:58 +08:00
NetworkManager.manifest
nsIAudioManager.idl
nsINetworkInterfaceListService.idl
nsINetworkManager.idl Bug 900847 - Add and implement nsINetworkManager::setDhcpServer. r=vchang 2013-10-01 12:14:20 +08:00
nsIRadioInterfaceLayer.idl Bug 854326 - B2G Multi-SIM: support multiple SIM cards for SMS/MMS (part 5-2, MMS APN settings). r=vicamo 2013-11-02 18:17:58 +08:00
nsISystemWorkerManager.idl Bug 933635 - Part 2: SystemWorkerManagager IDL changes. r=khuey 2013-11-01 14:53:37 +08:00
nsIVolume.idl Bug 878310 - Improve DeviceStorage volume status reporting. r=qDot 2013-08-22 16:12:25 -07:00
nsIVolumeMountLock.idl
nsIVolumeService.idl
nsIVolumeStat.idl
nsIWorkerHolder.idl
nsRadioInterfaceLayer.h Backout 69acb8830b8c for real. 2013-11-11 10:40:50 -08:00
nsVolume.cpp Bug 928558 - AutoMounter mark volumes as shared a bit early when open files are detected. r=qDot 2013-10-18 20:21:52 -07:00
nsVolume.h Bug 928558 - AutoMounter mark volumes as shared a bit early when open files are detected. r=qDot 2013-10-18 20:21:52 -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 928558 - AutoMounter mark volumes as shared a bit early when open files are detected. r=qDot 2013-10-18 20:21:52 -07:00
nsVolumeService.h
nsVolumeStat.cpp
nsVolumeStat.h
OpenFileFinder.cpp
OpenFileFinder.h
RadioInterfaceLayer.js Bug 930918 - Don't expose CDMA MIN due to security concern. r=allstars.chh,hsinyi 2013-11-04 16:39:27 +08:00
RadioInterfaceLayer.manifest Bug 873380 - Part 3: RIL changes for icc card lock error. r=allstars.chh 2013-09-25 16:14:23 +08:00
ril_consts.js Bug 930394 - Part 2: RIL patch. B2G RIL: Correct cardState to permanentBlocked when no more PUK retry. r=yoshi. 2013-11-07 17:59:09 +08:00
ril_worker.js Bug 921318 - Part 1: Use contactId. r=vicamo 2013-11-08 18:49:38 +08:00
RILContentHelper.js Bug 921318 - Part 1: Use contactId. r=vicamo 2013-11-08 18:49:38 +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 933635 - Part 3: NFC IPC Sources. r=yoshi 2013-11-01 17:45:46 +08:00
SystemWorkerManager.h Bug 920551 - 2.h/2: fix dom/system/gonk/*. r=hsinyi,khuey 2013-10-29 16:12:45 +08:00
TimeZoneSettingObserver.cpp Bug 926777 - B2G system time: |time.timezone| should save the UTC value with the correct sign. r=gene 2013-10-15 16:43:53 +08:00
TimeZoneSettingObserver.h
Volume.cpp Bug 928558 - AutoMounter mark volumes as shared a bit early when open files are detected. r=qDot 2013-10-18 20:21:52 -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
VolumeManager.cpp Bug 784739 - Switch from NULL to nullptr in dom/ (2/2); r=ehsan 2013-10-28 10:04:47 -04:00
VolumeManager.h
VolumeManagerLog.h
VolumeServiceIOThread.cpp Bug 784739 - Switch from NULL to nullptr in dom/ (2/2); r=ehsan 2013-10-28 10:04:47 -04:00
VolumeServiceIOThread.h
VolumeServiceTest.cpp Bug 784739 - Switch from NULL to nullptr in dom/ (2/2); r=ehsan 2013-10-28 10:04:47 -04:00
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