Commit Graph

129 Commits

Author SHA1 Message Date
Trevor Saunders
27e72dc2a7 bug 915566 - rm makefiles in dom/ r=gps 2013-09-13 12:25:21 -04:00
Yoshi Huang
5e362298bb Bug 915987 - Part 3: test case for contact.id. r=vicamo 2013-09-13 00:19:47 +02:00
Yoshi Huang
b9587869f5 Bug 915986 - Part 2: test case for pin2 is null. r=vicamo 2013-09-13 00:09:48 +02:00
Wes Kocher
8bba56d03f Merge m-c to inbound 2013-09-04 18:04:50 -07:00
Mike Hommey
f1cf3b4238 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Edgar Chen
975c6d52d8 Bug 869778 - Part 7: Marionette tests for iccinfo. r=allstars.chh 2013-08-20 15:29:50 +08:00
Edgar Chen
03f1ce2fd0 Bug 869778 - Part 1: Expose CDMA MIN to MozIccInfo. r=allstars.chh. sr=sicking 2013-08-12 14:50:54 +08:00
Brian O'Keefe
4f68eb9b02 Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal 2013-08-15 09:02:09 -04:00
Ms2ger
87ae95251c Merge PGO-green changeset from inbound to m-c. 2013-08-22 10:31:44 +02:00
Ms2ger
ced3dd8b1c Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal 2013-08-22 08:56:00 +02:00
Ms2ger
676cea55c5 Bug 906351 - Use @DEPTH@ even more; r=ted 2013-08-22 08:55:59 +02:00
Ms2ger
4d968c40e1 Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps 2013-08-22 08:55:59 +02:00
Andrew McCreight
c89a25e0c5 Bug 614238, part 2 - remove unused StkCommandEvent CC declaration. r=smaug 2013-08-20 15:55:07 -07:00
Georgia Wang
d56968a404 Bug 795252 - Part 3: Modify marionette stk tests. r=yoshi 2013-08-16 10:14:17 +08:00
Edgar Chen
02547c60f0 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
c089ae373d Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium 2013-08-14 08:40:25 -07:00
Ryan VanderMeulen
64b2bc7dd9 Backed out changesets 1fa1f28c6edf and e74f694f31c4 (bug 850380) for PGO bustage on a CLOSED TREE. 2013-08-14 15:12:20 -04:00
Brian O'Keefe
3a92f0ae7c Bug 896177 - Remove useless config.mk includes; r=gps 2013-07-17 16:06:53 -04:00
Gregory Szorc
9f99cee9a1 Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium 2013-08-14 08:40:25 -07:00
Ms2ger
df8525f77d Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar 2013-08-14 08:56:21 +02:00
Yoshi Huang
ed495b93c3 Bug 895169 - B2G RIL: Check contact attributes values when export to SIM. r=vicamo 2013-08-09 16:00:38 +08:00
Yoshi Huang
1d29b0062f Bug 900321 - Part 1: Add more card states in IDL . r=vicamo. sr=sicking 2013-08-02 15:09:06 +08:00
Boris Zbarsky
9af6d565fa 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
Brian O'Keefe
a2b1403eb0 Bug 883502 - Part 1: Move 'chromium_config.mk' includes after rules.mk. r=gps 2013-07-04 08:28:43 -04:00
Boris Zbarsky
7631a999ff Bug 838146 part 10. Turn on WebIDL bindings for Navigator. r=smaug 2013-07-12 10:37:23 -04:00
Ryan VanderMeulen
2cca46b24a Merge m-c to birch. 2013-07-12 13:31:17 -04: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
62efd4aa6c Bug 875721 - Part 6: Fix marionette tests for iccInfo. r=allstars.chh
--HG--
rename : dom/network/tests/marionette/test_mobile_iccinfo.js => dom/icc/tests/marionette/test_icc_info.js
2013-05-30 19:20:39 +08:00
Edgar Chen
69b1b1a79a Bug 875721 - Part 2: Move iccInfo related attribute/event from mozMobileConnection to mozIccManager (DOM). r=smaug 2013-05-30 18:36:10 +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
Thomas Zimmermann
374a58c0d6 Bug 875710: Added marionette tests for getCardLockRetryCount, r=vyang
The marionette tests for getCardLockRetryCount test retrieving the
retry count for 'pin', 'puk', and an invalid lock type. The former
two must return success or 'NotSupportedError', the latter may only
return 'IllegalAccessError'.
* * *
fix mar

--HG--
extra : rebase_source : 509cd74e783eaf8d77be8b37c7143f3043d69b28
2013-07-09 16:06:45 +02: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
Edgar Chen
be82440df5 Bug 874744 - Part 4: Marionette tests for cardstate. r=allstars.chh 2013-05-29 15:47:18 +08:00
Edgar Chen
54c9905762 Bug 874744 - Part 2: Move card state related attribute/event from mozMobileConnection to mozIccManager (DOM). r=bugs 2013-05-22 16:58:44 +08:00
Edgar Chen
f32c75f38f 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
Gabriele Svelto
6e6181df11 Bug 848662 - Add marionette tests for FDN contacts manipulation; r=yoshi
--HG--
extra : rebase_source : ba108c39ac83328b69e4b6203dab3d3da52f0879
2013-06-21 11:11:23 +02:00
Edgar Chen
ab0378bd80 Bug 860585 - Part 4: Marionette tests for cardLock. r=allstars.chh 2013-04-11 15:16:51 +08:00
Edgar Chen
46004136c2 Bug 860585 - Part 2: Move cardLock API from mozMobileConnection to mozIccManager (DOM). r=bugs 2013-04-11 11:45:39 +08:00
Edgar Chen
a5c1747e84 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
Mike Shal
994cfe0b6b Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Ryan VanderMeulen
d8cb0383c6 Merge m-c to inbound. 2013-05-21 08:17:04 -04:00
Edgar Chen
7e00587478 Bug 859220 - Part 4: Fix marionette tests for IccManager. r=allstars.chh 2013-04-09 14:30:03 +08:00
Edgar Chen
55f37661f9 Bug 859220 - Part 1: Separate mozIccManager from mozMobileConnection (IDL). r=allstars.chh. sr=sicking 2013-04-08 15:13:09 +08:00
Masatoshi Kimura
39d0ce714a Bug 873753 - Remove classinfo bits from WebIDL-bound events. r=smaug 2013-05-21 04:34:12 +09:00
Olli Pettay
377adbe5c6 Bug 868232 - Paris binding for MozStkCommandEvent, r=peterv
--HG--
extra : rebase_source : 4a79aa44707f9dd0b0eb68611e13702f1bdb838e
2013-05-07 15:46:07 +03:00
Yoshi Huang
fb873da835 Bug 847741 - Part 5: readContacts impl. r=vicamo 2013-03-06 10:51:40 +08:00
Yoshi Huang
1434a013e2 Bug 847741 - Part 3: DOM, Add readContacts in IccManager. r=smaug. 2013-03-06 14:09:50 +08:00
Yoshi Huang
5588c92660 Bug 847741 - Part 2: (IDL) Add readContact to IccManager. r=vicamo, sr=mounir 2013-03-06 10:28:48 +08:00
David Zbarsky
f4478a4b6b [Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 6 r=Ms2ger 2013-04-19 18:18:33 -04:00
Boris Zbarsky
774766d13e Bug 835643 part 4. Put in place all the infrastructure to switch EventListener to WebIDL codegen. r=smaug 2013-04-16 17:16:08 -04:00