.. |
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
|
bug 22853
|
2000-02-16 01:05:38 +00:00 |
nsAbsoluteContainingBlock.h
|
Change to how overflow is handled for absolutely positioned elements.
|
1999-12-06 15:49:53 +00:00 |
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 |
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 |
nsBlockBandData.cpp
|
bug 29595 (and others)
|
2000-03-22 23:19:10 +00:00 |
nsBlockBandData.h
|
fixed bug 19494
|
1999-12-23 20:49:07 +00:00 |
nsBlockFrame.cpp
|
table cell selection now shows up background. also small fix for nsBlockFrame to do the right thing for mouse capture.
|
2000-04-13 20:21:32 +00:00 |
nsBlockFrame.h
|
Made FindLineFor() public because I need to call it from the HTML reflow
|
2000-04-14 04:05:58 +00:00 |
nsBlockReflowContext.cpp
|
b=25223. Block code now does a better job of determing where the floater
|
2000-01-29 00:47:33 +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
|
table cell selection now shows up background. also small fix for nsBlockFrame to do the right thing for mouse capture.
|
2000-04-13 20:21:32 +00:00 |
nsBlockReflowState.h
|
table cell selection now shows up background. also small fix for nsBlockFrame to do the right thing for mouse capture.
|
2000-04-13 20:21:32 +00:00 |
nsBulletFrame.cpp
|
making string conversions explicit
|
2000-04-03 11:39:09 +00:00 |
nsBulletFrame.h
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
nsContainerFrame.cpp
|
Clip now applies to child views. b=11660 r=buster@netscape.com
|
2000-04-13 21:56:27 +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
|
b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
|
2000-01-22 01:16:50 +00:00 |
nsFrame.cpp
|
a=gramps. smoketest fix for 35590
|
2000-04-13 00:15:02 +00:00 |
nsFrame.h
|
fix for setcapture. passes events to the nsHTMLFrame's areaframe when events are trapped to a given frame's view.
|
2000-04-12 03:04:11 +00:00 |
nsFrameFrame.cpp
|
Use the docShell APIs to do the Load rather than nsIWebShell methods.
|
2000-04-01 00:26:21 +00:00 |
nsFrameList.cpp
|
b=5588. Performance improvement. Avoids walking the child list
|
2000-03-12 03:07:52 +00:00 |
nsFrameList.h
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
nsFrameSetFrame.cpp
|
bug 12002: Resizing a frameset by moving the splitter was causing rapid reflows bug was not updating the corresponding views. This change forces an update, which improves perceived performance. r=Troy
|
2000-04-05 00:10:26 +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
|
making string conversions explicit
|
2000-04-03 11:20:35 +00:00 |
nsGfxScrollFrame.cpp
|
1) Bug fixes.
|
2000-04-05 00:19:00 +00:00 |
nsGfxScrollFrame.h
|
1) Bug fixes.
|
2000-04-05 00:19:00 +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 for setcapture. passes events to the nsHTMLFrame's areaframe when events are trapped to a given frame's view.
|
2000-04-12 03:04:11 +00:00 |
nsHTMLParts.h
|
Add a nsHTMLUnknownElement class for LAYER, ILAYER, NOLAYER and unknown elements, this element is a normal element except that it doesn't do inline style processing. This fixes M15 bug #22260.
|
2000-04-05 01:46:48 +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
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
nsHTMLReflowState.cpp
|
b=26184 r=karnaze@netscape.com Changed it so that for a percentage width based
|
2000-02-13 17:55:18 +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
|
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
|
Event Target Debugging (b=18175), a debugging feature to help with fixing bugs where events are going to the wrong elements. It shows (like Visual Debugging) which frame is receiving events, and one can therefore move the mouse over the page to see what frame gets events. All the code is #ifdef NS_DEBUG. However, it is not yet hooked up to the viewer menu (to be checked in later).
|
2000-02-03 02:49:58 +00:00 |
nsIFrameUtil.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsILineIterator.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +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
|
Fixes for bugs 17460 and 21656. r=travis
|
2000-01-14 09:28:54 +00:00 |
nsImageFrame.cpp
|
making string conversions explicit
|
2000-04-03 11:39:09 +00:00 |
nsImageFrame.h
|
r=troy. Fix for bugs 8131, 13325.
|
2000-04-01 00:13:51 +00:00 |
nsImageMap.cpp
|
making string conversions explicit
|
2000-04-03 11:39:09 +00:00 |
nsImageMap.h
|
Fix for bug 9140. Area elements now have event fired for them. r=joki
|
2000-02-11 01:24:59 +00:00 |
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 |
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
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
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
|
Get the service for the plugin host. Don't bother requesting it from the container.
|
2000-04-13 02:53:18 +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 |
nsSelection.cpp
|
touch alot. changing api for notify selection listeners to add document and seleciton pointers to the api.
|
2000-04-14 11:21:19 +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
|
Converting ::GetIID() into NS_GET_IID(). Bug #20232. r=scc, r=mozbot
|
2000-02-02 22:24:56 +00:00 |
nsSpaceManager.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
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
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
nsSplittableFrame.h
|
Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc
|
1999-11-24 06:03:41 +00:00 |
nsTextFrame.cpp
|
b=35749 Fixed Purify warning
|
2000-04-13 20:55:40 +00:00 |
nsTextTransformer.cpp
|
adding include for tolower & toupper
|
2000-04-12 15:52:50 +00:00 |
nsTextTransformer.h
|
Added support for measuring text runs in ascii, and changed text transformer
|
2000-04-12 14:54:43 +00:00 |
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 |