gecko-dev/layout/generic
martijn.martijn%gmail.com d22f55b012 Bug 271442 - Flash element behaves weird if inside a floated element with overflow:auto, patch by Graham Sanderson, r+sr=roc 2006-07-28 22:59:05 +00:00
..
.cvsignore
Makefile.in
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 Fix crash when recreating <caption> frames. Add ASSERTIONs to detect similar frame construction errors in the future. b=341382 r+sr=bzbarsky 2006-06-29 02:32:36 +00:00
nsAbsoluteContainingBlock.h
nsAreaFrame.cpp
nsAreaFrame.h
nsAutoCopyListener.h
nsBRFrame.cpp Fixing bustage 2006-07-12 14:35:43 +00:00
nsBidiFrames.cpp
nsBidiFrames.h
nsBlockBandData.cpp
nsBlockBandData.h
nsBlockDebugFlags.h
nsBlockFrame.cpp Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst 2006-07-19 04:36:36 +00:00
nsBlockFrame.h relanding fix for bug 317278 :-( 2006-06-29 01:19:48 +00:00
nsBlockReflowContext.cpp relanding fix for bug 317278 :-( 2006-06-29 01:19:48 +00:00
nsBlockReflowContext.h
nsBlockReflowState.cpp Block-level replaced element margin box must not overlap any floats. b=342531 r+sr=dbaron 2006-07-05 03:53:22 +00:00
nsBlockReflowState.h relanding fix for bug 317278 :-( 2006-06-29 01:19:48 +00:00
nsBulletFrame.cpp Bug 237085. Move string subdivision code to gfx so we can efficiently make it metrics-dependent. r=smontagu,sr=rbs 2006-06-26 22:18:23 +00:00
nsBulletFrame.h
nsColumnSetFrame.cpp
nsContainerFrame.cpp Removed a bogus assertion. b=345699 r+sr=roc 2006-07-28 09:18:27 +00:00
nsContainerFrame.h
nsFirstLetterFrame.cpp
nsFrame.cpp Simplify handling of the eSelectNoAmount case in nsFrame::PeekOffset. bug=344514 r+sr=roc 2006-07-18 07:32:58 +00:00
nsFrame.h Avoid a crash in nsAutoScrollTimer by keeping a reference to the content instead of the view. bug 322084, patch by jpl24 <jlurz24@gmail.com>, r+sr=roc 2006-06-16 01:54:31 +00:00
nsFrameFrame.cpp
nsFrameList.cpp Always use the visual iterator when moving visually in a bidi page, even if the current line or adjacent lines are LTR. bug=309432 r=smontagu sr=roc 2006-07-12 11:22:18 +00:00
nsFrameList.h
nsFrameSelection.h Fix bidi behavior of ctrl+backspace and ctrl+del. bug=344226 r=smontagu sr=roc 2006-07-18 07:28:38 +00:00
nsFrameSetFrame.cpp Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz 2006-07-02 07:23:10 +00:00
nsFrameSetFrame.h
nsFrameUtil.cpp
nsGfxScrollFrame.cpp Bug 344583: misc cleanup. r+sr=roc 2006-07-14 03:02:37 +00:00
nsGfxScrollFrame.h Bug 334765. Fix XUL boxobject coordinates to not take scrolling into account. Second try, with a patch that hopefully won't regress Tp. r+sr=bzbarsky 2006-06-16 02:40:29 +00:00
nsHTMLCanvasFrame.cpp Bug 344583: misc cleanup. r+sr=roc 2006-07-14 03:02:37 +00:00
nsHTMLCanvasFrame.h
nsHTMLContainerFrame.cpp
nsHTMLContainerFrame.h
nsHTMLFrame.cpp Bug 344583: misc cleanup. r+sr=roc 2006-07-14 03:02:37 +00:00
nsHTMLParts.h Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst 2006-07-19 04:36:36 +00:00
nsHTMLReflowCommand.cpp
nsHTMLReflowCommand.h
nsHTMLReflowMetrics.h
nsHTMLReflowState.cpp Bug 342093. Use GetPositionIgnoringScrolling where we can, now that it exists. r+sr=bzbarsky 2006-06-20 21:13:05 +00:00
nsHTMLReflowState.h
nsIAnonymousContentCreator.h
nsICanvasFrame.h
nsIFrame.h Bug 343613, Make EventStateManager to use nsWeakFrame, r+sr=roc 2006-07-14 07:55:51 +00:00
nsIFrameDebug.h
nsIFrameFrame.h
nsIFrameUtil.h
nsIImageFrame.h
nsILineIterator.h
nsIObjectFrame.h
nsIPageSequenceFrame.h
nsIScrollableFrame.h
nsIScrollableViewProvider.h
nsIStatefulFrame.h
nsImageFrame.cpp Bug 237085. Move string subdivision code to gfx so we can efficiently make it metrics-dependent. r=smontagu,sr=rbs 2006-06-26 22:18:23 +00:00
nsImageFrame.h Implement a stub imgIDecoderObserver to save code size in content and layout. b=339612 r+sr=sicking 2006-06-16 21:07:47 +00:00
nsImageMap.cpp Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz 2006-07-02 07:23:10 +00:00
nsImageMap.h Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz 2006-07-02 07:23:10 +00:00
nsInlineFrame.cpp Fix crash when recreating <caption> frames. Add ASSERTIONs to detect similar frame construction errors in the future. b=341382 r+sr=bzbarsky 2006-06-29 02:32:36 +00:00
nsInlineFrame.h Bug 328168: Horizontal paddings, borders and margins on multi-frame bidi inlines appear in the wrong places. Patch by Haamed Gheibi <gheibi@gmail.com>. r=roc+uriber, sr=roc. 2006-06-15 08:16:23 +00:00
nsIntervalSet.cpp
nsIntervalSet.h
nsLeafFrame.cpp
nsLeafFrame.h
nsLineBox.cpp Bug 342479: fix compiler warning @ nsFloatCacheList::RemoveAndReturnPrev in nsLineBox.cpp, patch by Ryan VanderMeulen <ryanvm@gmail.com>, r+sr=roc 2006-07-24 18:57:42 +00:00
nsLineBox.h relanding fix for bug 317278 :-( 2006-06-29 01:19:48 +00:00
nsLineLayout.cpp Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst 2006-07-19 04:36:36 +00:00
nsLineLayout.h
nsObjectFrame.cpp Bug 271442 - Flash element behaves weird if inside a floated element with overflow:auto, patch by Graham Sanderson, r+sr=roc 2006-07-28 22:59:05 +00:00
nsObjectFrame.h
nsPageContentFrame.cpp
nsPageContentFrame.h
nsPageFrame.cpp Bug 344583: misc cleanup. r+sr=roc 2006-07-14 03:02:37 +00:00
nsPageFrame.h Bug 344583: misc cleanup. r+sr=roc 2006-07-14 03:02:37 +00:00
nsPlaceholderFrame.cpp
nsPlaceholderFrame.h
nsReflowPath.cpp
nsReflowPath.h
nsReflowType.h
nsSelection.cpp Bug 345099 r+sr=bryner Fix includes from main patch on this bug 2006-07-27 21:46:34 +00:00
nsSimplePageSequence.cpp Bug 334588: Choose font consistently for page headers/footers, and remove localized header font name and size. r+sr=roc. 2006-07-14 16:07:28 +00:00
nsSimplePageSequence.h
nsSpaceManager.cpp relanding fix for bug 317278 :-( 2006-06-29 01:19:48 +00:00
nsSpaceManager.h relanding fix for bug 317278 :-( 2006-06-29 01:19:48 +00:00
nsSpacerFrame.cpp
nsSplittableFrame.cpp
nsSplittableFrame.h
nsTextFrame.cpp Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst 2006-07-19 04:36:36 +00:00
nsTextTransformer.cpp b=255990 backing-out the previous patch, we should try to better fix. 2006-07-20 09:04:39 +00:00
nsTextTransformer.h
nsViewportFrame.cpp
nsViewportFrame.h
punct_marks.ccmap