gecko-dev/layout/generic
kipp%netscape.com 5841a14537 new
1998-12-01 16:13:49 +00:00
..
broken-image.gif new 1998-06-03 18:31:14 +00:00
nsBlockFrame.cpp Disable fixed behavior when we are shrink wrapping so that floating tables (for example) can ignore their width if necessary 1998-11-20 22:24:20 +00:00
nsBlockFrame.h Override FrameForPoint so that floaters/bullets get events 1998-11-19 18:09:57 +00:00
nsBlockReflowContext.cpp new 1998-12-01 16:13:49 +00:00
nsBlockReflowContext.h new 1998-12-01 16:13:49 +00:00
nsBlockReflowState.cpp Disable fixed behavior when we are shrink wrapping so that floating tables (for example) can ignore their width if necessary 1998-11-20 22:24:20 +00:00
nsBlockReflowState.h Disable fixed behavior when we are shrink wrapping so that floating tables (for example) can ignore their width if necessary 1998-11-20 22:24:20 +00:00
nsBRFrame.cpp Removed skid marks; implement FindTextRuns again 1998-10-09 23:46:02 +00:00
nsBulletFrame.cpp new 1998-12-01 16:13:49 +00:00
nsBulletFrame.h new 1998-12-01 16:13:49 +00:00
nsContainerFrame.cpp Add missing coordinate transform to getFrameForPoint 1998-11-24 20:31:21 +00:00
nsContainerFrame.h Factored out FrameForPoint code into one that takes a particular list 1998-11-19 18:09:03 +00:00
nsFrame.cpp Add click event support for every element and initial keypress event support 1998-11-24 07:46:58 +00:00
nsFrame.h Added XMLQuote to quote special characters; changed MakeFrameName to avoid needing quoting 1998-11-19 17:55:22 +00:00
nsFrameFrame.cpp disabled another printf; use web-shell destroy to properly whack the sub-webshell 1998-11-26 18:13:13 +00:00
nsFrameSetFrame.cpp fixed bug 1613 (leak in nsFrameSetFrame::CalculateRowCol) 1998-11-30 22:37:52 +00:00
nsFrameSetFrame.h changed frameset layout algorithm. fixed bugs 728, 1075, 1494 and half of 1486 1998-11-28 18:59:38 +00:00
nsHTMLContainerFrame.cpp Fixed it so that we don't ignore painting child frames of a parent frame 1998-11-19 03:52:29 +00:00
nsHTMLContainerFrame.h Reworking internal event code to use nsIFrame::GetFrameForPoint 1998-11-18 05:25:26 +00:00
nsHTMLFrame.cpp Support margins on the child frame 1998-11-20 22:27:33 +00:00
nsHTMLParts.h form control content attribute changes (not all) reflected in layout; fixed scrolling on <iframe>, <frame>; 1998-11-09 23:30:16 +00:00
nsHTMLReflowCommand.cpp Use geometric parent to get containing block of the floater 1998-11-10 18:04:10 +00:00
nsHTMLReflowCommand.h Added GetChildListName() member function 1998-11-10 04:31:02 +00:00
nsIFrame.h whitespace tweak 1998-11-26 18:08:27 +00:00
nsImageFrame.cpp Let style override the cursor choice when using an image map 1998-11-23 22:21:13 +00:00
nsImageMap.cpp Fixing a submit/reset event bug, frame destruction reentrancy bug, and an imagemap bug. 1998-11-21 00:19:36 +00:00
nsInlineFrame.cpp Added support for StyleChanged reflow reason 1998-11-20 17:41:44 +00:00
nsLeafFrame.cpp Updated leaf api's to better support caching of computed border/padding when percentages are used 1998-11-20 17:13:02 +00:00
nsLeafFrame.h Updated leaf api's to better support caching of computed border/padding when percentages are used 1998-11-20 17:13:02 +00:00
nsLineBox.cpp new 1998-12-01 16:13:49 +00:00
nsLineBox.h new 1998-12-01 16:13:49 +00:00
nsLineLayout.cpp Added DumpRegressionData; revised ListTag; added GetFrameName 1998-11-19 17:22:29 +00:00
nsLineLayout.h Added InitFloater 1998-11-10 18:04:19 +00:00
nsObjectFrame.cpp Bug fix for 1201. Now use the size parameters from the object tag as a determinant of size. 1998-11-17 23:29:20 +00:00
nsPageFrame.cpp Added DumpRegressionData; revised ListTag; added GetFrameName 1998-11-19 17:22:29 +00:00
nsPageFrame.h Added DumpRegressionData; revised ListTag; added GetFrameName 1998-11-19 17:22:29 +00:00
nsPlaceholderFrame.cpp Added DumpRegressionData; revised ListTag; added GetFrameName 1998-11-19 17:22:29 +00:00
nsPlaceholderFrame.h Added DumpRegressionData; revised ListTag; added GetFrameName 1998-11-19 17:22:29 +00:00
nsSelection.cpp Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros 1998-09-12 19:33:48 +00:00
nsSimplePageSequence.cpp Added DumpRegressionData; revised ListTag; added GetFrameName 1998-11-19 17:22:29 +00:00
nsSimplePageSequence.h Added DumpRegressionData; revised ListTag; added GetFrameName 1998-11-19 17:22:29 +00:00
nsSpaceManager.cpp Fixed a coordinate system bug with Offset method 1998-10-30 22:05:22 +00:00
nsSpaceManager.h Added 'ns' prefix to class name 1998-05-28 02:37:37 +00:00
nsSpacerFrame.cpp changes for pixel scaling/printing. 1998-11-14 01:52:27 +00:00
nsSplittableFrame.cpp Improved the regression dump data somewhat 1998-11-19 18:51:53 +00:00
nsSplittableFrame.h Improved the regression dump data somewhat 1998-11-19 18:51:53 +00:00
nsTextFrame.cpp fixed memory leak. 1998-11-28 04:24:46 +00:00
nsTextTransformer.cpp Fixed bug #1257: the bug was that we were overrunning the transformers malloc'd buffer because the mBufferLength was never being updated 1998-11-14 22:27:50 +00:00
nsTextTransformer.h Removed and unused member variable 1998-11-14 22:27:06 +00:00