.. |
crashtests
|
Bug 638937 - For text frames that are a child a floating first-letter frame, use the parent of the associated placeholder as the line-container to search. r=roc
|
2012-02-22 00:50:16 +01:00 |
test
|
Bug 719503 - selection.deleteFromDocument() throws for collapsed selection; r=ehsan
|
2012-02-22 10:38:25 -05:00 |
broken-image.png
|
|
|
folder.png
|
|
|
frame-graph.py
|
|
|
frame-verify.js
|
|
|
FrameChildList.cpp
|
|
|
FrameChildList.h
|
|
|
jar.mn
|
|
|
loading-image.png
|
|
|
Makefile.in
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
|
2012-02-04 17:32:24 +00:00 |
nsAbsoluteContainingBlock.cpp
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05:00 |
nsAbsoluteContainingBlock.h
|
|
|
nsAutoCopyListener.h
|
|
|
nsBlockDebugFlags.h
|
|
|
nsBlockFrame.cpp
|
Bug 728906 - Make nsIFrame::GetChildList return const nsFrameList&. r=bz
|
2012-03-08 02:57:37 +01:00 |
nsBlockFrame.h
|
Bug 728906 - Make nsIFrame::GetChildList return const nsFrameList&. r=bz
|
2012-03-08 02:57:37 +01:00 |
nsBlockReflowContext.cpp
|
Bug 728908 - Make the Overflow lines property have both a nsLineList and a nsFrameList for fast access to the last frame, eliminate SetNextSibling calls, and to support GetChildList(kOverflowList). part 1/2 r=bz
|
2012-03-08 02:57:37 +01:00 |
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
|
|
|
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 |
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
|
Bug 725376 - Don't do column balancing deeper than 2 nested levels to avoid hang. r=roc
|
2012-02-18 02:34:21 +01:00 |
nsContainerFrame.cpp
|
Bug 728906 - Make nsIFrame::GetChildList return const nsFrameList&. r=bz
|
2012-03-08 02:57:37 +01:00 |
nsContainerFrame.h
|
Bug 728906 - Make nsIFrame::GetChildList return const nsFrameList&. r=bz
|
2012-03-08 02:57:37 +01:00 |
nsFirstLetterFrame.cpp
|
Bug 638937 - For text frames that are a child a floating first-letter frame, use the parent of the associated placeholder as the line-container to search. r=roc
|
2012-02-22 00:50:16 +01:00 |
nsFirstLetterFrame.h
|
Bug 638937 - For text frames that are a child a floating first-letter frame, use the parent of the associated placeholder as the line-container to search. r=roc
|
2012-02-22 00:50:16 +01:00 |
nsFloatManager.cpp
|
|
|
nsFloatManager.h
|
|
|
nsFrame.cpp
|
Bug 728906 - Make nsIFrame::GetChildList return const nsFrameList&. r=bz
|
2012-03-08 02:57:37 +01:00 |
nsFrame.h
|
Bug 728906 - Make nsIFrame::GetChildList return const nsFrameList&. r=bz
|
2012-03-08 02:57:37 +01:00 |
nsFrameList.cpp
|
|
|
nsFrameList.h
|
|
|
nsFrameSelection.h
|
|
|
nsFrameSetFrame.cpp
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05:00 |
nsFrameSetFrame.h
|
|
|
nsFrameUtil.cpp
|
|
|
nsGfxScrollFrame.cpp
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05:00 |
nsGfxScrollFrame.h
|
Backout scroll-clamp stuff again
|
2012-02-19 09:26:52 +00:00 |
nsHTMLCanvasFrame.cpp
|
Backout 547de632a3e2 (bug 495912) for mochitest-a11y orange
|
2012-02-29 18:42:58 +00:00 |
nsHTMLCanvasFrame.h
|
Backout 547de632a3e2 (bug 495912) for mochitest-a11y orange
|
2012-02-29 18:42:58 +00:00 |
nsHTMLParts.h
|
Bug 728911 - Remove the nsBlockFrame::mBullet member and store it in a frame property instead (as needed). For an outside bullet, store it as a nsFrameList* to support GetChildList(kBulletList). part 2/2 r=bz
|
2012-03-08 02:57:37 +01:00 |
nsHTMLReflowMetrics.cpp
|
|
|
nsHTMLReflowMetrics.h
|
|
|
nsHTMLReflowState.cpp
|
Bug 725376 - Don't do column balancing deeper than 5 nested levels to avoid hang. r=roc
|
2012-02-12 22:21:51 +01:00 |
nsHTMLReflowState.h
|
Bug 725376 - Don't do column balancing deeper than 5 nested levels to avoid hang. r=roc
|
2012-02-12 22:21:51 +01:00 |
nsIAnonymousContentCreator.h
|
|
|
nsIFrame.h
|
Bug 728906 - Make nsIFrame::GetChildList return const nsFrameList&. r=bz
|
2012-03-08 02:57:37 +01:00 |
nsIFrameUtil.h
|
|
|
nsILineIterator.h
|
|
|
nsImageFrame.cpp
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05:00 |
nsImageFrame.h
|
Bug 715785: Make ImageContainers independent of LayerManagers. r=roc
|
2012-02-01 03:18:30 +01:00 |
nsImageMap.cpp
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05:00 |
nsImageMap.h
|
|
|
nsInlineFrame.cpp
|
Bug 722463 - Transforms should not work on non-replaced inline elements. r=roc
|
2012-02-14 15:33:06 -05:00 |
nsInlineFrame.h
|
Bug 722463 - Transforms should not work on non-replaced inline elements. r=roc
|
2012-02-14 15:33:06 -05:00 |
nsIntervalSet.cpp
|
|
|
nsIntervalSet.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
|
Bug 725700 - Keyboard arrow keys and scrollbar buttons should have consistent scrolling distances.
|
2012-02-20 11:24:36 -05:00 |
nsIStatefulFrame.h
|
|
|
nsLeafFrame.cpp
|
|
|
nsLeafFrame.h
|
|
|
nsLineBox.cpp
|
Bug 728908 - Make nsLineBox::LastChild() DEBUG-only, since it's not used anymore to find the last frame of a line. part 2/2 r=bz
|
2012-03-08 02:57:37 +01:00 |
nsLineBox.h
|
Bug 728908 - Make nsLineBox::LastChild() DEBUG-only, since it's not used anymore to find the last frame of a line. part 2/2 r=bz
|
2012-03-08 02:57:37 +01:00 |
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
|
Implement text-align-last. Bug 536557, r=dbaron
|
2012-01-12 19:52:21 +02:00 |
nsObjectFrame.cpp
|
Bug 723523: Plugin crash fix, nsPluginInstanceOwner::CreateWidget. r=jmathies
|
2012-03-07 11:48:30 -05: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
|
Bug 721082 - Constify nsIFrame::GetParentStyleContextFrame. r=roc
|
2012-02-15 22:28:21 +13:00 |
nsPlaceholderFrame.h
|
Bug 721082 - Constify nsIFrame::GetParentStyleContextFrame. r=roc
|
2012-02-15 22:28:21 +13:00 |
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
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05:00 |
nsSimplePageSequence.cpp
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05:00 |
nsSimplePageSequence.h
|
|
|
nsSplittableFrame.cpp
|
|
|
nsSplittableFrame.h
|
|
|
nsSubDocumentFrame.cpp
|
Bug 714346. Part 2. When we create the display clip item that contains a subdocument we use the prescontext of the child document to snap the clip's bounds. This is wrong when the parent and child documents don't have the same app units per dev pixel ratio. Leave the presshell before creating the clip item. r=mats
|
2012-02-28 23:53:52 -06:00 |
nsSubDocumentFrame.h
|
Backout scroll-clamp stuff again
|
2012-02-19 09:26:52 +00:00 |
nsTextFrame.h
|
Bug 638937 - For text frames that are a child a floating first-letter frame, use the parent of the associated placeholder as the line-container to search. r=roc
|
2012-02-22 00:50:16 +01:00 |
nsTextFrameTextRunCache.h
|
|
|
nsTextFrameThebes.cpp
|
Bug 728908 - Make the Overflow lines property have both a nsLineList and a nsFrameList for fast access to the last frame, eliminate SetNextSibling calls, and to support GetChildList(kOverflowList). part 1/2 r=bz
|
2012-03-08 02:57:37 +01: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
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05:00 |
nsVideoFrame.h
|
|
|
nsViewportFrame.cpp
|
|
|
nsViewportFrame.h
|
|
|
TextOverflow.cpp
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05: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 |