gecko-dev/layout/generic
1998-12-15 17:59:49 +00:00
..
broken-image.gif new 1998-06-03 18:31:14 +00:00
nsBlockBandData.cpp Revised ClearFloaters to loop so that all appropriate floaters are cleared 1998-12-12 19:17:58 +00:00
nsBlockBandData.h new 1998-12-08 21:44:22 +00:00
nsBlockFrame.cpp Moved floater reflow out of PlaceFloater and into AddFloater so that floaters are only reflowed during reflow, not during placement; Added code to support css 10.3.5; reflow floaters more often so that % width values are recomputed properly 1998-12-15 04:20:54 +00:00
nsBlockFrame.h Factored out floater sliding from SlideFrames; Added the dy value to the RecoverState method 1998-12-12 19:18:28 +00:00
nsBlockReflowContext.cpp Removed bogus null pointer check 1998-12-15 17:59:49 +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 Moved floater reflow out of PlaceFloater and into AddFloater so that floaters are only reflowed during reflow, not during placement; Added code to support css 10.3.5; reflow floaters more often so that % width values are recomputed properly 1998-12-15 04:20:54 +00:00
nsBlockReflowState.h Moved floater reflow out of PlaceFloater and into AddFloater so that floaters are only reflowed during reflow, not during placement; Added code to support css 10.3.5; reflow floaters more often so that % width values are recomputed properly 1998-12-15 04:20:54 +00:00
nsBRFrame.cpp Added Init() member function to nsIFrame 1998-12-03 06:31:43 +00:00
nsBulletFrame.cpp Moved to new Init/ctor seperation 1998-12-05 16:02:26 +00:00
nsBulletFrame.h Moved to new Init/ctor seperation 1998-12-05 16:02:26 +00:00
nsContainerFrame.cpp Use FirstChild so the method is more reusable 1998-12-05 16:02:43 +00:00
nsContainerFrame.h Added Init() member function to nsIFrame 1998-12-03 06:31:43 +00:00
nsFrame.cpp adding in selection 1998-12-14 18:34:14 +00:00
nsFrame.h adding in selection 1998-12-14 18:34:14 +00:00
nsFrameFrame.cpp Removed an unwanted DidReflow call 1998-12-05 16:06:14 +00:00
nsFrameSetFrame.cpp added code provided by Micahel Lowe to get system colors for frameset borders (bug 1763) 1998-12-04 18:05:30 +00:00
nsFrameSetFrame.h Added Init() member function to nsIFrame 1998-12-03 06:31:43 +00:00
nsFrameUtil.cpp Work in progress of async loading of SCRIPT and STYLE with SRC attributes. Content sinks can now return a BLOCK_PARSER return code, forcing the parser to block. nsIParser::EnableParser can be used to unblock. Also introduced nsIContentSink::SetParser. 1998-12-11 17:02:37 +00:00
nsHTMLContainerFrame.cpp Moved view creation to frame construction code. Also moved wrapping of 1998-12-04 19:03:44 +00:00
nsHTMLContainerFrame.h Moved view creation to frame construction code. Also moved wrapping of 1998-12-04 19:03:44 +00:00
nsHTMLFrame.cpp Added Init() member function to nsIFrame 1998-12-03 06:31:43 +00:00
nsHTMLParts.h Moved creation of first page frame to frame construction code, and changed 1998-12-04 21:04:56 +00:00
nsHTMLReflowCommand.cpp This checkin (under mozilla/layout) is all about 'const'. Digital Unix's 1998-12-02 16:45:20 +00:00
nsHTMLReflowCommand.h Added GetChildListName() member function 1998-11-10 04:31:02 +00:00
nsIFrame.h adding in selection 1998-12-14 18:34:14 +00:00
nsIFrameUtil.h Repaired frame-util IID 1998-12-11 15:47:09 +00:00
nsImageFrame.cpp Changed all the places that previously accessed mBorderStyle and mBorderColor 1998-12-07 18:53:07 +00:00
nsImageMap.cpp Fixing a submit/reset event bug, frame destruction reentrancy bug, and an imagemap bug. 1998-11-21 00:19:36 +00:00
nsInlineFrame.cpp Spanked to be a subclass of the nsBaseIBFrame class 1998-12-05 16:04:46 +00:00
nsIPageSequenceFrame.h Added print options for controlling whether odd and even pages are printed 1998-12-10 03:07:11 +00:00
nsLeafFrame.cpp Added Init() member function to nsIFrame 1998-12-03 06:31:43 +00:00
nsLeafFrame.h Added Init() member function to nsIFrame 1998-12-03 06:31:43 +00:00
nsLineBox.cpp Print out state bits in hex too 1998-12-15 00:16:32 +00:00
nsLineBox.h #ifdef'd out the outside-children state methods 1998-12-15 00:16:21 +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 Added Init() member function to nsIFrame 1998-12-03 06:31:43 +00:00
nsPageFrame.cpp Changed Reflow() to set isTopOfPage in reflow state 1998-12-12 17:58:18 +00:00
nsPageFrame.h Added support for printing multiple pages 1998-12-07 03:43:02 +00:00
nsPlaceholderFrame.cpp Added Init() member function to nsIFrame 1998-12-03 06:31:43 +00:00
nsPlaceholderFrame.h Added Init() member function to nsIFrame 1998-12-03 06:31:43 +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 Minor change to the flow of control to make it more readable 1998-12-10 03:20:31 +00:00
nsSimplePageSequence.h Added support for printing multiple pages 1998-12-07 03:43:02 +00:00
nsSpaceManager.cpp Fixed a coordinate system bug with Offset method 1998-10-30 22:05:22 +00:00
nsSpaceManager.h Added 'ns' prefix to class name 1998-05-28 02:37:37 +00:00
nsSpacerFrame.cpp Tweaked reflow status to be legible 1998-12-11 15:53:03 +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 adding in selection 1998-12-14 18:34:14 +00:00
nsTextTransformer.cpp Fixed bug #1257: the bug was that we were overrunning the transformers malloc'd buffer because the mBufferLength was never being updated 1998-11-14 22:27:50 +00:00
nsTextTransformer.h Removed and unused member variable 1998-11-14 22:27:06 +00:00