gecko-dev/layout/generic
evaughan%netscape.com dd702eea33 XP part of accessibility landing
-r vidur, rods -sr hyatt
2001-04-01 01:01:33 +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 Display frame reflow counts (turned via config file define) 2001-03-13 01:47:22 +00:00
nsAbsoluteContainingBlock.h
nsAreaFrame.cpp
nsAreaFrame.h
nsBRFrame.cpp
nsBlockBandData.cpp
nsBlockBandData.h
nsBlockFrame.cpp fix Bug 70989 Clean up lots of "shadows" and other common warnings 2001-03-21 05:32:22 +00:00
nsBlockFrame.h b=70731 r=dcone sr=waterson - fixes crasher while printing 2001-03-14 06:45:41 +00:00
nsBlockReflowContext.cpp bug 47549 (Floaters cause entire page to redraw as content is appended (block paint perf)) 2001-02-12 07:06:49 +00:00
nsBlockReflowContext.h Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster. 2001-02-07 09:57:26 +00:00
nsBlockReflowState.cpp fix Bug 70989 Clean up lots of "shadows" and other common warnings 2001-03-21 05:32:22 +00:00
nsBlockReflowState.h fix Bug 70989 Clean up lots of "shadows" and other common warnings 2001-03-21 05:32:22 +00:00
nsBulletFrame.cpp Display frame reflow counts (turned via config file define) 2001-03-13 01:47:22 +00:00
nsBulletFrame.h
nsContainerFrame.cpp Use frame bit to indicate if frame has a decendant with a view and use this to optimize nsContainerFrame::PositionChildViews; bug 70211; sr=attinasi@netscape.com r=karnaze@netscape.com 2001-03-30 05:25:49 +00:00
nsContainerFrame.h Use frame bit to indicate if frame has a decendant with a view and use this to optimize nsContainerFrame::PositionChildViews; bug 70211; sr=attinasi@netscape.com r=karnaze@netscape.com 2001-03-30 05:25:49 +00:00
nsFirstLetterFrame.cpp
nsFrame.cpp XP part of accessibility landing 2001-04-01 01:01:33 +00:00
nsFrame.h table reflow coalescing, table reflow face lift. sr=attinasi 2001-03-13 06:38:59 +00:00
nsFrameFrame.cpp Hook up browser UI after skin switch. bug=68662, r=ben, sr=alecf, a=asa 2001-03-16 22:40:15 +00:00
nsFrameList.cpp bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes 2001-03-21 01:16:22 +00:00
nsFrameList.h bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes 2001-03-21 01:16:22 +00:00
nsFrameSetFrame.cpp
nsFrameSetFrame.h
nsFrameUtil.cpp Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc 2001-03-02 09:26:57 +00:00
nsGfxScrollFrame.cpp bug 73339: Remove NS_ConvertToString (just another name for NS_ConvertASCIItoUCS2) from the tree. r=jst, sr=scc 2001-03-27 11:17:17 +00:00
nsGfxScrollFrame.h
nsHTMLContainerFrame.cpp Removed code which prevented reparenting of views + added code to check floating child list when reparenting views bug 71032; sr = waterson@netscape.com; r=dcone@netscape.com 2001-03-23 14:43:09 +00:00
nsHTMLContainerFrame.h
nsHTMLFrame.cpp Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster. 2001-02-07 09:57:26 +00:00
nsHTMLParts.h Added refresh & setcookie atoms 2001-03-03 00:41:02 +00:00
nsHTMLReflowCommand.cpp
nsHTMLReflowCommand.h
nsHTMLReflowState.cpp Commented out assertion that is triggering in table regression tests: problem is covered by bug 71210, this just removes the assertion alert. r=karnaze 2001-03-28 20:06:15 +00:00
nsHTMLReflowState.h bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; implement bidi 2001-03-09 03:13:03 +00:00
nsIAnonymousContentCreator.h
nsIFrame.h Use frame bit to indicate if frame has a decendant with a view and use this to optimize nsContainerFrame::PositionChildViews; bug 70211; sr=attinasi@netscape.com r=karnaze@netscape.com 2001-03-30 05:25:49 +00:00
nsIFrameDebug.h
nsIFrameUtil.h
nsIImageFrame.h New interfaces needed for layout splitup. Not part of the build yet 2001-02-17 01:54:26 +00:00
nsILineIterator.h bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes 2001-03-21 01:16:22 +00:00
nsIObjectFrame.h New interfaces needed for layout splitup. Not part of the build yet 2001-02-17 01:54:26 +00:00
nsIPageSequenceFrame.h This now enables print listeners, print progress and the cancelling of printing 2001-03-27 11:56:03 +00:00
nsIScrollableFrame.h
nsIScrollableViewProvider.h
nsIStatefulFrame.h
nsImageFrame.cpp XP part of accessibility landing 2001-04-01 01:01:33 +00:00
nsImageFrame.h adding ifdef'd code to use the new imagelib. bug #70938. r=waterson sr=attinasi 2001-03-22 01:38:35 +00:00
nsImageMap.cpp Bug 60079. Look a little bit harder for <area> elements, rather than just bailing if the first element in the <map> isn't an <area>. r=saari, sr=jst 2001-04-01 00:45:59 +00:00
nsImageMap.h Bug 60079. Look a little bit harder for <area> elements, rather than just bailing if the first element in the <map> isn't an <area>. r=saari, sr=jst 2001-04-01 00:45:59 +00:00
nsInlineFrame.cpp bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; implement bidi 2001-03-09 03:29:00 +00:00
nsInlineFrame.h Shift frame-state bits in implementations to the 12 higher bits - bug 68411 r=karnaze sr=waterson 2001-02-23 12:42:12 +00:00
nsLeafFrame.cpp Display frame reflow counts (turned via config file define) 2001-03-13 01:47:22 +00:00
nsLeafFrame.h
nsLineBox.cpp bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; implement bidi 2001-03-09 03:29:00 +00:00
nsLineBox.h bug 71370; author=simon@softel.co.il; r=attinasi; sr=erik; implement bidi 2001-03-09 03:29:00 +00:00
nsLineLayout.cpp Empty inlines now take up space in the line, fixing problem where the backtround images for those elements were not showing up even if they had sufficient padding. b=21415 r=karnaze, sr=waterson 2001-03-29 06:39:40 +00:00
nsLineLayout.h
nsObjectFrame.cpp Fix to make printing OBJECTs safer bug 73846 a=av sr=waterson 2001-03-30 03:07:52 +00:00
nsObjectFrame.h Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com 2001-02-19 21:50:04 +00:00
nsPageFrame.cpp Added UI for printing selectd frame 2001-02-02 08:42:53 +00:00
nsPageFrame.h This checkin enables mozilla to support the printing of selection, the printing of page ranges, and 2001-01-27 14:09:34 +00:00
nsPlaceholderFrame.cpp Display frame reflow counts (turned via config file define) 2001-03-13 01:47:22 +00:00
nsPlaceholderFrame.h
nsSelection.cpp bug 71314; author=simon@softel.co.il; r=mjudge,anthonyd; sr=erik; changes 2001-03-21 01:16:22 +00:00
nsSimplePageSequence.cpp This now enables print listeners, print progress and the cancelling of printing 2001-03-27 11:56:03 +00:00
nsSimplePageSequence.h This now enables print listeners, print progress and the cancelling of printing 2001-03-27 11:56:03 +00:00
nsSpaceManager.cpp Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
nsSpaceManager.h
nsSpacerFrame.cpp fix Bug 70989 Clean up lots of "shadows" and other common warnings 2001-03-21 05:32:22 +00:00
nsSplittableFrame.cpp
nsSplittableFrame.h
nsTextFrame.cpp XP part of accessibility landing 2001-04-01 01:01:33 +00:00
nsTextTransformer.cpp Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org 2001-01-27 23:06:33 +00:00
nsTextTransformer.h
nsViewportFrame.cpp