.. |
.cvsignore
|
Bug 272151: reorganize files within layout, r+sr=roc: add new Makefiles.
|
2004-12-07 18:09:28 +00:00 |
broken-image.gif
|
|
|
gopher-audio.gif
|
|
|
gopher-binary.gif
|
|
|
gopher-find.gif
|
|
|
gopher-image.gif
|
|
|
gopher-menu.gif
|
|
|
gopher-movie.gif
|
|
|
gopher-sound.gif
|
|
|
gopher-telnet.gif
|
|
|
gopher-text.gif
|
|
|
gopher-unknown.gif
|
|
|
loading-image.gif
|
|
|
Makefile.in
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
nsAbsoluteContainingBlock.cpp
|
Don't do shrink-to-fit reflow for replaced elements (regression). b=279579 r+sr=bzbarsky
|
2005-01-24 21:45:21 +00:00 |
nsAbsoluteContainingBlock.h
|
Make incremental reflow of abs pos elements less eager to actually reflow
|
2005-01-23 21:44:46 +00:00 |
nsAreaFrame.cpp
|
Bug 270708 remove nsPresContext variable from AttributeChanged and cleaned up comment in nsIFrame.h
|
2004-12-31 01:13:27 +00:00 |
nsAreaFrame.h
|
Bug 270708 remove nsPresContext variable from AttributeChanged and cleaned up comment in nsIFrame.h
|
2004-12-31 01:13:27 +00:00 |
nsBidiFrames.cpp
|
|
|
nsBidiFrames.h
|
|
|
nsBlockBandData.cpp
|
|
|
nsBlockBandData.h
|
|
|
nsBlockDebugFlags.h
|
|
|
nsBlockFrame.cpp
|
Make incremental reflow of abs pos elements less eager to actually reflow
|
2005-01-23 21:44:46 +00:00 |
nsBlockFrame.h
|
Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
|
2005-01-01 17:26:29 +00:00 |
nsBlockReflowContext.cpp
|
remove unused prescontext from PlaceFrameView, PlaceChildsView, ConsiderChildOverflow bug 276092 r/sr=dbaron
|
2004-12-27 15:05:18 +00:00 |
nsBlockReflowContext.h
|
Bustage fix.
|
2004-11-25 16:52:46 +00:00 |
nsBlockReflowState.cpp
|
remove unused prescontext from PlaceFrameView, PlaceChildsView, ConsiderChildOverflow bug 276092 r/sr=dbaron
|
2004-12-27 15:05:18 +00:00 |
nsBlockReflowState.h
|
Bug 209694. Major rework of margin-collapsing and clearance to match CSS 2.1 rules. Also includes major incremental reflow fixes for those situations. See the bug for details. rubber-stamp r+sr=dbaron
|
2004-11-25 14:51:00 +00:00 |
nsBRFrame.cpp
|
|
|
nsBulletFrame.cpp
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
nsBulletFrame.h
|
|
|
nsColumnSetFrame.cpp
|
remove unused prescontext from PlaceFrameView, PlaceChildsView, ConsiderChildOverflow bug 276092 r/sr=dbaron
|
2004-12-27 15:05:18 +00:00 |
nsContainerFrame.cpp
|
Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
|
2005-01-01 17:26:29 +00:00 |
nsContainerFrame.h
|
Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
|
2005-01-01 17:26:29 +00:00 |
nsDummyLayoutRequest.h
|
|
|
nsFirstLetterFrame.cpp
|
|
|
nsFrame.cpp
|
Fix error in GetScreenRect. Bug 271891, r+sr=dbaron
|
2005-01-24 22:41:59 +00:00 |
nsFrame.h
|
bug 275672 : Right-most character (that means end of line) should not have extra space for justification patch by masayuki@d-toybox.com, r+sr=roc
|
2005-01-13 19:21:18 +00:00 |
nsFrameFrame.cpp
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
nsFrameList.cpp
|
|
|
nsFrameList.h
|
|
|
nsFrameSetFrame.cpp
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
nsFrameSetFrame.h
|
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
|
2005-01-03 22:51:17 +00:00 |
nsFrameUtil.cpp
|
|
|
nsGfxScrollFrame.cpp
|
|
|
nsGfxScrollFrame.h
|
|
|
nsHTMLContainerFrame.cpp
|
|
|
nsHTMLContainerFrame.h
|
|
|
nsHTMLFrame.cpp
|
bug 71191: Cannot apply bindings on the root element in a document. r+sr=bzbarsky
|
2005-01-21 04:42:30 +00:00 |
nsHTMLParts.h
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
nsHTMLReflowCommand.cpp
|
|
|
nsHTMLReflowCommand.h
|
|
|
nsHTMLReflowMetrics.h
|
|
|
nsHTMLReflowState.cpp
|
Add comment.
|
2005-01-18 23:32:48 +00:00 |
nsHTMLReflowState.h
|
Bug 209694. Major rework of margin-collapsing and clearance to match CSS 2.1 rules. Also includes major incremental reflow fixes for those situations. See the bug for details. rubber-stamp r+sr=dbaron
|
2004-11-25 14:51:00 +00:00 |
nsIAnonymousContentCreator.h
|
|
|
nsICanvasFrame.h
|
|
|
nsIFrame.h
|
Less-than-ideal fix for the problem where XTF insertion points don't work if the insertion point has only inline frame ancestors (which are not in the primary frame map) in the anonymous content tree. Track the insertion point content node as we're constructing anonymous content frames and insert the explicit content when we reach the insertion point. Bug 269023, r=bzbarsky, sr=dbaron.
|
2005-01-14 23:12:20 +00:00 |
nsIFrameDebug.h
|
|
|
nsIFrameFrame.h
|
|
|
nsIFrameUtil.h
|
|
|
nsIImageFrame.h
|
|
|
nsILineIterator.h
|
|
|
nsImageFrame.cpp
|
Bug 276002 Change nsContenUtils::Get/FormatLocalizedString to use nsXPIDLString to save on nsAutoString copies r=dbaron sr=bryner
|
2005-01-18 23:46:59 +00:00 |
nsImageFrame.h
|
Bug 270708 remove nsPresContext variable from AttributeChanged and cleaned up comment in nsIFrame.h
|
2004-12-31 01:13:27 +00:00 |
nsImageMap.cpp
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
nsImageMap.h
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
nsInlineFrame.cpp
|
|
|
nsInlineFrame.h
|
|
|
nsIntervalSet.cpp
|
|
|
nsIntervalSet.h
|
|
|
nsIObjectFrame.h
|
|
|
nsIPageSequenceFrame.h
|
|
|
nsIScrollableFrame.h
|
|
|
nsIScrollableViewProvider.h
|
|
|
nsIStatefulFrame.h
|
|
|
nsLeafFrame.cpp
|
|
|
nsLeafFrame.h
|
|
|
nsLineBox.cpp
|
Bug 209694. Major rework of margin-collapsing and clearance to match CSS 2.1 rules. Also includes major incremental reflow fixes for those situations. See the bug for details. rubber-stamp r+sr=dbaron
|
2004-11-25 14:51:00 +00:00 |
nsLineBox.h
|
Bug 209694. Major rework of margin-collapsing and clearance to match CSS 2.1 rules. Also includes major incremental reflow fixes for those situations. See the bug for details. rubber-stamp r+sr=dbaron
|
2004-11-25 14:51:00 +00:00 |
nsLineLayout.cpp
|
bug 275672 : Right-most character (that means end of line) should not have extra space for justification patch by masayuki@d-toybox.com, r+sr=roc
|
2005-01-13 19:21:18 +00:00 |
nsLineLayout.h
|
|
|
nsObjectFrame.cpp
|
Flush out reflows before processing invalidates and paint events. Fixes a
|
2005-01-20 03:39:09 +00:00 |
nsObjectFrame.h
|
Landing the low-level code for using the plugin finder service from the aviary branch. Bug 244125 etc.
|
2005-01-05 00:21:06 +00:00 |
nsPageContentFrame.cpp
|
|
|
nsPageContentFrame.h
|
|
|
nsPageFrame.cpp
|
|
|
nsPageFrame.h
|
|
|
nsPlaceholderFrame.cpp
|
|
|
nsPlaceholderFrame.h
|
|
|
nsReflowPath.cpp
|
|
|
nsReflowPath.h
|
|
|
nsReflowType.h
|
|
|
nsSelection.cpp
|
remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron
|
2004-12-26 19:48:54 +00:00 |
nsSimplePageSequence.cpp
|
Bug 276002 Change nsContenUtils::Get/FormatLocalizedString to use nsXPIDLString to save on nsAutoString copies r=dbaron sr=bryner
|
2005-01-18 23:46:59 +00:00 |
nsSimplePageSequence.h
|
|
|
nsSpaceManager.cpp
|
Bug 209694. Major rework of margin-collapsing and clearance to match CSS 2.1 rules. Also includes major incremental reflow fixes for those situations. See the bug for details. rubber-stamp r+sr=dbaron
|
2004-11-25 14:51:00 +00:00 |
nsSpaceManager.h
|
Bug 209694. Major rework of margin-collapsing and clearance to match CSS 2.1 rules. Also includes major incremental reflow fixes for those situations. See the bug for details. rubber-stamp r+sr=dbaron
|
2004-11-25 14:51:00 +00:00 |
nsSpacerFrame.cpp
|
|
|
nsSplittableFrame.cpp
|
|
|
nsSplittableFrame.h
|
|
|
nsTextFrame.cpp
|
bug 275672 : Right-most character (that means end of line) should not have extra space for justification patch by masayuki@d-toybox.com, r+sr=roc
|
2005-01-13 19:21:18 +00:00 |
nsTextFrame.h
|
|
|
nsTextTransformer.cpp
|
|
|
nsTextTransformer.h
|
|
|
nsViewportFrame.cpp
|
Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
|
2005-01-01 17:26:29 +00:00 |
nsViewportFrame.h
|
Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
|
2005-01-01 17:26:29 +00:00 |
punct_marks.ccmap
|
|
|