Vicamo Yang
e5f2059a8f
Bug 934125 - 2.b/3: fix alignment. r=gene
...
for f in `git show --name-only | grep ^dom/`; do
[ -n "`grep -e '\w\+: function([^)]*\$' $f`" ] && echo $f;
done | xargs sh -c 'rvim "$@" </dev/tty' asdf
2014-01-13 10:44:44 +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
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
Bevis Tseng
d6740458df
Bug 946079 - Part 3: Remove testLevel1Indicator from test case. r=vyang
2013-12-05 18:39:22 +08:00
Hsin-Yi Tsai
a7024eb96b
Bug 937454 - B2G Voicemail test error: test_voicemail_statuschange.js. r=vicamo
2013-11-12 11:50:41 +08:00
Hsin-Yi Tsai
048d298182
Bug 814634 - part4 - RIL and tests. r=vicamo
2013-10-29 17:40:44 +08:00
Hsin-Yi Tsai
5544a039ae
Backed out changeset 9e63eda1ca2f (bug 814634) for missing r= in comment
2013-11-06 13:48:17 +08:00
Hsin-Yi Tsai
5fabc4804f
Bug 814634 - part4 - RIL and tests. r=vicamo
2013-10-29 17:40:44 +08:00
Vicamo Yang
8e56267b4b
Bug 926302 - 3/3: test cases. r=hsinyi
2013-10-24 16:15:15 +08:00
Vicamo Yang
c664d3f2ee
Bug 905228 - B2G RIL - skip testing if MozVoicemailEvent.status an instance of MozVoicemailStatus. r=jgriffin
2013-08-15 12:58:12 -04:00
Vicamo Yang
b0434ddf3f
Bug 904084 - fix voicemail test case test_voicemail_statuschanged.js permanent failure. r=yoshi
2013-08-14 10:23:58 +08:00
Vicamo Yang
f19a207980
Bug 833278 - Part 1/2: move voicemail sources to dom/voicemail. r=mounir
...
--HG--
rename : dom/telephony/Makefile.in => dom/voicemail/Makefile.in
rename : dom/telephony/Voicemail.cpp => dom/voicemail/Voicemail.cpp
rename : dom/telephony/Voicemail.h => dom/voicemail/Voicemail.h
rename : dom/telephony/VoicemailEvent.cpp => dom/voicemail/VoicemailEvent.cpp
rename : dom/telephony/VoicemailEvent.h => dom/voicemail/VoicemailEvent.h
rename : dom/telephony/nsIDOMVoicemail.idl => dom/voicemail/nsIDOMMozVoicemail.idl
rename : dom/telephony/nsIDOMVoicemailEvent.idl => dom/voicemail/nsIDOMMozVoicemailEvent.idl
rename : dom/telephony/nsIDOMVoicemailStatus.idl => dom/voicemail/nsIDOMMozVoicemailStatus.idl
rename : dom/telephony/nsIDOMNavigatorTelephony.idl => dom/voicemail/nsINavigatorVoicemail.idl
rename : dom/telephony/test/marionette/pdu_builder.js => dom/voicemail/test/marionette/pdu_builder.js
rename : dom/telephony/test/marionette/test_voicemail_number.js => dom/voicemail/test/marionette/test_voicemail_number.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.js => dom/voicemail/test/marionette/test_voicemail_statuschanged.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.py => dom/voicemail/test/marionette/test_voicemail_statuschanged.py
2013-02-05 17:02:15 +08:00