Jonathan Watt
|
3a3ceffce3
|
Bug 1263773 - Mark a bunch of classes in layout as MOZ_RAII. r=dholbert
|
2016-03-28 13:34:26 +01:00 |
|
Shyam Venkatesh
|
83e06d1f7f
|
Bug 1157728: Removed StackArena::Init() and call to it as it is now useless. r=dholbert
|
2015-04-25 07:47:10 +05:30 |
|
Masatoshi Kimura
|
bf312ad056
|
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
|
2015-01-11 11:34:52 +09:00 |
|
Ehsan Akhgari
|
9a21ba302a
|
Bug 938865 - Build layout/tables in unified mode; r=roc
|
2013-11-14 21:49:29 -05:00 |
|
Nicholas Nethercote
|
228510e1ec
|
Bug 414087 (part 2) - Remove insignificant wasted space in StackBlock. r=bz.
|
2013-09-25 21:28:55 -07:00 |
|
Nicholas Nethercote
|
929154dfe5
|
Bug 414087 (part 1) - Clean up the style of StackArena.{h,cpp}. r=bz.
|
2013-09-25 21:28:46 -07:00 |
|
Ehsan Akhgari
|
2621b190f1
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
|
Catalin Iacob
|
6f4758d23e
|
Bug 798914 (part 5) - Use newly introduced mozilla::MallocSizeOf instead of nsMallocSizeOfFun. r=njn.
--HG--
extra : rebase_source : fc472490dd978d165f02f77ed37f07aed6e5bb61
|
2013-06-23 14:03:39 +02:00 |
|
Joshua Cranmer
|
1f24ef2b5e
|
Bug 856108 - Port static analyses to clang, part 2e: use MOZ_STACK_CLASS in layout. r=mats
|
2013-04-11 22:20:45 -05:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
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
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
David Zbarsky
|
a31ed06074
|
Bug 756229 - Fix some layout warnings. r=roc
|
2012-05-18 11:42:39 -04:00 |
|
Mats Palmgren
|
52a697097e
|
Bug 751227 - Remove nsPresShell::mStackArena, make it a separate stack class. r=roc
|
2012-05-04 02:14:02 +02:00 |
|