Shu-yu Guo
|
64db2267cf
|
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
|
2015-09-15 11:19:45 -07:00 |
Jessica Jong
|
e43cd7f5f8
|
Bug 1032858 - Part 2: implementation of cell info list. r=hsinyi
|
2014-07-21 18:21:44 +08:00 |
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 |
Yoshi Huang
|
88453a9acd
|
Bug 920391 - B2G RIL: Buf.read/writeUint32 should be of signed int32 operation. r=vicamo
|
2013-09-26 14:53:50 +08:00 |
Vicamo Yang
|
9ebbb393b9
|
Bug 912442 - Part 4: move buf specific contants into Buf itself. r=allstars.chh
|
2013-09-14 00:12:25 +02:00 |
Edgar Chen
|
5da02488b2
|
Bug 912442 - Part 3: Remove m prefix from worker_buf.js and fix the tests. r=allstars.chh
|
2013-09-06 17:03:51 +08:00 |
Vicamo Yang
|
27bb8ef640
|
Bug 911341 - 2/2: Seperate the parcel header handling. r=yoshi
|
2013-09-04 18:58:26 +08:00 |
Vicamo Yang
|
e5836166f6
|
Bug 911341 - 1/2: B2G RIL - refactor worker_buf. r=yoshi
|
2013-09-04 18:58:23 +08:00 |
Hsin-Yi Tsai
|
e95414208a
|
Bug 905109 - Part 4: add getter for members in Buf. r=hsinyi
|
2013-08-23 23:45:51 +08:00 |
"allstars.chh"
|
40529c8420
|
Bug 905109 - Part 1: Move Buf to worker_buf.js. r=bent, vicamo.
|
2013-08-22 12:17:40 +08:00 |