.. |
crashtests
|
Bug 733640: Add crashtest for bug 718516. [r=ehsan]
|
2012-03-26 12:43:22 -07:00 |
test
|
Bug 668716 - Change test_bug632379.xul failure on Mac to a todo(); r=orange
|
2012-03-21 15:41:35 -04:00 |
broken-image.png
|
|
|
folder.png
|
|
|
frame-graph.py
|
|
|
frame-verify.js
|
|
|
FrameChildList.cpp
|
|
|
FrameChildList.h
|
|
|
jar.mn
|
|
|
loading-image.png
|
|
|
Makefile.in
|
Bug 379709 - Avoid reflowing SVG twice during page load due to initially assuming we'll need space for a vertical scrollbar when the nsSVGOuterSVGFrame can tell us we won't. r=bz.
|
2012-03-19 08:34:19 +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 730769 - Make nsLineBox use a frame hash table for lines with many frames. part=2/2 r=bz
|
2012-03-11 03:32:27 +01:00 |
nsBlockFrame.h
|
Bug 730769 - Make nsLineBox use a frame hash table for lines with many frames. part=2/2 r=bz
|
2012-03-11 03:32:27 +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
|
Bug 730769 - Add NewLineBox/FreeLineBox methods to nsBlockFrame. part=1/2 r=bz
|
2012-03-11 03:32:27 +01:00 |
nsBlockReflowState.h
|
Bug 730769 - Add NewLineBox/FreeLineBox methods to nsBlockFrame. part=1/2 r=bz
|
2012-03-11 03:32:27 +01:00 |
nsBRFrame.cpp
|
|
|
nsBulletFrame.cpp
|
|
|
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 732610 - Make nsIFrame::ComputeSize take a bitfield 'aFlags' instead of a bool 'aShrinkWrap'. r=dbaron
|
2012-03-16 11:01:05 -07:00 |
nsFirstLetterFrame.h
|
Bug 732610 - Make nsIFrame::ComputeSize take a bitfield 'aFlags' instead of a bool 'aShrinkWrap'. r=dbaron
|
2012-03-16 11:01:05 -07:00 |
nsFloatManager.cpp
|
|
|
nsFloatManager.h
|
|
|
nsFrame.cpp
|
Bug 740857 - Remove dead code from nsFrame::BoxReflow; r=dbaron
|
2012-03-30 10:27:51 -07:00 |
nsFrame.h
|
Bug 732610 - Make nsIFrame::ComputeSize take a bitfield 'aFlags' instead of a bool 'aShrinkWrap'. r=dbaron
|
2012-03-16 11:01:05 -07:00 |
nsFrameList.cpp
|
Bug 738705: Remove dead helper-class CompareByContentOrderComparator. r=bz
|
2012-03-23 11:17:33 -07:00 |
nsFrameList.h
|
|
|
nsFrameSelection.h
|
Bug 726592 - Uninitialised value use in nsTextFrame::GetChildFrameContainingOffset; r=roc
|
2012-03-26 09:09:38 -07:00 |
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
|
Bug 737758: part 3: Cleanups and semantic consistency [r=roc]
|
2012-03-26 11:53:45 +02:00 |
nsGfxScrollFrame.h
|
Bug 737758: part 3: Cleanups and semantic consistency [r=roc]
|
2012-03-26 11:53:45 +02:00 |
nsHTMLCanvasFrame.cpp
|
Bug 732610 - Make nsIFrame::ComputeSize take a bitfield 'aFlags' instead of a bool 'aShrinkWrap'. r=dbaron
|
2012-03-16 11:01:05 -07:00 |
nsHTMLCanvasFrame.h
|
Bug 732610 - Make nsIFrame::ComputeSize take a bitfield 'aFlags' instead of a bool 'aShrinkWrap'. r=dbaron
|
2012-03-16 11:01:05 -07: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
|
Backed out changeset 0124795a8cbb (bug 711895) due to i10n build bustage. r=me.
|
2012-03-21 21:46:27 -07:00 |
nsHTMLReflowState.cpp
|
Bug 711418 - Enable font inflation for body and html elements with fixed heights. [r=dbaron]
|
2012-03-23 22:47:43 -05: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 726592 - Uninitialised value use in nsTextFrame::GetChildFrameContainingOffset; r=roc
|
2012-03-26 09:09:38 -07:00 |
nsIFrameUtil.h
|
|
|
nsILineIterator.h
|
|
|
nsImageFrame.cpp
|
Bug 721659. Update the width/height of an image synchronously when src is set to something that was preloaded. r=bholley
|
2012-03-19 18:22:02 -04:00 |
nsImageFrame.h
|
Bug 721659. Update the width/height of an image synchronously when src is set to something that was preloaded. r=bholley
|
2012-03-19 18:22:02 -04:00 |
nsImageMap.cpp
|
Merge inbound and central
|
2012-03-16 13:42:16 +01:00 |
nsImageMap.h
|
Bug 732389 - image map accessible tree is not updated when image map is changed, r=bz, tbsaunde
|
2012-03-15 16:16:02 -04:00 |
nsInlineFrame.cpp
|
Bug 732610 - Make nsIFrame::ComputeSize take a bitfield 'aFlags' instead of a bool 'aShrinkWrap'. r=dbaron
|
2012-03-16 11:01:05 -07:00 |
nsInlineFrame.h
|
Bug 732610 - Make nsIFrame::ComputeSize take a bitfield 'aFlags' instead of a bool 'aShrinkWrap'. r=dbaron
|
2012-03-16 11:01:05 -07: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 737758: part 1: Propagate mouse wheel event origin from ESM [r=roc]
|
2012-03-26 11:50:30 +02:00 |
nsIStatefulFrame.h
|
|
|
nsLeafFrame.cpp
|
|
|
nsLeafFrame.h
|
|
|
nsLineBox.cpp
|
Bug 730769 - Make nsLineBox use a frame hash table for lines with many frames. part=2/2 r=bz
|
2012-03-11 03:32:27 +01:00 |
nsLineBox.h
|
Bug 730769 - Make nsLineBox use a frame hash table for lines with many frames. part=2/2 r=bz
|
2012-03-11 03:32:27 +01:00 |
nsLineLayout.cpp
|
|
|
nsLineLayout.h
|
|
|
nsObjectFrame.cpp
|
Bug 738392 - Fix plugins not rendering inside CSS transform on Mac OSX r=roc
|
2012-03-23 11:21:57 -07:00 |
nsObjectFrame.h
|
Bug 738392 - Fix plugins not rendering inside CSS transform on Mac OSX r=roc
|
2012-03-23 11:21:57 -07:00 |
nsPageContentFrame.cpp
|
Bug 732610 - Make nsIFrame::ComputeSize take a bitfield 'aFlags' instead of a bool 'aShrinkWrap'. r=dbaron
|
2012-03-16 11:01:05 -07:00 |
nsPageContentFrame.h
|
Bug 732610 - Make nsIFrame::ComputeSize take a bitfield 'aFlags' instead of a bool 'aShrinkWrap'. r=dbaron
|
2012-03-16 11:01:05 -07:00 |
nsPageFrame.cpp
|
|
|
nsPageFrame.h
|
|
|
nsPlaceholderFrame.cpp
|
Bug 729955 - Invalidate destroyed out-of-flow frames before unregistering the placeholder frame. r=bz
|
2012-03-26 11:27:37 -07: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
|
Bug 738957 - Remove the nsMathMLForeignFrameWrapper class and related files. r=karlt
|
2012-03-26 09:59:54 +02:00 |
nsSelection.cpp
|
Bug 726592 - Uninitialised value use in nsTextFrame::GetChildFrameContainingOffset; r=roc
|
2012-03-26 09:09:38 -07: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 737784. Create mInnerView eagerly to ensure that its bounds will always be correctly set in Reflow. r=tnikkel
|
2012-03-22 16:15:19 +13:00 |
nsSubDocumentFrame.h
|
Bug 732610 - Make nsIFrame::ComputeSize take a bitfield 'aFlags' instead of a bool 'aShrinkWrap'. r=dbaron
|
2012-03-16 11:01:05 -07:00 |
nsTextFrame.h
|
Bug 708187: Disable caching of font inflation inside of BuildTextRunsScanner to prevent bleeding of bad values. [r=dbaron]
|
2012-03-26 22:37:16 -07:00 |
nsTextFrameTextRunCache.h
|
|
|
nsTextFrameThebes.cpp
|
Bug 708187: Disable caching of font inflation inside of BuildTextRunsScanner to prevent bleeding of bad values. [r=dbaron]
|
2012-03-26 22:37:16 -07:00 |
nsTextFrameUtils.cpp
|
|
|
nsTextFrameUtils.h
|
|
|
nsTextRunTransformations.cpp
|
Bug 741048: Remove gfxAtoms. r=roc
|
2012-03-30 23:08:46 -07:00 |
nsTextRunTransformations.h
|
bug 735419 - eliminate unused parameter in the gfxTextRun constructor. r=jdaggett
|
2012-03-15 09:03:51 +00:00 |
nsVideoFrame.cpp
|
Bug 732610 - Make nsIFrame::ComputeSize take a bitfield 'aFlags' instead of a bool 'aShrinkWrap'. r=dbaron
|
2012-03-16 11:01:05 -07:00 |
nsVideoFrame.h
|
Bug 732610 - Make nsIFrame::ComputeSize take a bitfield 'aFlags' instead of a bool 'aShrinkWrap'. r=dbaron
|
2012-03-16 11:01:05 -07:00 |
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
|
|
|