Peter Van der Beken
|
9af14c557f
|
Fix for bug 801083 (Remove old proxy-based list bindings). r=bz.
|
2012-10-13 14:50:24 +02: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 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Michael Wu
|
d2b70213ac
|
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
|
f8d11ee8bc
|
Bug 577309 part 8. Stop using content indices in ChildIterator. r=roc
|
2010-07-15 00:38:21 -04:00 |
|
Boris Zbarsky
|
86f419fd3f
|
Bug 479180. Don't hold strong refs in ChildIterator. r+sr=roc
|
2009-02-19 11:55:09 -05:00 |
|
Boris Zbarsky
|
4905383347
|
Bug 307394 part 2. Fix the indexing in ContentInserted to work correctly even when XBL is around. r+sr=dbaron. Also fixes bug 232990, bug 261826 , bug 272646, bug 386310, bug 468546
|
2009-01-29 14:46:20 -05:00 |
|
romaxa
|
c303931386
|
Bug 376533 - "uClibc strings/index and childiterator.index conficts" [r=dbaron]
Index: mozilla/layout/base/nsCSSFrameConstructor.cpp
===================================================================
RCS file: /cvsroot/mozilla/layout/base/nsCSSFrameConstructor.cpp,v
retrieving revision 1.1453
|
2008-08-20 01:15:26 -05:00 |
|
Benjamin Smedberg
|
556cf36dc9
|
Bug 442729 - Annotate stack-only classes in layout, r+sr=roc
|
2008-07-01 15:16:45 -04:00 |
|
dbaron%dbaron.org
|
5dcd0b1309
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
|
gerv%gerv.net
|
708b56cff4
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
|
jst%mozilla.jstenback.com
|
5037b2a4a2
|
Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org.
|
2003-09-27 04:18:26 +00:00 |
|
mkaply%us.ibm.com
|
58431f5d65
|
rs=leaf
Remove XP_OS2_VACPP from the tree
|
2003-07-21 18:53:43 +00:00 |
|
caillon%returnzero.com
|
2df173e9c8
|
Bug 209087
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
|
2003-06-13 20:10:01 +00:00 |
|
dbaron%fas.harvard.edu
|
020c118cfd
|
Work around crashes at ChildIterator::get using bounds check on ChildIterator::seek. sr=waterson r=kin a=asa b=133219
|
2002-07-16 14:53:43 +00:00 |
|
dbaron%fas.harvard.edu
|
c8b89f38d1
|
Fix OS/2 bustage by undefining |index|.
|
2002-01-05 15:43:19 +00:00 |
|
bryner%netscape.com
|
b6423b83c3
|
Factoring out ChildIterator to separate files so that the outliner code can use it. Not yet part of the build.
|
2001-12-16 09:13:48 +00:00 |
|