gecko-dev/layout/generic
1999-10-21 20:44:22 +00:00
..
broken-image.gif
gopher-audio.gif new 1999-10-21 16:20:53 +00:00
gopher-binary.gif new 1999-10-21 16:20:53 +00:00
gopher-find.gif new 1999-10-21 16:20:53 +00:00
gopher-image.gif new 1999-10-21 16:20:53 +00:00
gopher-menu.gif new 1999-10-21 16:20:53 +00:00
gopher-movie.gif new 1999-10-21 16:20:53 +00:00
gopher-telnet.gif new 1999-10-21 16:20:53 +00:00
gopher-text.gif new 1999-10-21 16:20:53 +00:00
gopher-unknown.gif new 1999-10-21 16:20:53 +00:00
nsAbsoluteContainingBlock.cpp
nsAbsoluteContainingBlock.h
nsAreaFrame.cpp b=15388,15408 r=peterl@netscape.com 1999-10-14 04:56:50 +00:00
nsAreaFrame.h Removed some dead code and moved some #if 0 code from the area frame 1999-10-08 04:45:12 +00:00
nsBlockBandData.cpp r=troy; bugs: 13196; fixed floating table reflow issues found in 13196 by storing floater max-element-size for later retrieval 1999-10-21 20:44:22 +00:00
nsBlockBandData.h r=troy; bugs: 13196; fixed floating table reflow issues found in 13196 by storing floater max-element-size for later retrieval 1999-10-21 20:44:22 +00:00
nsBlockFrame.cpp r=troy; bugs: 15153, 13196; fixed problem with style-change reflows not being propogated properly; also fixed floating table reflow issues found in 13196 by storing floater max-element-size for later retrieval 1999-10-21 20:43:48 +00:00
nsBlockFrame.h Fixed O(N^2) debug logic bug; speed up paint loop by avoiding painting too much now that we have combined-area (bug 7455, 12297) 1999-10-19 23:04:19 +00:00
nsBlockReflowContext.cpp Fixed bug with bounds of line-box including side margins when it shouldn't (part of 12297) 1999-10-12 23:24:51 +00:00
nsBlockReflowContext.h
nsBlockReflowState.cpp r=troy; bugs: 15153, 13196; fixed problem with style-change reflows not being propogated properly; also fixed floating table reflow issues found in 13196 by storing floater max-element-size for later retrieval 1999-10-21 20:43:48 +00:00
nsBlockReflowState.h r=troy; bugs: 15153, 13196; fixed problem with style-change reflows not being propogated properly; also fixed floating table reflow issues found in 13196 by storing floater max-element-size for later retrieval 1999-10-21 20:43:48 +00:00
nsBRFrame.cpp bugs 15547,15645,13665,13277,5761, r=akkana,kin,hyatt. fixing selection bugs, keyboard navigation, triple clicking and drag scrolling. 1999-10-13 01:15:26 +00:00
nsBulletFrame.cpp r=troy; Use a custom frame type so that bullets show up properly in the frame sizing data 1999-10-14 23:08:58 +00:00
nsBulletFrame.h r=troy; Use a custom frame type so that bullets show up properly in the frame sizing data 1999-10-14 23:08:58 +00:00
nsContainerFrame.cpp r=kipp@netscape.com 1999-10-21 05:11:43 +00:00
nsContainerFrame.h r=kipp@netscape.com 1999-10-21 05:11:43 +00:00
nsFirstLetterFrame.cpp r=kipp@netscape.com 1999-10-21 05:11:43 +00:00
nsFrame.cpp Added namespace ID to the AttributeChanged notification 1999-10-15 23:16:45 +00:00
nsFrame.h Added namespace ID to the AttributeChanged notification 1999-10-15 23:16:45 +00:00
nsFrameFrame.cpp Added namespace ID to the AttributeChanged notification 1999-10-15 23:16:45 +00:00
nsFrameList.cpp
nsFrameList.h
nsFrameSetFrame.cpp no bug number, part of webshell cleanup. nsIWebShell.h was needlessly included, so I removed it 1999-10-15 13:34:45 +00:00
nsFrameSetFrame.h
nsFrameUtil.cpp
nsGfxScrollFrame.cpp Fixed some warnings: reviewed -hyatt 1999-10-21 20:17:51 +00:00
nsGfxScrollFrame.h r=evaughan friend declaration needs to declare object is function or class (HPUX) 1999-10-12 22:58:04 +00:00
nsHTMLContainerFrame.cpp manage view visibility better, hide collapsed views and hidden views with widgets 1999-09-29 03:37:02 +00:00
nsHTMLContainerFrame.h
nsHTMLFrame.cpp
nsHTMLParts.h Frame space reductions. r=kipp@netscape.com 1999-10-08 04:32:46 +00:00
nsHTMLReflowCommand.cpp
nsHTMLReflowCommand.h
nsHTMLReflowState.cpp Factored common code into a single method (UseComputedHeight) 1999-10-12 23:25:49 +00:00
nsIAnonymousContentCreator.h
nsIFrame.h Added namespace ID to the AttributeChanged notification 1999-10-15 23:16:45 +00:00
nsIFrameUtil.h
nsILineIterator.h New API for bug 16176 1999-10-12 23:26:41 +00:00
nsImageFrame.cpp Added namespace ID to the AttributeChanged notification 1999-10-15 23:16:45 +00:00
nsImageFrame.h Added namespace ID to the AttributeChanged notification 1999-10-15 23:16:45 +00:00
nsImageMap.cpp Added namespace ID to the AttributeChanged notification 1999-10-15 23:16:45 +00:00
nsImageMap.h Added namespace ID to the AttributeChanged notification 1999-10-15 23:16:45 +00:00
nsInlineFrame.cpp r=kipp@netscape.com 1999-10-21 05:11:43 +00:00
nsInlineFrame.h
nsIPageSequenceFrame.h
nsIStatefulFrame.h
nsLeafFrame.cpp
nsLeafFrame.h
nsLineBox.cpp Fixed O(N^2) debug logic bug; speed up paint loop by avoiding painting too much now that we have combined-area (bug 7455, 12297) 1999-10-19 23:04:19 +00:00
nsLineBox.h Fixed O(N^2) debug logic bug; speed up paint loop by avoiding painting too much now that we have combined-area (bug 7455, 12297) 1999-10-19 23:04:19 +00:00
nsLineLayout.cpp Fixed edge case where line bounds wasn't quite accurate which causes the combined rect to not match which now wastes memory; only affects right aligned lines 1999-10-14 23:10:59 +00:00
nsLineLayout.h Fixed bugs with combined-area continuing to include trimmed whitespace (wip for 12297); Added support for tracking trim for 16176) 1999-10-12 23:27:32 +00:00
nsObjectFrame.cpp Bug 15178, r=vidur adding check for null-pointer avoiding crash 1999-10-08 23:46:23 +00:00
nsPageFrame.cpp
nsPageFrame.h
nsPlaceholderFrame.cpp
nsPlaceholderFrame.h
nsSimplePageSequence.cpp
nsSimplePageSequence.h
nsSpaceManager.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsSpaceManager.h Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsSpacerFrame.cpp
nsSplittableFrame.cpp
nsSplittableFrame.h
nsTextFrame.cpp update to new nsTextTransformer api 1999-10-19 23:01:58 +00:00
nsTextTransformer.cpp r=ftang; rewrite to fix 16656, parts of 7455 1999-10-19 23:01:45 +00:00
nsTextTransformer.h r=ftang; rewrite to fix 16656, parts of 7455 1999-10-19 23:01:45 +00:00
nsViewportFrame.cpp