Edgar Chen
52ab09480a
Bug 869778 - Part 1: Expose CDMA MIN to MozIccInfo. r=allstars.chh. sr=sicking
2013-08-12 14:50:54 +08:00
Ms2ger
6a7bc47591
Bug 906351 - Use @DEPTH@ even more; r=ted
2013-08-22 08:55:59 +02:00
Edgar Chen
b023d06977
Bug 905503 - Add a new card state and xpcshell tests for personalization ready. r=allstars.chh
2013-08-15 12:04:23 +08:00
Gregory Szorc
df453f8483
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
2013-08-14 08:40:25 -07:00
Ryan VanderMeulen
fab2c2a3c8
Backed out changesets 1fa1f28c6edf and e74f694f31c4 (bug 850380) for PGO bustage on a CLOSED TREE.
2013-08-14 15:12:20 -04:00
Gregory Szorc
d87c91cf0c
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
2013-08-14 08:40:25 -07:00
Yoshi Huang
f4d28fe666
Bug 900321 - Part 1: Add more card states in IDL . r=vicamo. sr=sicking
2013-08-02 15:09:06 +08:00
Boris Zbarsky
9d5d30d8a1
Bug 893004 part 2. Remove various no-longer-used XPCOM bits from Navigator, except the ones from nsIDOMNavigator. r=smaug
...
--HG--
rename : dom/network/interfaces/nsIDOMNavigatorNetwork.idl => dom/network/interfaces/nsIMozNavigatorNetwork.idl
2013-07-17 23:23:52 -04:00
Edgar Chen
93ee2195ae
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
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
Edgar Chen
2a90c4175d
Bug 874744 - Part 1: Move card state related attribute/event from mozMobileConnection to mozIccManager (IDL). r=allstars.chh. sr=sicking
2013-05-22 16:47:23 +08:00
Edgar Chen
28e6efeeaa
Bug 860585 - Part 1: Move cardLock API from mozMobileConnection to mozIccManager (IDL). r=allstars.chh. sr=sicking
...
--HG--
rename : dom/icc/interfaces/nsIDOMICCCardLockErrorEvent.idl => dom/icc/interfaces/nsIDOMIccCardLockErrorEvent.idl
2013-04-11 11:19:36 +08:00
Edgar Chen
e70764a7cb
Bug 859220 - Part 1: Separate mozIccManager from mozMobileConnection (IDL). r=allstars.chh. sr=sicking
2013-04-08 15:13:09 +08:00
Yoshi Huang
f7bf5217b8
Bug 847741 - Part 5: readContacts impl. r=vicamo
2013-03-06 10:51:40 +08:00
Yoshi Huang
fb99ddbb38
Bug 847741 - Part 2: (IDL) Add readContact to IccManager. r=vicamo, sr=mounir
2013-03-06 10:28:48 +08:00
Kyle Machulis
72a717a860
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Ms2ger
e5c6be8742
Bug 853158 - Update the uuid of nsIDOMEventTarget and subclasses.
2013-03-30 10:45:37 +01:00
Kyle Machulis
43628a7867
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Edgar Chen
be40ba5030
Bug 847820 - Part 1: IDL for exporting contact to SIM. r=allstars.chh. sr=jonas
2012-12-24 16:49:29 +08:00
Mike Shal
b04d88a2f2
Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps
2013-03-11 22:05:00 -07:00
Mike Shal
cd4191e248
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
2013-03-11 22:00:00 -07:00
Gregory Szorc
c865547d94
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Vicamo Yang
68d6011633
Bug 834160 - Part 6/7: fix ICC. r=smaug, f=allstars.chh
2013-03-06 17:53:27 +08:00
Vicamo Yang
c6929f7270
Bug 834160 - Part 1/7: Refactor RILContentHelper callback registration. Interface changes. r=allstars.chh,htsai f=mounir
2013-03-06 17:53:08 +08:00
Gregory Szorc
a0e24e2250
Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey
2013-02-25 12:47:20 -08:00
Siddartha Pothapragada
aaf8d1d374
Bug 840780 1/3 - New interfaces to access Secure element within UICC. r=mounir
2013-02-25 17:27:18 +08:00
Siddartha Pothapragada
8e16a4799b
Bug 831630 - Part 1 : Interface updated to decode 'duration' TLV tag for Display Text, Setup Call commands. r=allstars.chh sr=sicking
...
From 742d7c619751426fdefa7017ea9b2811bcbc02ff Mon Sep 17 00:00:00 2001
---
dom/icc/interfaces/SimToolKit.idl | 14 ++++++++++++++
1 file changed, 14 insertions(+)
2013-02-14 18:53:32 -08:00
Chuck Lee
8d1465b362
Bug 831627 - 0001. Add event object. r=yoshi. sr=sicking
2013-01-29 10:32:31 +08:00
Chuck Lee
d9191dcbd6
Bug 831628 - 0001. Add event object. r=yoshi. sr=sicking
2013-01-25 11:02:06 +08:00
Siddartha Pothapragada
6b6cb4f861
Bug 827831 - Part 1: [B2G STK]: Decode Comprehension-TLV tag Duration, to support variable timeout for GET INKEY. r=allstars.chh sr=sicking
...
From 8ae86db8de8199a9fe77c672ed7ace8ec4e26c2d Mon Sep 17 00:00:00 2001
---
dom/icc/interfaces/SimToolKit.idl | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
2013-01-22 18:21:32 -08:00
Ryan VanderMeulen
221487c0da
Backed out changesets ed1ef43ce9af, 3d2b3f7eac93, and 8fc6d7d32482 (bug 827831) for Marionette failures.
2013-01-24 07:48:07 -05:00
Siddartha Pothapragada
eb591ff001
Bug 827831 - Part 1: [B2G STK]: Decode Comprehension-TLV tag Duration, to support variable timeout for GET INKEY. r=allstars.chh sr=sicking
...
From 8ae86db8de8199a9fe77c672ed7ace8ec4e26c2d Mon Sep 17 00:00:00 2001
---
dom/icc/interfaces/SimToolKit.idl | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
2013-01-22 18:21:32 -08:00
Ms2ger
f96f32cdf5
Bug 823107 - Make nsIDOMEvent::SetTrusted return void; r=smaug
2012-12-22 09:18:08 +01:00
Edgar Chen
197bf1880d
Bug 804667 - Part 1: IDL for TIMER_MANAGEMENT. r=allstars.chh, sr=sicking
2012-12-03 10:51:42 +08:00
Edgar Chen
3212712c9e
Bug 804671 - Part 1: IDL for PROVIDE_LOCAL_INFO. r=allstars.chh. sr=jonas
2012-11-23 10:18:52 +08:00
Yoshi Huang
6fc816b46d
Bug 802977 :B2G RIL - Update comments in SimToolKit.idl. r=philikon
2012-10-18 14:26:25 +08:00
Hsin-Yi Tsai
86b07b748e
Bug 783525 - part 1 - idl and DOM impl for ICCCardLockErrorEvent. r=smaug, sr=sicking
2012-10-03 14:29:07 +08:00
Patrick Wang
a3b572e540
Bug 791935 - Part 1: IDL change r=philikon sr=sicking
2012-09-27 17:07:24 +08:00
Yoshi Huang
fb8c037d33
Bug 793137 - Part 1: IDL for PLAY_TONE, POLL_INTERVAL and REFRESH. r=philikon. sr=sicking
2012-09-21 17:35:51 +08:00
Yoshi Huang
b9a3cdedc7
Bug 790547 - Part 1: IDL for sendEventDownload. r=philikon sr=sicking
2012-09-12 14:19:30 +08:00
Yoshi Huang
d422501fb2
Bug 790550 - Part 1: Update MozStkResponse. r=philikon
2012-09-11 15:05:17 +08:00
Yoshi Huang
5759c68c25
Bug 790543 - Part 1: Update IDL. r=philikon.
2012-09-11 12:30:32 +08:00
Nathan Froyd
96439647c2
Bug 786703 - fix dom/ build failures from introducing PARALLEL_DIRS; r=glandium
2012-09-11 07:47:42 -04:00
Kyle Huey
f033011a49
Bug 687332: Part 3 - Fix even more code that landed since the last time I built this. r=me
2012-08-30 21:09:13 -07:00
Yoshi Huang
24d03ae049
Bug 786831 - Part 1: Update IDL. r=philikon.
2012-08-29 18:36:17 -03:00
Yoshi Huang
10549edf00
Bug 744714 - Part 1 : IDL. r=philikon. sr=sicking
2012-06-27 19:05:04 +02:00