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
Michael Wu
96fc95d44c
Bug 1112429 - Remove libnetutils from systemlibs.js, r=fabrice
2014-12-16 21:31:56 -05:00
Kai-Zhen Li
a5f9677c32
Bug 946257 - Update NetUtils and WifiUtils to support KK. r=fabrice, vchang.
2013-12-10 15:10:46 +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
Vicamo Yang
6d86926c0c
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
Ethan Tseng
7e55df38e5
Bug 915529 - Add null pointer checking in stringToIP() of systemlibs.js. r=vchang
2013-09-30 16:31:12 +08:00
Fabrice Desré
c2af499d35
Bug 864932 - Rewrite wifi workers in c++ r=mrbkap
2013-08-27 13:54:51 -07:00
Michael Wu
c82417d73f
Bug 898812 - Add support for JB MR2's dhcp_do_request, r=vchang
2013-07-28 00:39:03 -04:00
Michael Wu
f804d996c8
Bug 784226 - Support libhardware_legacy and libnetutils on JB, r=vchang
2013-06-23 23:40:21 -04:00
Dimi Lee
e6e0e0be60
Bug 834573 - B2G Wifi: IP and default route still exist after forget network. r=vchang
2013-05-02 18:02:33 +08:00
Kyle Huey
0469a02b25
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
...
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
a78b5b38c7
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Kyle Huey
9a3674d80a
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
4144129728
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
50b5d3f681
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Hubert Figuière
92e0104b8c
Bug 795161 - Make systemlibs.js importable. r=philikon
...
--HG--
extra : rebase_source : e3cc46461c3923feb10c3c803bba394cd56dc922
2012-09-27 16:43:54 -07:00
Ryan VanderMeulen
500be4ff7e
Merge the last PGO-green inbound changeset to m-c.
2012-08-30 21:54:09 -04:00
Blake Kaplan
a7b316a7a3
Bug 768394 - Catch up with changes in ifc_reset_connections on ICS. r=gal
2012-08-30 13:01:34 -03:00
Shian-Yow Wu
e313daecc3
Bug 762426 - B2G network manager: support multiple simultaneously connected network interfaces. r=philikon
2012-08-30 13:57:33 -03:00
Shian-Yow Wu
4d880de071
Bug 767375 - B2G network manager: expose IP Information of network interfaces (implementation). r=philikon
2012-08-13 21:54:42 -04:00
Gervase Markham
1c9fc1e594
Bug 774614 - Relicense Gonk/Gecko interface code to Apache License 2.0.
2012-07-20 10:10:44 +01:00
Michael Wu
dbbf33558a
Bug 758498 - Add extra debugging for DHCP failures, r=philikon
2012-05-24 23:38:57 -04:00
Philipp von Weitershausen
0fb2e83962
Bug 742780 follow-up: unbreak RIL and Wifi. r=mrbkap
2012-04-13 13:58:57 +08:00
Vivien Nicolas
1417aa0636
Bug 742780 - Turn off the debug mode by default for dom/system/gonk/systemlibs.js. r=kyle
2012-04-11 10:05:35 -07:00
Philipp von Weitershausen
aa3c51604d
Bug 738063 - B2G Wifi: Consolidate ctypes-related worker code. r=mrbkap,cjones
...
--HG--
rename : dom/wifi/network_worker.js => dom/wifi/wifi_worker.js
2012-03-30 12:04:30 -07: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