Ehsan Akhgari
|
45b9b9b617
|
Bug 906790 - Minimize layout/base #includes; r=roc
|
2013-08-19 18:55:18 -04:00 |
|
L. David Baron
|
9cf7793fcb
|
Rename nsChangeHint_ReflowFrame to nsChangeHint_AllReflowHints to make it clearer that it's the one that contains multiple bits. (Bug 789592, patch 2) r=bzbarsky
|
2012-09-07 15:57:06 -07: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 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Daniel Holbert
|
dd8d39d1a1
|
(no bug) fix end-of-line whitespace so I can add a changeset with an a=bustage annotation
|
2010-11-16 11:28:36 -08:00 |
|
Boris Zbarsky
|
06a147d1a0
|
Bug 562688 part 10. Eliminate eELEMENT usage in layout/base. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
|
Boris Zbarsky
|
f99a0edd58
|
Bug 508900. Fix assertion due to us not unsetting all the bits we should unset. r=dbaron
|
2009-08-10 10:54:21 -04:00 |
|
|
|
e34ac52c7a
|
Make nsStyleChangeList own a reference to nsIContent pointers in its list. b=399694 r+sr=dbaron a1.9=damons
|
2008-03-15 02:01:18 -07:00 |
|
bzbarsky@mit.edu
|
fbc7f2bf4b
|
Make first-letter frames use the content parent of the textnode as their
content. Add some first-letter tests, and a few assertions. Bug 367650, r+sr=roc
|
2007-02-28 22:32:00 +00:00 |
|
mats.palmgren@bredband.net
|
df14833964
|
Use memmove() instead of memcpy() for potential overlapping regions. b=337896 r+sr=dbaron
|
2006-06-03 14:19:21 +00:00 |
|
dbaron@dbaron.org
|
96634178f2
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
|
dbaron@dbaron.org
|
2441f6a36b
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
|
gerv@gerv.net
|
a1ec040a65
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
|
dbaron@dbaron.org
|
323eefa7a5
|
Remove nsChangeHint_ReconstructDoc. b=230945 r+sr=bzbarsky
|
2004-01-15 03:32:06 +00:00 |
|
rbs@maths.uq.edu.au
|
f04c5c5325
|
In certain dynamic updates, frames scheduled to be reprocessed could be destroyed in a ripple effect. Since this was a root problem, the patch fixes the crasher bugs 123049, 133219 154797 187671 187890, r=bzbarsky, sr=dbaron
|
2003-01-20 01:07:03 +00:00 |
|
roc+@cs.cmu.edu
|
458e434a36
|
Bug 160936. Add type nsChangeHint for style hints. Make it a set of bits. Make sure an NS_STYLE_HINT_REFLOW always also does a repaint of the frame. r=dbaron,sr=kin
|
2002-08-24 14:41:28 +00:00 |
|
cathleen@netscape.com
|
bff663ff77
|
remove memcpy function from nsCRT, eliminate 2 new nsCRT::memcpy callers
and fix up alighment problems from previous patch, bug 118135, sr=brenda r=dp
|
2002-01-26 00:04:45 +00:00 |
|
cathleen@netscape.com
|
73e0bc3ed7
|
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
|
2002-01-12 03:18:55 +00:00 |
|
gerv@gerv.net
|
58d409fba9
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
|
dbaron@fas.harvard.edu
|
15267f2b5c
|
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
|
2001-01-27 23:06:33 +00:00 |
|
dmose@mozilla.org
|
796280940b
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
|
peterl@netscape.com
|
3a33d8d81d
|
added an assertion to help track down Bug 14238
r=troy
|
1999-10-14 00:56:30 +00:00 |
|
peterl@netscape.com
|
6833f71c1a
|
dont strip multiple changes with nsnull frames
part of fix for 14134
r=pierre
|
1999-10-12 00:22:18 +00:00 |
|
kipp@netscape.com
|
ea36a75c90
|
Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage
|
1999-10-08 20:41:19 +00:00 |
|
peterl@netscape.com
|
694788a821
|
Added ability to track changes to content without frame
Fix for bug 9013 (and any dynamic change from display:none) r=troy
|
1999-10-02 04:26:53 +00:00 |
|
peterl@netscape.com
|
50116b69ed
|
filter out multiple changes to content when framechange in effect
|
1999-09-21 07:49:55 +00:00 |
|
peterl@netscape.com
|
809ff7388b
|
added nsStyleChangeList
|
1999-03-25 06:35:59 +00:00 |
|