gecko/dom/system/gonk
Szu-Yu Chen [:aknow] 01b61c816f Bug 880643 - Part 1: Add a test for coding style check on RIL code by JSHint. r=hsinyi
---
 dom/system/gonk/tests/marionette/manifest.ini      |    1 +
 .../gonk/tests/marionette/ril_jshint/README.md     |    9 +
 .../gonk/tests/marionette/ril_jshint/jshint.js     |11096 ++++++++++++++++++++
 .../gonk/tests/marionette/ril_jshint/jshintrc      |  117 +
 .../gonk/tests/marionette/test_ril_code_quality.py |  353 +
 5 files changed, 11576 insertions(+)
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/README.md
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/jshint.js
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/jshintrc
 create mode 100644 dom/system/gonk/tests/marionette/test_ril_code_quality.py
2013-07-30 17:18:44 +08:00
..
android_audio Bug 892876 - (gonk-jb) Update AUDIO IN/OUT enums. r=mwu 2013-07-19 21:04:23 -07:00
tests Bug 880643 - Part 1: Add a test for coding style check on RIL code by JSHint. r=hsinyi 2013-07-30 17:18:44 +08:00
AudioChannelManager.cpp Bug 889730 - Switch states of Headphone are not only On/Off but Headset/Headphone. r=baku 2013-07-17 14:21:00 +08:00
AudioChannelManager.h Bug 889730 - Switch states of Headphone are not only On/Off but Headset/Headphone. r=baku 2013-07-17 14:21:00 +08:00
AudioManager.cpp Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug 2013-07-26 10:00:38 +01:00
AudioManager.h Bug 876334 - Gecko should use AudioChannelType to control volume not stream types. r=mwu, r=baku 2013-07-18 13:22:36 +08:00
AutoMounter.cpp Bug 890144 - Add function InitVolumeConfig to add volume by configuration file in AutoMounter. r=dhylands 2013-07-23 08:30:35 -04:00
AutoMounter.h Bug 852768 - Make AutoMounter use the new settings to support internal/external storage. r=qDot 2013-05-13 17:53:23 -07:00
AutoMounterSetting.cpp Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug 2013-07-26 10:00:38 +01: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 882984 - Part 3: GPS changes for MobileCellInfo. r=kchen 2013-07-18 17:30:54 +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 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal 2013-07-11 11:06:34 -04:00
moz.build Bug 893004 part 2. Remove various no-longer-used XPCOM bits from Navigator, except the ones from nsIDOMNavigator. r=smaug 2013-07-17 23:23:52 -04:00
net_worker.js Bug 896413 - dnsmasq is not deleted when wifi hotspot is turned off. r=mrbkap 2013-07-23 13:19:26 +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 Bug 886765 - Make sure that no other application will send traffic when we send/receive a MMS and data traffic is off. r=vicamo 2013-07-12 13:01:37 +08: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 879793 - Update stats when network interface is unregistered. r=clian 2013-06-06 20:40:50 +02:00
nsIRadioInterfaceLayer.idl Bug 816564 - Silent SMS to Authenticate Device for Mobile Billing. Part 1: RIL. sr=vicamo 2013-07-30 00:50:22 +02:00
nsISystemWorkerManager.idl
nsIVolume.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
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 898634 - Add some logging for volumes created via volume.cfg. r=jwwang 2013-07-29 16:41:07 -07:00
nsVolume.h Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands. 2013-07-18 21:21:20 -05:00
nsVolumeMountLock.cpp
nsVolumeMountLock.h
nsVolumeService.cpp Bug 898634 - Add some logging for volumes created via volume.cfg. r=jwwang 2013-07-29 16:41:07 -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 816564 - Silent SMS to Authenticate Device for Mobile Billing. Part 1: RIL. sr=vicamo 2013-07-30 00:50:22 +02: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 833754 - Part 1: RIL changes for call barring through MMI codes. r=ferjm 2013-07-29 20:17:29 +02:00
ril_worker.js Bug 833754 - Part 1: RIL changes for call barring through MMI codes. r=ferjm 2013-07-29 20:17:29 +02:00
RILContentHelper.js Bug 869768 - Part 3: RIL implementation for roaming preference. r=hsinyi 2013-06-10 15:47:03 +08:00
systemlibs.js Bug 898812 - Add support for JB MR2's dhcp_do_request, r=vchang 2013-07-28 00:39:03 -04:00
SystemWorkerManager.cpp Bug 879671 - 1/2: pass multiple initial options to ril_worker. r=yoshi 2013-06-07 15:32:20 +08:00
SystemWorkerManager.h
TimeZoneSettingObserver.cpp Bug 897484 - GC: Convert JS_GetProperty APIs to take MutableHandleValue r=terrence r=bholley r=smaug 2013-07-26 10:00:38 +01:00
TimeZoneSettingObserver.h
Volume.cpp Bug 852768 - Make AutoMounter use the new settings to support internal/external storage. r=qDot 2013-05-13 17:53:23 -07:00
Volume.h Bug 852768 - Make AutoMounter use the new settings to support internal/external storage. r=qDot 2013-05-13 17:53:23 -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