gecko-dev/layout/generic
1999-01-15 18:25:58 +00:00
..
broken-image.gif new 1998-06-03 18:31:14 +00:00
nsAreaFrame.cpp Removed the content-parent frame pointer. Now we just have the one geometric 1999-01-14 05:16:23 +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 Removed the content-parent frame pointer. Now we just have the one geometric 1999-01-14 05:16:23 +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 #1998. Now we render the background image over the padding area and not over the border area 1999-01-15 18:25:58 +00:00
nsBlockFrame.h Reinstated the last set of checkins that were backed out 1999-01-05 23:01:54 +00:00
nsBlockReflowContext.cpp Removed the content-parent frame pointer. Now we just have the one geometric 1999-01-14 05:16:23 +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 #1998. Now we render the background image over the padding area and not over the border area 1999-01-15 18:25:58 +00:00
nsBlockReflowState.h Fix for bug #1998. Now we render the background image over the padding area and not over the border area 1999-01-15 18:25:58 +00:00
nsBRFrame.cpp Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsBulletFrame.cpp better base URL support 1999-01-15 01:57:58 +00:00
nsBulletFrame.h Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsContainerFrame.cpp Removed the content-parent frame pointer. Now we just have the one geometric 1999-01-14 05:16:23 +00:00
nsContainerFrame.h Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsFrame.cpp Implement temporary versions of AppendFrames/InsertFrames/RemoveFrame; stub out ReplaceFrame 1999-01-15 01:29:15 +00:00
nsFrame.h Implement temporary versions of AppendFrames/InsertFrames/RemoveFrame; stub out ReplaceFrame 1999-01-15 01:29:15 +00:00
nsFrameFrame.cpp better base url support 1999-01-15 02:07:46 +00:00
nsFrameSetFrame.cpp Removed the content-parent frame pointer. Now we just have the one geometric 1999-01-14 05:16:23 +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 Fix for bug #1998. Now we render the background image over the padding area and not over the border area 1999-01-15 18:25:58 +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 Moved text and comment code out of HTML-specific directories. Completed CloneNode for elements. Completed factory methods for intersection of XML and HTML. 1999-01-14 23:14:02 +00:00
nsHTMLReflowCommand.cpp Removed the content-parent frame pointer. Now we just have the one geometric 1999-01-14 05:16:23 +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 Fixed an assert that was getting hit for absolutely positioned elements 1999-01-15 04:28:17 +00:00
nsIFrame.h Added append/insert/remove/replace methods 1999-01-15 01:28:28 +00:00
nsIFrameUtil.h Repaired frame-util IID 1998-12-11 15:47:09 +00:00
nsImageFrame.cpp better base URL support 1999-01-15 01:57:58 +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 Removed the content-parent frame pointer. Now we just have the one geometric 1999-01-14 05:16:23 +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 Fix for bug #1998. Now we render the background image over the padding area and not over the border area 1999-01-15 18:25:58 +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 better base URL support 1999-01-15 01:57:58 +00:00
nsPageFrame.cpp Removed the content-parent frame pointer. Now we just have the one geometric 1999-01-14 05:16:23 +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 Removed the content-parent frame pointer. Now we just have the one geometric 1999-01-14 05:16:23 +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