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 |
|
Ehsan Akhgari
|
a7cfe4f5a9
|
Bug 924019 - Do not assume that PRUnichar and UniChar/unichar are the same type; r=smichaud
|
2013-10-10 12:59:40 -04:00 |
|
Andrew Quartey
|
e4f9aac912
|
Bug 878144 - Remove nsExternalHelperAppService::FixFilePermissions. r=paolo
|
2013-08-14 16:26:07 -04:00 |
|
Steven Michaud
|
634cd975ce
|
Bug 877500 - Add a null check so that CFRelease() doesn't crash. r=joshmoz
|
2013-06-14 17:05:55 -05:00 |
|
Aryeh Gregor
|
18866d81dc
|
Bug 867101 - Fix more implicit conversion to already_AddRefed; r=Ms2ger
|
2013-04-28 14:52:10 +03:00 |
|
Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Geoff Lankow
|
00f3a215c9
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Shriram Kunchanapalli
|
52a4aa2063
|
Bug 743581: Removes nsCRT::strlen(const PRUnichar*). f=sgautherie r=dougt
|
2012-05-30 18:43:39 +01:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ryan VanderMeulen
|
e30ff35d31
|
Backout 17deb5f61b4d (bug 150073) due to build bustage. a=shouldausedtryfirst
|
2012-04-03 20:22:42 -04:00 |
|
Shriram Kunchanapalli
|
05c95fc3b7
|
Bug 150073 - Remove nsCRT:: in nsCRT::strlen. f=sgautherie, r=dougt
|
2012-02-18 19:17:01 +05:30 |
|
passfree
|
5d01df5227
|
Bug 636841 - Stop using unneeded private API on OS X (_LSCopyDefaultSchemeHandlerURL). r=smichaud
|
2012-02-13 14:55:28 -06:00 |
|
Steven Michaud
|
13b4e4fff2
|
Bug 720168 - Crash in nsHttpChannel::CallOnStartRequest @ objc_msgSend | nsOSHelperAppService::GetMIMEInfoFromOS. r=bgirard
|
2012-01-23 16:37:40 -06:00 |
|
Steven Michaud
|
f316045bd7
|
Bug 675356 - Dmg files sometimes not handled correctly. r=josh
|
2012-01-19 11:12:58 -06:00 |
|
Matt Brubeck
|
e924be656a
|
Back out 2c762ec80235 (bug 675356) because of crashes in GetMIMEInfoFromOS in Mac tests
|
2012-01-17 16:04:32 -08:00 |
|
Steven Michaud
|
38a826cf58
|
Bug 675356 - Dmg files sometimes not handled correctly. r=josh
|
2012-01-17 16:58:39 -06:00 |
|
Ehsan Akhgari
|
2a602a5685
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Boris Zbarsky
|
d35c271619
|
Bug 624995. Make sure to fix the file permissions on Mac when downloading, now that mac's nsILocalFile::Create actually pays attention to permissions. r=josh, a=blocker
|
2011-01-18 21:20:35 -05:00 |
|
Steven Michaud
|
a497cdf461
|
Bug 548719 - CFStringCreateWithCString() and CFStringCreateWithBytes() can return NULL without having run out of memory. r=josh
|
2010-04-06 16:46:39 -05:00 |
|
Josh Aas
|
bcb41f783d
|
More Carbon usage cleanup. b=550787 r=bsmedberg
|
2010-03-10 14:30:11 -05:00 |
|
Steven Michaud
|
52b5f2cff3
|
Bug 541809 - Firefox autoreleasing objects without pool in place. r=josh,jfkthame
|
2010-03-09 10:37:56 -06:00 |
|
Steven Michaud
|
3cf940577e
|
get rid of nsIInternetConfigService. b=489864 r=josh sr=roc
|
2009-06-23 14:09:19 -05:00 |
|
joshmoz@gmail.com
|
dbd3fa04fd
|
protect against obj-c exceptions in uriloader. b=419390 r/sr=roc
|
2008-03-04 00:14:47 -08:00 |
|
joshmoz@gmail.com
|
9f0b667d23
|
rename files to .mm. b=419390,419392 r/sr=roc
|
2008-02-26 18:03:08 -08:00 |
|