Vincent Chang
|
601a8e8e4e
|
Bug 996588 - Unable to connect to wifi network with double quotes (") in ssid. r=fabrice
|
2014-04-30 14:57:38 +08:00 |
|
Vicamo Yang
|
3c86c42f4c
|
Bug 978709 - 1/6: remove nsINetworkInterface::broadcast. r=hsinyi
|
2014-03-29 15:18:09 +08:00 |
|
Dimi Lee
|
6421638467
|
Bug 864931 - Rewrite net worker in C++. r=fabrice, r=vchang
|
2014-01-29 19:38:50 +08:00 |
|
Henry Chang
|
5b48662edd
|
Bug 811635 - Part 5: Start wpa_supplicant with proper 'p2pSupported' flag. r=vchang
|
2014-01-27 15:49:22 +08:00 |
|
Kai-Zhen Li
|
534b84be7e
|
Bug 961485 - Handle IFNAME of wifi command for gonk-kk. r=fabrice, r=vchang
|
2014-01-22 12:06:58 +08:00 |
|
Kai-Zhen Li
|
97045fb30b
|
Bug 946257 - Update NetUtils and WifiUtils to support KK. r=fabrice, vchang.
|
2013-12-10 15:10:46 +08:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Henry Chang
|
4b2cee8645
|
Bug 912015 - Support multiple wap_supplicant connections. r=mrbkap
|
2013-10-14 16:33:59 +08: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 |
|