gecko/dom/voicemail/test/marionette
Vicamo Yang 91e5172240 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
..
manifest.ini Bug 926302 - 3/3: test cases. r=hsinyi 2013-10-24 16:15:15 +08:00
pdu_builder.js Bug 934125 - 2.a/3: s/\(\w\+\): function \(\w\+\)(/\1: function(/ . r=gene 2014-01-13 10:44:40 +08:00
test_dsds_default_service_id.js Bug 934125 - 1/3: s/function \+(/function(/ . r=gene 2014-01-13 10:44:33 +08:00
test_voicemail_number.js Bug 814634 - part4 - RIL and tests. r=vicamo 2013-10-29 17:40:44 +08:00
test_voicemail_statuschanged.js Bug 946079 - Part 3: Remove testLevel1Indicator from test case. r=vyang 2013-12-05 18:39:22 +08:00
test_voicemail_statuschanged.py