Birunthan Mohanathas
|
99b3ba82ab
|
Bug 995730 - Fix style violations in xpcom/io/. r=froydnj
|
2014-05-14 23:15:46 +03:00 |
|
Birunthan Mohanathas
|
04c14a71bf
|
Bug 995730 - Change xpcom/io/ to use 2 space indentation
This also removes trailing whitespace in reindented files.
|
2014-05-05 20:30:43 +03:00 |
|
Birunthan Mohanathas
|
ff8ce9bd42
|
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
|
2014-04-27 03:06:00 -04: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 |
|
Benjamin Smedberg
|
9bfc4e98e3
|
Bug 672843 part C - convert most of XPCOM except for xpcom/tests, r=vdjeric
|
2013-11-19 16:27:37 -05:00 |
|
Trevor Saunders
|
e1d9c076e4
|
bug 829288 - fix a bunch of mingw warnings in xpcom/ r=ehsan
|
2013-01-10 03:39:40 -05:00 |
|
Nicholas Nethercote
|
df43bc1128
|
Bug 824397 - Use NS_ENSURE_{TRUE,FALSE,SUCCESS}_VOID(foo) instead of NS_ENSURE_{TRUE,FALSE,SUCCESS}(foo, ). r=derf.
|
2012-12-23 20:45:57 -08:00 |
|
Chris Pearce
|
4afda51dd1
|
Bug 785662 - Add NS_OpenAnonymousTemporaryFile(), and use it in nsMediaCache::Init(). r=roc
--HG--
rename : xpcom/io/nsMediaCacheRemover.cpp => xpcom/io/nsAnonymousTemporaryFile.cpp
|
2012-09-25 12:50:30 +12:00 |
|
Ed Morley
|
9f14ce22ba
|
Backout 9d9d8bf66243 (bug 785662) for mochitest-other leaks on Windows
|
2012-09-25 13:46:25 +01:00 |
|
Chris Pearce
|
76b593e69b
|
Bug 785662 - Add NS_OpenAnonymousTemporaryFile(), and use it in nsMediaCache::Init(). r=roc
--HG--
rename : xpcom/io/nsMediaCacheRemover.cpp => xpcom/io/nsAnonymousTemporaryFile.cpp
|
2012-09-25 12:50:30 +12:00 |
|