gecko-dev/dom
Thomas Zimmermann 86b5023ccf 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
..
activities Bug 853759 - [activities] fire postError when unloading the app before we have fired anything r=vingtetun 2013-07-05 10:43:02 -07:00
alarm 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
apps 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
audiochannel Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below) 2013-06-28 18:38:32 -07:00
base 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
battery Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
bindings Bug 803414 - Part 4: Audio Recording - Web API & Implementation. r=roc 2013-07-05 09:50:25 +08:00
bluetooth Bug 884840: Reimplement GetServiceChannel without Bluetooth command thread, r=echou 2013-07-09 09:56:14 +02:00
browser-element Backed out changeset 9b2114c04762 (bug 885349) for timeouts in the new test. 2013-07-09 10:06:54 -04:00
camera Bug 882328 - remove off-Main Thread JS callback addrefs, r=jdm 2013-06-17 11:59:53 -04:00
cellbroadcast Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
contacts 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
devicestorage Bug 868536 - Move ipdl.mk files to moz.build; r=gps 2013-07-01 09:56:28 -04:00
encoding Bug 851982 - Regression test. r=smontagu 2013-06-21 00:54:40 +09:00
file Bug 860731 - Part b: Use FileMode for LockedFile; r=janv 2013-06-12 09:00:06 +02:00
fm 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
future Bug 883683 - Leak with DOM promises. r=bz 2013-06-26 09:44:21 -04:00
gamepad bug 857092 - put non-standard Gamepad events behind another pref. r=smaug 2013-06-19 15:05:47 -04:00
icc Bug 875710: Added getCardLockRetryCount to nsIIccProvider, r=vyang, sr=mounir 2013-07-09 16:06:05 +02:00
identity bug 870370: EXTRA_COMPONENTS cleanup for conversion patches #1 & #2. 2013-07-03 12:01:06 -04:00
imptests Bug 885765 - Fix syntax errors in test_texImage2D.html and test_texSubImage2D.html. r=Ms2ger 2013-07-05 05:22:57 +09:00
indexedDB Bug 885804: Renaming in content/dom r=jlebar 2013-07-08 11:48:39 -04:00
interfaces Bug 816343 - Add querySelector* to *Element/DocumentFragment/Document.idl r=bz 2013-07-08 14:09:18 +02:00
ipc Bug 865347 - Add functions to manipulate fake volumes to test SD card insert/remove. r=dhylands 2013-07-09 14:37:47 +08:00
locales Bug 885996 - 1/2 - Interaction between nsIColorPicker and content. r=smaug 2013-07-08 15:12:18 -04:00
media Bug 890832 - Disable test_peerConnection_bug825703.html until it doesn't hit sites outside of build infra 2013-07-08 09:54:57 +01:00
messages 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
mobilemessage Bug 885804: Renaming in content/dom r=jlebar 2013-07-08 11:48:39 -04:00
network 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
payment 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
permission Bug 887012 - Remove some emptyish makefiles; r=gps 2013-07-01 09:02:32 +02:00
phonenumberutils Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey 2013-06-10 12:08:47 -04:00
plugins bug 870407: cleanup bug. r=mshal 2013-07-08 11:53:00 -04:00
power Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below) 2013-06-28 18:38:32 -07:00
push 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
quota Bug 888105 - '.DS_Store files can screw up origin initialization.' r=janv. 2013-06-29 19:25:15 -07:00
settings Bug 887012 - Remove some emptyish makefiles; r=gps 2013-07-01 09:02:32 +02:00
src Back out bug 889442 for breaking Jetpack tests 2013-07-03 16:03:07 -07:00
system Bug 875710: Added getCardLockRetryCount to nsIIccProvider, r=vyang, sr=mounir 2013-07-09 16:06:05 +02:00
telephony Bug 877762 - GC: Post-barrier cycle collector participants - 7 Convert most JSObect to use Heap<T> (ex. XBL) r=bz 2013-06-18 11:00:38 +01:00
tests Backed out changeset 4903ca450b3f (bug 890081) for widespread mochitest orange. 2013-07-08 15:19:30 -04:00
time Bug 890239 - Don't leak the weak reference; r=jlebar 2013-07-08 07:10:36 -04:00
voicemail Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
wappush Bug 887012 - Remove some emptyish makefiles; r=gps 2013-07-01 09:02:32 +02:00
webidl Bug 888583 - Expose protocol version in about:networking. r=valentin.gosu 2013-07-08 16:35:08 -04:00
wifi 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
workers Bug 887236 - prefix the current events in workers with 'Worker', r=bent 2013-07-08 12:55:14 -04:00
dom-config.mk Backed out 5fa1f7715c19:7a300d1d1b23 (bug 855130) for Windows build failures 2013-07-01 21:23:37 -07:00
moz.build Backed out changeset 96036434bb78 (bug 875289) for mochitest-chrome failures on a CLOSED TREE 2013-06-20 11:20:49 +01:00