John Dai
|
a5a4709149
|
Bug 1120805 - Remove deprecated xpcshell test functions used in RIL test code. r=echen
|
2015-02-12 19:18:00 +08:00 |
Vicamo Yang
|
f493b5c7bc
|
Bug 960894 - 4/4: fix existing ril_worker test cases. r=hsinyi,yoshi
|
2014-02-17 19:35:13 +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 |
Szu-Yu Chen [:aknow]
|
66866967d3
|
Bug 905007 - Fix test_ril_worker_buf.js. r=vicamo
|
2013-08-14 16:45:27 +08:00 |
Rob Wood
|
056efbcf54
|
Bug 814761 - Part 2/2: add test cases, r=rwood,yoshi
|
2012-12-10 14:19:42 +08:00 |
Vicamo Yang
|
217612cfd4
|
Bug 778093 - Part 9/9: xpcshell test cases, r=hsinyi
|
2012-12-04 10:41:46 +08:00 |
Kyle Machulis
|
5a8150c5e0
|
Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 1: Change dom/system/b2g to dom/system/gonk; r=philikon
--HG--
rename : dom/system/b2g/AudioManager.cpp => dom/system/gonk/AudioManager.cpp
rename : dom/system/b2g/AudioManager.h => dom/system/gonk/AudioManager.h
rename : dom/system/b2g/GonkGPSGeolocationProvider.cpp => dom/system/gonk/GonkGPSGeolocationProvider.cpp
rename : dom/system/b2g/GonkGPSGeolocationProvider.h => dom/system/gonk/GonkGPSGeolocationProvider.h
rename : dom/system/b2g/Makefile.in => dom/system/gonk/Makefile.in
rename : dom/system/b2g/RadioInterfaceLayer.js => dom/system/gonk/RadioInterfaceLayer.js
rename : dom/system/b2g/RadioInterfaceLayer.manifest => dom/system/gonk/RadioInterfaceLayer.manifest
rename : dom/system/b2g/SystemWorkerManager.cpp => dom/system/gonk/SystemWorkerManager.cpp
rename : dom/system/b2g/SystemWorkerManager.h => dom/system/gonk/SystemWorkerManager.h
rename : dom/system/b2g/net_worker.js => dom/system/gonk/net_worker.js
rename : dom/system/b2g/nsIAudioManager.idl => dom/system/gonk/nsIAudioManager.idl
rename : dom/system/b2g/nsIRadioInterfaceLayer.idl => dom/system/gonk/nsIRadioInterfaceLayer.idl
rename : dom/system/b2g/nsIWorkerHolder.idl => dom/system/gonk/nsIWorkerHolder.idl
rename : dom/system/b2g/nsRadioInterfaceLayer.h => dom/system/gonk/nsRadioInterfaceLayer.h
rename : dom/system/b2g/ril_consts.js => dom/system/gonk/ril_consts.js
rename : dom/system/b2g/ril_worker.js => dom/system/gonk/ril_worker.js
rename : dom/system/b2g/systemlibs.js => dom/system/gonk/systemlibs.js
rename : dom/system/b2g/tests/header_helpers.js => dom/system/gonk/tests/header_helpers.js
rename : dom/system/b2g/tests/test_ril_worker_buf.js => dom/system/gonk/tests/test_ril_worker_buf.js
rename : dom/system/b2g/tests/test_ril_worker_sms.js => dom/system/gonk/tests/test_ril_worker_sms.js
rename : dom/system/b2g/tests/xpcshell.ini => dom/system/gonk/tests/xpcshell.ini
|
2012-03-14 15:42:31 -07:00 |