gecko-dev/layout/generic
pavlov%netscape.com 45a70d5703 fix build bustage 2000-05-17 03:24:43 +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 effectively removed area frame 2000-05-09 05:11:12 +00:00
nsAbsoluteContainingBlock.h effectively removed area frame 2000-05-09 05:11:12 +00:00
nsAreaFrame.cpp effectively removed area frame 2000-05-09 05:11:12 +00:00
nsAreaFrame.h effectively removed area frame 2000-05-09 05:11:12 +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 avoiding confusion between line iterator between layout and navigation. 2000-05-16 08:11:14 +00:00
nsBlockFrame.h effectively removed area frame 2000-05-09 05:11:12 +00:00
nsBlockReflowContext.cpp bugs 38396, 29429, 32471, 27390, 32581 2000-05-14 04:56:25 +00:00
nsBlockReflowContext.h (forgot to check this in) 2000-05-09 05:28:08 +00:00
nsBlockReflowState.cpp avoiding confusion between line iterator between layout and navigation. 2000-05-16 08:11:14 +00:00
nsBlockReflowState.h avoiding confusion between line iterator between layout and navigation. 2000-05-16 08:11:14 +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 Partial work on 16311, 32807, 16352: code reorganization/cleanup of word/line/paragraph selection. 2000-05-16 22:48:28 +00:00
nsFrame.h Partial work on 16311, 32807, 16352: code reorganization/cleanup of word/line/paragraph selection. 2000-05-16 22:48:28 +00:00
nsFrameFrame.cpp Bug 32746 (3 of 3): Make iframe borders respond to both css and frameborder attribute, un-reverse frameborder=yes/no, and misc clean up with nsCOMPtrs. r=harishd 2000-05-16 21:59:23 +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 1) Scrolling menus 2000-05-15 04:12:31 +00:00
nsGfxScrollFrame.h 1) Scrolling menus 2000-05-15 04:12:31 +00:00
nsHTMLContainerFrame.cpp Add code to paint selection border around Named Anchor frames when rect is not null - used only in Editor when Named Anchor is represented by an image. r=mjudge 2000-05-16 22:12:54 +00:00
nsHTMLContainerFrame.h b=5588. Added new function ReparentFrameViewList() that is much faster 2000-03-12 03:09:36 +00:00
nsHTMLFrame.cpp Added AttributeChanged method impl. for the CanvasFrame. This allows the frame to invalidate the whole canvas when a background color or background image changes. b=11491,37502 2000-05-06 05:50:49 +00:00
nsHTMLParts.h Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com. 2000-05-10 13:13:39 +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 bug 28811, 29459, 32507 - added flag to reflow state to handle table cells. 2000-05-16 22:55:34 +00:00
nsHTMLReflowState.h bug 28811, 29459, 32507 - added flag to reflow state to handle table cells. 2000-05-16 22:55:34 +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 Partial work on 16311, 32807, 16352: code reorganization/cleanup of word/line/paragraph selection. 2000-05-16 22:48:28 +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 avoiding confusion between line iterator between layout and navigation. 2000-05-16 08:11:14 +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) Scrolling menus 2000-05-15 04:12:31 +00:00
nsIStatefulFrame.h Fixes for bugs 17460 and 21656. r=travis 2000-01-14 09:28:54 +00:00
nsImageFrame.cpp changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +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 changing use of nsXIFConverter to nsIXifConverter 2000-05-13 08:10:25 +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 avoiding confusion between line iterator between layout and navigation. 2000-05-16 08:11:14 +00:00
nsLineBox.h avoiding confusion between line iterator between layout and navigation. 2000-05-16 08:11:14 +00:00
nsLineLayout.cpp just removed a warning 2000-05-09 05:08:27 +00:00
nsLineLayout.h # 34082 2000-05-02 23:07:11 +00:00
nsObjectFrame.cpp fix build bustage 2000-05-17 03:24:43 +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 removing debug messages 2000-05-17 03:07:31 +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 fixed bug 24770 2000-05-09 05:09:55 +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 changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
nsTextTransformer.cpp #7601, r = ftang 2000-05-16 19:52:05 +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