gecko-dev/layout/base
buster%netscape.com 89e198237d expanded nsIFrame::List to include nsIListFilter *aFilter param, by default nsnull.
aFilter is useful for determining if a frame should output itself during
a List().  In any event, the children of the frame are always processed.
added nsIListFilter, an interface for any object that wants to act like a filter for frame dumps
added   static NS_LAYOUT nsIListFilter * GetFilter(nsString *aFilterName);
currently, only TableListFilter implements nsIListFilter.
in response to List(...TableListFilter), the frame model is dumped in a way that is useful
for table layout regression testing.  Currently this is controlled by command line switches on the viewer app.
1998-09-02 21:59:54 +00:00
..
public expanded nsIFrame::List to include nsIListFilter *aFilter param, by default nsnull. 1998-09-02 21:59:54 +00:00
src expanded nsIFrame::List to include nsIListFilter *aFilter param, by default nsnull. 1998-09-02 21:59:54 +00:00
tests XPCOM'ized nsIContent and nsIHTMLContent 1998-08-29 20:20:38 +00:00
Makefile moved to pub 1998-04-13 20:24:54 +00:00
makefile.win Fixed windows cvpack problem 1998-05-22 18:41:08 +00:00
nsCSSRendering.cpp support for frameset cells without frames, fixed nsCSSRendering paint background divide by zero 1998-08-05 22:24:56 +00:00
nsCSSRendering.h made color handling code in css part of the gfx color utilities. 1998-07-27 21:07:47 +00:00
nsIPresShell.h made resizereflow() an ns_imethod. 1998-08-28 02:49:49 +00:00
nsPresContext.cpp More changes to nsIDeviceContext interface 1998-08-27 22:45:35 +00:00
nsPresContext.h connected prefs 1998-07-31 05:54:59 +00:00