Commit Graph

92 Commits

Author SHA1 Message Date
Thomas Zimmermann
89d1f17564 Bug 886239: Remove retryCount from nsIDOMMobileConnection, r=vyang
The attribute retryCount is deprecated and removed by this
patch. When it lands, all users of retryCount have been
converted to getCardLockRetryCount.
2013-07-19 08:48:04 +02:00
Michael Henretty
b411ff1019 Bug 890909 - [Contacts API] migration code problem when matching using the substringMatching pref (eg in Brazil). r=gwagner 2013-07-18 16:17:41 -04:00
Jose Antonio Olivera Ortega
67268ec4f5 Bug 888904 - Part 3: RIL changes for CLIR support. r=vicamo 2013-07-17 23:18:29 +02:00
Edgar Chen
3be1470efd Bug 875721 - Part 5: RIL implementation changes for iccInfo. r=allstars.chh 2013-05-30 19:14:39 +08:00
Thomas Zimmermann
55ec72cfaf 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
Justin Lebar
60dc213200 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
Edgar Chen
4ffae916e9 Bug 874744 - Part 3: Send cardstatechange event to iccManager. r=allstars.chh 2013-05-22 17:32:18 +08:00
Vicamo Yang
a64909caea Bug 814581 - Part 3/8: dispatch RIL messages. r=hsinyi,yoshi 2013-07-02 17:36:40 +08:00
Jose Antonio Olivera Ortega
3160742a8e Bug 879680 - (mmi-result-cf) [MMI] Use MMIResult for Call Forwarding related functionality. r=ferjm 2013-07-01 01:23:52 +08:00
Fernando Jiménez
0c699898c9 Bug 874000 - (mmi-result-pin) [MMI] Use MMIResult for PIN/PIN2/PUK related functionality. r=vicamo 2013-07-01 01:01:02 +08:00
Fernando Jiménez
dd4473d382 Bug 883178 - [MMI] Implement DOMMMIResult and DOMMMIError. Part 2: DOMMMIResult and DOMMMIError. r=vicamo, sr=sicking 2013-06-30 20:21:32 +08:00
Edgar Chen
24bef0b0fe Bug 860585 - Part 3: RIL implementation changes for cardLock. r=allstars.chh 2013-04-11 15:12:09 +08:00
Szu-Yu Chen [:aknow]
93c97c6d9b Bug 875243 - B2G RIL: fix some coding style. r=hsinyi 2013-06-10 10:41:14 +08:00
Hsin-Yi Tsai
d7f7b7c216 Bug 823958 - RIL impl- Deliver 'enumerateCallStateComplete' (part 3/4). r=vicamo 2013-05-10 14:58:06 +08:00
Szu-Yu Chen [:aknow]
67c05569bb Bug 818393 - Part 3: Call barring RIL implementation. r=htsai.
---
 dom/system/gonk/RILContentHelper.js    |  112 +++++++++++++++++++++++++++++++-
 dom/system/gonk/RadioInterfaceLayer.js |   38 +++++++++++
 dom/system/gonk/ril_consts.js          |   19 ++++++
 dom/system/gonk/ril_worker.js          |   31 +++++++++
 4 files changed, 199 insertions(+), 1 deletion(-)
2013-05-21 13:13:37 +08:00
Gregor Wagner
534384dde0 Bug 871788 - RILContentHelper.js line: 987: JavaScript Error: "setting a property that has only a getter". r=mrbkap 2013-05-14 08:32:48 -04:00
Szu-Yu Chen [:aknow]
fa2289618b Bug 863281 - Part 2: Pass emergency info from ril to dom. r=htsai.
---
 dom/system/gonk/RILContentHelper.js |    5 +++--
 dom/system/gonk/ril_worker.js       |    9 +++++++++
 2 files changed, 12 insertions(+), 2 deletions(-)
2013-05-14 14:05:46 +08:00
Yoshi Huang
50be986c2e Bug 859659 - Part 2: Update EF_Email and EF_ANR. r=vicamo 2013-04-30 14:53:47 +08:00
Jon Hylands
52b85401ec Bug 869961 - RILContentHelper.voiceConnectionInfo fixed to check for null context. r=hsinyi 2013-05-13 10:18:19 +08:00
Hsin-Yi Tsai
f573249777 Bug 869306 - Add call.isOutgoing for BT Cert. r=allstars.chh 2013-05-08 18:39:05 +08:00
Anshul Jain
c592c8694d Bug 854334 - Voice mail notification FAIL. r=marshall 2013-05-02 15:22:25 -07:00
Michael Vines
ac3702f0b2 Bug 860660 - Content process support for display of PIN/PUK retry count. r=vyang 2013-05-06 14:03:00 -07:00
Yoshi Huang
9705bebd65 Bug 847741 - Part 5: readContacts impl. r=vicamo 2013-03-06 10:51:40 +08:00
Jose Antonio Olivera Ortega
8a96d4623c Bug 859318 - Part 3: RIL changes for call waiting functions. r=vicamo 2013-04-18 14:18:50 +02:00
Hsin-Yi Tsai
e17d540bf3 Bug 856520 - B2G RIL: update RILContentHelper.rilContext.networkSelectionMode correctly. r=allstars.chh 2013-04-01 14:26:45 +08:00
Hsin-Yi Tsai
9f8e7f10dd Bug 855643 - B2G RIL: actively update networkSelectionMode at the first time querying. r=allstars.chh 2013-03-29 10:56:07 +08:00
Edgar Chen
c7f0bb70c5 Bug 852815 - Correct Icc related naming in RadioInterfaceLayer and RILContentHelper. r=allstars.chh 2013-03-25 11:09:01 +08:00
Edgar Chen
3c8fe15a90 Bug 847820 - Part 3: RIL implementation. r=allstars.chh 2013-03-06 10:12:23 +08:00
Edgar Chen
2f51ddfd2e Bug 828307 - Part 3: RIL implementation change. r=vyang 2013-02-25 11:47:27 +08:00
Edgar Chen
60bf03db10 Bug 848688 - Have a consistent naming for error message. r=allstars.chh 2013-03-07 18:35:57 +08:00
Vicamo Yang
b576648acd Bug 834160 - Part 7/7: Fix RILContentHelper. r=htsai,allstars.chh 2013-03-06 17:53:31 +08:00
Siddartha Pothapragada
03435d4cba Bug 840780 3/3 - B2G RIL: Add support to manage and access logical channels to UICC. r=vicamo 2013-02-25 17:27:26 +08:00
Yoshi Huang
65b7fb457d Bug 833711 - Part 3: Move lastKnownMcc into voice connection. r=vicamo 2013-01-24 11:11:16 +08:00
Yoshi Huang
4a75a4b815 Bug 833711 - Part 2: Revise handleoperatorchange in RadioInterfaceLayer and updateInfo in RILContentHelper. r=vicamo 2013-01-28 11:41:34 +08:00
Yoshi Huang
aefabc4809 Bug 830164 - Part 2: rename icc to iccInfo. r=vicamo 2013-01-10 17:18:54 +01:00
Jose Antonio Olivera Ortega
e26fe0e99e Bug 822522 - [b2g-ril] Add an explicit GECKO_CARDSTATE_UNKNOWN state. r=qDot 2013-02-01 14:17:48 +01:00
Hsin-Yi Tsai
33f7b43007 Bug 830522 - unregister enumerationTelephonyCallback. r=vicamo 2013-01-31 10:37:13 +08:00
Ed Morley
97e87e834f Backout aad75c7c49c5:2addf5bd1730 (bug 830164) for B2G marionette failures on a CLOSED TREE 2013-01-28 10:44:15 +00:00
Yoshi Huang
8bf917e2d4 Bug 830164 - Part 2: rename icc to iccInfo. r=vicamo 2013-01-10 17:18:54 +01:00
Jose Antonio Olivera Ortega
97afdee067 Bug 827280 - Part 4: RIL. r=philikon a=tef+ 2013-01-25 19:45:23 +01:00
Hsin-Yi Tsai
6839c3af5a Bug 825841 - B2G RIL: not sendSyncMessage(RIL:GetRilContext) in RILContentHelper's constructor. r=vicamo 2013-01-08 15:57:34 +08:00
Hubert Figuière
0b5617fbb7 Bug 826297 - Catch exceptions. r=sicking
--HG--
extra : rebase_source : c160410cbdd472de446bf1b486604b39656ccb91
2013-01-04 11:27:29 -05:00
Chuck Lee
d0b94c7804 Bug 820762 - 0002.Access voicmail info with correct permission. r=hsinyi 2012-12-26 18:49:08 +08:00
Edgar Chen
836e613fd5 Bug 804667 - Part 3: Support TIMER MANAGEMENT in RIL. r=allstars.chh 2012-11-28 16:16:20 +08:00
Gregor Wagner
4578a6366d Bug 819560 - RIL: remember the last mcc code. r=sicking 2012-12-12 16:57:11 -08:00
Vicamo Yang
be687e70b2 Bug 778093 - Part 3/9: complete onreceived event handling, r=mounir,hsinyi,bent 2012-12-04 10:40:47 +08:00
Jose Antonio Olivera Ortega
d505bf2576 Bug 815156 - B2G RIL: Expose serviceClass to DOM via nsIDOMMozMobileCFInfo. r=ferjm sr=sicking 2012-12-03 10:30:59 +01:00
Chuck Lee
182201206c Bug 796277 - 0001.Save voicemail info in RIL. r=hsinyi 2012-11-23 12:09:01 +08:00
Edgar Chen
8057aa4e74 Bug 811605 - B2G RIL: enable ril debugging output in run-time. r=vicamo 2012-11-14 18:25:35 +08:00
Fernando Jiménez
43df15dbbc Bug 793192 - MMI Codes: support call forwarding. Part 2 - RIL. Query CF; r=marshall_law 2012-11-07 14:13:48 -08:00