Commit Graph

5 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
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
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
Szu-Yu Chen [:aknow]
55fea9b523 Bug 900900 - Fix test_ril_worker_clir.js. r=hsinyi
---
 dom/system/gonk/tests/test_ril_worker_clir.js |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
2013-08-05 14:00:28 +08:00
Jose Antonio Olivera Ortega
f380872235 Bug 888904 - Part 4: Test for CLIR. r=vicamo 2013-07-17 23:18:33 +02:00