gecko-dev/layout/generic
troy%netscape.com 5c75ea66f0 Fix for bug #2276, and some initial support for 'right' and 'bottom'
for absolutely positioned elements
1999-01-13 06:37:31 +00:00
..
broken-image.gif new 1998-06-03 18:31:14 +00:00
nsAreaFrame.cpp Fix for bug #2276, and some initial support for 'right' and 'bottom' 1999-01-13 06:37:31 +00:00
nsAreaFrame.h Moved logic that deals with moving absolutely positioned frames out of the 1998-12-29 03:38:16 +00:00
nsBlockBandData.cpp Changed nsISpaceManager interface to conform to XP-COM conventions on 1999-01-04 04:54:33 +00:00
nsBlockBandData.h Added methods for get floater info in the band and a method to compute the impact on the max-element-size of the floaters 1998-12-17 18:50:45 +00:00
nsBlockFrame.cpp Fix for bug #2276, and some initial support for 'right' and 'bottom' 1999-01-13 06:37:31 +00:00
nsBlockFrame.h Reinstated the last set of checkins that were backed out 1999-01-05 23:01:54 +00:00
nsBlockReflowContext.cpp Added support for 'right' and 'bottom' properties. Changed to using a 1999-01-08 04:47:46 +00:00
nsBlockReflowContext.h Changed inline and block reflow code to reset reflow state's isTopOfPage 1998-12-12 17:59:30 +00:00
nsBlockReflowState.cpp Fix for bug #2276, and some initial support for 'right' and 'bottom' 1999-01-13 06:37:31 +00:00
nsBlockReflowState.h Fix for bug #2276, and some initial support for 'right' and 'bottom' 1999-01-13 06:37:31 +00:00
nsBRFrame.cpp Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsBulletFrame.cpp sync to new attribute api 1998-12-20 01:21:23 +00:00
nsBulletFrame.h Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsContainerFrame.cpp Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsContainerFrame.h Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsFrame.cpp Fix for bug #2276, and some initial support for 'right' and 'bottom' 1999-01-13 06:37:31 +00:00
nsFrame.h Moved logic that deals with moving absolutely positioned frames out of the 1998-12-29 03:38:16 +00:00
nsFrameFrame.cpp reduce Macintosh compiler warnings by making function private 1999-01-06 18:43:39 +00:00
nsFrameSetFrame.cpp Replaced "maxSize" member if nsReflowState with "availableWidth" and 1999-01-05 23:31:18 +00:00
nsFrameSetFrame.h Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsFrameUtil.cpp reduce Macintosh compiler warnings by adding prototype 1999-01-06 18:44:59 +00:00
nsHTMLContainerFrame.cpp Changed CreatePlaceholderFrame() to use a pseudo element style context 1999-01-02 20:51:43 +00:00
nsHTMLContainerFrame.h Moved logic that deals with moving absolutely positioned frames out of the 1998-12-29 03:38:16 +00:00
nsHTMLFrame.cpp Replaced "maxSize" member if nsReflowState with "availableWidth" and 1999-01-05 23:31:18 +00:00
nsHTMLParts.h Clean up block frame flags 1999-01-12 16:41:30 +00:00
nsHTMLReflowCommand.cpp Renamed FindFrameWithContent() to GetPrimaryFrameFor() 1998-12-29 04:45:18 +00:00
nsHTMLReflowCommand.h Moved logic that deals with moving absolutely positioned frames out of the 1998-12-29 03:38:16 +00:00
nsHTMLReflowState.cpp Fix for bug #2276, and some initial support for 'right' and 'bottom' 1999-01-13 06:37:31 +00:00
nsIFrame.h Added defines and comments indicating which parts of the frames reflow state are reserved 1999-01-09 00:11:40 +00:00
nsIFrameUtil.h Repaired frame-util IID 1998-12-11 15:47:09 +00:00
nsImageFrame.cpp Fix for bug #2276, and some initial support for 'right' and 'bottom' 1999-01-13 06:37:31 +00:00
nsImageMap.cpp Reworked to use dom content objects for holding the raw map data and observering content changes and updating the 'compiled' map 1999-01-09 00:13:53 +00:00
nsImageMap.h new 1999-01-09 00:18:08 +00:00
nsInlineFrame.cpp Moved logic that deals with moving absolutely positioned frames out of the 1998-12-29 03:38:16 +00:00
nsIPageSequenceFrame.h Fixed a compiler warning where there was an extra ',' after an enum 1998-12-18 05:46:00 +00:00
nsLeafFrame.cpp Replaced "maxSize" member if nsReflowState with "availableWidth" and 1999-01-05 23:31:18 +00:00
nsLeafFrame.h Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsLineBox.cpp Print out state bits in hex too 1998-12-15 00:16:32 +00:00
nsLineBox.h Added set/get empty line methods (currently unused) 1998-12-17 18:54:40 +00:00
nsLineLayout.cpp Added DumpRegressionData; revised ListTag; added GetFrameName 1998-11-19 17:22:29 +00:00
nsLineLayout.h Setup first-letter-style to be off by default 1998-12-05 16:05:52 +00:00
nsObjectFrame.cpp Temporary workaround so that plugins display correctly. This will change after support for 1999-01-04 23:45:38 +00:00
nsPageFrame.cpp Replaced "maxSize" member if nsReflowState with "availableWidth" and 1999-01-05 23:31:18 +00:00
nsPageFrame.h Added support for printing multiple pages 1998-12-07 03:43:02 +00:00
nsPlaceholderFrame.cpp Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsPlaceholderFrame.h Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsSelection.cpp Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros 1998-09-12 19:33:48 +00:00
nsSimplePageSequence.cpp Replaced "maxSize" member if nsReflowState with "availableWidth" and 1999-01-05 23:31:18 +00:00
nsSimplePageSequence.h reduce Macintosh compiler warnings byadding prototype 1999-01-06 18:52:58 +00:00
nsSpaceManager.cpp Changed nsISpaceManager interface to conform to XP-COM conventions on 1999-01-04 04:54:33 +00:00
nsSpaceManager.h reduce Macintosh compiler warnings by adding prototype 1999-01-06 18:53:59 +00:00
nsSpacerFrame.cpp sync to new attribute api 1998-12-20 01:21:23 +00:00
nsSplittableFrame.cpp Added Init() member function to nsIFrame 1998-12-03 06:31:43 +00:00
nsSplittableFrame.h Added Init() member function to nsIFrame 1998-12-03 06:31:43 +00:00
nsTextFrame.cpp Replaced "maxSize" member if nsReflowState with "availableWidth" and 1999-01-05 23:31:18 +00:00
nsTextTransformer.cpp Use macros from nsTextFragment 1999-01-05 23:02:27 +00:00
nsTextTransformer.h Removed and unused member variable 1998-11-14 22:27:06 +00:00