gecko-dev/layout/generic
pollmann%netscape.com 3c8db0fb67 Bug 8065: Prevent crashing on infinitely recursive framesets, r=jst@netscape.com, sr=vidur@netscape.com 2001-02-06 00:52:36 +00:00
..
broken-image.gif
gopher-audio.gif
gopher-binary.gif
gopher-find.gif
gopher-image.gif
gopher-menu.gif
gopher-movie.gif
gopher-telnet.gif
gopher-text.gif
gopher-unknown.gif
nsAbsoluteContainingBlock.cpp Backing out pierre's change from 1/20 for performance reasons (66263). r=attinasi, a=granrose, phil 2001-01-25 02:58:12 +00:00
nsAbsoluteContainingBlock.h
nsAreaFrame.cpp
nsAreaFrame.h
nsBRFrame.cpp
nsBlockBandData.cpp
nsBlockBandData.h
nsBlockFrame.cpp Floated list items are now handled correctly. b=32200, r=buster sr=waterson 2001-02-02 21:17:01 +00:00
nsBlockFrame.h
nsBlockReflowContext.cpp Backing out pierre's change from 1/20 for performance reasons (66263). r=attinasi, a=granrose, phil 2001-01-25 02:58:12 +00:00
nsBlockReflowContext.h Backing out pierre's change from 1/20 for performance reasons (66263). r=attinasi, a=granrose, phil 2001-01-25 02:58:12 +00:00
nsBlockReflowState.cpp Floated list items are now handled correctly. b=32200, r=buster sr=waterson 2001-02-02 21:17:01 +00:00
nsBlockReflowState.h Floated list items are now handled correctly. b=32200, r=buster sr=waterson 2001-02-02 21:17:01 +00:00
nsBulletFrame.cpp This checkin enables mozilla to support the printing of selection, the printing of page ranges, and 2001-01-27 14:09:34 +00:00
nsBulletFrame.h
nsContainerFrame.cpp Backing out pierre's change from 1/20 for performance reasons (66263). r=attinasi, a=granrose, phil 2001-01-25 02:58:12 +00:00
nsContainerFrame.h
nsFirstLetterFrame.cpp
nsFrame.cpp fix for bug #55921 - Clicking to the right of a link doesn't clear selection 2001-02-03 07:07:15 +00:00
nsFrame.h This checkin enables mozilla to support the printing of selection, the printing of page ranges, and 2001-01-27 14:09:34 +00:00
nsFrameFrame.cpp Bug 8065: Prevent crashing on infinitely recursive framesets, r=jst@netscape.com, sr=vidur@netscape.com 2001-02-06 00:52:36 +00:00
nsFrameList.cpp
nsFrameList.h
nsFrameSetFrame.cpp removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros 2001-01-04 20:44:42 +00:00
nsFrameSetFrame.h
nsFrameUtil.cpp bug 56432 () 2001-01-16 22:10:04 +00:00
nsGfxScrollFrame.cpp removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros 2001-01-04 20:44:42 +00:00
nsGfxScrollFrame.h
nsHTMLContainerFrame.cpp Backing out pierre's change from 1/20 for performance reasons (66263). r=attinasi, a=granrose, phil 2001-01-25 02:58:12 +00:00
nsHTMLContainerFrame.h
nsHTMLFrame.cpp This checkin enables mozilla to support the printing of selection, the printing of page ranges, and 2001-01-27 14:09:34 +00:00
nsHTMLParts.h Redoing the way code is shared between different element classes in mozilla, in stead of having an inner object (mInner) and forwarding function calls to the inner object the elements now inherit from what used to be the inner object. Previously nsIJSScriptObject and nsIContent (and related interfaces) were implemented on all leaf classes (~60 classes) and all the methods in those interfaces were forwarded to the inner object, now all those methods are inherited in stead. This saves us ~3600 methods in the layout library (and 160k of code on linux) and cleans the code up considerably. r=pollmann@netscape.com, harishd@netscape.com sr=vidur@netscape.com. 2000-12-23 10:56:31 +00:00
nsHTMLReflowCommand.cpp removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros 2001-01-04 20:44:42 +00:00
nsHTMLReflowCommand.h
nsHTMLReflowState.cpp mispelled #ifdef DEBUG 2001-02-01 02:26:26 +00:00
nsHTMLReflowState.h better table reflow debugging including support for elapsed time. sr=buster. 2001-01-25 15:55:51 +00:00
nsIAnonymousContentCreator.h
nsIFrame.h This checkin enables mozilla to support the printing of selection, the printing of page ranges, and 2001-01-27 14:09:34 +00:00
nsIFrameDebug.h
nsIFrameUtil.h removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros 2001-01-04 20:44:42 +00:00
nsILineIterator.h
nsIPageSequenceFrame.h This checkin enables mozilla to support the printing of selection, the printing of page ranges, and 2001-01-27 14:09:34 +00:00
nsIScrollableFrame.h
nsIScrollableViewProvider.h
nsIStatefulFrame.h
nsImageFrame.cpp This checkin enables mozilla to support the printing of selection, the printing of page ranges, and 2001-01-27 14:09:34 +00:00
nsImageFrame.h
nsImageMap.cpp Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
nsImageMap.h
nsInlineFrame.cpp
nsInlineFrame.h
nsLeafFrame.cpp This checkin enables mozilla to support the printing of selection, the printing of page ranges, and 2001-01-27 14:09:34 +00:00
nsLeafFrame.h
nsLineBox.cpp Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
nsLineBox.h Make destructors that exist only for MOZ_COUNT_DTOR be #ifdef NS_BUILD_REFCNT_LOGGING instead of #ifdef DEBUG so the leak stats on optimized builds are correct. r=waterson@netscape.com sr=brendan@mozilla.org b=62421 2000-12-16 18:56:06 +00:00
nsLineLayout.cpp Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
nsLineLayout.h
nsObjectFrame.cpp Fix relative URLs in 'pluginspage' attribute honor BASE tag bug 46405 a=av, sr=buster 2001-02-03 00:43:09 +00:00
nsObjectFrame.h
nsPageFrame.cpp Added UI for printing selectd frame 2001-02-02 08:42:53 +00:00
nsPageFrame.h This checkin enables mozilla to support the printing of selection, the printing of page ranges, and 2001-01-27 14:09:34 +00:00
nsPlaceholderFrame.cpp
nsPlaceholderFrame.h
nsSelection.cpp cleanup of FetchDesiredX; r=kin; sr=sfraser 2001-02-05 15:43:46 +00:00
nsSimplePageSequence.cpp Added UI for printing selectd frame 2001-02-02 08:42:53 +00:00
nsSimplePageSequence.h This checkin enables mozilla to support the printing of selection, the printing of page ranges, and 2001-01-27 14:09:34 +00:00
nsSpaceManager.cpp Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
nsSpaceManager.h Make destructors that exist only for MOZ_COUNT_DTOR be #ifdef NS_BUILD_REFCNT_LOGGING instead of #ifdef DEBUG so the leak stats on optimized builds are correct. r=waterson@netscape.com sr=brendan@mozilla.org b=62421 2000-12-16 18:56:06 +00:00
nsSpacerFrame.cpp
nsSplittableFrame.cpp
nsSplittableFrame.h
nsTextFrame.cpp This checkin enables mozilla to support the printing of selection, the printing of page ranges, and 2001-01-27 14:09:34 +00:00
nsTextTransformer.cpp Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
nsTextTransformer.h
nsViewportFrame.cpp removing most all NS_DEFINE_IID and replacing them with NS_GET_IID macros 2001-01-04 20:44:42 +00:00