Dimi Lee
|
a1765348b1
|
Bug 1168959 - Memory-safety bugs in NetworkUtils.cpp generally. r=fabrice
|
2015-06-08 11:38:06 +08:00 |
|
Andrew McCreight
|
92010d3e4c
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
|
Andrew McCreight
|
c2319a1e13
|
Bug 1152551, part 1 - Remove leading tabs in dom/. r=baku
Also, remove trailing whitespace in nsXMLContentSink.cpp
|
2015-05-03 15:32:33 -04:00 |
|
Chris Peterson
|
6964f0a41d
|
Bug 989303 - Use Android's PROPERTY_VALUE_MAX instead of #defining our own. r=fabrice
|
2014-12-10 22:19:39 -08:00 |
|
Henry Chang
|
510ec29792
|
Bug 1038531 - Unify NetworkWorker. r=fabrice r=mrbkap
|
2014-08-18 11:02:56 +08:00 |
|
Chris Peterson
|
def5e6780e
|
Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem
|
2014-07-21 21:43:21 -07:00 |
|
Henry Chang
|
67fabb6bd4
|
Bug 1033983 - Bypass the UTF conversion of null char if it's not the last one. r=chucklee
|
2014-08-14 16:32:42 +08:00 |
|
Vincent Chang
|
69dbf1822f
|
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 |
|
Vincent Chang
|
61dd3fd204
|
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
|
40f1ea3fa4
|
Bug 978709 - 1/6: remove nsINetworkInterface::broadcast. r=hsinyi
|
2014-03-29 15:18:09 +08:00 |
|
Dimi Lee
|
ed5ee4db40
|
Bug 864931 - Rewrite net worker in C++. r=fabrice, r=vchang
|
2014-01-29 19:38:50 +08:00 |
|
Henry Chang
|
073564bdfe
|
Bug 811635 - Part 5: Start wpa_supplicant with proper 'p2pSupported' flag. r=vchang
|
2014-01-27 15:49:22 +08:00 |
|
Kai-Zhen Li
|
26f8b2698f
|
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
|
77a086e653
|
Bug 946257 - Update NetUtils and WifiUtils to support KK. r=fabrice, vchang.
|
2013-12-10 15:10:46 +08:00 |
|
Ehsan Akhgari
|
68bfe70f09
|
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
|
5a4cbd1c19
|
Bug 912015 - Support multiple wap_supplicant connections. r=mrbkap
|
2013-10-14 16:33:59 +08:00 |
|
Fabrice Desré
|
b1c5bdc0d8
|
Bug 909065 - Call property_get and property_set directly from WifiWorker.js r=mrbkap
|
2013-08-27 13:54:55 -07:00 |
|
Fabrice Desré
|
69370acf73
|
Bug 864932 - Rewrite wifi workers in c++ r=mrbkap
|
2013-08-27 13:54:51 -07:00 |
|