Commit Graph

210 Commits

Author SHA1 Message Date
Ryan VanderMeulen
7ed6f218ff Merge m-c to b2g-inbound. 2013-08-29 00:24:45 -04:00
Fabrice Desré
79a6e6f196 Bug 910407 - Fix Assertion failure: !NS_IsMainThread(), at dom/wifi/WifiProxyService.cpp:123 r=gwagner 2013-08-28 21:02:55 -07:00
Fabrice Desré
1ec088e656 Bug 909065 - Call property_get and property_set directly from WifiWorker.js r=mrbkap 2013-08-27 13:54:55 -07:00
Fabrice Desré
451d5f91ac Bug 864932 - Rewrite wifi workers in c++ r=mrbkap 2013-08-27 13:54:51 -07:00
Edgar Chen
10355a0807 Bug 908135 - Remove dhcp attribute in nsINetworkInterface. r=vyang, vchang 2013-08-22 17:43:53 +08:00
Henry Chang
fad0a7be58 Bug 888227 - Initialize WifiWorker::macAddress to null. r=mrbkap 2013-07-26 10:05:50 +08:00
Ed Morley
375004984d Merge latest green b2g-inbound changeset and mozilla-central 2013-08-22 12:04:16 +01:00
Ms2ger
ced3dd8b1c Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal 2013-08-22 08:56:00 +02:00
Chuck Lee
9d595238e9 Bug 906595 - Fix check rules for devices don't unload WIFI driver. r=vchang 2013-08-19 17:06:56 +08:00
Vincent Chang
ce7451513a Bug 897871 - Wifi - Improve wifi startup time. r=mrbkap 2013-07-29 17:59:53 +08:00
Vincent Chang
0d1cabc88d 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
2ac8e9a468 Bug 900855 - Wait driver load and unload complete before proceed next request. r=mrbkap 2013-08-15 10:58:45 +08:00
Ed Morley
6b2c6e0f3d Backed out changeset 1a2f028d66cf (bug 897871) for Marionette failures 2013-08-16 10:45:14 +01:00
Vincent Chang
a6e48882f8 Bug 897871 - Wifi - Improve wifi startup time. r=mrbkap 2013-07-29 17:59:53 +08:00
Gregory Szorc
c089ae373d Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium 2013-08-14 08:40:25 -07:00
Brian O'Keefe
4f68eb9b02 Bug 875934 - Move LIBRARY_NAME to moz.build, batch 3; r=mshal 2013-08-15 09:02:09 -04:00
Ryan VanderMeulen
64b2bc7dd9 Backed out changesets 1fa1f28c6edf and e74f694f31c4 (bug 850380) for PGO bustage on a CLOSED TREE. 2013-08-14 15:12:20 -04:00
Gregory Szorc
9f99cee9a1 Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium 2013-08-14 08:40:25 -07:00
Vincent Chang
e7c1a9eefe 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
ecad3e6659 Bug 902277 - Reset retry counter of WifiWorker after connect to supplicant. r=vchang 2013-08-09 13:07:56 +08:00
Masashi Honma
c48a76fee2 Bug 890694 - Add EAP-SIM/AKA/AKA' support. r=dlee 2013-08-05 16:25:40 -04:00
Vincent Chang
e1c76c4896 Bug 887485 - Wifi code needs to issue fwreload to netd as part of initialization. r=mrbkap 2013-07-30 16:07:13 +08:00
Joey Armstrong
9bdf289b5e Bug 870370 - Move EXTRA_COMPONENTS to mozbuild (file batch #3); r=mshal 2013-06-11 16:38:22 -04:00
Vincent Chang
e6d23cd45c 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
741a07a1c0 Backout 61b66c680e22 (bug 894741) for wrong summary. 2013-07-23 10:24:08 +08:00
Vincent Chang
6324c8d2bd Bug 894741 - [Buri][WIFI]State has no change when connect AP by WPS. r=mrbkap 2013-07-22 17:11:57 +08:00
Vincent Chang
e5404b3ebe Bug 883766 - JavaScript Warning: "reference to undefined property ret.value" {file: "resource://gre/modules/wifi_worker.js" line: 71} r=mrbkap 2013-06-20 18:43:15 +08:00
Trevor Saunders
82e5558b37 bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal 2013-07-11 11:06:34 -04:00
Michael Wu
bfe5a1e834 Bug 888552 - Use SET ps command to configure power save mode, r=vchang 2013-07-09 16:27:58 -04:00
Justin Lebar
5b159515e1 Bug 889984 - Don't leak objects which "inherit" from DOMRequestIpcHelper the associated window is closed. r=fabrice 2013-07-08 17:55:42 -04:00
masashi.honma@gmail.com
afd68c6759 Bug 791506 - [Wifi] Enable BSSID for WPS PIN. r=vchang 2013-07-08 19:41:48 +08:00
Vincent Chang
ac14c6f23a Bug 787442 - Turn on wifi/usb tethering simultaneously. r=mrbkap 2013-06-19 18:57:58 +08:00
Dimi Lee
d20d102b7c 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
f6a5c82043 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
Michael Wu
09f0afa215 Bug 784226 - Support libhardware_legacy and libnetutils on JB, r=vchang 2013-06-23 23:40:21 -04:00
Vincent Chang
58868b9d3f Bug 868913 - Part 2: Fix the wifi initial start problem. r=mrbkap 2013-06-17 12:20:39 +08:00
Mike Shal
2eff1a24b8 Bug 880245 - Move EXTRA_JS_MODULES to moz.build (conversion part 1); r=joey
From 69c3338a3287ff8cc97533e06069fc4d4cb7c5f6 Mon Sep 17 00:00:00 2001
2013-06-10 12:08:47 -04:00
Vincent Chang
8f98f7255f 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
5ce68add7b Bug 834573 - B2G Wifi: IP and default route still exist after forget network. r=vchang 2013-05-02 18:02:33 +08:00
Carmen Jimenez Cabezas
39471c6ea2 Bug 815110 - Change DOMWifiManager so it returns null instead of creating the object if the caller doesn't have the correct permission. r=mrbkap 2013-04-16 10:54:00 +02:00
Vincent Chang
94e3bcd2b8 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
ae94e43d50 Bug 859486 - Add system property to enable the unloading of Wi-Fi drivers r=mrbkap 2013-04-10 20:52:48 -07:00
vliu
2d06b71134 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
Kyle Machulis
5aa83c3e11 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Kyle Machulis
c79ccc0693 Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00
Kyle Machulis
a59d40f143 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Vincent Chang
074e001515 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
Mike Shal
9680b82df6 Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
Mike Shal
e3d8d5c262 Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps 2013-03-11 22:05:00 -07:00
Mike Shal
e9f8bc0fbd Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps 2013-03-11 22:00:00 -07:00