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

242 Коммитов

Автор SHA1 Сообщение Дата
Harsh Pathak 7c4b2ba847 Bug 643041 - Merge nsIX509Cert2 and nsIX509Cert3 into nsIX509Cert, and merge nsIX509CertDB2 into nsIX509CertDB. r=keeler
--HG--
extra : rebase_source : 5283c637e45dbee9f741d56cda54fdef1afce16e
2014-07-03 22:09:24 -07:00
Chuck Lee 4bdd17660a Bug 1030591 - Send connectionInfoUpdate while IP change. r=vchang 2014-06-27 17:26:31 +08:00
Chuck Lee e5112975b7 Bug 1028044 - Use auth instead of autheap in phase2 settings. r=vchang 2014-06-24 17:41:38 +08:00
Jim Blandy 7e20285e70 Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Chuck Lee 2c4e446c07 Bug 1023115 - Add retry count for EAP connection error. r=vchang 2014-06-20 10:37:43 +08:00
Chuck Lee 89e60b3257 Bug 1020866 - Add IEEE8021X to WPA-EAP config. r=vchang 2014-06-13 12:00:10 +08:00
Vincent Chang a715be0da3 Bug 1009725 - [B2G][Flame][Settings]Wi-Fi toggle button intermittently non-responsive when selected. r=chulee 2014-06-11 16:37:28 +08:00
Vincent Chang 8e37d77e92 Bug 1014924 - [B2G][Tarako][Geolocation] WifiWorker scan fails With wifi off, and geolocation stops. r=chulee 2014-06-04 18:08:51 +08:00
Chuck Lee 78f82d087e Bug 775499 - 0002. Handle subject match setting. r=vchang 2014-05-19 14:41:08 +08:00
Chuck Lee 8baf961996 Bug 790056 - Remove WPA-EAP filter. r=vchang 2014-05-27 14:31:09 +08:00
Vincent Chang 07345883f9 Bug 774582 - Unable to know if there is a user connected to Wifi tethering network. r=mrbkap 2014-01-22 16:37:40 +08:00
Chuck Lee c16175be63 Bug 1002314 - 0002. Provide WiFi capability info. r=mrbkap, r=vchang 2014-05-19 10:29:21 +08:00
Vincent Chang ef62ce853c Bug 1005775 - [Wifi] [Follow up of Bug 999388]Refactor wifi when send terminate command to wpa_supplicant. r=chulee 2014-05-06 13:40:07 +08:00
Chuck Lee b896a20a13 Bug 745468 - 0002. Support WPA-EAP connection state. r=vchang, r=mrbkap 2014-04-25 18:41:26 +08:00
Chuck Lee 0b4b8931b1 Bug 745468 - 0001. Support WPA-EAP configure parameters. r=vchang, r=mrbkap 2014-04-30 19:58:54 +08:00
Henry Chang 2f44f4bd0e Bug 998892 - Append "interface=XXX" to the WPS PBC/PIN supplicant command only for JB. r=vchang 2014-05-06 15:04:16 +08:00
Chuck Lee aa3e0358a1 Bug 917175 - 0003. DOM API implementation. r=mrbkap 2014-04-28 15:50:11 +08:00
Chuck Lee 5ba363afb4 Bug 917176 - 0002. DOM API implementation. r=mrbkap, r=briansmith 2014-04-30 19:58:45 +08:00
Chuck Lee 25db01596a Bug 917102 - 0003. DOM API implementation. r=mrbkap 2014-04-30 19:58:40 +08:00
Vincent Chang ca289daead Bug 999391 - [Wifi] CTRL-EVENT-TERMINATING with recv errors message is not handled correctly. r=chulee 2014-04-22 20:22:03 +08:00
Chuck Lee ca888d7d6d Bug 997791 - 0002. Apply request queue optimization. r=vchang 2014-04-21 20:06:27 +08:00
Chuck Lee 593bc72320 Bug 997791 - 0001. Remove ignore settings flags. r=vchang 2014-04-21 20:06:24 +08:00
Kai-Zhen Li 488b2b6c47 Bug 998851 - Bind 'this' to callback function. r=vchang 2014-04-21 11:59:16 +08:00
Chuck Lee 7a664e9511 Bug 989717 - Handle enabling and disabling state properly. r=vchang 2014-04-15 11:43:51 +08:00
Vincent Chang c729de5fda Bug 993327 - [tarako] unable to enable Data Connect after turning off WIFI. r=chulee 2014-04-10 11:48:50 +08:00
Vincent Chang 1c11bb340d Bug 993821 - [Wifi] Event thread is blocked in WaitForEvent caused wifi stay in searching state. r=chulee 2014-04-10 13:52:38 +08:00
Vincent Chang 4deaf08058 Bug 986365 - Crash in supplicant because of closing supplicant while waiting for event. r=chulee 2014-03-27 13:58:04 +08:00
Dimi Lee 82af933627 Bug 991499 - WifiWorker still try to send message to component which is already shutdown. r=vchang 2014-04-03 18:10:16 +08:00
Vincent Chang 540280ae22 Bug 989719 - js error in WifiWorker when doing geolocation and WiFi is disabled. r=chulee 2014-03-31 10:30:44 +08:00
Chuck Lee 7535b0ba85 Bug 966925 - Filter scan result based on platform property. r=vchang 2014-03-20 14:39:21 +08:00
Jessica Jong 1d9cbf76fd Bug 978709 - 4.g/6: WifiNetworkInterface changes. r=vicamo 2014-03-29 15:18:24 +08:00
Vicamo Yang d5eb9240f6 Bug 978709 - 1/6: remove nsINetworkInterface::broadcast. r=hsinyi 2014-03-29 15:18:09 +08:00
Henry Chang 85dbe34d0d Bug 986360 - Add nullity check to |flags|. r=chulee 2014-03-21 17:00:38 +08:00
Henry Chang 4e72f18dc2 Bug 986349 - Bind |this| to forEach callback function. r=chulee 2014-03-21 16:43:54 +08:00
Vincent Chang 2f1ea2e635 Bug 972794 - [Tarako]Connect wpa supplicant consume 5 seconds. r=chulee 2014-03-07 19:29:55 +08:00
Chuck Lee 86e4ddf16b Bug 972628 - Remove redundant network while loading network config. r=vchang 2014-03-10 16:48:13 +08:00
Vincent Chang 58bfd850d9 Bug 979841 - [Tarako]Wifi stay on searching status even scan results available. r=chulee 2014-03-12 18:25:32 +08:00
Edgar Chen 91a6335722 Bug 976959 - Change the netmask to prefix length for supporting IPv6. r=vchang,hsinyi 2014-02-26 18:08:46 +08:00
Henry Chang 818b2aa28e Bug 976455 - Check p2pSupported and p2pManager in WifiWorker.js::syncDebug. r=vchang 2014-02-25 16:43:36 +08:00
Henry Chang a0eb245f99 Bug 976452 - Add back the getWifiScanResults in WifiWorker.js. r=vchang 2014-02-25 16:33:13 +08:00
Ted Clancy (:tedders1) e7d1064645 Bug 965346 - Part 1: Ensure that callback is called, even when reply is null. r=mrbkap 2014-02-13 08:51:12 -08:00
Carmen Jimenez ca15c4e388 Bug 923443 - Pre-populate WiFi networks to allow associating with a network without connecting to it. r=vchang 2014-02-10 18:05:13 +01:00
Henry Chang 918822095e Bug 811635 - Part 4: Wifi Direct core implementation. r=vchang 2014-01-14 18:23:42 +08:00
Chuck Lee 2b45cc4e49 Bug 950124 - Use different powersave command based on sdk version. r=vchang 2014-01-10 12:12:38 +08:00
Vincent Chang 6cb58d14fe Bug 957572 - Wifi failed to Turn on after Wifi-Hotspot is turned on/off. r=chulee 2014-01-10 10:39:13 +08:00
Vincent Chang 78c74f2c3d Bug 949861 - Wifi does not work on Galaxy S2 device (SGS2) after flashing Gecko. r=chucklee 2013-12-19 14:22:10 +08:00
Dimi Lee cb769adb5f Bug 938042 - setHttpProxy API do not work. r=vchang 2013-12-11 18:49:24 +08:00
Chuck Lee 0a83dd4551 Bug 938044 - Still notify state change on disabling but don't change state. r=vchang 2013-11-22 17:49:56 +08:00
Shao Hang Kao a6676da4ce Bug 938986 - remove default pcsc parameter in WifiWorker, r=vchang 2013-11-15 15:36:15 +08:00
Vicamo Yang 11cd5830cc Backed out changeset aa20a0fe4fca, wrong review name 2013-11-15 18:21:22 +08:00
Shao Hang Kao 12d5d74454 Bug 938986 - remove default pcsc parameter in WifiWorker, r=vyang 2013-11-15 15:36:15 +08:00
Henry Chang 091bb44eef Bug 935363 - Add and make use of NetworkService xpcom. r=vyang, r=vchang 2013-11-15 17:35:33 +08:00
Chuck Lee 878db5dc0a Bug 921620 - Change trigger point of wifi down. r=vchang 2013-11-08 16:16:16 +08:00
Henry Chang 75829380f4 Bug 912015 - Support multiple wap_supplicant connections. r=mrbkap 2013-10-14 16:33:59 +08:00
Vincent Chang a5e131c006 Bug 859209 - [Buri][Shira][WIFI]It keep Connecting when input wrong password to connect AP security with WEP. r=chucklee 2013-10-18 16:46:30 +08:00
Henry Chang 4ae64704b2 Bug 919426 - Part 3: Make use of WifiCommand/WifiNetNet in WifiWorker.js. r=vchang 2013-09-30 11:05:05 +08:00
Vincent Chang 75d9bbb26c Bug 917096 - [Buri][WIFI]When set the wifi hotspot name as blank space and save,it can't be searched. r=chucklee 2013-09-30 19:19:25 +08:00
Chuck Lee 1b3548e140 Bug 917070 - Fix misplaced condition flag. r=vchang 2013-09-25 16:49:05 +08:00
Chuck Lee 441de4144e Bug 906631 - 0002. Check state in queued command callback. r=vchang, r=mrbkap 2013-09-05 17:16:24 +08:00
Chuck Lee 14f734267c Bug 906631 - 0001. Refactory request queue. r=vchang 2013-09-09 23:25:16 +08:00
Dimi Lee 5cd52fe159 Bug 870704 - [Buri][Shira-49020] There is no option to configure a proxy for WiFi connections. r=vchang, sr=mrbkap 2013-08-22 18:22:25 +08:00
Fabrice Desré f35be3aa2f Bug 909065 - Call property_get and property_set directly from WifiWorker.js r=mrbkap 2013-08-27 13:54:55 -07:00
Fabrice Desré c2af499d35 Bug 864932 - Rewrite wifi workers in c++ r=mrbkap 2013-08-27 13:54:51 -07:00
Edgar Chen 1a47d8c0df Bug 908135 - Remove dhcp attribute in nsINetworkInterface. r=vyang, vchang 2013-08-22 17:43:53 +08:00
Henry Chang 2f01c65368 Bug 888227 - Initialize WifiWorker::macAddress to null. r=mrbkap 2013-07-26 10:05:50 +08:00
Vincent Chang e6ff81ded8 Bug 897871 - Wifi - Improve wifi startup time. r=mrbkap 2013-07-29 17:59:53 +08:00
Chuck Lee 6580ad2860 Bug 906595 - Fix check rules for devices don't unload WIFI driver. r=vchang 2013-08-19 17:06:56 +08:00
Vincent Chang a14cae3b17 Bug 904631 - "System JS : ERROR jar:file:///system/b2g/omni.ja!/components/WifiWorker.js:2889. r=mrbkap 2013-08-16 17:00:14 +08:00
Chuck Lee b9e4b941ca Bug 900855 - Wait driver load and unload complete before proceed next request. r=mrbkap 2013-08-15 10:58:45 +08:00
Ed Morley 35b123e4dd Backed out changeset 1a2f028d66cf (bug 897871) for Marionette failures 2013-08-16 10:45:14 +01:00
Vincent Chang a06f0477f3 Bug 897871 - Wifi - Improve wifi startup time. r=mrbkap 2013-07-29 17:59:53 +08:00
Vincent Chang 5df15c81a6 Bug 903859 - [WiFi] setWifiEnabled tries to configure the WiFi operation mode before any driver being loaded. r=mwu 2013-08-12 11:22:20 +08:00
kli@mozilla.com c79c4d63d6 Bug 902277 - Reset retry counter of WifiWorker after connect to supplicant. r=vchang 2013-08-09 13:07:56 +08:00
Masashi Honma d9b02788df Bug 890694 - Add EAP-SIM/AKA/AKA' support. r=dlee 2013-08-05 16:25:40 -04:00
Vincent Chang df25dad82d 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 ce87463724 Bug 894737 - [Buri][WIFI-hotspot]Wi-Fi hotspot will be turn off automatic when change the security. r=mrbkap 2013-07-22 17:11:57 +08:00
Vincent Chang 3de0138e64 Backout 61b66c680e22 (bug 894741) for wrong summary. 2013-07-23 10:24:08 +08:00
Vincent Chang 8d5dbb1ac8 Bug 894741 - [Buri][WIFI]State has no change when connect AP by WPS. r=mrbkap 2013-07-22 17:11:57 +08:00
Michael Wu ce066e521a Bug 888552 - Use SET ps command to configure power save mode, r=vchang 2013-07-09 16:27:58 -04:00
masashi.honma@gmail.com 7c49e16ee3 Bug 791506 - [Wifi] Enable BSSID for WPS PIN. r=vchang 2013-07-08 19:41:48 +08:00
Vincent Chang b9e9bfd29b Bug 787442 - Turn on wifi/usb tethering simultaneously. r=mrbkap 2013-06-19 18:57:58 +08:00
Dimi Lee 57a43bf800 Bug 868941 - Connecting to WLAN using WPA-EAP with special options (mschapv2/PEAP) is not possible. r=vchang 2013-05-30 11:17:07 +08:00
Dimi Lee 1b7323408a Bug 786700 - Wifi: Add the ability to set a static IP instead of using DHCP. r=vchang, r=mrbkap 2013-06-24 11:02:30 +08:00
Vincent Chang 7b8932b4f3 Bug 868913 - Part 2: Fix the wifi initial start problem. r=mrbkap 2013-06-17 12:20:39 +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
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
Vincent Chang 5461190dc4 Bug 854302 - [Buri][WIFI]Cann't disconnect WIFI when connect AP use WPS. r=mrbkap 2013-03-26 14:55:56 +08:00
Michael Vines ff8931d11f Bug 859486 - Add system property to enable the unloading of Wi-Fi drivers r=mrbkap 2013-04-10 20:52:48 -07:00
vliu c8d8c1da52 Bug 855513 - WIFI is not re-enabed when internet sharing is getting stopped and WIFI was enabled before. r=vchang 2013-04-02 15:30:32 +08:00
Vincent Chang 99034a2635 Bug 845211 - [Wi-Fi] "undefined" sometimes showed to Wi-Fi MAC address value of Settings. r=mrbkap 2013-03-16 00:58:41 +08:00
Vincent Chang c65dff9229 Bug 831716 - [Settings] [Internet sharing][wifi] Tapping Wi-fi hotspot/wifi ON disable Wi-fi connection forever. r=mrbkap, dflanagan 2013-01-17 20:26:17 +08:00
Vincent Chang fdf55580c4 Bug 829529 - [Wifi hotspot] Wifi hotspot settings should be disabled automatically when we turn on wifi. r=mrbkap 2013-01-11 11:49:27 +00:00
Vincent Chang 2a165ea847 Bug 823400 - Wifi toggle should not write settings db twice. r=mrbkap 2012-12-24 17:23:16 +08:00
Blake Kaplan 12c19a8961 Bug 820458 - Try harder to avoid notifying for the same request twice. r=vchang 2013-01-08 09:58:26 +01:00
Blake Kaplan f618657284 Bug 790054 - Allow WPA-EAP networks based on a gecko pref. r=fabrice 2012-12-21 16:57:19 -05:00
Blake Kaplan 9da238bbcd Bug 790054 - Don't offer to connect to WPA-EAP access points. Continue to allow connecting to already-configured access points. r=vchang 2012-12-21 16:57:05 -05:00
Blake Kaplan 0e6cf3d853 Bug 822494 - Protect against two calls to associate racing against each other to add the network. r=vchang
--HG--
extra : rebase_source : d96448f5015a79d595ba09c0231b5c3880743d6c
2012-12-17 15:39:30 -08:00
Blake Kaplan 3d8ab473bc Bug 823117 - Don't shadow parameters with local variables. r=vchang
--HG--
extra : rebase_source : d691831b627db2f2d1fd52341a72dff77e334a65
2012-12-20 10:56:32 -05:00
Blake Kaplan 06a973f148 Bug 821539 - Don't expose ad-hoc networks in the regular network list. r=vchang 2012-12-13 17:16:18 -08:00
Vincent Chang 834dc4d0dc Bug 806531 - Incorrect WPA-EAP username/password does not trigger incorrect password prompt, retries with bad password forever. r=mrbkap 2012-12-14 16:42:54 +08:00