Commit Graph

20 Commits

Author SHA1 Message Date
gerv@gerv.net
a1ec040a65 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:30:37 +00:00
dbaron@dbaron.org
e0d645896e Remember the lowest floater top for CSS2 9.5.1 rule 5 (a float cannot be higher than earlier floats) on the space manager rather than the block reflow state so that it works across blocks sharing the same space manager. Save and restore it in the space manager's PushState and PopState to fix incremental reflow bug (177331). b=196919 r+sr=roc+moz Change PRIntn to PRInt32. b=115153 r+sr=bzbarsky 2003-03-11 23:56:49 +00:00
dbaron@fas.harvard.edu
d3f01c8c10 Remove unnecessary XPCOM interface around nsSpaceManager. b=102453 r=jag sr=waterson 2001-10-26 05:06:07 +00:00
dbaron@fas.harvard.edu
702c639dd6 Fix HP bustage. Why did I ever add this to the build on Unix? 2001-10-25 03:05:37 +00:00
dbaron@fas.harvard.edu
224a95096d Remove unneeded include with the wrong case. 2001-10-25 02:47:55 +00:00
dbaron@fas.harvard.edu
4b1de618fc Bug 86947:
Make the line list doubly linked and access it through a list class and iterators.
Stop recomputing margins on all of the children of each block in the reflow chain (which causes O(N^2) state recovery during incremental reflow).  Instead, add a second dirty bit to the lines and walk backwards through the line list to recompute vertical margins only when either dirty bit is set and the previous line was not reflowed.  Add nsIFrame::IsEmpty to identify frames through which margins collapse.
Fix O(N^2) propagation of float damage by maintaining a set of intervals damaged by floats (bug 61962) and be sure to damage the correct areas (bug 48138).
Introduce nsCollapsingMargin to do correct collapsing of combinations of positive and negative margins (bug 50142).
Clean up some odds and ends and fix another smaller O(N^2) problem in nsBlockFrame::AddFrames.
r=attinasi, rbs  sr=waterson
2001-10-25 01:08:40 +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
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
braddr@puremagic.com
32c1264af0 Change NS_COMFALSE to NS_ERROR_ABORT throughout the space manager.
r=smfr for these two files, and r=scc for the previous file
1999-10-22 06:49:50 +00:00
troy@netscape.com
b06584d421 Added 'm' prefix to structs defined in nsISpaceManager 1999-07-25 19:01:13 +00:00
troy@netscape.com
b97dbe5651 Added 'm' prefix to struct data members 1999-07-02 23:31:01 +00:00
troy@netscape.com
f0456e360b Updated to test for negative values for rect regions 1999-06-24 02:03:34 +00:00
jdunn@netscape.com
64177abb58 fix problem on AIX-xlC compiler with protected structs. 1999-04-01 20:13:59 +00:00
warren@netscape.com
3fdebc0a44 Cleaned up nsICollection and nsIEnumerator. Broke out nsIBidirectionalEnumerator. Added ISupportsArray enumerator. Cleaned nsISupportsArray. 1999-02-23 08:10:24 +00:00
mcafee@netscape.com
89341eaf03 I can't find nscoord.h, yanking this for Linux 1999-02-02 03:30:38 +00:00
troy@netscape.com
983f56af1b Changed nsISpaceManager interface to conform to XP-COM conventions on
return values
1999-01-04 04:54:33 +00:00
rickg
a04ff5a436 fixed class name crasher 1998-05-28 07:38:28 +00:00
troy
94d94bd754 Added more self-test code 1998-05-20 05:29:56 +00:00
troy
7280c2f953 Implemented RemoveRegion() 1998-05-20 05:14:14 +00:00
troy
c71b327693 Initial check-in 1998-05-19 03:01:30 +00:00