.. |
crashtests
|
Bug 371561. Use the right codepath for absolutely positioned tables so that they get a useful containing block. r+sr=dbaron
|
2009-02-24 13:38:20 -05:00 |
test
|
Crash test for bug 470212.
|
2009-02-21 17:15:07 +01:00 |
broken-image.gif
|
Bug 240463 - "We need up-to-date artwork for the icons of loading-images and broken-images" [p=Iconfactory ui-r=faaborg ui-r+a1.9=beltzner]
|
2008-04-23 22:53:41 -07:00 |
folder.png
|
(No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
|
2008-07-11 11:54:06 -07:00 |
frame-graph.py
|
Add a static analysis pass to verify that for any do_QueryFrame<Interface> there is an Interface::kFrameIID declared. NPODB, static-checking only.
|
2009-01-12 14:21:11 -05:00 |
frame-verify.js
|
Minor static-checking fixup: give a useful location for the "frame inherits from nsIFrame and nsISupports" warning, NPODB
|
2009-01-13 11:32:25 -05:00 |
loading-image.gif
|
Bug 240463 - "We need up-to-date artwork for the icons of loading-images and broken-images" [p=Iconfactory ui-r=faaborg ui-r+a1.9=beltzner]
|
2008-04-23 22:53:41 -07:00 |
Makefile.in
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsAbsoluteContainingBlock.cpp
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsAbsoluteContainingBlock.h
|
Bug 442542. Make sure to reflow our possibly-size-dependent abs pos kids on the followup reflow that happens if clearance is discovered. r+sr=roc
|
2008-10-15 16:30:42 -04:00 |
nsAutoCopyListener.h
|
(No code changes) Change a bunch of non-executable files in layout/ to have non-executable mode.
|
2008-07-11 11:54:06 -07:00 |
nsBidiFrames.cpp
|
|
|
nsBidiFrames.h
|
|
|
nsBlockDebugFlags.h
|
Replace space manager with a more limited float manager. (Bug 191448) r+sr=roc
|
2009-01-04 19:39:54 -05:00 |
nsBlockFrame.cpp
|
Fix nsBlockFrame warning about child being used uninitialized in FindLineContaining by switching while to do-while. (Bug 477963) r+sr=roc
|
2009-02-19 09:48:37 -08:00 |
nsBlockFrame.h
|
Bug 465928 followup: correct typo in enum name - s/PERSERVE/PRESERVE/. No functional changes. r=roc
|
2009-01-13 12:28:28 -08:00 |
nsBlockReflowContext.cpp
|
Replace space manager with a more limited float manager. (Bug 191448) r+sr=roc
|
2009-01-04 19:39:54 -05:00 |
nsBlockReflowContext.h
|
consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner
|
2008-04-18 00:40:35 -07:00 |
nsBlockReflowState.cpp
|
Keep width of avail space rect at least 0. (Bug 476372) r+sr=roc
|
2009-02-04 13:24:17 -08:00 |
nsBlockReflowState.h
|
Replace space manager with a more limited float manager. (Bug 191448) r+sr=roc
|
2009-01-04 19:39:54 -05:00 |
nsBRFrame.cpp
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsBulletFrame.cpp
|
Remove comment based on old version of CSS3 Lists spec. Comment-only change from bug 390440, rs=bz
|
2009-02-17 13:26:52 -08:00 |
nsBulletFrame.h
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
|
2009-01-15 16:27:09 +13:00 |
nsColumnSetFrame.cpp
|
Bug 468771. Make sure to reflow the last column of a column-set if we're changing its height to be unbounded; it needs to pull all the content from the extra column, if there is one. r+sr=dbaron
|
2009-02-11 14:20:59 +13:00 |
nsContainerFrame.cpp
|
Temporarily forget the line container while calculating widths for next-in-flow children. b=477928 r+sr=roc
|
2009-02-19 21:18:52 +01:00 |
nsContainerFrame.h
|
Bug 465928. Avoid SetInvalidateTextRuns being called by nsBlockFrame::DoRemoveFrame when we're just deleting empty continuation frames. r+sr=dbaron
|
2008-12-03 14:27:19 +13:00 |
nsFirstLetterFrame.cpp
|
Bug 429968. Handle situations where first-letter text detects first-letter style should not be applied, by creating a zero-length 'first letter'. r+sr=dbaron
|
2009-01-05 13:36:56 +13: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 |
nsFloatManager.cpp
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsFloatManager.h
|
Give nsFloatManager::FloatInfo a copy constructor to avoid confusing refcount logging. (Bug 191448)
|
2009-01-04 20:25:58 -05:00 |
nsFrame.cpp
|
Fix Firefox-Ports Solaris build bustage.
|
2009-02-22 08:38:52 -08:00 |
nsFrame.h
|
Remove nsStyleContext::DumpRegressionData, code that uses it, and code that exists only for it. (Bug 477522) r+sr=bzbarsky
|
2009-02-09 20:36:54 -08:00 |
nsFrameFrame.cpp
|
Bug 476295. Remove unused prescontext local. r+sr=bzbarsky
|
2009-02-03 10:40:38 -05:00 |
nsFrameList.cpp
|
Bug 474369 - get rid of nsVoidArray; layout part; r+sr=roc
|
2009-02-03 15:42:18 +01:00 |
nsFrameList.h
|
|
|
nsFrameSelection.h
|
Back out changeset 9fd8740decb8 (Fix for bug 471126 (leak content nodes (and sometimes dom windows) after clicking on nytimes.com articles).) to try to fix orange.
|
2009-01-14 15:12:37 +01:00 |
nsFrameSetFrame.cpp
|
Bug 473390 part 3. Move some HTML frame construction assertions out of the frame constructor and into the relevant frame creation methods. r+sr=roc
|
2009-01-19 13:31:31 -05:00 |
nsFrameSetFrame.h
|
Bug 473390 part 2. Call SetInitialChildList on HTML frames even if the child list is empty, to bring HTML in line with everything else. r+sr=roc
|
2009-01-19 13:31:31 -05:00 |
nsFrameUtil.cpp
|
|
|
nsGfxScrollFrame.cpp
|
Bug 480053 - Fix z-ordering of scrollbars to match Webkit/IE8. r+sr=dbaron
|
2009-02-26 20:00:36 +13:00 |
nsGfxScrollFrame.h
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsHTMLCanvasFrame.cpp
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
|
2009-01-15 16:27:09 +13:00 |
nsHTMLCanvasFrame.h
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
|
2009-01-15 16:27:09 +13:00 |
nsHTMLContainerFrame.cpp
|
Bug 284320. Remove the contentParentFrame hack in subdocument frames, along with the no-longer-used arg it used to be used for. r+sr=roc
|
2009-01-06 17:29:50 -05:00 |
nsHTMLContainerFrame.h
|
Bug 284320. Remove the contentParentFrame hack in subdocument frames, along with the no-longer-used arg it used to be used for. r+sr=roc
|
2009-01-06 17:29:50 -05:00 |
nsHTMLFrame.cpp
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsHTMLParts.h
|
Bug 478820 part 1. Reorganize ConstructFrameByDisplayType a bit in the block/inline department. r+sr=roc
|
2009-02-18 08:25:29 -05:00 |
nsHTMLReflowMetrics.h
|
|
|
nsHTMLReflowState.cpp
|
Bug 371561. Use the right codepath for absolutely positioned tables so that they get a useful containing block. r+sr=dbaron
|
2009-02-24 13:38:20 -05:00 |
nsHTMLReflowState.h
|
Stop reflowing the viewport with constrained height. (Bug 467881) r+sr=roc
|
2009-01-29 12:39:22 -08:00 |
nsIAnonymousContentCreator.h
|
Bug 335615. Don't do editor init inside frame construction. r=mats, sr=roc
|
2009-01-29 14:46:17 -05:00 |
nsICanvasFrame.h
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsIFrame.h
|
Keep track of the line container and forget the current line if it's for a different container. b=444027 r+sr=roc
|
2009-02-10 10:23:05 +01:00 |
nsIFrameDebug.h
|
Remove nsStyleContext::DumpRegressionData, code that uses it, and code that exists only for it. (Bug 477522) r+sr=bzbarsky
|
2009-02-09 20:36:54 -08:00 |
nsIFrameFrame.h
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsIFrameUtil.h
|
|
|
nsIImageFrame.h
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsILineIterator.h
|
Relanding bug 461410 - nsILineIterator is never used outside of layout - set nsresults to replicate the existing code more correctly, which fixes the mochitest failures, r+sr=roc with nits noted by Mats Palmgren
|
2008-10-30 12:17:59 -07:00 |
nsImageFrame.cpp
|
Invalidate the correct area when loading an image for which we've displayed the loading-image icon. (Bug 409870) r+sr=bzbarsky r=roc
|
2009-02-06 08:52:13 -08:00 |
nsImageFrame.h
|
Invalidate the correct area when loading an image for which we've displayed the loading-image icon. (Bug 409870) r+sr=bzbarsky r=roc
|
2009-02-06 08:52:13 -08:00 |
nsImageMap.cpp
|
Bug 474369 - get rid of nsVoidArray; layout part; r+sr=roc
|
2009-02-03 15:42:18 +01:00 |
nsImageMap.h
|
Bug 474369 - get rid of nsVoidArray; layout part; r+sr=roc
|
2009-02-03 15:42:18 +01:00 |
nsInlineFrame.cpp
|
Bug 472950. Restrict the lazy-parent-pointer optimization so it isn't used if we already have child frames. r=dbaron
|
2009-02-07 21:34:27 +13:00 |
nsInlineFrame.h
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsIntervalSet.cpp
|
Bug 393490. When subsuming an interval, we need to merge its beginning into the current interval as well as its end, because it might start before the current interval. r+sr=dbaron
|
2008-02-21 17:02:52 -08:00 |
nsIntervalSet.h
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
nsIObjectFrame.h
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsIPageSequenceFrame.h
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsIScrollableFrame.h
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsIScrollableViewProvider.h
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsIStatefulFrame.h
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsLeafFrame.cpp
|
|
|
nsLeafFrame.h
|
|
|
nsLineBox.cpp
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsLineBox.h
|
Keep track of the line container and forget the current line if it's for a different container. b=444027 r+sr=roc
|
2009-02-10 10:23:05 +01:00 |
nsLineLayout.cpp
|
Remove PerFrameData::mFrameType, since it's write-only. (Bug 478899) r+sr=bzbarsky
|
2009-02-19 13:55:48 -08:00 |
nsLineLayout.h
|
Remove PerFrameData::mFrameType, since it's write-only. (Bug 478899) r+sr=bzbarsky
|
2009-02-19 13:55:48 -08:00 |
nsObjectFrame.cpp
|
Bug 442109 - youtube videos don't play; r=vladimir
|
2009-02-25 16:25:12 +01:00 |
nsObjectFrame.h
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
|
2009-01-15 16:27:09 +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
|
whitespace-only: fix indentation of 'aPresContext' arguments in function headers within nsPageFrame.cpp
|
2009-02-26 15:47:03 -08:00 |
nsPageFrame.h
|
Give nsPageBreakFrame a frame name for DEBUGging code. (Bug 468645) r+sr=bzbarsky
|
2008-12-29 10:07:36 -05:00 |
nsPlaceholderFrame.cpp
|
|
|
nsPlaceholderFrame.h
|
|
|
nsQueryFrame.h
|
Bug 474954. No frames need to implement nsISVGValue anymore. r+sr=roc
|
2009-01-30 20:17:29 +13:00 |
nsSelection.cpp
|
Bug 466856 - Crash [@ nsTypedSelection::CopyRangeToAnchorFocus], r+sr=roc
|
2009-02-26 18:36:34 +02:00 |
nsSimplePageSequence.cpp
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
|
2009-01-15 16:27:09 +13:00 |
nsSimplePageSequence.h
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsSpacerFrame.cpp
|
Bug 473390 part 3. Move some HTML frame construction assertions out of the frame constructor and into the relevant frame creation methods. r+sr=roc
|
2009-01-19 13:31:31 -05:00 |
nsSplittableFrame.cpp
|
Remove nsStyleContext::DumpRegressionData, code that uses it, and code that exists only for it. (Bug 477522) r+sr=bzbarsky
|
2009-02-09 20:36:54 -08:00 |
nsSplittableFrame.h
|
Remove nsStyleContext::DumpRegressionData, code that uses it, and code that exists only for it. (Bug 477522) r+sr=bzbarsky
|
2009-02-09 20:36:54 -08:00 |
nsTextFrame.h
|
bug 258377, make border collapsed tables to listen for dynamic border style changes r/sr=bzbarsky
|
2008-10-26 11:11:34 +01:00 |
nsTextFrameTextRunCache.h
|
|
|
nsTextFrameThebes.cpp
|
Bug 479276. Support a new kind of glyph bounding-box: TIGHT_HINTED_OUTLINE_EXTENTS, and use it to stop MathML spacing depending on exact ink extents. r+sr=roc
|
2009-02-24 21:32:58 +13:00 |
nsTextFrameUtils.cpp
|
Bug 441782 - bidi.numerals == 4 does not switch numeric shapes in content; r,sr=roc
|
2008-12-18 23:42:53 +03:30 |
nsTextFrameUtils.h
|
Bug 430332. Defer nsTransformingTextRun::RebuildTextRun until the linebreaker has completely set up the break and capitalization data on the transformed text run. r=smontagu
|
2009-01-09 13:23:28 +13:00 |
nsTextRunTransformations.cpp
|
Bug 472909. Need to call FinishSettingProperties on nsTranformedTextRuns that we create as parts of other transformed textruns. r=smontagu
|
2009-01-16 21:17:46 +13:00 |
nsTextRunTransformations.h
|
Bug 472909. Need to call FinishSettingProperties on nsTranformedTextRuns that we create as parts of other transformed textruns. r=smontagu
|
2009-01-16 21:17:46 +13:00 |
nsVideoFrame.cpp
|
Bug 479936 - Correctly handle sizing of video elements
|
2009-02-26 20:04:42 +13:00 |
nsVideoFrame.h
|
Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports:
|
2009-01-12 14:20:59 -05:00 |
nsViewportFrame.cpp
|
Stop reflowing the viewport with constrained height. (Bug 467881) r+sr=roc
|
2009-01-29 12:39:22 -08: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
|
Update Unicode data files to Unicode version 5.1. Bug 427350, r=jdaggett
|
2008-12-03 10:11:01 +02:00 |