gecko-dev/layout/generic
bmlk%gmx.de ca2e57a80b Don't overoptimize when absolute frames are reflown and the containing block should return a MEW. bug 192267 r/sr=dbaron 2003-09-20 11:35:29 +00:00
..
broken-image.gif
gopher-audio.gif
gopher-binary.gif
gopher-find.gif
gopher-image.gif
gopher-menu.gif
gopher-movie.gif
gopher-sound.gif
gopher-telnet.gif
gopher-text.gif
gopher-unknown.gif
loading-image.gif
nsAbsoluteContainingBlock.cpp Ongoing deCOMtamination. r+sr=dbaron 2003-06-26 11:30:17 +00:00
nsAbsoluteContainingBlock.h
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
nsBRFrame.cpp DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823, 2003-07-28 21:25:13 +00:00
nsBidiFrames.cpp
nsBidiFrames.h
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 Don't overoptimize when absolute frames are reflown and the containing block should return a MEW. bug 192267 r/sr=dbaron 2003-09-20 11:35:29 +00:00
nsBlockFrame.h Bug 215220 Unable to receive caret-move event in HTML document 2003-09-14 12:56:21 +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 ongoing deCOMtamination work. r+sr=dbaron 2003-06-27 18:13:48 +00:00
nsBlockReflowState.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
nsBulletFrame.cpp DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823, 2003-07-28 21:25:13 +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 Make sure we include the overflow area in the size of views, for blocks and inlines, at least. b=79315 r+sr=roc 2003-07-23 00:14:16 +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
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 overflow area implementation for table frames (infrastructure), bug 173277 r=jkeiser sr=dbaron 2003-09-13 16:21:41 +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 Backing out the patch to bug 83536. 2003-08-22 03:06:53 +00:00
nsFrameList.cpp Ongoing deCOMtamination. r+sr=dbaron 2003-07-02 10:30:00 +00:00
nsFrameList.h
nsFrameSetFrame.cpp Bug 215042 - frame source is not shown 2003-09-13 19:42:43 +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
nsGfxScrollFrame.cpp Ongoing deCOMtamination. r+sr=dbaron 2003-06-29 03:43:05 +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
nsHTMLReflowState.cpp Let ComputeHorizontalValue handle unconstrained width, since unconstrained width only means the vertical margin is unknown in some cases. Patch by Mats Palmgren <mats.palmgren@bredband.net>. r+sr=dbaron a=asa b=209066 2003-09-06 04:01:33 +00:00
nsHTMLReflowState.h
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
nsIFrame.h Make GetStateBits const. b=208190 r+sr=roc 2003-07-12 00:46:52 +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
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
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
nsImageFrame.cpp Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt 2003-09-13 17:55:56 +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 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:37:27 +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 Ongoing deCOMtamination. r+sr=dbaron 2003-06-30 10:46:59 +00:00
nsInlineFrame.h Remove non-const kInlineFrameCID. r/sr=alecf. Bug 74803 2003-02-26 01:16:40 +00:00
nsIntervalSet.cpp
nsIntervalSet.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 Fix view positioning logic in RelativePositionFrames so that widgets are positioned correctly. b=214623 r+sr=roc a=asa 2003-08-06 23:59:10 +00:00
nsLineLayout.h Bug 217499: Clean up AIX libpath and configure script 2003-08-29 17:15:06 +00:00
nsObjectFrame.cpp Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:37:27 +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
nsPageFrame.cpp Ongoing deCOMtamination. r+sr=dbaron 2003-06-30 10:46:59 +00:00
nsPageFrame.h
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
nsReflowPath.h
nsReflowType.h
nsSelection.cpp #219573 2003-09-18 18:58:14 +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 unneeded nsTextFrame::QueryInterface. b=188618 r+sr=bzbarsky 2003-09-16 22:04:48 +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 Correct a regression in Bidi ordering and simplify the way in which we determine whether Arabic shaping needs to be performed depending on the capabilities of the system and whether we are rendering character by character. Bug 192919, r/sr=rbs. 2003-03-07 20:56:03 +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