.. |
crashtests
|
Backout 9062b3e04318 (bug 718516) for reftest failures
|
2012-02-08 00:56:56 +00:00 |
test
|
Bug 524925 - Reftest that checks whether dynamic transform changes result in the correct scrollable overflow being propagated through parent frames. part=6/6 r=dbaron
|
2012-01-18 21:04:51 +01:00 |
FrameChildList.cpp
|
…
|
|
FrameChildList.h
|
…
|
|
Makefile.in
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
|
2012-02-04 17:32:24 +00:00 |
TextOverflow.cpp
|
Bug 672944 - Setup overflow areas for the scrolled block frame in a XUL scroll frame for the benefit of text-overflow; Make the text-overflow code grok the extra wrapper frame in this case. r=roc
|
2012-01-28 04:35:59 +01:00 |
TextOverflow.h
|
Bug 672944 - Setup overflow areas for the scrolled block frame in a XUL scroll frame for the benefit of text-overflow; Make the text-overflow code grok the extra wrapper frame in this case. r=roc
|
2012-01-28 04:35:59 +01:00 |
broken-image.png
|
…
|
|
folder.png
|
…
|
|
frame-graph.py
|
…
|
|
frame-verify.js
|
…
|
|
jar.mn
|
…
|
|
loading-image.png
|
…
|
|
nsAbsoluteContainingBlock.cpp
|
…
|
|
nsAbsoluteContainingBlock.h
|
…
|
|
nsAutoCopyListener.h
|
…
|
|
nsBRFrame.cpp
|
Switch nsLayoutUtils inflation methods to the new setup with state on the pres context. (Bug 706609, patch 5) r=roc
|
2012-01-24 17:21:29 -08:00 |
nsBlockDebugFlags.h
|
…
|
|
nsBlockFrame.cpp
|
Bug 722510: Remove unused argument from nsBlockFrame::DrainOverflowLines. r=roc
|
2012-01-30 15:35:03 -08:00 |
nsBlockFrame.h
|
Bug 722510: Remove unused argument from nsBlockFrame::DrainOverflowLines. r=roc
|
2012-01-30 15:35:03 -08:00 |
nsBlockReflowContext.cpp
|
…
|
|
nsBlockReflowContext.h
|
…
|
|
nsBlockReflowState.cpp
|
Set inflation container to null during ComputeSize calls for inflation containers, when we should not have inflation applied. (Bug 706609, patch 4.5) r=roc
|
2012-01-24 17:21:29 -08:00 |
nsBlockReflowState.h
|
…
|
|
nsBulletFrame.cpp
|
Switch nsLayoutUtils inflation methods to the new setup with state on the pres context. (Bug 706609, patch 5) r=roc
|
2012-01-24 17:21:29 -08:00 |
nsBulletFrame.h
|
…
|
|
nsCanvasFrame.cpp
|
…
|
|
nsCanvasFrame.h
|
…
|
|
nsColumnSetFrame.cpp
|
Backout 9062b3e04318 (bug 718516) for reftest failures
|
2012-02-08 00:56:56 +00:00 |
nsContainerFrame.cpp
|
…
|
|
nsContainerFrame.h
|
…
|
|
nsFirstLetterFrame.cpp
|
…
|
|
nsFirstLetterFrame.h
|
…
|
|
nsFloatManager.cpp
|
…
|
|
nsFloatManager.h
|
…
|
|
nsFrame.cpp
|
Make selects and things inside them not be containers for font size inflation, so that font inflation inflate selects appropriately along with what surrounds them. (Bug 706609, patch 8) r=roc
|
2012-01-24 17:21:29 -08:00 |
nsFrame.h
|
Bug 524925 - Consolidate overflow clipping checks to nsFrame::ApplyOverflowClipping(); and fix some code style nits. part=5/6 r=roc
|
2012-01-18 21:04:51 +01:00 |
nsFrameList.cpp
|
…
|
|
nsFrameList.h
|
…
|
|
nsFrameSelection.h
|
…
|
|
nsFrameSetFrame.cpp
|
…
|
|
nsFrameSetFrame.h
|
…
|
|
nsFrameUtil.cpp
|
…
|
|
nsGfxScrollFrame.cpp
|
Bug 710373 - Pressing the vertical slider down arrow should move three lines instead of one. r=roc
|
2012-01-31 12:04:35 +01:00 |
nsGfxScrollFrame.h
|
Bug 675015. Wait until scrolling is complete to dispatch synthetic mouse moves. r=roc
|
2012-01-18 22:13:02 -06:00 |
nsHTMLCanvasFrame.cpp
|
…
|
|
nsHTMLCanvasFrame.h
|
…
|
|
nsHTMLParts.h
|
…
|
|
nsHTMLReflowMetrics.cpp
|
…
|
|
nsHTMLReflowMetrics.h
|
…
|
|
nsHTMLReflowState.cpp
|
Apply font size inflation to 'line-height: normal' by using the metrics of the inflated font rather than multiplying the inflation by the result for the uninflated font. (Bug 706609, patch 7) r=roc
|
2012-01-24 17:21:29 -08:00 |
nsHTMLReflowState.h
|
Set inflation container and width correctly during reflow. (Bug 706609, patch 3) r=roc
|
2012-01-24 17:21:28 -08:00 |
nsIAnonymousContentCreator.h
|
…
|
|
nsIFrame.h
|
Add a frame state bit for whether a frame is a container for font size inflation (Bug 706609, patch 1) r=roc
|
2012-01-24 17:21:28 -08:00 |
nsIFrameUtil.h
|
…
|
|
nsILineIterator.h
|
…
|
|
nsIObjectFrame.h
|
Bug 90268: Change plugin instance ownership from layout to content. r=roc r=bsmedberg
|
2012-01-31 16:55:54 -05:00 |
nsIPageSequenceFrame.h
|
…
|
|
nsIScrollableFrame.h
|
…
|
|
nsIStatefulFrame.h
|
…
|
|
nsImageFrame.cpp
|
Bug 715785: Make ImageContainers independent of LayerManagers. r=roc
|
2012-02-01 03:18:30 +01:00 |
nsImageFrame.h
|
Bug 715785: Make ImageContainers independent of LayerManagers. r=roc
|
2012-02-01 03:18:30 +01:00 |
nsImageMap.cpp
|
…
|
|
nsImageMap.h
|
…
|
|
nsInlineFrame.cpp
|
Switch nsLayoutUtils inflation methods to the new setup with state on the pres context. (Bug 706609, patch 5) r=roc
|
2012-01-24 17:21:29 -08:00 |
nsInlineFrame.h
|
…
|
|
nsIntervalSet.cpp
|
…
|
|
nsIntervalSet.h
|
…
|
|
nsLeafFrame.cpp
|
…
|
|
nsLeafFrame.h
|
…
|
|
nsLineBox.cpp
|
…
|
|
nsLineBox.h
|
…
|
|
nsLineLayout.cpp
|
Switch nsLayoutUtils inflation methods to the new setup with state on the pres context. (Bug 706609, patch 5) r=roc
|
2012-01-24 17:21:29 -08:00 |
nsLineLayout.h
|
…
|
|
nsObjectFrame.cpp
|
Bug 724886: Push images from plugin code instead of pulling from nsObjectFrame. r=roc
|
2012-02-08 16:34:27 +01:00 |
nsObjectFrame.h
|
Bug 724886: Push images from plugin code instead of pulling from nsObjectFrame. r=roc
|
2012-02-08 16:34:27 +01:00 |
nsPageContentFrame.cpp
|
…
|
|
nsPageContentFrame.h
|
…
|
|
nsPageFrame.cpp
|
…
|
|
nsPageFrame.h
|
…
|
|
nsPlaceholderFrame.cpp
|
…
|
|
nsPlaceholderFrame.h
|
…
|
|
nsPluginUtilsOSX.h
|
…
|
|
nsPluginUtilsOSX.mm
|
Bug 90268: Change plugin instance ownership from layout to content. r=roc r=bsmedberg
|
2012-01-31 16:55:54 -05:00 |
nsQueryFrame.h
|
…
|
|
nsSelection.cpp
|
Bug 722406 - Part a: Introduce nsISelection::CollapseNative; r=smaug
|
2012-02-01 11:54:22 +01:00 |
nsSimplePageSequence.cpp
|
…
|
|
nsSimplePageSequence.h
|
…
|
|
nsSplittableFrame.cpp
|
…
|
|
nsSplittableFrame.h
|
…
|
|
nsSubDocumentFrame.cpp
|
…
|
|
nsSubDocumentFrame.h
|
…
|
|
nsTextFrame.h
|
Bug 724709 - Bring EnsureTextRun docs up to date. r=roc DONTBUILD
|
2012-02-07 10:37:08 +11:00 |
nsTextFrameTextRunCache.h
|
…
|
|
nsTextFrameThebes.cpp
|
Bug 724453. Don't assume that sizeof(bool) == 1 when memsetting arrays of bools in nsTextFrame. r=bzbarsky
|
2012-02-06 13:00:54 -05:00 |
nsTextFrameUtils.cpp
|
…
|
|
nsTextFrameUtils.h
|
…
|
|
nsTextRunTransformations.cpp
|
Bug 715453 - Remove computedSize from nsMallocSizeOfFun. r=jlebar,bhackett.
|
2012-01-25 00:52:51 -08:00 |
nsTextRunTransformations.h
|
…
|
|
nsVideoFrame.cpp
|
Bug 715785: Make ImageContainers independent of LayerManagers. r=roc
|
2012-02-01 03:18:30 +01:00 |
nsVideoFrame.h
|
…
|
|
nsViewportFrame.cpp
|
…
|
|
nsViewportFrame.h
|
…
|
|
punct_marks.x-ccmap
|
Update data files to Unicode 6.1. Bug 723509, r=jfkthame
|
2012-02-06 15:54:52 +02:00 |