gecko-dev/layout/generic
rickg%netscape.com 2d7911145f WIP for bug 55095; sr=buster, r=attinasi, sfraser 2000-10-11 23:40:42 +00:00
..
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
nsAbsoluteContainingBlock.h
nsAreaFrame.cpp
nsAreaFrame.h
nsBRFrame.cpp
nsBlockBandData.cpp Bug 46043. Be sure to clear m[Left|Right]Floaters when 0 == mCount. r=buster 2000-08-24 19:55:11 +00:00
nsBlockBandData.h
nsBlockFrame.cpp bug 29276 (text inside <label> tags within a table cell breaks out of table cell) 2000-10-09 21:19:36 +00:00
nsBlockFrame.h bug 45152 (Typed text does not render in TextAreas with a horizontal scrollbar) 2000-08-24 04:26:43 +00:00
nsBlockReflowContext.cpp When computing the max-element-size, base percentage margins on the size of the contained max-element-size, not on the container's desired size. Bug 25707. r,a=waterson 2000-08-11 20:08:15 +00:00
nsBlockReflowContext.h Fix bug 43882 (dogfood+) by removing special handling of empty P elements. (Most of the diffs are whitespace changes.) This also fixes bugs 43369, 43991, and 18050. However, it exposes a few other issues as well (the most important of which, nuking top margins on first *normal flow* children of BODY and TD, was previously fixed only in some cases, but shouldn't be hard to fix in general). r=waterson 2000-06-29 22:03:42 +00:00
nsBlockReflowState.cpp bug 29276 (text inside <label> tags within a table cell breaks out of table cell) 2000-10-09 21:19:36 +00:00
nsBlockReflowState.h bug 29276 (text inside <label> tags within a table cell breaks out of table cell) 2000-10-09 21:19:36 +00:00
nsBulletFrame.cpp bug #55703 (sr=buster). Stop leaking images in nsBulletFrame... 2000-10-09 06:23:37 +00:00
nsBulletFrame.h
nsContainerFrame.cpp Bug 19051. Remove code that computed and maintained nsTextRun. Instead, compute 'next text' when required by crawling the frame tree in nsLineLayout::FindNextText(). r=roc+moz@cs.cmu.edu 2000-07-27 05:16:08 +00:00
nsContainerFrame.h Fix for mac xp menus not comming up at all. 2000-05-18 00:37:27 +00:00
nsFirstLetterFrame.cpp Bug 46693. Check to see if we CanContinueTextRun() while walking over the frames to FindNextText(). This revives the logic that I nuked when fixing 19051, and keeps you from trying to walk over <br> or other frames to erroneously continue a text run. r=akkana. 2000-07-28 22:29:28 +00:00
nsFrame.cpp WIP for bug 55095; sr=buster, r=attinasi, sfraser 2000-10-11 23:40:42 +00:00
nsFrame.h Added default implementation for frames to allow a frame to specify which frame provides its parent style context. Also reworked ReResolveStyleContext and VerifyStyleTree to allow the style context tree to diverge from the frame tree. b=45210 r=karnaze 2000-09-12 22:47:09 +00:00
nsFrameFrame.cpp Bug 16346: Implement overflow:hidden support from frames and iframes. Fix by peterlubczynski, r=pollmann, sr=buster 2000-10-07 05:37:27 +00:00
nsFrameList.cpp
nsFrameList.h
nsFrameSetFrame.cpp Bug 51576: Fix a crash when resizing browser to zero height or width for frameset pages; Fix thanks to tobias.weibel@gmx.net; r=self, jst, vidur 2000-09-21 05:07:06 +00:00
nsFrameSetFrame.h Bug 40383: Treat frameset rows spec 0* as 1* in quirks mode; r=harishd 2000-08-03 22:26:56 +00:00
nsFrameUtil.cpp
nsGfxScrollFrame.cpp Bug 53969. Move anonymous content storage to pres shell; remove obsolete methods from nsIAnonymousContentCreator. r=dbaron, a=hyatt 2000-10-09 03:08:41 +00:00
nsGfxScrollFrame.h Bug 55100. Re-order vtable so that nsFrame::Destroy will find the size in the right spot. This is a band-aid fix. r=buster, sr=hyatt 2000-10-09 21:10:05 +00:00
nsHTMLContainerFrame.cpp Paint backgrounds and borders for inline elements in the foreground layer. b=36710, 27757 r=buster@netscape.com 2000-09-04 21:45:47 +00:00
nsHTMLContainerFrame.h Adding call to new view API so that the view of a fixed-position frame has a Z-order/clipping parent which is not its geometric parent. Bug 39621. r,a=waterson 2000-08-12 19:44:11 +00:00
nsHTMLFrame.cpp
nsHTMLParts.h Bug 3326: Implement IsIndex frame; r=kmcclusk 2000-09-14 04:43:31 +00:00
nsHTMLReflowCommand.cpp r=rpotts. Fix for nsbeta3+ bug 39368. 2000-09-12 00:35:11 +00:00
nsHTMLReflowCommand.h r=rpotts. Fix for nsbeta3+ bug 39368. 2000-09-12 00:35:11 +00:00
nsHTMLReflowState.cpp bug 29276 (text inside <label> tags within a table cell breaks out of table cell) 2000-10-09 21:19:36 +00:00
nsHTMLReflowState.h Fix the way HTML's align attribute works for horizontal alignment of blocks. Use the -moz-center and -moz-right even in strict mode, and apply them to blocks in addition to tables. r=attinasi b=37083, 40038 2000-07-27 23:37:44 +00:00
nsIAnonymousContentCreator.h Bug 53969. Move anonymous content storage to pres shell; remove obsolete methods from nsIAnonymousContentCreator. r=dbaron, a=hyatt 2000-10-09 03:08:41 +00:00
nsIFrame.h Added a new method to allow a frame to specify the frame that provides its parent style context. b=45210 r=karnaze 2000-09-12 22:45:33 +00:00
nsIFrameDebug.h
nsIFrameUtil.h
nsILineIterator.h warning fixes for linux. r: mjudge a: beppe 2000-06-16 22:28:10 +00:00
nsIPageSequenceFrame.h
nsIScrollableFrame.h Fix to enable trees to blit. Performance work approved by waterson. r=waterson. 2000-07-27 06:17:58 +00:00
nsIStatefulFrame.h Bug 32770: Save scroll position in session history r=nisheeth 2000-06-14 23:37:06 +00:00
nsImageFrame.cpp Fixed bug 52526, the cause was that image load event was bubbling even though the specs say it should not. Previously we were not even sending the load event on image load. I also fixed bug 50478 by fixing the logic in GetBubbles and GetCancelable of the DOMEvent. This helps in testing the first bug. I also fixed several cases where we had wrong combination of event class and event struct type. a=waterson, r=joki,rods. 2000-09-19 21:47:04 +00:00
nsImageFrame.h bug:13718: natural img dimens. pnunn, r:sfraser 2000-09-08 22:52:05 +00:00
nsImageMap.cpp Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer. 2000-10-07 10:57:30 +00:00
nsImageMap.h Bug 49122. Make the image map manage addition and removal of the <area>'s to the primary-frame-for map in the frame manager. r=saari 2000-08-18 06:27:42 +00:00
nsInlineFrame.cpp bug 28811 2000-09-11 20:46:44 +00:00
nsInlineFrame.h bug 28811 2000-09-11 20:46:44 +00:00
nsLeafFrame.cpp
nsLeafFrame.h
nsLineBox.cpp warning fixes for linux. r: mjudge a: beppe 2000-06-16 22:28:10 +00:00
nsLineBox.h bug 28811 2000-09-11 20:46:44 +00:00
nsLineLayout.cpp Bug 54005. Test if frame CanContinueTextRun() before advancing to its sibling. r=karnaze, a=buster 2000-10-09 22:03:03 +00:00
nsLineLayout.h bug 28811 2000-09-11 20:46:44 +00:00
nsObjectFrame.cpp sr=mscott, bugscape=2429, Shrimp crashes when closing some windows. 2000-10-06 02:45:53 +00:00
nsObjectFrame.h Bug 37622. Hackery to get <embed hidden='true'> to work. Check hidden attribute; if set, size to (0, 0) and don't create a widget. r=pavlov,blizzard. 2000-07-19 23:46:43 +00:00
nsPageFrame.cpp
nsPageFrame.h
nsPlaceholderFrame.cpp Bug 19051. Remove code that computed and maintained nsTextRun. Instead, compute 'next text' when required by crawling the frame tree in nsLineLayout::FindNextText(). r=roc+moz@cs.cmu.edu 2000-07-27 05:16:08 +00:00
nsPlaceholderFrame.h
nsSelection.cpp Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer. 2000-10-07 10:57:30 +00:00
nsSimplePageSequence.cpp
nsSimplePageSequence.h
nsSpaceManager.cpp
nsSpaceManager.h
nsSpacerFrame.cpp
nsSplittableFrame.cpp
nsSplittableFrame.h
nsTextFrame.cpp bug 1046: letter-spacing should apply on space characters too. r=erik+buster, a=michaell. 2000-10-09 08:39:29 +00:00
nsTextTransformer.cpp Fix to ensure we don't go past array bounds in ScanNormalUnicodeText() b=52722 r=buster a=karnaze 2000-09-22 22:45:31 +00:00
nsTextTransformer.h bug 4238; r/a=ftang,buster,waterson; added language specific transforms so 2000-09-20 23:00:32 +00:00
nsViewportFrame.cpp