gecko-dev/layout/generic
mjudge%netscape.com dd57ceb32d new api for limiter in selection 2000-05-02 03:44:17 +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 b=33150 Fixed problem where reflow commands in different child lists were 2000-05-02 02:23:31 +00:00
nsAbsoluteContainingBlock.h b=33150 Fixed problem where reflow commands in different child lists were 2000-05-02 02:23:31 +00:00
nsAreaFrame.cpp b=33150 Fixed problem where reflow commands in different child lists were 2000-05-02 02:23:31 +00:00
nsAreaFrame.h b=33150 Fixed problem where reflow commands in different child lists were 2000-05-02 02:23:31 +00:00
nsBRFrame.cpp Add ifdef'ed Performance Reflow Counting code 2000-04-21 14:59:47 +00:00
nsBlockBandData.cpp bug 588 (text justification) for Robert O'Callahan <roc+moz@cs.cmu.edu> 2000-04-17 14:40:46 +00:00
nsBlockBandData.h bug 588 (text justification) for Robert O'Callahan <roc+moz@cs.cmu.edu> 2000-04-17 14:40:46 +00:00
nsBlockFrame.cpp Reinstated clipping code which had been backed out because it caused 2000-04-25 04:43:11 +00:00
nsBlockFrame.h b=36202 Patch from roc+moz@cs.cmu.edu that makes sure we invalidate if 2000-04-19 03:12:13 +00:00
nsBlockReflowContext.cpp Backing out troy's changes to fix various UI blocker bugs. 2000-04-24 22:15:55 +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 Reinstated clipping code which had been backed out because it caused 2000-04-25 04:43:11 +00:00
nsBlockReflowState.h Reinstated clipping code which had been backed out because it caused 2000-04-25 04:43:11 +00:00
nsBulletFrame.cpp Add ifdef'ed Performance Reflow Counting code 2000-04-21 14:59:47 +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 Reinstated clipping code which had been backed out because it caused 2000-04-25 04:43:11 +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 Add ifdef'ed Performance Reflow Counting code 2000-04-21 14:59:47 +00:00
nsFrame.cpp r: mjudge 2000-04-30 18:56:26 +00:00
nsFrame.h r: mjudge 2000-04-30 18:56:26 +00:00
nsFrameFrame.cpp Add ifdef'ed Performance Reflow Counting code 2000-04-21 21:51:35 +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 Reinstated clipping code which had been backed out because it caused 2000-04-25 04:43:11 +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 Made gfx scrollframe store maxelement size for gfxlist controls. 2000-05-02 02:28:41 +00:00
nsGfxScrollFrame.h Not enabling creator's to be asked if they want to create a special frame for anonymous content 2000-04-19 13:55:17 +00:00
nsHTMLContainerFrame.cpp Reinstated clipping code which had been backed out because it caused 2000-04-25 04:43:11 +00:00
nsHTMLContainerFrame.h b=5588. Added new function ReparentFrameViewList() that is much faster 2000-03-12 03:09:36 +00:00
nsHTMLFrame.cpp Add ifdef'ed Performance Reflow Counting code 2000-04-21 14:59:47 +00:00
nsHTMLParts.h b=15405 Renamed root frame to canvas frame and changed frame construction 2000-04-19 02:13:43 +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 Fix for Linux bustage, bug 37643. Give outer table reflow state initial computed values of 0 to avoid excessive reflows from boxes. 2000-04-30 22:29:01 +00:00
nsHTMLReflowState.h new reflow/layout code for outer table to handle captions and margins. better % height handling. 2000-04-28 21:05:31 +00:00
nsIAnonymousContentCreator.h Not enabling creator's to be asked if they want to create a special frame for anonymous content 2000-04-19 13:55:17 +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 fixes two different checks for the existence of lowsrc. al text now displays 2000-05-01 14:35:19 +00:00
nsImageFrame.h no longer strips beginning and ending spaces of value when GetAttributeValueAt 2000-04-19 14:00:11 +00:00
nsImageMap.cpp fixes for 5995, 7304, 10573, 22832, and 9668. 2000-04-24 04:41:27 +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 Add ifdef'ed Performance Reflow Counting code 2000-04-21 14:59:47 +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 Add ifdef'ed Performance Reflow Counting code 2000-04-21 14:59:47 +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 I suck. More debugging code that should have been removed. 2000-04-17 15:54:55 +00:00
nsLineLayout.h bug 588 (text justification) for Robert O'Callahan <roc+moz@cs.cmu.edu> 2000-04-17 14:40:46 +00:00
nsObjectFrame.cpp Fixing mismatched addref/release pair 2000-04-26 21:47:45 +00:00
nsObjectFrame.h extracted the declaration of nsObjectFrame into a separate .h file so that it can be accessed by nsHTMLEmbedElement.cpp. This is needed to fix bug 32150 2000-04-14 22:48:30 +00:00
nsPageFrame.cpp Add ifdef'ed Performance Reflow Counting code 2000-04-21 14:59:47 +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 Add ifdef'ed Performance Reflow Counting code 2000-04-21 14:59:47 +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 new api for limiter in selection 2000-05-02 03:44:17 +00:00
nsSimplePageSequence.cpp Add ifdef'ed Performance Reflow Counting code 2000-04-21 14:59:47 +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 Add ifdef'ed Performance Reflow Counting code 2000-04-21 14:59:47 +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 r: mjudge 2000-04-30 18:56:26 +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 Add ifdef'ed Performance Reflow Counting code 2000-04-21 14:59:47 +00:00