gecko/layout/generic
2008-10-08 20:53:14 +08:00
..
crashtests Add crashtest 2008-09-14 00:18:19 -07:00
test
broken-image.gif
folder.png
loading-image.gif
Makefile.in bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg 2008-09-09 13:59:11 -04:00
nsAbsoluteContainingBlock.cpp Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron 2008-09-08 20:13:17 +12:00
nsAbsoluteContainingBlock.h Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron 2008-09-08 20:13:17 +12:00
nsAreaFrame.cpp
nsAreaFrame.h
nsAutoCopyListener.h
nsBidiFrames.cpp
nsBidiFrames.h
nsBlockBandData.cpp
nsBlockBandData.h
nsBlockDebugFlags.h
nsBlockFrame.cpp Bug 452797 - Clean up unused variables in layout/; v6; r+sr=roc 2008-09-20 15:42:03 +02:00
nsBlockFrame.h Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron 2008-09-18 21:47:21 +12:00
nsBlockReflowContext.cpp
nsBlockReflowContext.h
nsBlockReflowState.cpp
nsBlockReflowState.h
nsBRFrame.cpp
nsBulletFrame.cpp Backing out bug 448830 2008-09-28 23:13:58 +13:00
nsBulletFrame.h Backing out bug 448830 2008-09-28 23:13:58 +13:00
nsColumnSetFrame.cpp
nsContainerFrame.cpp Bug 452797 - Clean up unused variables in layout/; v6; r+sr=roc 2008-09-20 15:42:03 +02:00
nsContainerFrame.h
nsFirstLetterFrame.cpp Check for previous-continuations intead of previous-in-flows. Bug 448610, r+sr=roc 2008-09-25 20:02:15 +03:00
nsFirstLetterFrame.h Bug 451252 - "Highlight All" find selection not visible in elements that have -moz-user-select: none set; r+sr=roc 2008-09-07 16:12:50 +02:00
nsFrame.cpp Bug 455984. Rework gradient and pattern code to use nsReferencedElement and nsSVGRenderingObservers, so they observe changes to the ID-element-map properly and propagate invalidations correctly (and with simpler code too). r=longsonr,sr=mats 2008-10-01 13:51:05 +13:00
nsFrame.h Bug 451252 - "Highlight All" find selection not visible in elements that have -moz-user-select: none set; r+sr=roc 2008-09-07 16:12:50 +02:00
nsFrameFrame.cpp Backed out changeset 4e7a2d27d636: relanding Bug 433616 part 2. Implement loading of external resource documents. r=jst, sr=roc 2008-10-04 13:00:09 -07:00
nsFrameList.cpp use the right method to insert more than one frame, bug 456041 r/sr=bzbarsky 2008-09-27 13:07:29 +02:00
nsFrameList.h
nsFrameSelection.h
nsFrameSetFrame.cpp Backing out bug 448830 2008-09-28 23:13:58 +13:00
nsFrameSetFrame.h Backing out bug 448830 2008-09-28 23:13:58 +13:00
nsFrameUtil.cpp
nsGfxScrollFrame.cpp bug 455536: s/NS_ERROR_FAILURE/NS_ERROR_OOM/ outparamdelled nsNodeInfoManager::GetNodeInfo r+sr=jsr 2008-09-25 15:46:52 -07:00
nsGfxScrollFrame.h Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron 2008-09-18 21:47:21 +12:00
nsHTMLCanvasFrame.cpp Backing out bug 448830 2008-09-28 23:13:58 +13:00
nsHTMLCanvasFrame.h Backing out bug 448830 2008-09-28 23:13:58 +13:00
nsHTMLContainerFrame.cpp Convert text-shadow and box-shadow storage from nsStyleCoord to nscoord. (Bug 443057) r+sr=bzbarsky 2008-09-12 20:45:37 -07:00
nsHTMLContainerFrame.h
nsHTMLFrame.cpp Bug 456152 - slight API cleanup for nsCSSRendering::PaintBackground; r+sr=roc 2008-09-24 06:07:22 +02:00
nsHTMLParts.h Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron 2008-09-08 20:13:17 +12:00
nsHTMLReflowMetrics.h
nsHTMLReflowState.cpp Backing out bug 448830 2008-09-28 23:13:58 +13:00
nsHTMLReflowState.h
nsIAnonymousContentCreator.h
nsICanvasFrame.h
nsIFrame.h Bug 455984. Rework gradient and pattern code to use nsReferencedElement and nsSVGRenderingObservers, so they observe changes to the ID-element-map properly and propagate invalidations correctly (and with simpler code too). r=longsonr,sr=mats 2008-10-01 13:51:05 +13:00
nsIFrameDebug.h
nsIFrameFrame.h
nsIFrameUtil.h
nsIImageFrame.h
nsILineIterator.h
nsImageFrame.cpp Backing out bug 448830 2008-09-28 23:13:58 +13:00
nsImageFrame.h Backing out bug 448830 2008-09-28 23:13:58 +13:00
nsImageMap.cpp Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron 2008-09-18 21:47:21 +12:00
nsImageMap.h
nsInlineFrame.cpp Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron 2008-09-08 20:13:17 +12:00
nsInlineFrame.h
nsIntervalSet.cpp
nsIntervalSet.h
nsIObjectFrame.h
nsIPageSequenceFrame.h
nsIScrollableFrame.h
nsIScrollableViewProvider.h
nsIStatefulFrame.h
nsLeafFrame.cpp
nsLeafFrame.h
nsLineBox.cpp
nsLineBox.h
nsLineLayout.cpp
nsLineLayout.h
nsObjectFrame.cpp Bug 458100. Make sure that we'll also instantiate the plug-in even if the nsPluginDocument has no presshell yet at OnStartRequest time. Thanks to Evgeny <evg.salmin@gmail.com> for pointing out the problem. r+sr=jst 2008-10-07 14:53:23 -04:00
nsObjectFrame.h Backing out bug 448830 2008-09-28 23:13:58 +13:00
nsPageContentFrame.cpp Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron 2008-09-08 20:13:17 +12:00
nsPageContentFrame.h Bug 243519. Rework root element frame construction and the CanvasFrame so that the CanvasFrame is an abs-pos container and the root element frame can be positioned. r=fantasai,sr=dbaron 2008-09-08 20:13:17 +12:00
nsPageFrame.cpp Backing out bug 448830 2008-09-28 23:13:58 +13:00
nsPageFrame.h
nsPlaceholderFrame.cpp
nsPlaceholderFrame.h
nsSelection.cpp Bug 456944 - Crash when spell checking selection changes, r=smaug, sr=roc 2008-10-08 20:53:14 +08:00
nsSimplePageSequence.cpp Backing out bug 448830 2008-09-28 23:13:58 +13:00
nsSimplePageSequence.h
nsSpaceManager.cpp
nsSpaceManager.h
nsSpacerFrame.cpp
nsSplittableFrame.cpp
nsSplittableFrame.h
nsTextFrame.h Fixed rgba(0,0,0,0) problem for text-shadow - bug 438517 r+sr=roc 2008-09-30 22:30:32 -04:00
nsTextFrameTextRunCache.h
nsTextFrameThebes.cpp Fixed rgba(0,0,0,0) problem for text-shadow - bug 438517 r+sr=roc 2008-09-30 22:30:32 -04:00
nsTextFrameUtils.cpp
nsTextFrameUtils.h
nsTextRunTransformations.cpp
nsTextRunTransformations.h
nsVideoFrame.cpp bug 455536: s/NS_ERROR_FAILURE/NS_ERROR_OOM/ outparamdelled nsNodeInfoManager::GetNodeInfo r+sr=jsr 2008-09-25 15:46:52 -07:00
nsVideoFrame.h
nsViewportFrame.cpp Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron 2008-09-18 21:47:21 +12:00
nsViewportFrame.h Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron 2008-09-18 21:47:21 +12:00
punct_marks.x-ccmap