gecko-dev/layout/css
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
..
layout expanded nsIFrame::List to include nsIListFilter *aFilter param, by default nsnull. 1998-09-02 21:59:54 +00:00
Makefile new 1998-06-18 16:25:41 +00:00
makefile.win new 1998-06-18 16:25:41 +00:00