..
broken-image.gif
new
1998-06-03 18:31:14 +00:00
nsAbsoluteContainingBlock.cpp
Added 'm' prefix to a couple more data members of nsHTMLReflowState struct
1999-07-20 03:51:46 +00:00
nsAbsoluteContainingBlock.h
Initial check in
1999-04-16 01:39:34 +00:00
nsAreaFrame.cpp
Added 'm' prefix to some of the nsHTMLReflowState data members
1999-07-20 03:41:03 +00:00
nsAreaFrame.h
Fix for bug #2062 . When sizing the view, take into account child frames
1999-06-29 03:41:58 +00:00
nsBRFrame.cpp
Added 'm' prefix to a couple more data members of nsHTMLReflowState struct
1999-07-20 03:51:46 +00:00
nsBlockBandData.cpp
Removed compiler warnings
1999-04-27 22:14:17 +00:00
nsBlockBandData.h
Fixed bug #5192 by growing the trapezoid buffer as needed
1999-04-20 23:08:03 +00:00
nsBlockFrame.cpp
Added 'm' prefix to a couple more data members of nsHTMLReflowState struct
1999-07-20 03:51:46 +00:00
nsBlockFrame.h
Various and sundry bug fixes
1999-07-14 17:26:20 +00:00
nsBlockReflowContext.cpp
Added 'm' prefix to a couple more data members of nsHTMLReflowState struct
1999-07-20 03:51:46 +00:00
nsBlockReflowContext.h
Switch to nsIPresContext*'s instead of nsIPresContext&'s
1999-04-20 00:27:08 +00:00
nsBlockReflowState.cpp
Added 'm' prefix to a couple more data members of nsHTMLReflowState struct
1999-07-20 03:51:46 +00:00
nsBlockReflowState.h
Added 'm' prefix to a couple more data members of nsHTMLReflowState struct
1999-07-20 03:51:46 +00:00
nsBulletFrame.cpp
Support old-upper/lower-alpha/roman style constants
1999-07-02 22:27:03 +00:00
nsBulletFrame.h
Use revised image loading apis
1999-04-13 21:49:58 +00:00
nsContainerFrame.cpp
fix reresolve style context to iterate all child lists
1999-07-18 00:18:45 +00:00
nsContainerFrame.h
Removed some code from nsContainerFrame that is no longer needed now that'
1999-04-12 23:46:02 +00:00
nsFirstLetterFrame.cpp
Added 'm' prefix to a couple more data members of nsHTMLReflowState struct
1999-07-20 03:51:46 +00:00
nsFrame.cpp
massive checkin for selection. adjusting nsIDOMSelection api and nsIFrameSelection. many "small" changes. this is not as bad as it looks. layout will not be affected other than "getter" calls for selection. and all consumers of selection should be in good shape.
1999-07-18 02:27:19 +00:00
nsFrame.h
checkin for carpool for multiple seleciton/ime selection and api changes to nsIDOMselection
1999-07-15 18:19:03 +00:00
nsFrameFrame.cpp
Added 'm' prefix to some of the nsHTMLReflowState data members
1999-07-20 03:41:03 +00:00
nsFrameList.cpp
Removed dependence on nsFrame (a no-no)
1999-03-24 15:40:44 +00:00
nsFrameList.h
Removed Join() function from nsFrameList, because we already has a version
1999-04-13 00:06:17 +00:00
nsFrameSetFrame.cpp
fixed bug 9845
1999-07-18 06:35:52 +00:00
nsFrameSetFrame.h
Bug 7935: Resizing frames beyond edge doesn't cause offset anymore.
1999-06-11 01:18:50 +00:00
nsFrameUtil.cpp
stdlib.h should come from system includes
1999-06-19 21:50:41 +00:00
nsHTMLContainerFrame.cpp
Eliminate a warning
1999-07-14 17:28:00 +00:00
nsHTMLContainerFrame.h
Added ReparentFrameView() and changed the block and inline code
1999-04-11 04:22:00 +00:00
nsHTMLFrame.cpp
Added 'm' prefix to some of the nsHTMLReflowState data members
1999-07-20 03:41:03 +00:00
nsHTMLParts.h
Tweaked area frame shrink wrapping for bug #5999
1999-07-14 17:26:12 +00:00
nsHTMLReflowCommand.cpp
use new nsHTMLReflowState ctors
1999-03-05 04:29:11 +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
Added 'm' prefix to a couple more data members of nsHTMLReflowState struct
1999-07-20 03:51:46 +00:00
nsIAnonymousContentCreator.h
Added anonymous node support.
1999-06-30 22:17:43 +00:00
nsIFrame.h
up/down selection BRFrames dont allow selecting upon them for now. horizontal bars are now drawn selected. ect.
1999-06-19 20:36:44 +00:00
nsIFrameUtil.h
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
nsILineIterator.h
new
1999-05-13 00:54:03 +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
NECKO only: Using helper function NS_MakeAbsoluteURI A: chofmann R:valeski
1999-07-11 15:46:10 +00:00
nsImageFrame.h
Only pass on url to server side image map when we end up with a valid url
1999-07-08 19:44:42 +00:00
nsImageMap.cpp
NECKO only: Using helper function NS_MakeAbsoluteURI A: chofmann R:valeski
1999-07-11 15:46:10 +00:00
nsImageMap.h
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
1999-06-23 03:29:44 +00:00
nsInlineFrame.cpp
Added 'm' prefix to a couple more data members of nsHTMLReflowState struct
1999-07-20 03:51:46 +00:00
nsInlineFrame.h
Clean up warnings
1999-07-14 17:28:45 +00:00
nsLeafFrame.cpp
Whacked paint methods to use new constants
1999-03-26 00:39:35 +00:00
nsLeafFrame.h
Revised frame Paint API
1998-12-18 15:54:23 +00:00
nsLineBox.cpp
Fixed typo
1999-05-13 01:52:52 +00:00
nsLineBox.h
Updated line iterator impl to match API in nsILineIterator
1999-05-13 00:54:28 +00:00
nsLineLayout.cpp
Added 'm' prefix to a couple more data members of nsHTMLReflowState struct
1999-07-20 03:51:46 +00:00
nsLineLayout.h
Adding support in line layout for the CSS "direction" property.
1999-05-08 00:48:39 +00:00
nsObjectFrame.cpp
Added 'm' prefix to some of the nsHTMLReflowState data members
1999-07-20 03:41:03 +00:00
nsPageFrame.cpp
Reworked frame factory methods; fixed bug 4519
1999-05-11 22:03:29 +00:00
nsPageFrame.h
Reworked frame factory methods; fixed bug 4519
1999-05-11 22:03:29 +00:00
nsPlaceholderFrame.cpp
Reworked frame factory methods; fixed bug 4519
1999-05-11 22:03:29 +00:00
nsPlaceholderFrame.h
Implement List method
1999-05-03 20:54:24 +00:00
nsSimplePageSequence.cpp
General clean up and fixing of compiler warnings
1999-07-03 02:22:10 +00:00
nsSimplePageSequence.h
General clean up and fixing of compiler warnings
1999-07-03 02:22:10 +00:00
nsSpaceManager.cpp
Added 'm' prefix to struct data members
1999-07-02 23:31:01 +00:00
nsSpaceManager.h
Added 'm' prefix to struct data members
1999-07-02 23:31:01 +00:00
nsSpacerFrame.cpp
Reworked frame factory methods; fixed bug 4519
1999-05-11 22:03:29 +00:00
nsSplittableFrame.cpp
selection changes for new model of content only. frames no longer contain variables referring to selection state outside of 1 bit. keyboard selection will now be disabled until i can get it working in the new selection world order.
1999-04-26 04:02:04 +00:00
nsSplittableFrame.h
Removed nsIFrame::CreateContinuingFrame()
1999-02-25 05:31:15 +00:00
nsTextFrame.cpp
Adding support for XOR selection. Updated nsIRenderingContext interface
1999-07-20 07:26:09 +00:00
nsTextTransformer.cpp
fix bug 7544
1999-06-15 02:21:03 +00:00
nsTextTransformer.h
add one boolean to indicate word break or line break
1999-04-06 22:41:44 +00:00
nsViewportFrame.cpp
Added 'm' prefix to a couple more data members of nsHTMLReflowState struct
1999-07-20 03:51:46 +00:00