Граф коммитов

146 Коммитов

Автор SHA1 Сообщение Дата
Chuck Lee 9c5b41a2c9 Bug 828782 - 0003. Use new function to handle malformed UTF-8 string. r=vchang, a=leo+ 2013-02-19 16:27:49 +08:00
Vincent Chang 4b7bae516c Bug 831716 - [Settings] [Internet sharing][wifi] Tapping Wi-fi hotspot/wifi ON disable Wi-fi connection forever. r=mrbkap, r=dflanagan, a=tef+ 2013-01-17 20:26:17 +08:00
Vincent Chang b75dfee39f Bug 829529 - [Wifi hotspot] Wifi hotspot settings should be disabled automatically when we turn on wifi. r=mrbkap, a=overholt 2013-01-11 11:49:27 +00:00
Vincent Chang 5a3e5d1c1f Bug 823400 - Wifi toggle should not write settings db twice. r=mrbkap, a=sicking 2012-12-24 17:23:16 +08:00
Blake Kaplan 17cf341c64 Bug 820458 - Try harder to avoid notifying for the same request twice. r=vchang a=blocking-basecamp+ 2013-01-08 09:58:26 +01:00
Blake Kaplan ee03ea5a18 Bug 790054 - Allow WPA-EAP networks based on a gecko pref. r=fabrice, a=blocking-basecamp 2012-12-21 16:57:19 -05:00
Blake Kaplan 61533f4713 Bug 790054 - Don't offer to connect to WPA-EAP access points. Continue to allow connecting to already-configured access points. r=vchang, a=blocking-basecamp 2012-12-21 16:57:05 -05:00
Blake Kaplan a50e93827a Bug 821539 - Don't expose ad-hoc networks in the regular network list. r=vchang, a=blocking-basecamp 2012-12-13 17:16:18 -08:00
Vincent Chang 69013a9ca0 Bug 813880 - Unable to disable network when user connects to wep network with incorrect password. r=mrbkap, a=blocking-basecamp 2012-11-23 18:30:33 +08:00
Blake Kaplan 7901d89b91 Bug 821158 - Extract a number out of the size_t-containing object. r=jst, a=blocking-basecamp 2012-12-12 19:18:50 -08:00
Blake Kaplan 9196f44086 Bug 819164 - reply_len is only valid before we call readString because of UTF-8 interpretation so do our string fixup based on that. r=gal, a=blocking-basecamp 2012-12-11 18:04:17 -08:00
Blake Kaplan 4d60f21aed Bug 817983 - Disconnect first so that we force ourselves to actually try again. r=vchang, a=akeybl 2012-12-06 13:27:14 -08:00
Vincent Chang a1cab9604a Bug 815070 - [Wifi Tethering] Wait driver ready before turning on Wifi tethering. r=mrbkap a=blocking-basecamp 2012-11-26 17:56:44 +08:00
Vincent Chang b862acf4cf Bug 811833 - [System] When the device is woken from sleep, wifi does not automatically connect to the network. r=mrbkap, a=blocking-basecamp 2012-11-21 16:19:08 +08:00
Chuck Lee e5e594f956 Bug 736104 - Expose capabilities to DOM. r=mrbkap, a=blocking-basecamp 2012-11-08 15:32:16 +08:00
Chuck Lee e4aa294510 Bug 736104 - Provide network connection status. r=mrbkap, a=blocking-basecamp 2012-11-12 10:34:49 +08:00
Chuck Lee ec23d7074a Bug 736104 - Change object key of configure network, and return array to gaia instead of object. r=mrbkap, a=blocking-basecamp 2012-11-08 13:34:12 +08:00
Kyle Huey d5ba4574f0 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon a=bajaj 2012-11-11 10:28:38 -08:00
Vincent Chang ff991df147 Bug 807242 - [Wifi]: onconnected() function is not called when receiving CTRL-EVENT-CONNECTED event. r=mrbkap, a=blocking-basecamp 2012-11-01 17:07:25 +08:00
Blake Kaplan 43af2c5fe4 Bug 807148 - Rejigger the way that we turn on background scanning. r=gal, r=vchang, a=blocking-basecamp 2012-11-05 14:29:07 -08:00
Chuck Lee 38ace4de84 Bug 786438 - Handle WEP authentication fail. r=mrbkap, a=blocking-basecamp 2012-11-06 14:08:46 +08:00
Blake Kaplan 621ea6c6fc Bug 806611 - Make wpa_supplicant noisy when debug is enabled for wifi. r=vchang a=bbajaj 2012-10-30 17:35:34 -07:00
Blake Kaplan d0e8777db0 Bug 806611 - Control wifi debug output based on a setting. r=vchang a=bbajaj 2012-10-29 12:26:55 -07:00
Vincent Chang 14d2bbb83a Bug 799825 - Remove unused code related to device. r=mrbkap, a=blocking-basecamp 2012-11-02 11:18:11 +08:00
Vincent Chang 6a93823f62 Bug 799825 - Wait for driver ready before starting wpa_supplicant. r=mrbkap, a=blocking-basecamp 2012-11-01 16:33:44 +08:00
Blake Kaplan 85cfad25ca Bug 796640 - Turn on background scanning when we're disconnected to work around wpa_supplicant's sched_scan getting stuck. r=vchang a=blocking-basecamp+ 2012-10-25 16:27:10 -07:00
Michael Wu 610f8b429d Bug 801935 - Don't unload wireless drivers, r=gal, a=blocking-basecamp 2012-10-15 20:03:18 -04:00
Chris Jones 3d97d3e5a0 Back out bug 790231 and bug 791506 because the required UI changes were not landed in time 2012-10-05 23:24:00 -07:00
Masashi Honma 715ed4d0cc Bug 791506 - Allow specifying a BSSID for WPS to speed up connection times. r=mrbkap
--HG--
extra : rebase_source : ccb0f557d3f7d074a79436ac38308e9fd66f58fb
2012-10-05 16:16:29 -04:00
Masashi Honma 55587322b0 Bug 790231 - Add a way of telling if a scan result supports WPS. r=mrbkap
--HG--
extra : rebase_source : 6895d3a50b3797230b7720258b35e28b99128b2c
2012-10-05 16:13:54 -04:00
Blake Kaplan a2b7792d24 Bug 791911 - Listen for our child message managers dying and remove them from our list of managers to 'broadcast' to. r=gwagner
--HG--
extra : rebase_source : 407eb90d797c410db1a80a59ca2e52b42b68af87
2012-10-02 17:24:53 -04:00
Bonnie Surender 068ee6378f Bug 792952, B2G wifi scanning js. r=mrbkap
--HG--
extra : rebase_source : e05fffbf5344ad59cafe2293dd463ee963f90580
2012-10-01 17:40:19 -07:00
Blake Kaplan 7e76c64120 Bug 784766 - Verify that we only talk to processes that have permission to talk to us. r=cjones
--HG--
extra : rebase_source : 57b07df019b33cef1c8a9ebf4f3bf481741497ef
2012-10-02 11:18:17 -04:00
Blake Kaplan 0be1598168 Bug 795047 - Add support for hidden networks. r=vchang
--HG--
extra : rebase_source : 5655853c58b6861d41f672c45d62c6098f017964
2012-09-27 14:41:31 -04:00
Hubert Figuière cb0b8fa14a Bug 795162 - Use systemlibs.js for WifiWorker. r=philikon
--HG--
extra : rebase_source : 86730fbdfaa58cb1c41a9035917f2126bdcb4aea
2012-09-27 16:44:08 -07:00
Blake Kaplan 8d64bf3e60 Bug 791392 - Expose configured networks to content. r=vchang f=kaze 2012-09-27 14:18:34 -04:00
Blake Kaplan 85e8f9d1fd Bug 787552 - Expose the IP address and MAC address to content. r=vchang f=kaze 2012-09-27 14:14:06 -04:00
Vincent Chang 089c3fcafc Bug 787421 - Wifi implementation. r=mrbkap 2012-09-13 15:19:47 +08:00
Vincent Chang 2151dcfd8e Bug 787421 - nsIWifi.idl changes. r=mrbkap 2012-09-13 15:19:26 +08:00
Vincent Chang ca01bac3e5 Bug 784733 - Implementation of wifi power saving mode api interface. r=mrbkap 2012-09-24 17:05:47 +08:00
Vincent Chang 1b2e358fc6 Bug 784733 - Define wifi power saving mode api interface. r=mrbkap 2012-09-18 15:03:46 +08:00
Blake Kaplan 74f0b6aa6b Bug 791910 - Deal with dead managers in our list. r=cjones
--HG--
extra : rebase_source : 3a3bda33a7cecd7336b84ad4939aa55de2e5d0dd
2012-09-18 16:50:53 -07:00
Nathan Froyd 96439647c2 Bug 786703 - fix dom/ build failures from introducing PARALLEL_DIRS; r=glandium 2012-09-11 07:47:42 -04:00
Gregor Wagner aa2e534506 Bug 788561 - SettingsAPI: Use createLock instead of getLock. r=bent 2012-09-05 17:33:03 -07:00
Gene Lian d9ca6d68ec Bug 729877 - B2G Wifi: hook up to settings API. r=mrbkap 2012-09-04 12:26:56 +08:00
Ryan VanderMeulen 500be4ff7e Merge the last PGO-green inbound changeset to m-c. 2012-08-30 21:54:09 -04:00
Blake Kaplan 4694be6d11 Bug 786283 - Report to the caller when a scan request fails. r=vchang DONTBUILD 2012-08-30 15:05:02 -03: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
Blake Kaplan 04b90daa32 Bug 778360 - Don't try to reconnect to a running wpa_supplicant since that confuses the network manager. Instead, ensure that it's well and truly dead before starting. r=gwagner f=hub 2012-08-30 11:08:52 -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