Commit Graph

1092 Commits

Author SHA1 Message Date
Edgar Chen
d8f10a7fb2 Bug 893791 - Fix xpcshell tests failed in test_ril_worker_mmi.js. r=vyang 2013-07-15 23:04:22 +08:00
Edgar Chen
cecf608ccb Bug 866645 - Part 2: Xpcshell tests for the utility function of mcc/mnc parsing. r=allstars.chh 2013-07-16 11:51:44 +08:00
Edgar Chen
ef9ffc7f24 Bug 866645 - Part 1: Get the mcc/mnc of CDMA RUIM. r=allstars.chh 2013-07-15 17:22:54 +08:00
Ryan VanderMeulen
940ea7bfd9 Backed out changeset 129a238dbe1f (bug 889730) for B2G debug bustage. 2013-07-16 11:56:00 -04:00
Marco Chen
39359ecf3a Bug 889730 - Switch states of Headphone are not only On/Off but Headset/Headphone. r=baku 2013-07-16 16:30:41 +08:00
Ryan VanderMeulen
3cc4f8b044 Merge inbound to m-c. 2013-07-15 17:03:59 -04:00
Szu-Yu Chen [:aknow]
6d69679bd6 Bug 881142 - Part 4: Remove call state busy (RIL). r=hsinyi 2013-07-15 08:54:22 -04:00
Ryan VanderMeulen
2cca46b24a Merge m-c to birch. 2013-07-12 13:31:17 -04:00
Ryan VanderMeulen
48411f99e3 Merge m-c to inbound. 2013-07-12 09:29:59 -04:00
Fernando Jiménez
d48833635c Bug 883048 - [MMI] Send a ussd code while in airplane mode is allowed and doesn´t show any notification. r=vicamo 2013-07-12 10:42:17 +02:00
Mike Hommey
ffd522d5c2 Bug 892904 - Remove useless includes of config.mk. r=gps 2013-07-15 18:48:40 +09:00
Mike Hommey
0f994f506e Bug 887483 - Remove some more useless FORCE_STATIC_LIB and leftover comments from previous removal. r=mshal 2013-07-15 18:48:40 +09:00
Hubert Figuiere
4d2390531a Bug 891497 - Fix typo in debug message. r=vyang 2013-07-10 12:19:00 -04:00
Ryan VanderMeulen
c9d5a706a1 Backed out changeset b7d6458d2a3c (bug 887483) for apparently causing Android robocop-2 failures. 2013-07-10 13:51:28 -04:00
Guilherme Gonçalves
f4e839cc3c Bug 874587 - Fix more case-sensitivity issues. r=smichaud 2013-07-10 13:07:50 -04:00
Trevor Saunders
c3f96258c3 bug 887483 - rm a bunch of useless assignments to FORCE_STATIC_LIB r=mshal 2013-06-25 14:29:26 -04:00
JW Wang
6f3a9694c5 Bug 865347 - Add a test case to test new functions. r=dhylands 2013-07-04 14:47:26 +08:00
JW Wang
18bc5860c7 Bug 865347 - Add functions to manipulate fake volumes to test SD card insert/remove. r=dhylands 2013-07-09 14:37:47 +08:00
Ryan VanderMeulen
327c24c216 Backed out changesets d76274933db8 and dd3cedcdbe2b (bug 865347) to see if it fixes the Marionette timeouts. 2013-07-09 14:21:02 -04:00
Thomas Zimmermann
f2d4199d6b Bug 875710: Added getCardLockRetryCount to nsIIccProvider, r=vyang, sr=mounir
This patch adds getCardLockRetryCount to nsIIccProvider and its
implementations. This method allows callers to query the number
of remaining tries for unlocking a SIM-card lock. Supported locks
are 'pin', 'puk', 'pin2', 'puk2', 'nck', 'cck', and 'spck'. The
call returns a DOM request that returns the retry count in its
success handler, or signals an appropriate error.

Reading the retry count is an optional feature and may not be
supported for all lock types. In this case the DOM request receives
and error with the name GECKO_ERROR_NOT_SUPPORTED. For an invalid
lock type, the error name is GECKO_ERROR_GENERIC_FAILURE.

getCardLockRetryCount replaces retryCount in nsIDOMMobileConnection,
which is now deprecated.

--HG--
extra : rebase_source : d1d11612f836652dca85f7c701f09e7af962e3b7
2013-07-09 16:06:05 +02:00
JW Wang
2dfca4b51c Bug 865347 - Add a test case to test new functions. r=dhylands 2013-07-04 14:47:26 +08:00
JW Wang
f4a05c166b Bug 865347 - Add functions to manipulate fake volumes to test SD card insert/remove. r=dhylands 2013-07-09 14:37:47 +08:00
Justin Lebar
5b159515e1 Bug 889984 - Don't leak objects which "inherit" from DOMRequestIpcHelper the associated window is closed. r=fabrice 2013-07-08 17:55:42 -04:00
Guilherme Gonçalves
8212c05e70 Bug 874587 - Remove unnecessary and misspelled header r=dzbarsky 2013-07-08 11:48:38 -04:00
Vincent Chang
ac14c6f23a Bug 787442 - Turn on wifi/usb tethering simultaneously. r=mrbkap 2013-06-19 18:57:58 +08:00
Trevor Saunders
82e5558b37 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
Edgar Chen
6ec6f25d9d Bug 875721 - Part 5: RIL implementation changes for iccInfo. r=allstars.chh 2013-05-30 19:14:39 +08:00
Edgar Chen
31a9f418d6 Bug 875721 - Part 3: GPS changes for iccInfo. r=kchen 2013-05-30 18:52:56 +08:00
Edgar Chen
e482150a75 Bug 875721 - Part 1: Move iccInfo related attribute/event from mozMobileConnection to mozIccManager (IDL). r=allstars.chh, sr=sicking 2013-05-30 18:04:48 +08:00
Ken Chang
a213784c83 Bug 837488 - B2G RIL: Using array for data call settings and handling multiple sharing on one APN connection. r=hsinyi 2013-07-12 12:44:22 +08:00
Edgar Chen
7c073ef0d8 Bug 874744 - Part 3: Send cardstatechange event to iccManager. r=allstars.chh 2013-05-22 17:32:18 +08:00
Ryan VanderMeulen
f203259101 Merge m-c and inbound. 2013-07-03 16:39:33 -04:00
Ryan VanderMeulen
7500c901d1 Bug 884134 - Fix ifdef to un-break B2G mochitest-3. 2013-07-03 16:38:28 -04:00
Michael Wu
5a9750ee88 Bug 884134 - Messages to vold need sequence number in gonk-JB, r=dhylands 2013-07-03 12:37:39 -04:00
Ryan VanderMeulen
28c10d7996 Merge m-c and inbound. 2013-07-03 14:17:41 -04:00
Masatoshi Kimura
176efd0f7c Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan 2013-07-04 00:56:26 +09:00
Ryan VanderMeulen
ca281f1634 Merge birch to inbound. 2013-07-02 10:19:45 -04:00
Dimi Lee
c62bf17f06 Bug 888828 - Default route of 3G data call disappeared (after receiving disconnected event from wlan0). r=vchang 2013-07-02 11:50:50 +08:00
Chuck Lee
1874bb0a1b Bug 883754 - Throw an error on unexpected GSM SMS DCS value. r=vicamo 2013-07-01 11:16:44 +08:00
Vicamo Yang
7b018201e9 Bug 814581 - Part 8/8: fix debug messages as well. r=hsinyi,yoshi 2013-07-02 17:36:58 +08:00
Vicamo Yang
15cc9183c7 Bug 814581 - Part 7/8: fix test cases. r=yoshi 2013-07-02 17:36:55 +08:00
Vicamo Yang
41483888fb Bug 814581 - Part 6/8: fix NetworkManager. r=yoshi 2013-07-02 17:36:51 +08:00
Vicamo Yang
9a2b6740ef Bug 814581 - Part 5/8: fix MobileMessage. r=gene 2013-07-02 17:36:47 +08:00
Vicamo Yang
8288a7ef0f Bug 814581 - Part 4/8: fix GonkGPSGeolocationProvider. r=kanru 2013-07-02 17:36:44 +08:00
Vicamo Yang
ae711005e5 Bug 814581 - Part 3/8: dispatch RIL messages. r=hsinyi,yoshi 2013-07-02 17:36:40 +08:00
Vicamo Yang
127ae3d359 Bug 814581 - Part 2/8: create multiple intances of RadioInterface. r=hsinyi,yoshi 2013-07-02 17:36:37 +08:00
Vicamo Yang
4c6addfeee Bug 814581 - Part 1/8: MultiSIM - interface changes. sr=hsinyi 2013-07-02 17:36:33 +08:00
Szu-Yu Chen [:aknow]
f0a970db9f Bug 889215 - Fix xpcshell-test test_ril_worker_mmi.js. r=yoshi.
---
 dom/system/gonk/tests/test_ril_worker_mmi.js |   47 +++++++++++++-------------
 1 file changed, 23 insertions(+), 24 deletions(-)
2013-07-02 16:19:56 +08:00
Szu-Yu Chen [:aknow]
a5164734d9 Bug 885688 - Fix javascript warning in ril_worker.js. r=yoshi.
---
 dom/system/gonk/ril_worker.js |   38 +++++++++++++++++++++++++-------------
 1 file changed, 25 insertions(+), 13 deletions(-)
2013-07-02 11:58:20 +08:00
Jose Antonio Olivera Ortega
c92350e6ef Bug 879680 - (mmi-result-cf) [MMI] Use MMIResult for Call Forwarding related functionality. r=ferjm 2013-07-01 01:23:52 +08:00