Commit Graph

169 Commits

Author SHA1 Message Date
Vicamo Yang
7e6cccd91c Bug 960894 - 4/4: fix existing ril_worker test cases. r=hsinyi,yoshi 2014-02-17 19:35:13 +08:00
Robert Longson
e3376add57 Bug 964200 (Part 3b activate) - Implement Filter Effects Module feDropShadow filter r=mstange 2014-02-09 09:46:16 +00:00
Phil Ringnalda
c3a5fe2488 Backed out 2 changesets (bug 964200) for build bustage
CLOSED TREE

Backed out changeset 7dbe53176a38 (bug 964200)
Backed out changeset 19993e76f4a0 (bug 964200)
2014-02-05 09:19:08 -08:00
Robert Longson
a5cd603102 Bug 964200 (Part 4 misc and tests) - Implement Filter Effects Module feDropShadow filter. r=hsivonen 2014-02-05 16:48:27 +00:00
Yoshi Huang
f2a2ca0860 Bug 961271 - Part 2: xpcshell test case. r=vicamo 2014-01-27 18:27:18 +08:00
"allstars.chh"
014f12a89c Bug 951177 - Part 2: xpcshell for removal. r=vicamo 2014-01-21 12:01:37 +01:00
"allstars.chh"
9c0ca8a36e Bug 951177 - Part 1: removal of anr and email. r=vicamo 2014-01-18 17:20:26 +01:00
na-kobayashi
6467fc1f12 Bug 958445 - Support for Shift-JIS decoding of SMS msssage body in CDMA. r=chulee, r=vicamo 2014-01-14 16:49:36 +09:00
Vicamo Yang
403507648e Bug 934125 - 2.a/3: s/\(\w\+\): function \(\w\+\)(/\1: 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 '/\w\+:/ {N; s/\(\w\+\):\s*function \(\w\+\)(/\1: function(/g}';
done
grep -nRe '\w\+: function \w\+(' $RILDIRS
2014-01-13 10:44:40 +08:00
Vicamo Yang
8239e28db4 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
Shawn Ku
e9b9c5fb23 Bug 924740 Part2: Test Cases Part - [fugu]It throws exception when run ICCIOHelper.processICCIOGetResponse for USIM card. v2. r=yoshi. 2014-01-03 14:39:30 +08:00
Shawn Ku
a3f1c746c9 Bug 947110 - Part2: Add test cases. B2G RIL: Add support for decoding FCP Template in BerTlvHelper. v2. r=yoshi. 2013-12-23 13:55:29 +08:00
Bevis Tseng
b7d3e341d1 Bug 792798 - B2G SMS: Develop test cases for Message Class 2. r=vyang 2013-12-17 14:55:46 +08:00
Bevis Tseng
d35b3f652e Bug 768441 - Part 2: Test Case to Verify the Access of EF_MWIS. r=vyang 2013-12-10 19:24:27 +08:00
Bevis Tseng
ed9e18a8d9 Bug 940259 - Test Case for the support of CDMA WAP Push. r=gene
--HG--
extra : rebase_source : 5edf826ec7e8e54050efb32d2488890a69594fab
2013-11-26 18:34:14 +08:00
Yoshi Huang
41f2195f03 Bug 944725 - Part 2: add xpcshell-tests for testing returned errorMsg. r=vicamo 2013-12-03 17:02:58 +08:00
Georgia Wang
4abfefb5de Bug 935401 - Part 2: Modify xpcshell test for SimRecordHelper. r=yoshi
--HG--
extra : rebase_source : afa4f4f7cc8b05820a27473ff57c954de63b9dc8
2013-11-12 17:28:48 +08:00
Georgia Wang
ca36b38262 Bug 935402 - Part 2: Modify xpcshell test for EF_PBR. r=yoshi 2013-11-18 15:06:58 +08:00
Georgia Wang
62b5006a65 Bug 908554 - Part3: Add STK Set Up Menu xpcshell test. r=yoshi 2013-11-08 11:04:10 +08:00
Georgia Wang
a20fd24c6a Bug 938466 - Part3: Modify xpcshell BIP test case. r=yoshi 2013-11-14 11:31:50 +08:00
Carsten "Tomcat" Book
27b1351d98 Backed out changeset abf315caa163 (bug 938466) for marionette webapi bustage on a CLOSED TREE 2013-11-27 09:23:22 +01:00
Georgia Wang
823b8af39e Bug 938466 - Part 3: Modify xpcshell BIP test case. r=yoshi 2013-11-14 11:31:50 +08:00
Georgia Wang
c3d5c1876c Bug 824611 - Part 2: Modify xpcshell for ICCPDUHelper. r=yoshi 2013-11-11 14:39:00 +08:00
Edgar Chen
b39683baa3 Bug 814637 - Part 7: Xpcshell test changes. r=hsinyi,allstars.chh 2013-11-11 12:18:51 +08:00
Szu-Yu Chen [:aknow]
a7d1e24cb9 Bug 936504 - Disable 'ril_worker.js' test in test_ril_code_quality.py. r=hsinyi 2013-11-18 12:39:03 -05:00
Yoshi Huang
836f4fdce4 Bug 902788 - B2G RIL: Update xpcshell-tests for updating ICC
From 9a0db7c853f2b09b91b28fbd78d950405c6639cb Mon Sep 17 00:00:00 2001
 Contact. r=vicamo
---
 dom/system/gonk/tests/test_ril_worker_icc.js |   84 ++++++++++++++------------
 1 file changed, 47 insertions(+), 37 deletions(-)
2013-10-01 14:43:37 +08:00
Georgia Wang
7f04fd016e Bug 927234 - Part2: getIMSI_M/decodeIMSI xpcshell test. r=yoshi. 2013-10-23 16:51:39 +08:00
"allstars.chh"
c5ee36ff63 Bug 921318 - Part 2: update xpcshell-tests. r=vicamo 2013-11-11 14:36:08 +08:00
"allstars.chh"
4703e83788 Bug 921318 - Part 1: Use contactId. r=vicamo 2013-11-08 18:49:38 +08:00
Georgia Wang
93d5d14d2c Bug 921322 - Part2: xpcshell test for searchForNextTag. r=yoshi 2013-10-29 16:32:18 +08:00
Shawn Ku
a4d6e2cc84 Bug 930394 - Part 3: Add test cases. B2G RIL: Correct cardState to permanentBlocked when no more PUK retry. r=yoshi. 2013-11-07 18:00:12 +08:00
Bevis Tseng
0b9e45a661 Bug 913313: Part 2, Add Unit Test to verify the parsing of CDMA SMS Delivery Report and the flag of enabling Delivery Report. r=gene 2013-11-04 09:59:12 +08:00
Georgia Wang
bd20efcb13 Bug 908536 - Part3: STK BIP-CLOSE_CHANNEL, RECEIVE/SEND_DATA xpcshell test. r=yoshi. 2013-10-23 10:40:08 +08:00
Georgia Wang
fc73bcc90f Bug 908535 - Part3: xpcshell test for OPEN CHANNEL proactive cmd. r=yoshi 2013-10-23 10:31:27 +08:00
Georgia Wang
c495adb42b Bug 813042 - Part2: xpcshell test for RILQUIRKS_SEND_STK_PROFILE_DOWNLOAD. r=yoshi 2013-10-23 11:25:12 +08:00
Vicamo Yang
8e56267b4b Bug 926302 - 3/3: test cases. r=hsinyi 2013-10-24 16:15:15 +08:00
Georgia Wang
a2146d6f47 Bug 908083 - Part3: browser termination envelop event xpcshell test. r=yoshi 2013-09-04 11:34:45 +08:00
Shawn Ku
a464e37cdd Bug 925618 - Part 2: Add test case for moving reading MBDN/MSISDN into readSST(). r=yoshi 2013-10-16 17:45:17 +08:00
Thomas Zimmermann
4fa2e7cb4d Bug 925672: Update manifest.ini, r=jgriffin
Make sure Marionette knows about the test for REQUEST_SCREEN_STATE.
2013-10-14 10:22:20 +02:00
Thomas Zimmermann
31e8fc953d Bug 905107: Added test case for screen-state handling in RIL, r=vicamo
The new test checks for the correctness of RIL's support of
'screen-state-change' events. The expected result is to set
CREG state to 1 when the screen is turned off, and back to
2 when the screen is turned on again.
2013-10-08 16:51:06 +02:00
Yoshi Huang
907ea46df1 Bug 920391 - B2G RIL: Buf.read/writeUint32 should be of signed int32 operation. r=vicamo 2013-09-26 14:53:50 +08:00
Georgia Wang
3f710ee1e6 Bug 916000 - Part2: Add sim state xpcshell test case. r=yoshi 2013-09-25 12:22:18 +08:00
Georgia Wang
fdd5639b07 Bug 908075 - Part2: USER_ACTIVITY stk event xpcshell test. r=yoshi 2013-09-04 18:52:28 +08:00
Vicamo Yang
547ee4db14 Bug 912442 - Part 5 : fix test_ril_worker_sms.js. r=allstarts.chh 2013-09-14 00:12:30 +02:00
Vicamo Yang
eaafe81768 Bug 912442 - Part 4: move buf specific contants into Buf itself. r=allstars.chh 2013-09-14 00:12:25 +02:00
Edgar Chen
10fc080c5d Bug 912442 - Part 3: Remove m prefix from worker_buf.js and fix the tests. r=allstars.chh 2013-09-06 17:03:51 +08:00
Edgar Chen
37034f30ae Bug 912442 - Part 1: Fix header_helper.js. r=vicamo 2013-09-06 14:18:56 +08:00
Chuck Lee
3a62bd5151 Bug 882985 - 0002. Test case for CDMA information record decoder. r=vicamo 2013-09-09 23:19:51 +08:00
Szu-Yu Chen [:aknow]
08b26f52e1 Bug 912884 - Part 2: Update test case. r=hsinyi 2013-09-09 08:19:49 -04:00
Shawn Ku
4b063f3529 Bug 905479 - Part 4: Add test for change call barring password. r=yoshi, r=hsinyi 2013-08-27 10:03:11 +08:00