.. |
broken-image.gif
|
new
|
1998-06-03 18:31:14 +00:00 |
nsAreaFrame.cpp
|
Changed GetNextSibling() to use a pointer argument instead of a reference
|
1999-02-10 06:13:38 +00:00 |
nsAreaFrame.h
|
Changed GetAdditionalChildListName() and FirstChild() to use ** instead
|
1999-02-10 02:25:01 +00:00 |
nsBRFrame.cpp
|
Revised frame Paint API
|
1998-12-18 15:54:23 +00:00 |
nsBlockBandData.cpp
|
Changed GetParent() to use ** instead of *&
|
1999-02-10 01:36:30 +00:00 |
nsBlockBandData.h
|
Added methods for get floater info in the band and a method to compute the impact on the max-element-size of the floaters
|
1998-12-17 18:50:45 +00:00 |
nsBlockFrame.cpp
|
API changes for nsIPresContext ResolveStyleContextFor and ResolvePseudoStyleContextFor
|
1999-02-11 15:56:23 +00:00 |
nsBlockFrame.h
|
Changed GetAdditionalChildListName() and FirstChild() to use ** instead
|
1999-02-10 02:25:01 +00:00 |
nsBlockReflowContext.cpp
|
Changed GetFrameState() and GetFrameType() to use pointer arguments instead of
|
1999-02-10 04:17:06 +00:00 |
nsBlockReflowContext.h
|
Changed nsHTMLReflowState to compute 'offsets' for relatively positioned
|
1999-01-16 20:58:17 +00:00 |
nsBlockReflowState.cpp
|
API changes for nsIPresContext ResolveStyleContextFor and ResolvePseudoStyleContextFor
|
1999-02-11 15:56:23 +00:00 |
nsBlockReflowState.h
|
API changes for nsIPresContext ResolveStyleContextFor and ResolvePseudoStyleContextFor
|
1999-02-11 15:56:23 +00:00 |
nsBulletFrame.cpp
|
Changed a bunch more nsIFrame member functions to be pointer arguments
|
1999-02-10 05:38:18 +00:00 |
nsBulletFrame.h
|
Spanked away SizeOf methods and nsIListFilter
|
1999-01-16 00:00:50 +00:00 |
nsContainerFrame.cpp
|
Changed GetNextSibling() to use a pointer argument instead of a reference
|
1999-02-10 06:13:38 +00:00 |
nsContainerFrame.h
|
Changed GetAdditionalChildListName() and FirstChild() to use ** instead
|
1999-02-10 02:25:01 +00:00 |
nsFrame.cpp
|
Add two new methods needed for caret support (and other things): GetPointFromOffset, to get frame-relative coordinates of a given content offset, and GetChildFrameContainingOffset, to find the child frame that really contains the given content offset
|
1999-02-12 00:02:31 +00:00 |
nsFrame.h
|
Add two new methods needed for caret support (and other things): GetPointFromOffset, to get frame-relative coordinates of a given content offset, and GetChildFrameContainingOffset, to find the child frame that really contains the given content offset
|
1999-02-12 00:02:31 +00:00 |
nsFrameFrame.cpp
|
Changed a bunch more nsIFrame member functions to be pointer arguments
|
1999-02-10 05:38:18 +00:00 |
nsFrameSetFrame.cpp
|
API changes for nsIPresContext ResolveStyleContextFor and ResolvePseudoStyleContextFor
|
1999-02-11 15:56:23 +00:00 |
nsFrameSetFrame.h
|
Revised frame Paint API
|
1998-12-18 15:54:23 +00:00 |
nsFrameUtil.cpp
|
Implement tree diffing and dumping of regression data
|
1999-02-08 17:55:29 +00:00 |
nsHTMLContainerFrame.cpp
|
API changes for nsIPresContext ResolveStyleContextFor and ResolvePseudoStyleContextFor
|
1999-02-11 15:56:23 +00:00 |
nsHTMLContainerFrame.h
|
Updated a comment
|
1999-02-01 17:32:19 +00:00 |
nsHTMLFrame.cpp
|
Changed GetFrameState() and GetFrameType() to use pointer arguments instead of
|
1999-02-10 04:17:06 +00:00 |
nsHTMLParts.h
|
Exposed NS_CreateHTMLContent() as a temporary hack to get HTML-in-RDF/XUL working. Will re-visit when Vidur comes back.
|
1999-02-09 00:26:50 +00:00 |
nsHTMLReflowCommand.cpp
|
Changed GetParent() to use ** instead of *&
|
1999-02-10 01:36:30 +00:00 |
nsHTMLReflowCommand.h
|
Added additional parameter to GetNext() that specifies whether the frame is
|
1999-01-20 05:11:17 +00:00 |
nsHTMLReflowState.cpp
|
Fix for bug #3089
|
1999-02-11 03:56:00 +00:00 |
nsIFrame.h
|
Add two new methods needed for caret support (and other things): GetPointFromOffset, to get frame-relative coordinates of a given content offset, and GetChildFrameContainingOffset, to find the child frame that really contains the given content offset
|
1999-02-12 00:02:31 +00:00 |
nsIFrameUtil.h
|
Revised API
|
1999-02-08 17:55:08 +00:00 |
nsIPageSequenceFrame.h
|
Fixed a compiler warning where there was an extra ',' after an enum
|
1998-12-18 05:46:00 +00:00 |
nsImageFrame.cpp
|
Changed a bunch more nsIFrame member functions to be pointer arguments
|
1999-02-10 05:38:18 +00:00 |
nsImageMap.cpp
|
Added additional key argument to string parsing routine. Improved Reset handling for document to include style sets and frame construction. Modified root frame construction. Got out-of-line document.write to work
|
1999-02-03 19:38:16 +00:00 |
nsImageMap.h
|
Added additional key argument to string parsing routine. Improved Reset handling for document to include style sets and frame construction. Modified root frame construction. Got out-of-line document.write to work
|
1999-02-03 19:38:16 +00:00 |
nsInlineFrame.cpp
|
API changes for nsIPresContext ResolveStyleContextFor and ResolvePseudoStyleContextFor
|
1999-02-11 15:56:23 +00:00 |
nsLeafFrame.cpp
|
PaintBorder() method has stylecontext info.
|
1999-01-22 22:27:19 +00:00 |
nsLeafFrame.h
|
Revised frame Paint API
|
1998-12-18 15:54:23 +00:00 |
nsLineBox.cpp
|
Changed GetNextSibling() to use a pointer argument instead of a reference
|
1999-02-10 06:13:38 +00:00 |
nsLineBox.h
|
Spanked away SizeOf methods and nsIListFilter
|
1999-01-16 00:00:50 +00:00 |
nsLineLayout.cpp
|
Implement TreatFrameAsBlock
|
1999-02-01 17:32:49 +00:00 |
nsLineLayout.h
|
Added another TreatFrameAsBlock method
|
1999-02-01 17:32:33 +00:00 |
nsObjectFrame.cpp
|
Changed a bunch more nsIFrame member functions to be pointer arguments
|
1999-02-10 05:38:18 +00:00 |
nsPageFrame.cpp
|
Changed some nsIFrame member functions to use ** instead of *& for OUT
|
1999-02-10 00:42:56 +00:00 |
nsPageFrame.h
|
Added support for printing multiple pages
|
1998-12-07 03:43:02 +00:00 |
nsPlaceholderFrame.cpp
|
Revised frame Paint API
|
1998-12-18 15:54:23 +00:00 |
nsPlaceholderFrame.h
|
Revised frame Paint API
|
1998-12-18 15:54:23 +00:00 |
nsSelection.cpp
|
Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros
|
1998-09-12 19:33:48 +00:00 |
nsSimplePageSequence.cpp
|
Changed GetNextSibling() to use a pointer argument instead of a reference
|
1999-02-10 06:13:38 +00:00 |
nsSimplePageSequence.h
|
reduce Macintosh compiler warnings byadding prototype
|
1999-01-06 18:52:58 +00:00 |
nsSpaceManager.cpp
|
Changed nsISpaceManager interface to conform to XP-COM conventions on
|
1999-01-04 04:54:33 +00:00 |
nsSpaceManager.h
|
Make dtor virtual to quite down compilers
|
1999-02-04 16:26:42 +00:00 |
nsSpacerFrame.cpp
|
sync to new attribute api
|
1998-12-20 01:21:23 +00:00 |
nsSplittableFrame.cpp
|
Tweak regression data output
|
1999-02-08 17:56:23 +00:00 |
nsSplittableFrame.h
|
Spanked away SizeOf methods and nsIListFilter
|
1999-01-16 00:00:50 +00:00 |
nsTextFrame.cpp
|
#ifdef tbe blue selection triangles in until the caret code is turned on
|
1999-02-12 00:05:19 +00:00 |
nsTextTransformer.cpp
|
Changed some nsIFrame member functions to use ** instead of *& for OUT
|
1999-02-10 00:42:56 +00:00 |
nsTextTransformer.h
|
Removed and unused member variable
|
1998-11-14 22:27:06 +00:00 |
nsViewportFrame.cpp
|
Changed GetNextSibling() to use a pointer argument instead of a reference
|
1999-02-10 06:13:38 +00:00 |