Edgar Chen
97989fd3ea
Bug 1112471 - Part 4: Test case for getting icc service state API. r=hsinyi
2014-12-26 16:09:11 +08:00
Edgar Chen
23f6b7be43
Bug 1087847 - Make sure the Icc status in MobileConnection and IccManager are synced. r=hsinyi,smaug
2014-11-13 19:12:11 +08:00
Edgar Chen
de246a0a9a
Bug 1052825 - Part 3: RIL and test changes for lockType WebIDL enum. r=hsinyi
2014-11-12 12:39:04 +08:00
Edgar Chen
2f7098b238
Bug 1084233 - Part 4: Add marionette test for unlocking puk. r=hsinyi
2014-10-27 16:14:46 +08:00
Edgar Chen
1896c8b71e
Bug 1084233 - Part 3: Add marionette test for unlocking pin. r=hsinyi
2014-10-27 11:10:35 +08:00
Edgar Chen
c8afe03d1a
Bug 1084233 - Part 2: Add marionette test for enabling/disabling pin lock. r=hsinyi
2014-10-26 15:25:37 +08:00
Edgar Chen
172c71cdf9
Bug 1084233 - Part 1: Introduce head.js and rewrite test_icc_card_lock.js with Promise. r=hsinyi
...
--HG--
rename : dom/icc/tests/marionette/test_icc_card_lock.js => dom/icc/tests/marionette/test_icc_card_lock_change_pin.js
2014-10-28 15:23:44 +08:00
Bevis Tseng
f3051e3f04
Bug 1091454 - Part 2: Modify Test Case to comply the new format of confirmMessage/callMessage. r=echen
2014-11-06 15:33:39 +08:00
Edgar Chen
7bb2e4bfcf
Bug 1083745 - Part 4: Need to do corresponding changes in test_icc_card_lock.js. r=hsinyi
2014-11-04 10:37:58 +08:00
Bevis Tseng
3a2474f5c8
Bug 1088573 - Part 2: Enhance test coverage. r=echen
2014-10-29 17:53:55 +08:00
Edgar Chen
e84a16dea7
Bug 1085307 - [Icc] Deprecate IccCardLockError.lockType. r=smaug,hsinyi
2014-10-24 16:04:04 +08:00
Bevis Tseng
6820c2b59a
Bug 1087131 - Part 2: Add Test Cases for STK Display Text in various Coding Schemes. r=echen
2014-10-22 18:29:12 +08:00
Edgar Chen
02486c284f
Bug 994461 - Part 1: Move IccInfo to WebIDL. r=smaug,vicamo
...
--HG--
rename : dom/icc/interfaces/nsIDOMIccInfo.idl => dom/icc/interfaces/nsIIccInfo.idl
2014-09-19 15:53:05 +08:00
Hsin-Yi Tsai
dc14e62feb
Bug 1061535 - [B2G][RIL] relax restrictions on EF_IMG error handling - part 2 - test. r=edgar
2014-09-04 12:13:20 +08:00
Jessica Jong
adbf641de3
Bug 824145 - Part 3: Support for STK icon display (marionette tests). r=edgar
2014-08-25 10:32:35 +08:00
Ms2ger
d8c0b17d7d
Bug 1043963
- Collapse test-only moz.build files under dom/ into ancestor moz.build files; r=ted
...
There is very little benefit to having another layer of moz.build files, and
removing them will speed up the build a minimal amount. It also paves the way
for removing TEST_DIRS, which could simplify the build system somewhat.
2014-07-26 08:17:24 +02:00
Jessica Jong
e8c2ecc0a9
Bug 1033142 - Part 3: test cases for mvno type 'gid' in matchMvno() function. r=hsinyi
2014-07-18 11:41:38 +08:00
Shawn Ku
14fc30f44b
Bug 1031640 - Part 2: test patch - B2G RIL: incorrect STK TR for handling SEND_SS/SEND_USSD/SEND_SHORT_MESSAGE/SEND_DTMF in ril_worker.js. r=echen
2014-07-14 17:06:45 +08:00
Shawn Ku
2400e694be
Bug 1007487 - Part 2: test patch - B2G RIL: incorrect isDisplayNetworkNameRequired for not matching both HPLMN and EF_SPDI. v2. r=HsinYi.
2014-07-01 11:52:17 +08:00
Jessica Jong
a2006df884
Bug 1013153 - Part 2: test cases for mvno type 'spn'. r=hsinyi
2014-07-01 02:10:00 +02:00
Yoshi Huang
030b9506d3
Bug 981646 - B2G RIL: Cannot read sdn contacts. r=smaug, vicamo
2014-05-16 14:50:00 +08:00
Vicamo Yang
d6a4aef8a6
Bug 995107: fix RIL DSDS marionette test cases on emulator-jb,kk. r=echen
2014-04-11 22:28:07 +08:00
Edgar Chen
50fc472757
Bug 978027 - Part 4: Test cases for prl version. r=allstars.chh
2014-04-07 16:18:50 +08:00
Jessica Jong
f3cfdeaac5
Bug 963516 - Part 4: test cases for matchMvno(). f=edgar r=hsinyi
2014-01-28 02:45:00 +08:00
Vicamo Yang
6d86926c0c
Bug 934125 - 1/3: s/function \+(/function(/ . r=gene
...
RILDIRS="dom/cellbroadcast/ dom/icc/ dom/mobilemessage/ dom/network/ dom/telephony/ dom/voicemail/ dom/system/gonk/";
for f in `find $RILDIRS -type f -name \*.js -o -name \*.jsm`; do
sed -i $f -e 's/function \+(/function(/';
done
2014-01-13 10:44:33 +08:00
Edgar Chen
3af43cc000
Bug 946557 - Bring test_icc_info.js back in automation. r=allstars.chh
2013-12-05 11:56:21 +08:00
Yoshi Huang
84096696a0
Bug 944725 - Part 2: add xpcshell-tests for testing returned errorMsg. r=vicamo
2013-12-03 17:02:58 +08:00
Ryan VanderMeulen
cd340b0f18
Backed out changesets 9906961b21af and b2b20bc6576a (bug 946178) because they didn't prevent the crashes. DONTBUILD CLOSED TREE
2013-12-04 17:23:58 -05:00
Ryan VanderMeulen
8f47346384
Bug 946178 - Disable all tests that use setRadioEnabled to see if Mnw stops crashing on a CLOSED TREE.
2013-12-04 11:52:59 -05:00
Edgar Chen
2c9697303d
Bug 943198 - Follow-up of bug 814637: enable new marionette tests of IccManager. r=hsinyi
2013-11-26 13:19:32 +08:00
Georgia Wang
94446e39b6
Bug 908554 - Part4: modify marionette for Next Action Indicator. r=yoshi
2013-11-11 18:44:25 +08:00
Georgia Wang
804c431ab1
Bug 938466 - Part4: marionette for stk bip message. r= yoshi
2013-11-15 14:01:25 +08:00
"allstars.chh"
ae99a24bec
Bug 943234 - Part 2: update test cases. r=vicamo
...
From fb153186a90d3045d71176e025201ce4a14c2c9b Mon Sep 17 00:00:00 2001
---
dom/icc/tests/marionette/test_icc_contact.js | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
2013-11-28 17:01:44 +08:00
Carsten "Tomcat" Book
b3af651c25
Backed out changeset 274255d4107d (bug 938466) for marionette webapi bustage on a CLOSED TREE
2013-11-27 09:23:13 +01:00
Georgia Wang
91e4dd3fd6
Bug 938466 - Part 4: Marionette for STK BIP message. r=yoshi
2013-11-15 14:01:25 +08:00
Szu-Yu Chen [:aknow]
e516e6063e
Bug 856553 - Part 6: Modify related tests. r=hsinyi
2013-11-21 09:09:37 -05:00
Edgar Chen
5a7cba4ad2
Bug 814637 - Part 6: Marionette tests changes for new IccManager API. r=hsinyi
2013-10-31 12:14:45 +08:00
Edgar Chen
849a9230e3
Bug 814637 - Part 5: Refactor Marionette tests. r=hsinyi
2013-11-11 15:47:35 +08:00
Mike Hommey
e80e877ab7
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Georgia Wang
30f499a602
Bug 843455 - B2G STK Import scripts for marionette tests. r=yoshi
2013-10-25 16:20:05 +08:00
Reuben Morais
f6d165b4ea
Bug 850430 - Convert the Contacts API to WebIDL. r=bz r=gwagner
...
--HG--
extra : rebase_source : 9d7a645c0d2fb102d5d498fefebeb817a186720e
2013-10-17 18:29:56 -03:00
Edgar Chen
450ea14417
Bug 873380 - Part 3: RIL changes for icc card lock error. r=allstars.chh
2013-09-25 16:14:23 +08:00
Szu-Yu Chen [:aknow]
dffb4a062b
Bug 897940 - Extend timeout. r=hsinyi
2013-10-01 18:22:07 +08:00
Yoshi Huang
40bee130d6
Bug 915987 - Part 3: test case for contact.id. r=vicamo
2013-09-13 00:19:47 +02:00
Yoshi Huang
dfeaef194e
Bug 915986 - Part 2: test case for pin2 is null. r=vicamo
2013-09-13 00:09:48 +02:00
Edgar Chen
14ab811967
Bug 869778 - Part 7: Marionette tests for iccinfo. r=allstars.chh
2013-08-20 15:29:50 +08:00
Georgia Wang
b9b3bc4376
Bug 795252 - Part 3: Modify marionette stk tests. r=yoshi
2013-08-16 10:14:17 +08:00
Yoshi Huang
bd04de3d30
Bug 895169 - B2G RIL: Check contact attributes values when export to SIM. r=vicamo
2013-08-09 16:00:38 +08:00
Boris Zbarsky
2e1a03a7a3
Bug 838146 part 10. Turn on WebIDL bindings for Navigator. r=smaug
2013-07-12 10:37:23 -04:00
Edgar Chen
9f039a4b95
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