.. |
crashtests
|
Bug 810726: Simplify logic for handling too many columns to prevent crash. [r=roc]
|
2013-03-06 08:20:24 -06:00 |
test
|
Bug 671976: Add SpecialPowers.gc() calls so bug 671976 assertions show up in correct tests, and correctly annotate assertions.
|
2013-02-28 23:46:54 -08:00 |
broken-image.png
|
|
|
folder.png
|
|
|
frame-graph.py
|
|
|
frame-verify.js
|
|
|
FrameChildList.cpp
|
|
|
FrameChildList.h
|
|
|
jar.mn
|
|
|
loading-image.png
|
|
|
Makefile.in
|
Bug 784841 - Part 18t: Convert /layout; f=Ms2ger rs=ted
|
2013-02-25 12:47:22 -08:00 |
moz.build
|
Bug 784841 - Part 18t: Convert /layout; f=Ms2ger rs=ted
|
2013-02-25 12:47:22 -08:00 |
nsAbsoluteContainingBlock.cpp
|
Bug 716403 - Add nsIDOMWindowUtils.setContentDocumentFixedPositionMargins. r=roc,dholbert
|
2013-03-07 10:17:33 +00:00 |
nsAbsoluteContainingBlock.h
|
Bug 842080: Remove an unnecessary nsReflowStatus initialization, and add comments to clarify assumptions about ReflowAbsoluteFrames' reflow status arg. r=mats
|
2013-02-23 16:06:55 -08:00 |
nsAutoCopyListener.h
|
|
|
nsBlockDebugFlags.h
|
|
|
nsBlockFrame.cpp
|
bug 846487 - remove remaining usage of some nsIDOMFooElement r=Ms2Ger
|
2013-02-14 10:33:16 -05:00 |
nsBlockFrame.h
|
Bug 843332 - Don't pass the nsBlockReflowState to PullFrameFrom that doesn't use it. Add some assertions. r=bzbarsky
|
2013-02-28 00:05:46 +01:00 |
nsBlockReflowContext.cpp
|
bug 846487 - remove remaining usage of some nsIDOMFooElement r=Ms2Ger
|
2013-02-14 10:33:16 -05:00 |
nsBlockReflowContext.h
|
|
|
nsBlockReflowState.cpp
|
Bug 781360 patch 3: Rename {nsIFrame,nsStyleContext,nsComputedDOMStyle}::GetStyle* to Style*, since they can never return null. r=dholbert
|
2013-02-16 13:51:02 -08:00 |
nsBlockReflowState.h
|
Bug 837000: Remove nsBlockReflowState.h's essentially-unnecessary #include of nsBlockFrame.h (and related cleanup). r=dbaron
|
2013-02-11 17:52:55 -08:00 |
nsBRFrame.cpp
|
Bug 810572, part 2.5 - rename AccType constants again, r=tbsaunde, sr=roc
|
2012-12-18 10:25:52 +09:00 |
nsBulletFrame.cpp
|
Bug 842850 (Part 1) - Use an SVGImageContext class for overridden SVG properties. r=dholbert,joe sr=bz
|
2013-02-28 12:22:43 -08:00 |
nsBulletFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsCanvasFrame.cpp
|
Bug 848421. Part 2. Remove useless PresContext argument to nsCSSRendering::FindBackground. r=mats
|
2013-03-07 10:03:49 -06:00 |
nsCanvasFrame.h
|
Bug 725981 - Only invalidate the difference in bounds when a solid color moves or resizes. r=roc
|
2013-03-08 15:15:10 +13:00 |
nsColumnSetFrame.cpp
|
Bug 846575: Clean up nsColumnSetFrame by adding an isBalancing convenience member to ReflowConfig. [r=fantasai]
|
2013-03-08 09:43:46 -06:00 |
nsContainerFrame.cpp
|
Bug 838642 - Remove nsContainerFrame::RemovePropTableFrame which is now unused. r=bzbarsky
|
2013-02-28 00:05:45 +01:00 |
nsContainerFrame.h
|
Bug 838642 - Remove nsContainerFrame::RemovePropTableFrame which is now unused. r=bzbarsky
|
2013-02-28 00:05:45 +01:00 |
nsFirstLetterFrame.cpp
|
Bug 781360 patch 3: Rename {nsIFrame,nsStyleContext,nsComputedDOMStyle}::GetStyle* to Style*, since they can never return null. r=dholbert
|
2013-02-16 13:51:02 -08:00 |
nsFirstLetterFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsFlexContainerFrame.cpp
|
[Bug 847110] Fix up includes in layout/style r=dbaron
|
2013-03-02 19:31:48 -05:00 |
nsFlexContainerFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsFloatManager.cpp
|
Bug 781360 patch 3: Rename {nsIFrame,nsStyleContext,nsComputedDOMStyle}::GetStyle* to Style*, since they can never return null. r=dholbert
|
2013-02-16 13:51:02 -08:00 |
nsFloatManager.h
|
|
|
nsFontInflationData.cpp
|
Bug 781360 patch 3: Rename {nsIFrame,nsStyleContext,nsComputedDOMStyle}::GetStyle* to Style*, since they can never return null. r=dholbert
|
2013-02-16 13:51:02 -08:00 |
nsFontInflationData.h
|
|
|
nsFrame.cpp
|
Bug 848252 - Replace NS_FRAME_IS_SVG_TEXT checks with IsSVGText(). r=dholbert
|
2013-03-07 09:01:52 +00:00 |
nsFrame.h
|
Bug 724978: Make nsColumnSetFrame handle absolutely positioned children without crashing. [p=ehsan, r=fantasai]
|
2013-02-28 19:56:48 -08:00 |
nsFrameIdList.h
|
Bug 838256, part 1 - Initial work on the layout pieces for <input type=range>. DONTBUILD separately from jwatt's changeset (the next one) to finish this work. r=dholbert for the combined diff.
|
2013-02-16 17:57:21 +00:00 |
nsFrameList.cpp
|
Bug 838706 - Remove Destroy/RemoveFrameIfPresent O(n) methods. All consumers are now using Start/ContinueRemoveFrame instead which are O(1). r=bzbarsky
|
2013-02-28 00:05:45 +01:00 |
nsFrameList.h
|
Bug 838706 - Remove Destroy/RemoveFrameIfPresent O(n) methods. All consumers are now using Start/ContinueRemoveFrame instead which are O(1). r=bzbarsky
|
2013-02-28 00:05:45 +01:00 |
nsFrameSelection.h
|
bug 845562 - nsFrameSelection doesn't need to inherit from nsISupports r=smaug
|
2013-02-15 16:32:19 -05:00 |
nsFrameSetFrame.cpp
|
Bug 781360 patch 3: Rename {nsIFrame,nsStyleContext,nsComputedDOMStyle}::GetStyle* to Style*, since they can never return null. r=dholbert
|
2013-02-16 13:51:02 -08:00 |
nsFrameSetFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsFrameUtil.cpp
|
|
|
nsGfxScrollFrame.cpp
|
Bug 843719: Reorder params in Margin constructors and SizeTo() methods to match CSS's top,right,bottom,left ordering. r=seth
|
2013-03-06 00:05:55 -08:00 |
nsGfxScrollFrame.h
|
Bug 842853 - Scroll position lost after page reload on url with anchor. r=roc
|
2013-03-05 13:26:41 +01:00 |
nsHTMLCanvasFrame.cpp
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsHTMLCanvasFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsHTMLParts.h
|
Bug 838256, part 1 - Initial work on the layout pieces for <input type=range>. DONTBUILD separately from jwatt's changeset (the next one) to finish this work. r=dholbert for the combined diff.
|
2013-02-16 17:57:21 +00:00 |
nsHTMLReflowMetrics.cpp
|
|
|
nsHTMLReflowMetrics.h
|
|
|
nsHTMLReflowState.cpp
|
Bug 848252 - Replace NS_FRAME_IS_SVG_TEXT checks with IsSVGText(). r=dholbert
|
2013-03-07 09:01:52 +00:00 |
nsHTMLReflowState.h
|
Bug 763399: Add a comment describing NS_CSS_MINMAX. r=dbaron
|
2013-01-21 14:14:49 +00:00 |
nsIAnonymousContentCreator.h
|
Bug 819791 - Part 3: Make typeof nsTArray == typeof InfallibleTArray. r=bz
|
2012-12-18 20:16:06 -05:00 |
nsIFrame.h
|
Bug 844750 - Don't use per-display-item invalidation for table frames. r=roc
|
2013-03-08 15:18:45 +13:00 |
nsIFrameUtil.h
|
|
|
nsILineIterator.h
|
|
|
nsImageFrame.cpp
|
Bug 842850 (Part 1) - Use an SVGImageContext class for overridden SVG properties. r=dholbert,joe sr=bz
|
2013-02-28 12:22:43 -08:00 |
nsImageFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsImageMap.cpp
|
|
|
nsImageMap.h
|
|
|
nsInlineFrame.cpp
|
Bug 838688 - Make ReparentFloats/CollectFloats not require a priori knowledge of which child list a float is expected to be on. r=bzbarsky
|
2013-02-28 00:05:45 +01:00 |
nsInlineFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsIntervalSet.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
nsIntervalSet.h
|
|
|
nsIObjectFrame.h
|
|
|
nsIPageSequenceFrame.h
|
|
|
nsIScrollableFrame.h
|
Bug 842853 - Scroll position lost after page reload on url with anchor. r=roc
|
2013-03-05 13:26:41 +01:00 |
nsIStatefulFrame.h
|
Bug 811301. Part 2: Remove saved state IDs now that the root scroll frame state is captured normally. r=mats
|
2012-11-14 22:40:17 -08:00 |
nsLeafFrame.cpp
|
|
|
nsLeafFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsLineBox.cpp
|
|
|
nsLineBox.h
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
nsLineLayout.cpp
|
Bug 843931 - Make nsLineLayout::NewPerFrameData() allocation infallible. r=roc
|
2013-02-23 11:38:15 +01:00 |
nsLineLayout.h
|
Bug 843931 - Make nsLineLayout::NewPerFrameData() allocation infallible. r=roc
|
2013-02-23 11:38:15 +01:00 |
nsObjectFrame.cpp
|
Bug 829557. Part 1: When calling into plugin code, identify situations where it is safe (or unsafe) to reenter Gecko from plugin code. r=bsmedberg
|
2013-02-28 00:50:27 +13:00 |
nsObjectFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsPageContentFrame.cpp
|
Backed out changesets 0b6b3d2856a4 and 30776e402787 (bug 115199) for reftest failures.
|
2012-11-13 20:19:18 -05:00 |
nsPageContentFrame.h
|
Backed out changesets 0b6b3d2856a4 and 30776e402787 (bug 115199) for reftest failures.
|
2012-11-13 20:19:18 -05:00 |
nsPageFrame.cpp
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsPageFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsPlaceholderFrame.cpp
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsPlaceholderFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsPluginUtilsOSX.h
|
|
|
nsPluginUtilsOSX.mm
|
|
|
nsQueryFrame.h
|
|
|
nsSelection.cpp
|
Back out fee79a593fd3 and 2c8930343985 (bug 825341) for having probably needed-clobber
|
2013-03-11 20:10:18 -07:00 |
nsSimplePageSequence.cpp
|
Bug 781360 patch 3: Rename {nsIFrame,nsStyleContext,nsComputedDOMStyle}::GetStyle* to Style*, since they can never return null. r=dholbert
|
2013-02-16 13:51:02 -08:00 |
nsSimplePageSequence.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsSplittableFrame.cpp
|
|
|
nsSplittableFrame.h
|
|
|
nsSubDocumentFrame.cpp
|
Bug 846888. Part 1. Update the in popup frame state bits when we swap docshells. r=mattwoodrow
|
2013-03-04 13:49:39 -06:00 |
nsSubDocumentFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsTextFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsTextFrameTextRunCache.h
|
|
|
nsTextFrameThebes.cpp
|
Bug 835542 - Implement mozilla::Abs. r=Ms2ger
|
2013-02-15 19:55:36 -08:00 |
nsTextFrameUtils.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
nsTextFrameUtils.h
|
|
|
nsTextRunTransformations.cpp
|
Bug 781360 patch 3: Rename {nsIFrame,nsStyleContext,nsComputedDOMStyle}::GetStyle* to Style*, since they can never return null. r=dholbert
|
2013-02-16 13:51:02 -08:00 |
nsTextRunTransformations.h
|
|
|
nsVideoFrame.cpp
|
Bug 833388 - Add a div to the video frame for track elements to use to display captions. r=roc
|
2013-02-26 16:06:51 -05:00 |
nsVideoFrame.h
|
Bug 833388 - Add a div to the video frame for track elements to use to display captions. r=roc
|
2013-02-26 16:06:51 -05:00 |
nsViewportFrame.cpp
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
nsViewportFrame.h
|
Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow
|
2013-02-15 00:12:27 +13:00 |
ScrollbarActivity.cpp
|
|
|
ScrollbarActivity.h
|
|
|
Selection.h
|
bug 845562 - remove GetFrameSelection() from nsISelectionPrivate r=smaug
|
2013-02-15 15:09:28 -05:00 |
TextOverflow.cpp
|
bug 840431 - cache an ellipsis textrun on gfxFontGroup, to minimize perf overhead due to text-overflow. r=roc
|
2013-03-08 10:41:31 +00:00 |
TextOverflow.h
|
bug 840431 - cache an ellipsis textrun on gfxFontGroup, to minimize perf overhead due to text-overflow. r=roc
|
2013-03-08 10:41:31 +00:00 |