gecko-dev/dom/network/tests
Vicamo Yang cb6b4fc470 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
..
marionette Bug 934125 - 2.a/3: s/\(\w\+\): function \(\w\+\)(/\1: function(/ . r=gene 2014-01-13 10:44:40 +08:00
unit Bug 932183: Part 3: test case r=honzab 2013-11-14 16:00:48 +08:00
unit_ipc Bug 870660: Part 4: Remove test_udpsocket. r=jdm 2013-11-30 00:17:35 +08:00
unit_stats Bug 922926 - Part 4: Tests. r=gene, r=albert 2013-11-22 11:51:11 +08:00
mochitest.ini Bug 939048 - Part a: Move mochitests to manifests in dom/network; r=jst 2013-12-31 10:06:10 +01:00
moz.build Bug 939048 - Part a: Move mochitests to manifests in dom/network; r=jst 2013-12-31 10:06:10 +01:00
test_network_basics.html Bug 846099: Avoid (GC-timing-sensitive) nsTraceRefcnt assertions from duplicate class names. r=mounir 2013-02-28 09:52:15 -08:00
test_networkstats_alarms.html Bug 858005 - Part 4: Tests. r=gene 2013-05-31 07:23:04 +02:00
test_networkstats_basics.html Bug 858005 - Part 4: Tests. r=gene 2013-05-31 07:23:04 +02:00
test_networkstats_disabled.html Bug 814222 - NetworkStats tests. r=philikon 2013-01-07 15:26:42 -08:00
test_networkstats_enabled_no_perm.html Bug 937041 - Update tests. r=gene 2013-11-15 16:56:17 +01:00
test_networkstats_enabled_perm.html Bug 814222 - NetworkStats tests. r=philikon 2013-01-07 15:26:42 -08:00
test_tcpsocket_default_permissions.html Bug 846099: Avoid (GC-timing-sensitive) nsTraceRefcnt assertions from duplicate class names. r=mounir 2013-02-28 09:52:15 -08:00
test_tcpsocket_enabled_no_perm.html Bug 846099: Avoid (GC-timing-sensitive) nsTraceRefcnt assertions from duplicate class names. r=mounir 2013-02-28 09:52:15 -08:00
test_tcpsocket_enabled_with_perm.html Bug 846099: Avoid (GC-timing-sensitive) nsTraceRefcnt assertions from duplicate class names. r=mounir 2013-02-28 09:52:15 -08:00