Igor
|
9c81c3c1ee
|
Bug 1293384 - Part 2: Rename Snprintf.h header to Sprintf.h. r=froydnj
|
2016-08-14 23:43:21 -07:00 |
|
Igor
|
972b8460e2
|
Bug 1293384 - Part 1: Rename snprintf_literal to SprintfLiteral. r=froydnj
|
2016-08-14 23:44:00 -07:00 |
|
Henry Chang
|
9708a23b7f
|
Bug 1274112 - Part 1: Make update request v4. r=francois
MozReview-Commit-ID: NgV4QYbDll
|
2016-08-04 18:10:06 +08:00 |
|
Igor
|
27c926c49e
|
Bug 1197331 - remove PR_snprintf calls in miscellaneous directories. r=nfroyd
|
2016-08-04 16:41:00 +02:00 |
|
Henry Chang
|
85fe597557
|
Bug 1288840 - Use the private phishing site list in official build. r=francois
MozReview-Commit-ID: 3SYoP2z1jWb
|
2016-07-25 09:18:25 +08:00 |
|
Jan Beich
|
d0174f165b
|
Bug 1288825 - Unbreak build on Unix after bug 1275507. r=francois
MozReview-Commit-ID: nYNiYjuq8A
|
2016-07-22 20:48:26 +00:00 |
|
Henry Chang
|
41a80ccf3f
|
Bug 1275507 - XPCOM API to create SB v4 update request. r=francois
MozReview-Commit-ID: RfM3KFe6kG
|
2016-07-19 18:09:53 +08:00 |
|
Nicholas Nethercote
|
a14f636d12
|
Bug 1278439 - Adding a missing prefs service null check in url-classifier/. r=gcp.
|
2016-07-14 13:47:54 +10:00 |
|
Henry Chang
|
47ddd82866
|
Bug 1273395 - Add pref for Safe Browsing v2/v4 switch. r=francois.
|
2016-05-19 00:07:00 +02:00 |
|
Dragana Damjanovic
|
f5e3e71a6d
|
Bug 905127 - Part 2 - remove unnecessary nsNetUtil.h includes r=jduell
|
2015-07-06 07:55:00 +02:00 |
|
Birunthan Mohanathas
|
eeb9aaaa94
|
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 |
|
Gian-Carlo Pascutto
|
84b97b9f8e
|
Bug 783047 - Remove MAC support from SafeBrowsing code. r=mmc,dcamp
|
2014-01-16 09:27:58 +01:00 |
|
Trevor Saunders
|
53e4e1f193
|
bug 798595 - remove useless prmem.h includes r=ehsan
|
2012-10-04 02:14:06 -04:00 |
|
Randell Jesup
|
3b4961b603
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ehsan Akhgari
|
478ad1a412
|
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
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Mitchell Field
|
8969bddd5d
|
Bug 595513 - Reduce makefile recursion in toolkit. r=khuey
|
2011-03-08 14:58:46 +11:00 |
|