gecko-dev/layout/generic
2003-10-11 12:00:05 +00:00
..
broken-image.gif New image for broken images icon. b=108799 r=kmcclusk sr=waterson a=blizzard/drivers 2001-11-08 21:37:24 +00:00
gopher-audio.gif
gopher-binary.gif
gopher-find.gif
gopher-image.gif
gopher-menu.gif
gopher-movie.gif
gopher-sound.gif Fixing bug 41187, adding internal-gopher-sound icon 2002-01-30 21:02:29 +00:00
gopher-telnet.gif
gopher-text.gif
gopher-unknown.gif
loading-image.gif Fixing image that was added non-binary 2001-11-14 01:56:39 +00:00
nsAbsoluteContainingBlock.cpp Ongoing deCOMtamination. r+sr=dbaron 2003-06-26 11:30:17 +00:00
nsAbsoluteContainingBlock.h bug 179683 - implement printing of fixed positioned elemements, clean up ViewportFrame. sr=roc, r=bzbarsky. 2003-01-20 18:04:34 +00:00
nsAreaFrame.cpp Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky 2003-07-11 21:16:12 +00:00
nsAreaFrame.h Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky 2003-07-11 21:16:12 +00:00
nsBidiFrames.cpp Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL. 2002-07-02 20:25:30 +00:00
nsBidiFrames.h The c++ standard requires that the throw list be used when declaring functions as well as defining them. 2002-07-03 17:14:41 +00:00
nsBlockBandData.cpp Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 03:42:21 +00:00
nsBlockBandData.h Change the way we calculate max-element-width for blocks with floaters: stop trying (and sometimes failing) to ensure that there can always be text next to the floater. b=186593 r+sr=roc+moz 2003-02-22 16:19:31 +00:00
nsBlockDebugFlags.h
nsBlockFrame.cpp Use UnionRect instead of reimplementing it in the block code. Bug 220741, 2003-10-10 01:12:55 +00:00
nsBlockFrame.h Use UnionRect instead of reimplementing it in the block code. Bug 220741, 2003-10-10 01:12:55 +00:00
nsBlockReflowContext.cpp Change our implementation of 'overflow: hidden' to be more compatible with other browsers, as CSS 2.1 now allows. b=69355 r+sr=bzbarsky 2003-09-16 22:09:18 +00:00
nsBlockReflowContext.h Bug 207477. Clean up nsBlockFrame, and don't suppress invalidation in nsBlockFrame::ReflowLine if it's a resize reflow. r+sr=dbaron 2003-07-15 00:04:43 +00:00
nsBlockReflowState.cpp Use UnionRect instead of reimplementing it in the block code. Bug 220741, 2003-10-10 01:12:55 +00:00
nsBlockReflowState.h Add comments. 2003-10-08 20:04:20 +00:00
nsBRFrame.cpp Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
nsBulletFrame.cpp Make URIs in the style system nsIURI pointers instead of strings. b=113173 r+sr=bzbarsky 2003-10-01 22:53:56 +00:00
nsBulletFrame.h Add nsIContent::GetBaseURL; get rid of similar functions on nsIXMLContent and 2003-07-03 02:45:34 +00:00
nsContainerFrame.cpp Bug 165149. Make children of a scrolled element inherit style directly from the element instead of via the scrolled frames. Add a new view property to indicate that the view is painted on a uniform background and use it to optimize scrolling, so that a scrolled element with a uniform background color can still be scrolled using bitblits. r+sr=dbaron 2003-10-11 12:00:05 +00:00
nsContainerFrame.h Bug 193686. nsContainerFrame needs to report the overflowList as one of its child frame lists. Also, overflow frames should be destroyed when their parent is destroyed. r+sr=dbaron 2003-06-02 04:03:07 +00:00
nsDummyLayoutRequest.h Fixing bug 152927: can't script any plugin in nested EMBED tag inside an OBJECT tag from onLoad handler -- CNET radio does not play with Real because SetSource is called from onLoad r=kmcclusk sr=dveditz a=asa 2002-07-26 03:48:24 +00:00
nsFirstLetterFrame.cpp Override Paint to fix strict mode text decorations and paint layer for :first-letter. b=212149 r+sr=bzbarsky 2003-07-11 20:45:19 +00:00
nsFrame.cpp Bug 165149. Make children of a scrolled element inherit style directly from the element instead of via the scrolled frames. Add a new view property to indicate that the view is painted on a uniform background and use it to optimize scrolling, so that a scrolled element with a uniform background color can still be scrolled using bitblits. r+sr=dbaron 2003-10-11 12:00:05 +00:00
nsFrame.h overflow area implementation for table frames (infrastructure), bug 173277 r=jkeiser sr=dbaron 2003-09-13 16:21:41 +00:00
nsFrameFrame.cpp Fix regression of scrolling attribute and overflow property on frame and iframe elements. Make the two interact correctly according to CSS cascading rules. b=220195 r+sr=bzbarsky 2003-09-25 03:55:04 +00:00
nsFrameList.cpp Ongoing deCOMtamination. r+sr=dbaron 2003-07-02 10:30:00 +00:00
nsFrameList.h Fix ReplaceChild() on positioned inlines to delegate to 2002-11-12 03:30:13 +00:00
nsFrameSetFrame.cpp Make presshell batch processing of style changes (using BeginUpdate/EndUpdate 2003-10-02 21:29:40 +00:00
nsFrameSetFrame.h Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron. 2003-02-22 00:32:13 +00:00
nsFrameUtil.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 21:07:51 +00:00
nsGfxScrollFrame.cpp Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
nsGfxScrollFrame.h Bug 202681. Do not recreate frames during reflow via -moz-binding change for lazy scrollbars. Instead of lazy scrollbars, completely remove the anonymous scrollbar element for scrollbars which are disabled by CSS. r+sr=dbaron,a=asa 2003-05-22 01:46:13 +00:00
nsHTMLContainerFrame.cpp Ongoing deCOMtamination. r+sr=dbaron 2003-06-29 03:43:05 +00:00
nsHTMLContainerFrame.h Bug 197065. Do more complete invalidation on block size changes. r=jkeiser,sr=dbaron 2003-04-05 21:27:45 +00:00
nsHTMLFrame.cpp Remove unneeded CanvasFrame::AttributeChanged. b=210955 r+sr=roc 2003-06-30 21:50:21 +00:00
nsHTMLParts.h Bug 38370. 2003-07-30 08:13:07 +00:00
nsHTMLReflowCommand.cpp DeCOMtaminate nsHTMLReflowCommand as much as possible without cleaning up callers. b=213333 r+sr=roc 2003-07-22 04:23:46 +00:00
nsHTMLReflowCommand.h Fix egcs bustage. 2003-07-22 05:47:09 +00:00
nsHTMLReflowMetrics.h Replace computation of max-element-size (height and width) with max-element-width alone, since the max-element-height is practically unused and not meaningful for layout. b=186953 r+sr=bzbarsky 2003-01-09 14:26:32 +00:00
nsHTMLReflowState.cpp Relanding fix for bug Bug 219693, r+sr=dbaron 2003-10-06 13:13:37 +00:00
nsHTMLReflowState.h bug 175455 - Added mTableDerivedComputedWidth to the reflow state to detect computed widths which exist only because of table cells. Limit percent width of descendants whose percentage base has such a computed width. sr=roc, r=bernd 2003-01-19 20:07:39 +00:00
nsIAnonymousContentCreator.h Bug 217201. Make nsTextControlFrame::InitEditor() happen outside of reflow, to prevent content notification flushes and reentrancy. r+rs=dbaron 2003-09-19 15:20:00 +00:00
nsICanvasFrame.h Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
nsIFrame.h Bug 190735. Final patch for deCOMtamination of core nsIFrame methods! rs=dbaron 2003-09-23 17:05:29 +00:00
nsIFrameDebug.h Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst 2003-02-22 15:34:38 +00:00
nsIFrameFrame.h Fixing Txul regression bug 138012. Make docshells always accessible through box objects and load about:blank when no src is specified on a frame. Eliminate creation of synthetic documents when they're not needed. r=peterv@netscape.com, sr=jaggernaut@netscape.com 2002-04-25 23:04:52 +00:00
nsIFrameUtil.h
nsIImageFrame.h Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input 2003-03-19 03:47:09 +00:00
nsILineIterator.h Bug 86947: 2001-10-25 01:08:40 +00:00
nsImageFrame.cpp Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
nsImageFrame.h Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky 2003-07-11 21:16:12 +00:00
nsImageMap.cpp Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
nsImageMap.h Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst 2003-02-22 15:34:38 +00:00
nsInlineFrame.cpp My review comments on roc's deCOMtamination patch. b=190735 r+sr=roc 2003-09-20 21:31:18 +00:00
nsInlineFrame.h Remove non-const kInlineFrameCID. r/sr=alecf. Bug 74803 2003-02-26 01:16:40 +00:00
nsIntervalSet.cpp Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only. 2003-01-01 23:53:20 +00:00
nsIntervalSet.h Change my email address from dbaron@fas.harvard.edu to dbaron@dbaron.org. Comment changes only. 2003-01-01 23:53:20 +00:00
nsIObjectFrame.h
nsIPageSequenceFrame.h Bug 205363 Remove SendStatusNotification/nsIPrintStatusCallback 2003-05-23 22:10:13 +00:00
nsIScrollableFrame.h Bug 201300. Get rid of document observer from nsGfxScrollFrame. r+sr=bz 2003-04-09 11:27:09 +00:00
nsIScrollableViewProvider.h Bug 126263. Whack comboboxes/listboxes to use Gfx scrollbars. Also, make scrollbars attach their XBL content only when they become visible, to avoid pageload hit. r+sr=dbaron 2003-04-08 20:50:57 +00:00
nsIStatefulFrame.h
nsLeafFrame.cpp Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst 2003-02-22 15:34:38 +00:00
nsLeafFrame.h Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst 2003-02-22 15:34:38 +00:00
nsLineBox.cpp Ongoing deCOMtamination. r+sr=dbaron 2003-06-30 10:46:59 +00:00
nsLineBox.h Change the way we calculate max-element-width for blocks with floaters: stop trying (and sometimes failing) to ensure that there can always be text next to the floater. b=186593 r+sr=roc+moz 2003-02-22 16:19:31 +00:00
nsLineLayout.cpp Remove LL_TEXTSTARTSWITHNBSP, since it's a partial and broken solution to the problem, and it's in the wrong place. b=187899 r+sr=roc 2003-09-28 22:56:08 +00:00
nsLineLayout.h Remove LL_TEXTSTARTSWITHNBSP, since it's a partial and broken solution to the problem, and it's in the wrong place. b=187899 r+sr=roc 2003-09-28 22:56:08 +00:00
nsObjectFrame.cpp Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
nsObjectFrame.h Add nsIContent::GetBaseURL; get rid of similar functions on nsIXMLContent and 2003-07-03 02:45:34 +00:00
nsPageContentFrame.cpp Ongoing deCOMtamination. r+sr=dbaron 2003-06-30 18:52:23 +00:00
nsPageContentFrame.h bug 179683 - implement printing of fixed positioned elemements, clean up ViewportFrame. sr=roc, r=bzbarsky. 2003-01-20 18:04:34 +00:00
nsPageFrame.cpp Ongoing deCOMtamination. r+sr=dbaron 2003-06-30 10:46:59 +00:00
nsPageFrame.h Change STF to use an unconstrainad reflow instead of searching for the widest frame 2002-09-19 21:45:07 +00:00
nsPlaceholderFrame.cpp Ongoing deCOMtamination. r+sr=dbaron 2003-06-30 10:46:59 +00:00
nsPlaceholderFrame.h Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst 2003-02-22 15:34:38 +00:00
nsReflowPath.cpp Remove DEBUG code that causes leak of VoidArray's mChildren. Patch from Harshal <keeda@hotpop.com>. r=bzbarsky sr=dbaron b=146549 2002-12-15 16:13:21 +00:00
nsReflowPath.h Bug 129115. Change the reflow path from a list structure to a tree structure to amortize state recovery and damage propagation costs. Eliminate table timeout reflows. r=kin,karnaze,rods,rbs; sr=attinasi 2002-05-10 18:22:41 +00:00
nsReflowType.h Bug 129115. Change the reflow path from a list structure to a tree structure to amortize state recovery and damage propagation costs. Eliminate table timeout reflows. r=kin,karnaze,rods,rbs; sr=attinasi 2002-05-10 18:22:41 +00:00
nsSelection.cpp Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
nsSimplePageSequence.cpp Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
nsSimplePageSequence.h Ongoing deCOMtamination. r+sr=dbaron 2003-06-30 18:52:23 +00:00
nsSpaceManager.cpp Fix crash printing fixed-position float elements (bug 200347), r=kin@netscape.com, sr=dbaron@dbaron.org, a=asa 2003-05-22 20:56:35 +00:00
nsSpaceManager.h Fix crash printing fixed-position float elements (bug 200347), r=kin@netscape.com, sr=dbaron@dbaron.org, a=asa 2003-05-22 20:56:35 +00:00
nsSpacerFrame.cpp Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 03:42:21 +00:00
nsSplittableFrame.cpp Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst 2003-02-22 15:34:38 +00:00
nsSplittableFrame.h Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst 2003-02-22 15:34:38 +00:00
nsTextFrame.cpp Remove LL_TEXTSTARTSWITHNBSP, since it's a partial and broken solution to the problem, and it's in the wrong place. b=187899 r+sr=roc 2003-09-28 22:56:08 +00:00
nsTextFrame.h Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv. 2003-03-05 15:08:41 +00:00
nsTextTransformer.cpp Bug 205262 warning nsSampleWordBreaker::Next was hidden by nsSemanticUnitScanner::Next 2003-05-23 22:06:40 +00:00
nsTextTransformer.h Remove duplication at the end of a comment. 2003-10-03 20:12:53 +00:00
nsViewportFrame.cpp Reflow main content before reflowing fixed-pos frames so that the placeholders 2003-02-22 20:13:12 +00:00
nsViewportFrame.h Reflow main content before reflowing fixed-pos frames so that the placeholders 2003-02-22 20:13:12 +00:00
punct_marks.ccmap bug 180266 : hard-code precompiled ccmaps. (r=shanjian, sr=alecf/rbs) : relanding 2003-03-07 02:30:18 +00:00