..
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
nsAbsoluteContainingBlock.h
nsAreaFrame.cpp
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsAreaFrame.h
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsBlockBandData.cpp
nsBlockBandData.h
nsBlockFrame.cpp
b=24936, r=nisheeth@netscape.com Changed block code to set mNextRCFrame to
2000-01-26 22:18:33 +00:00
nsBlockFrame.h
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsBlockReflowContext.cpp
b=22677. Fix for the part of the bug where the second table taht is relatively
2000-01-26 03:44:36 +00:00
nsBlockReflowContext.h
b=22497. Changed ReflowBlock() to better calculate the x-offset where the
2000-01-26 01:45:47 +00:00
nsBlockReflowState.cpp
b=24936, r=nisheeth@netscape.com Changed block code to set mNextRCFrame to
2000-01-26 22:18:33 +00:00
nsBlockReflowState.h
b=24936, r=nisheeth@netscape.com Changed block code to set mNextRCFrame to
2000-01-26 22:18:33 +00:00
nsBRFrame.cpp
nsBulletFrame.cpp
r=vidur. Add support for a new pref "layout.reflow.async.afterDocLoad" that enables async reflow in the pres shell only after the document is done loading. Cleaned up ExitReflowLock() so that it uses preferences to decide whether to do async reflow, not a parameter.
2000-01-25 16:00:44 +00:00
nsBulletFrame.h
nsContainerFrame.cpp
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsContainerFrame.h
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsFirstLetterFrame.cpp
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsFrame.cpp
Added support for widgetless viewmanager. Changed code pattern that assumed the root view
2000-01-26 23:04:40 +00:00
nsFrame.h
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsFrameFrame.cpp
Fix 24217 Access to functions in chrome: protocol using IFRAME
2000-01-26 15:29:43 +00:00
nsFrameList.cpp
nsFrameList.h
nsFrameSetFrame.cpp
Bug 18316: Safer way to adjust frame sizes - prevent possible UMR and segfaults r=harishd
2000-01-07 05:49:20 +00:00
nsFrameSetFrame.h
Bug 18316: Safer way to adjust frame sizes - prevent possible UMR and segfaults r=harishd
2000-01-07 05:49:20 +00:00
nsFrameUtil.cpp
nsGfxScrollFrame.cpp
Fix for bug #12825 : {css-moz} overflow: -moz-scrollbars-* not implemented
2000-01-26 21:56:03 +00:00
nsGfxScrollFrame.h
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsHTMLContainerFrame.cpp
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsHTMLContainerFrame.h
nsHTMLFrame.cpp
nsHTMLParts.h
bug 24037 r=attinasi; nsOuterTableFrame handles bad incremental reflow by using the height of its rect.
2000-01-28 02:19:45 +00:00
nsHTMLReflowCommand.cpp
r=troy. Reflow commands are now coalesced by block and inline frames. This fixes bug 985 in which we now generate 6 reflow commands instead of 257.
2000-01-12 08:28:24 +00:00
nsHTMLReflowCommand.h
nsHTMLReflowState.cpp
r=troy. Reflow commands are now coalesced by block and inline frames. This fixes bug 985 in which we now generate 6 reflow commands instead of 257.
2000-01-12 08:28:24 +00:00
nsHTMLReflowState.h
r=troy. Reflow commands are now coalesced by block and inline frames. This fixes bug 985 in which we now generate 6 reflow commands instead of 257.
2000-01-12 08:28:24 +00:00
nsIAnonymousContentCreator.h
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsIFrame.h
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsIFrameDebug.h
nsIFrameUtil.h
nsILineIterator.h
nsImageFrame.cpp
Fix for bug 23781.
2000-01-13 23:32:47 +00:00
nsImageFrame.h
Fix for bug 23074. Implemented image.complete. r=pollmann
2000-01-06 23:41:14 +00:00
nsImageMap.cpp
nsImageMap.h
nsInlineFrame.cpp
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsInlineFrame.h
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsIPageSequenceFrame.h
Fixing bug 12181 (removing static IID's). r=troy@netscape.com
2000-01-04 20:24:09 +00:00
nsIScrollableFrame.h
nsIStatefulFrame.h
Fixes for bugs 17460 and 21656. r=travis
2000-01-14 09:28:54 +00:00
nsLeafFrame.cpp
nsLeafFrame.h
nsLineBox.cpp
More work on getting block frames to incrementally update their
2000-01-08 03:58:27 +00:00
nsLineBox.h
More work on getting block frames to incrementally update their
2000-01-08 03:58:27 +00:00
nsLineLayout.cpp
r=troy. Reflow commands are now coalesced by block and inline frames. This fixes bug 985 in which we now generate 6 reflow commands instead of 257.
2000-01-12 08:28:24 +00:00
nsLineLayout.h
Reduced stack space by using PRPackedBool instead of PRBool
2000-01-04 02:59:35 +00:00
nsObjectFrame.cpp
Repeating, prioritised timer implementation for Windows and Gtk (bug 22979). author={Win32=michael.lowe@bigfoot.com, Gtk=alex@cendio.se}, r={kmcclusk,rods,sfraser,et al} a=brendan
2000-01-21 21:56:09 +00:00
nsPageFrame.cpp
nsPageFrame.h
nsPlaceholderFrame.cpp
nsPlaceholderFrame.h
nsSimplePageSequence.cpp
nsSimplePageSequence.h
nsSpaceManager.cpp
nsSpaceManager.h
nsSpacerFrame.cpp
nsSplittableFrame.cpp
nsSplittableFrame.h
nsTextFrame.cpp
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00
nsTextTransformer.cpp
fix word breaking problem. r=mjudge. treat all word breaking as the same.
2000-01-11 22:07:13 +00:00
nsTextTransformer.h
nsViewportFrame.cpp
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
2000-01-22 01:16:50 +00:00