.. |
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
|
bug 22853
|
2000-02-16 01:05:38 +00:00 |
nsAbsoluteContainingBlock.h
|
|
|
nsAreaFrame.cpp
|
|
|
nsAreaFrame.h
|
|
|
nsBlockBandData.cpp
|
bug 29595 (and others)
|
2000-03-22 23:19:10 +00:00 |
nsBlockBandData.h
|
|
|
nsBlockFrame.cpp
|
bug 29595 (and others)
|
2000-03-22 23:19:10 +00:00 |
nsBlockFrame.h
|
bug 29595 (and others)
|
2000-03-22 23:19:10 +00:00 |
nsBlockReflowContext.cpp
|
|
|
nsBlockReflowContext.h
|
|
|
nsBlockReflowState.cpp
|
bug 29595 (and others)
|
2000-03-22 23:19:10 +00:00 |
nsBlockReflowState.h
|
bug 29595 (and others)
|
2000-03-22 23:19:10 +00:00 |
nsBRFrame.cpp
|
Fix bug 15428 as suggested by VYV03354@nifty.ne.jp . Stop using 0 as the initial values for min and max of inline box contents so that lines that do not (vertically) contain their own baseline are sized correctly. Also, correctly size BR frames using their line-height (for strict-mode only).
|
2000-02-15 04:26:44 +00:00 |
nsBulletFrame.cpp
|
Fix 32199 (visibility:collapse is not being interpreted as hidden on block and inline level elements) and parts of 21701 (misuse of style attr mVisible).
In the following files, replacing disp->mVisible with disp->IsVisible() is a BUG FIX: nsBlockFrame, nsBulletFrame, nsHRFrame, nsHTMLContainerFrame, nsImageFrame, nsTextFrame.
In all the other files, replacing disp->mVisible with disp->IsVisible() or disp->IsVisibleOrCollapsed() is merely a SYNTACTICAL CHANGE. The respective owners will later review the use of IsVisibleOrCollapsed() and in some cases replace it with IsVisible(). See bug 21701.
|
2000-03-17 10:15:13 +00:00 |
nsBulletFrame.h
|
|
|
nsContainerFrame.cpp
|
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
|
2000-03-22 02:43:08 +00:00 |
nsContainerFrame.h
|
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
|
2000-03-22 02:43:08 +00:00 |
nsFirstLetterFrame.cpp
|
|
|
nsFrame.cpp
|
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
|
2000-03-22 02:43:08 +00:00 |
nsFrame.h
|
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
|
2000-03-22 02:43:08 +00:00 |
nsFrameFrame.cpp
|
Added intersection of principals when multiple scripts are encountered. r=norris
|
2000-03-21 04:12:56 +00:00 |
nsFrameList.cpp
|
b=5588. Performance improvement. Avoids walking the child list
|
2000-03-12 03:07:52 +00:00 |
nsFrameList.h
|
|
|
nsFrameSetFrame.cpp
|
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
|
2000-03-22 02:43:08 +00:00 |
nsFrameSetFrame.h
|
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
|
2000-03-22 02:43:08 +00:00 |
nsFrameUtil.cpp
|
|
|
nsGfxScrollFrame.cpp
|
Landing changes Vidur made while the tree was closed for beta1 work, here's a list of the changes. r=me
|
2000-03-17 13:27:00 +00:00 |
nsGfxScrollFrame.h
|
bugs fixes for: 28460, 27242, 29462
|
2000-03-02 03:01:30 +00:00 |
nsHTMLContainerFrame.cpp
|
Fix 32199 (visibility:collapse is not being interpreted as hidden on block and inline level elements) and parts of 21701 (misuse of style attr mVisible).
In the following files, replacing disp->mVisible with disp->IsVisible() is a BUG FIX: nsBlockFrame, nsBulletFrame, nsHRFrame, nsHTMLContainerFrame, nsImageFrame, nsTextFrame.
In all the other files, replacing disp->mVisible with disp->IsVisible() or disp->IsVisibleOrCollapsed() is merely a SYNTACTICAL CHANGE. The respective owners will later review the use of IsVisibleOrCollapsed() and in some cases replace it with IsVisible(). See bug 21701.
|
2000-03-17 10:15:13 +00:00 |
nsHTMLContainerFrame.h
|
b=5588. Added new function ReparentFrameViewList() that is much faster
|
2000-03-12 03:09:36 +00:00 |
nsHTMLFrame.cpp
|
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
|
2000-03-22 02:43:08 +00:00 |
nsHTMLParts.h
|
Added declaration of new function NS_NewGeneratedContentIterator()
|
2000-03-22 05:55:05 +00:00 |
nsHTMLReflowCommand.cpp
|
|
|
nsHTMLReflowCommand.h
|
|
|
nsHTMLReflowState.cpp
|
|
|
nsHTMLReflowState.h
|
|
|
nsIAnonymousContentCreator.h
|
|
|
nsIFrame.h
|
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
|
2000-03-22 02:43:08 +00:00 |
nsIFrameDebug.h
|
|
|
nsIFrameUtil.h
|
|
|
nsILineIterator.h
|
|
|
nsImageFrame.cpp
|
Fix 32199 (visibility:collapse is not being interpreted as hidden on block and inline level elements) and parts of 21701 (misuse of style attr mVisible).
In the following files, replacing disp->mVisible with disp->IsVisible() is a BUG FIX: nsBlockFrame, nsBulletFrame, nsHRFrame, nsHTMLContainerFrame, nsImageFrame, nsTextFrame.
In all the other files, replacing disp->mVisible with disp->IsVisible() or disp->IsVisibleOrCollapsed() is merely a SYNTACTICAL CHANGE. The respective owners will later review the use of IsVisibleOrCollapsed() and in some cases replace it with IsVisible(). See bug 21701.
|
2000-03-17 10:15:13 +00:00 |
nsImageFrame.h
|
|
|
nsImageMap.cpp
|
removed calls to deprecated string methods
|
2000-03-12 09:14:14 +00:00 |
nsImageMap.h
|
|
|
nsInlineFrame.cpp
|
bug 29595 (and others)
|
2000-03-22 23:19:10 +00:00 |
nsInlineFrame.h
|
b=32192 r=buster@netscape.com Fixed a place where the code to lazily
|
2000-03-22 04:06:37 +00:00 |
nsIPageSequenceFrame.h
|
|
|
nsIScrollableFrame.h
|
|
|
nsIStatefulFrame.h
|
|
|
nsLeafFrame.cpp
|
Fix 32199 (visibility:collapse is not being interpreted as hidden on block and inline level elements) and parts of 21701 (misuse of style attr mVisible).
In the following files, replacing disp->mVisible with disp->IsVisible() is a BUG FIX: nsBlockFrame, nsBulletFrame, nsHRFrame, nsHTMLContainerFrame, nsImageFrame, nsTextFrame.
In all the other files, replacing disp->mVisible with disp->IsVisible() or disp->IsVisibleOrCollapsed() is merely a SYNTACTICAL CHANGE. The respective owners will later review the use of IsVisibleOrCollapsed() and in some cases replace it with IsVisible(). See bug 21701.
|
2000-03-17 10:15:13 +00:00 |
nsLeafFrame.h
|
|
|
nsLineBox.cpp
|
bug 29595 (and others)
|
2000-03-22 23:19:10 +00:00 |
nsLineBox.h
|
bug 29595 (and others)
|
2000-03-22 23:19:10 +00:00 |
nsLineLayout.cpp
|
bug 29595 (and others)
|
2000-03-22 23:19:10 +00:00 |
nsLineLayout.h
|
Fix bug 15428 as suggested by VYV03354@nifty.ne.jp . Stop using 0 as the initial values for min and max of inline box contents so that lines that do not (vertically) contain their own baseline are sized correctly. Also, correctly size BR frames using their line-height (for strict-mode only).
|
2000-02-15 04:26:44 +00:00 |
nsObjectFrame.cpp
|
Fix 32199 (visibility:collapse is not being interpreted as hidden on block and inline level elements) and parts of 21701 (misuse of style attr mVisible).
In the following files, replacing disp->mVisible with disp->IsVisible() is a BUG FIX: nsBlockFrame, nsBulletFrame, nsHRFrame, nsHTMLContainerFrame, nsImageFrame, nsTextFrame.
In all the other files, replacing disp->mVisible with disp->IsVisible() or disp->IsVisibleOrCollapsed() is merely a SYNTACTICAL CHANGE. The respective owners will later review the use of IsVisibleOrCollapsed() and in some cases replace it with IsVisible(). See bug 21701.
|
2000-03-17 10:15:13 +00:00 |
nsPageFrame.cpp
|
|
|
nsPageFrame.h
|
|
|
nsPlaceholderFrame.cpp
|
|
|
nsPlaceholderFrame.h
|
|
|
nsSelection.cpp
|
Added support for Ctrl+Shift+mouseclick to select block of cells. Rewrote nsITableLayout::nsGetCellData() to be much more efficient, eliminating a method in the process. Implemented nsTableCellFrame::Get[Previous|Next]CellInColumn for cursor key navigation in tables. r=mjudge,karnaze.
|
2000-03-23 04:24:58 +00:00 |
nsSimplePageSequence.cpp
|
|
|
nsSimplePageSequence.h
|
|
|
nsSpaceManager.cpp
|
|
|
nsSpaceManager.h
|
|
|
nsSpacerFrame.cpp
|
|
|
nsSplittableFrame.cpp
|
|
|
nsSplittableFrame.h
|
|
|
nsTextFrame.cpp
|
this should have NOT used ABS. if negative there is NO ROUNDING ERROR! ;)r=akkana
|
2000-03-22 02:10:37 +00:00 |
nsTextTransformer.cpp
|
|
|
nsTextTransformer.h
|
|
|
nsViewportFrame.cpp
|
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
|
2000-03-22 02:43:08 +00:00 |