Albert Crespell
57bb26eebf
Bug 961007 - Data mobile usage is not counted. r=chucklee
2014-01-19 10:03:24 +01:00
Chuck Lee
8453ba18d1
Bug 948743 - Query interface stat directly. r=vchang, r=acperez
2014-01-16 09:57:26 +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
Ryan VanderMeulen
99e7cc1604
Backed out changeset fd1fc08e3f58 (bug 948743) for B2G test failures.
2014-01-08 12:10:21 -05:00
Chuck Lee
011feb1dc9
Bug 948743 - Query interface stat directly. r=vchang, r=acperez
2014-01-02 17:53:51 +08:00
Albert Crespell
6bcfb56ea7
Bug 858005 - Part 2: Netd integration. r=vchang
2013-05-24 11:28:20 +02:00
Henry Chang
c06d15e7b4
Bug 935363 - Add and make use of NetworkService xpcom. r=vyang, r=vchang
2013-11-15 17:35:33 +08:00