Henry Chang
ba43afd695
Bug 900847 - Add and implement nsINetworkManager::setDhcpServer. r=vchang
2013-10-01 12:14:20 +08:00
Jessica Jong
f7f36e0589
Bug 909688: B2G RIL - handle data connection state changes properly. r=vicamo
2013-09-18 18:07:14 +08:00
Edgar Chen
fa748e7fe9
Bug 908135 - Remove dhcp attribute in nsINetworkInterface. r=vyang, vchang
2013-08-22 17:43:53 +08:00
poojas
5d6bc2a854
Bug 898506 - (jb-gonk) Adapt to netd protocol changes for USB tethering. r=vchang
2013-08-14 08:51:07 -04:00
Vincent Chang
870c572d53
Bug 902865 - (jb-gonk) Adapt to netd protocol changes for Wifi tethering. r=mrbkap
2013-08-08 14:40:27 +08:00
Vincent Chang
ccfb3b7e0a
Bug 884131 - Messages to netd need sequence number on gonk-JB. r=dhylands
2013-08-05 12:16:14 +08:00
Vincent Chang
827119b36f
Bug 887485 - Wifi code needs to issue fwreload to netd as part of initialization. r=mrbkap
2013-07-30 16:07:13 +08:00
Vincent Chang
e2bd434c12
Bug 896413 - dnsmasq is not deleted when wifi hotspot is turned off. r=mrbkap
2013-07-23 13:19:26 +08:00
Vincent Chang
51cf53e19d
Bug 896352 - JavaScript Warning: "reference to undefined property params.interfaceList". r=mrbkap
2013-07-22 19:49:24 +08:00
Ken Chang
57465b2e2b
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
0bfcbfa457
Bug 787442 - Turn on wifi/usb tethering simultaneously. r=mrbkap
2013-06-19 18:57:58 +08:00
Vincent Chang
1b99e8abcb
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
163fa9a136
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
3a5f3e63b6
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
15f0bb9c3d
Bug 783966 - Process netd's InterfaceChange(600) and BandwidthControl(601) message. r=vchang
2013-04-23 09:27:05 +02:00
Vincent Chang
162f7a54d2
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
2a64897757
Bug 839422 - Don't enable adb when toggling USB Tethering. r=qdot
2013-02-14 12:21:08 -08:00
Vincent Chang
38a01c5f30
Bug 828909 - Sanitize Wi-Fi hotspot username and password r=mrbkap
2013-01-10 16:10:48 +00:00
Vincent Chang
3670b95880
Bug 825049 - Wi-Fi hotspot fails if password contains space. r=mrbkap
2013-01-09 14:20:10 +00:00
Shian-Yow Wu
b52583e740
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
8514395562
Bug 746069: Part 1: Integration with netd daemon using IPC. r=philikon
2012-10-04 18:39:59 +02:00
Vincent Chang
195b3c2b91
Bug 787421 - NetworkManager implementation. r=philikon
2012-09-13 15:19:08 +08:00
Vincent Chang
3ea7039b40
Bug 788081 - B2G tethering: correctly handle 1xx responses from netd. r=philikon
2012-09-05 17:30:48 +08:00
Shian-Yow Wu
716e12df6a
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
dafad69130
Bug 762426 - B2G network manager: support multiple simultaneously connected network interfaces. r=philikon
2012-08-30 13:57:33 -03:00
Vincent Chang
9907b4e85b
Bug 735547 - Support Wifi/USB Tethering, Part 3: NetworkManager. r=philikon
2012-08-30 03:27:08 +08:00
Gervase Markham
69110ab2b1
Bug 774614 - Relicense Gonk/Gecko interface code to Apache License 2.0.
2012-07-20 10:10:44 +01:00
Fabien Cazenave
9db18efdec
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
8b7873be40
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
8b59e0537f
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