Andrea Marchesini
|
ad97ae68b8
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
|
Shian-Yow Wu
|
3bcc9475c0
|
Bug 1115495 - Part 1: Support app info for PAC. r=mcmanus
|
2015-03-26 15:11:05 +08:00 |
|
Ehsan Akhgari
|
ea41d8de48
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Christoph Kerschbaumer
|
cd9e41c663
|
Bug 1144270 : Update remaining callers of newChannel to newChannel2 in netwerk/ (r=mcmanus)
|
2015-03-20 12:27:34 -07:00 |
|
Daniel Stenberg
|
adc7d70c53
|
Bug 1144031 - fix use of uninitialized variable, r=mcmanus
|
2015-03-17 01:45:00 +01:00 |
|
Gijs Kruitbosch
|
d181f8878e
|
Bug 1125372 - use nsISupports as first param of asyncResolve instead of switching wholesale from nsIURI to nsIChannel, for improved add-on compat, r=mcmanus
|
2015-01-27 21:30:49 +00:00 |
|
Arthur Edelstein
|
a68e31a789
|
Bug 436344 - Allow filtering of proxies by channel. r=mcmanus
|
2015-01-21 21:13:00 +01:00 |
|
James Kitchener
|
f3e2ed9bfd
|
Bug 1100184 - Flatten netwerk/base/{public,src}/ directories. r=mcmanus, r=poiru
|
2015-01-20 03:58:00 -05:00 |
|