Ken Chang
2e8d793bc0
Bug 886765 - Make sure that no other application will send traffic when we send/receive a MMS and data traffic is off. r=vicamo
2013-07-12 13:01:37 +08:00
Vincent Chang
b9e9bfd29b
Bug 787442 - Turn on wifi/usb tethering simultaneously. r=mrbkap
2013-06-19 18:57:58 +08:00
Vincent Chang
7af66befea
Bug 868913 - [Buri][Tethering]PC can't display RNDIS com port when reset handset. r=mrbkap
2013-05-16 19:39:58 +08:00
Alexandre Lissy
5975d90154
Bug 875390 - Add MMSC and/or MMS Proxy specific host routes via MMS APN. r=vyang
...
MMS sending has been failing because often the default network route was
not going through the MMS APN. This commit adds specific host route via
the correct network interface for either MMSC or MMS proxy depending on
the carrier information. We also perform DNS resolution to cope with
MMSC/proxy that are using FQDN.
2013-05-31 10:14:45 +02: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
Albert Crespell
dc3cd58064
Bug 783966 - Process netd's InterfaceChange(600) and BandwidthControl(601) message. r=vchang
2013-04-23 09:27:05 +02:00
Vincent Chang
c038cf7073
Bug 815924 - Wifi hotspot (tethering / internet sharing) should be disabled if data connection is not established r=mrbkap, swu.
2013-02-28 15:22:56 +08:00
Dave Hylands
052f926324
Bug 839422 - Don't enable adb when toggling USB Tethering. r=qdot
2013-02-14 12:21:08 -08:00
Vincent Chang
41dec500b8
Bug 828909 - Sanitize Wi-Fi hotspot username and password r=mrbkap
2013-01-10 16:10:48 +00:00
Vincent Chang
86501b5269
Bug 825049 - Wi-Fi hotspot fails if password contains space. r=mrbkap
2013-01-09 14:20:10 +00:00
Shian-Yow Wu
923d906d77
Bug 809006 - B2G Network Manager: Unable to set default route and DNS when required system properties not available. r=vicamo
2012-11-07 15:12:52 +08:00
Albert Crespell
77008a5934
Bug 746069: Part 1: Integration with netd daemon using IPC. r=philikon
2012-10-04 18:39:59 +02:00
Vincent Chang
9f4a16227a
Bug 787421 - NetworkManager implementation. r=philikon
2012-09-13 15:19:08 +08:00
Vincent Chang
315acb0dd0
Bug 788081 - B2G tethering: correctly handle 1xx responses from netd. r=philikon
2012-09-05 17:30:48 +08:00
Shian-Yow Wu
9f61c57951
Bug 787406 - B2G Network Manager: Allow only one default route at the same time. r=philikon.
2012-09-05 13:29:48 +08: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
Vincent Chang
3e2271b85f
Bug 735547 - Support Wifi/USB Tethering, Part 3: NetworkManager. r=philikon
2012-08-30 03:27:08 +08:00
Gervase Markham
1c9fc1e594
Bug 774614 - Relicense Gonk/Gecko interface code to Apache License 2.0.
2012-07-20 10:10:44 +01:00
Fabien Cazenave
58a5606bda
Bug 753612 - Properly close wifi connection so 3G-data can get its own route. r=mrbkap,philipp
2012-05-11 13:05:51 -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