.. |
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
|
Change to how overflow is handled for absolutely positioned elements.
|
1999-12-06 15:49:53 +00:00 |
nsAbsoluteContainingBlock.h
|
Change to how overflow is handled for absolutely positioned elements.
|
1999-12-06 15:49:53 +00:00 |
nsAreaFrame.cpp
|
Change to how overflow is handled for absolutely positioned elements.
|
1999-12-06 15:49:53 +00:00 |
nsAreaFrame.h
|
Change to how overflow is handled for absolutely positioned elements.
|
1999-12-06 15:49:53 +00:00 |
nsBlockBandData.cpp
|
fixed bug 19494
|
1999-12-23 20:49:07 +00:00 |
nsBlockBandData.h
|
fixed bug 19494
|
1999-12-23 20:49:07 +00:00 |
nsBlockFrame.cpp
|
Reduced stack space by using PRPackedBool instead of PRBool
|
2000-01-04 02:59:35 +00:00 |
nsBlockFrame.h
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49:50 +00:00 |
nsBlockReflowContext.cpp
|
Added new #define NS_SHRINKWRAPWIDTH that specifies that a frame should
|
2000-01-03 04:32:13 +00:00 |
nsBlockReflowContext.h
|
Reduced stack space by using PRPackedBool instead of PRBool
|
2000-01-04 02:59:35 +00:00 |
nsBlockReflowState.cpp
|
Reduced stack space by using PRPackedBool instead of PRBool
|
2000-01-04 02:59:35 +00:00 |
nsBlockReflowState.h
|
Reduced stack space by using PRPackedBool instead of PRBool
|
2000-01-04 02:59:35 +00:00 |
nsBRFrame.cpp
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49:50 +00:00 |
nsBulletFrame.cpp
|
|
|
nsBulletFrame.h
|
|
|
nsContainerFrame.cpp
|
Changed to respect 'z-index' of 'auto' and call SetViewAutoZIndex()
|
1999-12-08 04:49:20 +00:00 |
nsContainerFrame.h
|
|
|
nsFirstLetterFrame.cpp
|
Added new #define NS_SHRINKWRAPWIDTH that specifies that a frame should
|
2000-01-03 04:32:13 +00:00 |
nsFrame.cpp
|
Change to how overflow is handled for absolutely positioned elements.
|
1999-12-06 15:49:53 +00:00 |
nsFrame.h
|
Added empty throw() on operator new so that gcc 2.95+ doesn't complain about returning NULL.
|
1999-12-05 07:29:35 +00:00 |
nsFrameFrame.cpp
|
Fixing some places when talking to the webshell object to start talking through the new docshell interfaces.
|
1999-12-18 02:09:29 +00:00 |
nsFrameList.cpp
|
|
|
nsFrameList.h
|
|
|
nsFrameSetFrame.cpp
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49:50 +00:00 |
nsFrameSetFrame.h
|
|
|
nsFrameUtil.cpp
|
|
|
nsGfxScrollFrame.cpp
|
Removed asserts now that nsScrollbarFrame correctly implements its QI. Fixed memory leaks with scrollbars by nsCOMPtr'izing stuff. r=pavlov.
|
2000-01-06 05:55:46 +00:00 |
nsGfxScrollFrame.h
|
fix #22493 and #22494. at least turn the crash into an assertion.
|
1999-12-23 23:44:56 +00:00 |
nsHTMLContainerFrame.cpp
|
Changed to respect 'z-index' of 'auto' and call SetViewAutoZIndex()
|
1999-12-08 04:49:20 +00:00 |
nsHTMLContainerFrame.h
|
|
|
nsHTMLFrame.cpp
|
Change to how overflow is handled for absolutely positioned elements.
|
1999-12-06 15:49:53 +00:00 |
nsHTMLParts.h
|
Fix for bug 21682. BASE tag was ignored in the fragment content sink. Added HTML element creation method that takes an ID. r=pollmann
|
2000-01-06 23:36:45 +00:00 |
nsHTMLReflowCommand.cpp
|
|
|
nsHTMLReflowCommand.h
|
|
|
nsHTMLReflowState.cpp
|
Added new #define NS_SHRINKWRAPWIDTH that specifies that a frame should
|
2000-01-03 04:32:13 +00:00 |
nsHTMLReflowState.h
|
Added new #define NS_SHRINKWRAPWIDTH that specifies that a frame should
|
2000-01-03 04:32:13 +00:00 |
nsIAnonymousContentCreator.h
|
|
|
nsIFrame.h
|
Work-in-progress for having maximum width (needed by tables) be updated
|
1999-12-30 04:15:45 +00:00 |
nsIFrameDebug.h
|
|
|
nsIFrameUtil.h
|
|
|
nsILineIterator.h
|
|
|
nsImageFrame.cpp
|
Fix for bug 22709. image.width/height goes to frame if it isn't in an attribute - compatibility with Level 0. r=harishd
|
2000-01-04 03:06:13 +00:00 |
nsImageFrame.h
|
Fix for bug 22709. image.width/height goes to frame if it isn't in an attribute - compatibility with Level 0. r=harishd
|
2000-01-04 03:06:13 +00:00 |
nsImageMap.cpp
|
|
|
nsImageMap.h
|
|
|
nsInlineFrame.cpp
|
Added new #define NS_SHRINKWRAPWIDTH that specifies that a frame should
|
2000-01-03 04:32:13 +00:00 |
nsInlineFrame.h
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49: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
|
1) created an nsIScrollableFrame interface make it possible for Chris K to fix PDP+ bug #12122
|
1999-12-07 03:36:05 +00:00 |
nsIStatefulFrame.h
|
|
|
nsLeafFrame.cpp
|
|
|
nsLeafFrame.h
|
|
|
nsLineBox.cpp
|
Work-in-progress for having maximum width (needed by tables) be updated
|
1999-12-30 04:15:45 +00:00 |
nsLineBox.h
|
Added new #define NS_SHRINKWRAPWIDTH that specifies that a frame should
|
2000-01-03 04:32:13 +00:00 |
nsLineLayout.cpp
|
Added new #define NS_SHRINKWRAPWIDTH that specifies that a frame should
|
2000-01-03 04:32:13 +00:00 |
nsLineLayout.h
|
Reduced stack space by using PRPackedBool instead of PRBool
|
2000-01-04 02:59:35 +00:00 |
nsObjectFrame.cpp
|
Bug 22598. r=vidur
|
2000-01-05 01:18:38 +00:00 |
nsPageFrame.cpp
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49:50 +00:00 |
nsPageFrame.h
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49:50 +00:00 |
nsPlaceholderFrame.cpp
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49:50 +00:00 |
nsPlaceholderFrame.h
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49:50 +00:00 |
nsSimplePageSequence.cpp
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49:50 +00:00 |
nsSimplePageSequence.h
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49:50 +00:00 |
nsSpaceManager.cpp
|
|
|
nsSpaceManager.h
|
|
|
nsSpacerFrame.cpp
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
|
1999-12-04 23:49:50 +00:00 |
nsSplittableFrame.cpp
|
|
|
nsSplittableFrame.h
|
|
|
nsTextFrame.cpp
|
initialize some variables, fix a comment, fix a FMM
|
1999-12-22 00:41:38 +00:00 |
nsTextTransformer.cpp
|
|
|
nsTextTransformer.h
|
|
|
nsViewportFrame.cpp
|
Change to how overflow is handled for absolutely positioned elements.
|
1999-12-06 15:49:53 +00:00 |