gecko-dev/layout/generic
troy%netscape.com ea250c6886 Changed block frame code to cache the max element width. This enables
us to ask for the maxElementSize when doing an incremental reflow
1999-08-28 00:39:55 +00:00
..
broken-image.gif new 1998-06-03 18:31:14 +00:00
nsAbsoluteContainingBlock.cpp Added failure check for call to nsStyleData::GetBorder() 1999-07-28 04:48:34 +00:00
nsAbsoluteContainingBlock.h Changed area frame code over to new reflow command handling 1999-07-24 02:37:45 +00:00
nsAreaFrame.cpp Added 'm' prefix to structs defined in nsISpaceManager 1999-07-25 19:01:13 +00:00
nsAreaFrame.h Changed area frame code over to new reflow command handling 1999-07-24 02:37:45 +00:00
nsBlockBandData.cpp Reduced the default number of nsBandTrapezoids to reduce stack space used (bug #10310) 1999-08-27 21:44:10 +00:00
nsBlockBandData.h Reduced the default number of nsBandTrapezoids to reduce stack space used (bug #10310) 1999-08-27 21:44:10 +00:00
nsBlockFrame.cpp Changed block frame code to cache the max element width. This enables 1999-08-28 00:39:55 +00:00
nsBlockFrame.h Reduce stack size by allocating nsLineLayout objects from the heap when the frame tree depth gets too big (bug #10310) 1999-08-27 21:45:37 +00:00
nsBlockReflowContext.cpp Cache computed width so that during placement of the block we can see if auto margins need recomputing (bug #1164) 1999-08-27 21:47:04 +00:00
nsBlockReflowContext.h Cache computed width so that during placement of the block we can see if auto margins need recomputing (bug #1164) 1999-08-27 21:47:04 +00:00
nsBlockReflowState.cpp Changed block frame code to cache the max element width. This enables 1999-08-28 00:39:55 +00:00
nsBlockReflowState.h Changed block frame code to cache the max element width. This enables 1999-08-28 00:39:55 +00:00
nsBRFrame.cpp Added 'm' prefix to a couple more data members of nsHTMLReflowState struct 1999-07-20 03:51:46 +00:00
nsBulletFrame.cpp Fixed bug 12451 - use list-style-type when image doesn't load or is loading 1999-08-27 21:47:39 +00:00
nsBulletFrame.h Renamed DeleteFrame() to Destroy() 1999-07-22 02:24:52 +00:00
nsContainerFrame.cpp bug 1271 - percentage height cells, added GetNumCellsOriginatingInRow, fixed GetNumCellsOriginatingInCol 1999-08-25 21:49:18 +00:00
nsContainerFrame.h Changed to table incremental reflow 1999-08-19 03:51:25 +00:00
nsFirstLetterFrame.cpp Added 'm' prefix to a couple more data members of nsHTMLReflowState struct 1999-07-20 03:51:46 +00:00
nsFrame.cpp Added IsFrameTreeTooDeep method to support code handling bug #10310 1999-08-27 21:48:06 +00:00
nsFrame.h Added IsFrameTreeTooDeep method to support code handling bug #10310 1999-08-27 21:48:06 +00:00
nsFrameFrame.cpp Added 'm' prefix to some of the nsHTMLReflowState data members 1999-07-20 03:41:03 +00:00
nsFrameList.cpp Renamed some nsFrameList member functions 1999-07-22 04:00:57 +00:00
nsFrameList.h Renamed some nsFrameList member functions 1999-07-22 04:00:57 +00:00
nsFrameSetFrame.cpp replaced calls to deprecated nsString API 1999-07-26 00:37:24 +00:00
nsFrameSetFrame.h Bug 7935: Resizing frames beyond edge doesn't cause offset anymore. 1999-06-11 01:18:50 +00:00
nsFrameUtil.cpp stdlib.h should come from system includes 1999-06-19 21:50:41 +00:00
nsGfxScrollFrame.cpp Fixed to gfx scrollbar. 1999-08-27 06:06:39 +00:00
nsGfxScrollFrame.h xpscrollbars 1999-08-19 22:16:23 +00:00
nsHTMLContainerFrame.cpp Don't paint frames that are unflowable 1999-08-27 21:48:21 +00:00
nsHTMLContainerFrame.h Added ReparentFrameView() and changed the block and inline code 1999-04-11 04:22:00 +00:00
nsHTMLFrame.cpp Added failure check for call to nsStyleData::GetBorder() 1999-07-28 04:48:34 +00:00
nsHTMLParts.h Add constructor definition for autocomplete widget 1999-08-19 22:10:53 +00:00
nsHTMLReflowCommand.cpp Changed to table incremental reflow 1999-08-19 03:51:25 +00:00
nsHTMLReflowCommand.h Changed to table incremental reflow 1999-08-19 03:51:25 +00:00
nsHTMLReflowState.cpp Keep trakc of the depth of reflow to allow for limiting stack usage (bug #10310) 1999-08-27 21:48:54 +00:00
nsIAnonymousContentCreator.h xpscrollbars 1999-08-19 22:16:23 +00:00
nsIFrame.h Added NS_FRAME_IS_UNFLOWABLE bit for handling frame trees that are too deep 1999-08-27 21:39:26 +00:00
nsIFrameUtil.h Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
nsILineIterator.h new 1999-05-13 00:54:03 +00:00
nsImageFrame.cpp Fix for bug #12449. Changed UpdateImageFrame() so that if the content object 1999-08-25 23:55:57 +00:00
nsImageFrame.h Renamed DeleteFrame() to Destroy() 1999-07-22 02:24:52 +00:00
nsImageMap.cpp Bug 10301: Check base target for image maps 1999-07-22 18:47:23 +00:00
nsImageMap.h Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
nsInlineFrame.cpp Fixed a place I had missed when converting over to the new reflow command 1999-08-10 14:28:27 +00:00
nsInlineFrame.h Renamed DeleteFrame() to Destroy() 1999-07-22 02:24:52 +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 added PaintOutline to paint CSS outlines to paint method 1999-08-19 14:35:48 +00:00
nsLeafFrame.h Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsLineBox.cpp Changed block frame code to cache the max element width. This enables 1999-08-28 00:39:55 +00:00
nsLineBox.h Changed block frame code to cache the max element width. This enables 1999-08-28 00:39:55 +00:00
nsLineLayout.cpp Fixed computation of max-element-size for bug #12384; don't compute line-height in this class 1999-08-27 21:50:06 +00:00
nsLineLayout.h Shrink down size of nsLineLayout object 1999-08-27 21:49:12 +00:00
nsObjectFrame.cpp remove refs to nsIContentConnector 1999-08-27 04:30:48 +00:00
nsPageFrame.cpp Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsPageFrame.h Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsPlaceholderFrame.cpp Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsPlaceholderFrame.h Implement List method 1999-05-03 20:54:24 +00:00
nsSimplePageSequence.cpp General clean up and fixing of compiler warnings 1999-07-03 02:22:10 +00:00
nsSimplePageSequence.h General clean up and fixing of compiler warnings 1999-07-03 02:22:10 +00:00
nsSpaceManager.cpp Added 'm' prefix to structs defined in nsISpaceManager 1999-07-25 19:01:13 +00:00
nsSpaceManager.h Added 'm' prefix to struct data members 1999-07-02 23:31:01 +00:00
nsSpacerFrame.cpp Reworked frame factory methods; fixed bug 4519 1999-05-11 22:03:29 +00:00
nsSplittableFrame.cpp selection changes for new model of content only. frames no longer contain variables referring to selection state outside of 1 bit. keyboard selection will now be disabled until i can get it working in the new selection world order. 1999-04-26 04:02:04 +00:00
nsSplittableFrame.h Removed nsIFrame::CreateContinuingFrame() 1999-02-25 05:31:15 +00:00
nsTextFrame.cpp changes to allow selection in "dead" space between frames. still need work on "outside" and not in the window at all, but this is a very good chunk of the issue and it will solve many many bugs on my place. good for dogfood as well :) 1999-08-24 21:51:47 +00:00
nsTextTransformer.cpp implement word jump for non Ascii 1999-08-19 06:06:57 +00:00
nsTextTransformer.h implement word jump for non Ascii 1999-08-19 06:06:57 +00:00
nsViewportFrame.cpp Changed root frame class over to new reflow command handling 1999-07-27 14:15:42 +00:00