Igor
|
175543fda8
|
Bug 1293384 - Part 2: Rename Snprintf.h header to Sprintf.h. r=froydnj
|
2016-08-14 23:43:21 -07:00 |
Igor
|
a57972337d
|
Bug 1293384 - Part 1: Rename snprintf_literal to SprintfLiteral. r=froydnj
|
2016-08-14 23:44:00 -07:00 |
Nicholas Nethercote
|
12662b436b
|
Bug 1278750 - Remove four duplicated |else if|s in WpaSupplicant::ExecuteCommand(). r=fabrice.
--HG--
extra : rebase_source : e14427d4dac977bd439e3730ce3390fb9d052c9c
|
2016-06-08 14:16:48 +10:00 |
Thomas Zimmermann
|
a984fed7b8
|
Bug 1264287: Convert Wifi to use |UniquePtr|, r=nfroyd
|
2016-04-15 09:29:42 +02:00 |
sakshi
|
1af0b67296
|
Bug 1197311 - Remove PR_snprintf calls in dom/ r=froydnj
|
2016-02-17 14:23:39 -05:00 |
Dimi Lee
|
4a8e2edd09
|
Bug 1168959 - Memory-safety bugs in NetworkUtils.cpp generally. r=fabrice
--HG--
extra : rebase_source : 8cc3567b977fe24af86c6a37b79b376b7b6ce094
|
2015-06-08 11:38:06 +08:00 |
Andrew McCreight
|
9e8f4b219e
|
Bug 1152551, part 2 - Fix mode lines in dom/. r=jst
|
2015-05-03 15:32:37 -04:00 |
Andrew McCreight
|
da5ed6f5cd
|
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
|
71830d604e
|
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
|
031c1dd749
|
Bug 1038531 - Unify NetworkWorker. r=fabrice r=mrbkap
|
2014-08-18 11:02:56 +08:00 |
Chris Peterson
|
d126c3c24f
|
Bug 1063962 - Replace jschar typedef with C++11 char16_t type. r=jandem
|
2014-07-21 21:43:21 -07:00 |
Henry Chang
|
6788da60da
|
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
|
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 |
Vincent Chang
|
fd82821d34
|
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
|
d5eb9240f6
|
Bug 978709 - 1/6: remove nsINetworkInterface::broadcast. r=hsinyi
|
2014-03-29 15:18:09 +08:00 |
Dimi Lee
|
9f240876a9
|
Bug 864931 - Rewrite net worker in C++. r=fabrice, r=vchang
|
2014-01-29 19:38:50 +08:00 |
Henry Chang
|
c87ecb6359
|
Bug 811635 - Part 5: Start wpa_supplicant with proper 'p2pSupported' flag. r=vchang
|
2014-01-27 15:49:22 +08:00 |
Kai-Zhen Li
|
edc1b0b4b1
|
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
|
a5f9677c32
|
Bug 946257 - Update NetUtils and WifiUtils to support KK. r=fabrice, vchang.
|
2013-12-10 15:10:46 +08:00 |
Ehsan Akhgari
|
1b83407ce9
|
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
|
75829380f4
|
Bug 912015 - Support multiple wap_supplicant connections. r=mrbkap
|
2013-10-14 16:33:59 +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 |