gecko-dev/layout/generic
dbaron%fas.harvard.edu b07eae2b6f 1) Make PRE line layout backwards compatible in quirks mode (related to bug 26998).
2) Don't use strings when I can use atoms.
3) Fix bug 28472 by correcting error in earlier checkin.
r=buster@netscape.com
2000-03-16 01:14:57 +00:00
..
broken-image.gif new 1998-06-03 18:31:14 +00:00
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
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 b=24343 r=karnaze@netscape.com Changes so we properly lay out after changing 2000-03-15 15:16:03 +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=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 b=24343 r=karnaze@netscape.com Changes so we properly lay out after changing 2000-03-15 15:16:03 +00:00
nsBlockReflowState.h b=24343 r=karnaze@netscape.com Changes so we properly lay out after changing 2000-03-15 15:16:03 +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 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 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 Fix bug 29515, prevent excess processing inside GetFrameForPoint. a:rickg, r:dbaron@fas.harvard.edu 2000-03-09 15:31:44 +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 Fix problem with NS_IF_ADDREF on member variables inside of const 2000-02-17 23:19:18 +00:00
nsFrame.h Fix for bug 9140. Area elements now have event fired for them. r=joki 2000-02-11 01:24:59 +00:00
nsFrameFrame.cpp Files: 2000-03-11 06:32:42 +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 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 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsGfxScrollFrame.cpp Fix for bug# 30548 2000-03-09 01:37:23 +00:00
nsGfxScrollFrame.h bugs fixes for: 28460, 27242, 29462 2000-03-02 03:01:30 +00:00
nsHTMLContainerFrame.cpp b=5588. Added new function ReparentFrameViewList() that is much faster 2000-03-12 03:09:36 +00:00
nsHTMLContainerFrame.h b=5588. Added new function ReparentFrameViewList() that is much faster 2000-03-12 03:09:36 +00:00
nsHTMLFrame.cpp Change to how overflow is handled for absolutely positioned elements. 1999-12-06 15:49:53 +00:00
nsHTMLParts.h b=27043 r=buster@netscape.com Inner table cell specifies NS_BLOCK_MARGIN_ROOT 2000-02-11 15:31:41 +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 for bug 9140. Area elements now have event fired for them. r=joki 2000-02-11 01:24:59 +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
nsImageFrame.cpp Fix for bug 9140. Area elements now have event fired for them. r=joki 2000-02-11 01:24:59 +00:00
nsImageFrame.h Fix for bug 9140. Area elements now have event fired for them. r=joki 2000-02-11 01:24:59 +00:00
nsImageMap.cpp removed calls to deprecated string methods 2000-03-12 09:14:14 +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 b=5588. Changed it so we lazily reparent the child frames on the overflow list 2000-03-12 03:14:11 +00:00
nsInlineFrame.h b=5588. Changed it so we lazily reparent the child frames on the overflow list 2000-03-12 03:14:11 +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
nsLeafFrame.cpp 1) implememted box reflow coelescing. 2000-02-09 22:02:40 +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 Now line boxes are allocated out of the pres shell arena. This reduces the 2000-03-12 03:00:51 +00:00
nsLineBox.h Now line boxes are allocated out of the pres shell arena. This reduces the 2000-03-12 03:00:51 +00:00
nsLineLayout.cpp 1) Make PRE line layout backwards compatible in quirks mode (related to bug 26998). 2000-03-16 01:14:57 +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 Use the nsIWebBrowserChrome interface to set the status rather than the old nsIBrowserWindow interface. 2000-03-11 00:41:57 +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 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=30391 r=troy@netscape.com Patch from rbs@maths.uq.edu.au to add parens when 2000-03-11 16:50:52 +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 updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsViewportFrame.cpp b=24343 r=karnaze@netscape.com Changes so we properly lay out after changing 2000-03-15 15:16:03 +00:00