gecko-dev/layout/html/base/src
1999-03-29 03:30:34 +00:00
..
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
broken-image.gif new 1998-06-03 18:31:14 +00:00
Makefile.in Handle NO_STATIC_LIB being set, when all this file does is create a static library. 1999-03-25 21:10:22 +00:00
makefile.win Spanked to collapse inline-reflow with line-layout into line-layout; fixed bugs #1278, #1990, #3527, #1670, etc. 1999-03-18 21:03:25 +00:00
MANIFEST nuked global variables 1999-03-05 19:24:45 +00:00
nsAreaFrame.cpp Whacked paint methods to use new constants 1999-03-26 00:39:35 +00:00
nsAreaFrame.h Removed nsIFrame::CreateContinuingFrame() 1999-02-25 05:31:15 +00:00
nsBlockBandData.cpp Translate trapezoid into proper coordinate system 1999-03-27 01:20:46 +00:00
nsBlockBandData.h Use raw trapezoid data to solve issues of floaters with margins (bug #2024) 1999-03-26 01:59:13 +00:00
nsBlockFrame.cpp PR_FALSE is not nsnull! 1999-03-27 02:56:52 +00:00
nsBlockFrame.h Added methods to support pre-collapsing of top-margins; expose class-id for nsBlockReflowContext code 1999-03-27 01:21:21 +00:00
nsBlockReflowContext.cpp Moved vertical margin application into here; implement top-margin collapsing logic 1999-03-27 01:22:45 +00:00
nsBlockReflowContext.h Moved vertical margin application into here; implement top-margin collapsing logic 1999-03-27 01:22:45 +00:00
nsBlockReflowState.cpp PR_FALSE is not nsnull! 1999-03-27 02:56:52 +00:00
nsBlockReflowState.h PR_FALSE is not nsnull! 1999-03-27 02:56:52 +00:00
nsBRFrame.cpp Fixed bug #4112 1999-03-26 00:37:22 +00:00
nsBulletFrame.cpp correct katakan/hiragana/katakana-iroha/hiragana-iroha list after reviewed by momoi. Add implementation for NS_STYLE_LIST_STYLE_DECIMAL_LEADING_ZERO. 1999-03-26 01:37:27 +00:00
nsBulletFrame.h Removed List method 1999-03-05 04:22:29 +00:00
nsContainerFrame.cpp augmented ReResolveStyleContext to capture style change information 1999-03-25 06:43:38 +00:00
nsContainerFrame.h augmented ReResolveStyleContext to capture style change information 1999-03-25 06:43:38 +00:00
nsFrame.cpp Whacked paint methods to use new constants 1999-03-26 00:39:35 +00:00
nsFrame.h augmented ReResolveStyleContext to capture style change information 1999-03-25 06:43:38 +00:00
nsHRFrame.cpp Whacked paint methods to use new constants 1999-03-26 00:39:35 +00:00
nsHTMLAtoms.cpp Added beforePseudo and afterPseudo atoms 1999-03-29 03:30:34 +00:00
nsHTMLAtoms.h Added beforePseudo and afterPseudo atoms 1999-03-29 03:30:34 +00:00
nsHTMLContainerFrame.cpp Whacked paint methods to use new constants 1999-03-26 00:39:35 +00:00
nsHTMLContainerFrame.h augmented ReResolveStyleContext to capture style change information 1999-03-25 06:43:38 +00:00
nsHTMLFrame.cpp Removed some code that is no longer needed 1999-03-06 01:58:33 +00:00
nsHTMLIIDs.cpp Adding the NS_ISTYLEDCONTENT_IID to the nsHTMLIID files, so that HTML content 1999-02-27 01:33:25 +00:00
nsHTMLIIDs.h Adding the NS_ISTYLEDCONTENT_IID to the nsHTMLIID files, so that HTML content 1999-02-27 01:33:25 +00:00
nsHTMLImage.cpp modified for new DrawString()/GetWidth() APIs. 1999-01-28 05:03:58 +00:00
nsHTMLImage.h Support limited scaling of images on unix 1999-02-26 17:07:28 +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 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 Fix for bug #2592. Changed ComputeMargin() and ComputePadding() to handle 1999-03-26 03:57:46 +00:00
nsHTMLTagContent.cpp Add click event support for every element and initial keypress event support 1998-11-24 07:46:58 +00:00
nsIAnchoredItems.h Added missing include line; minor tidy up as well 1998-06-25 15:01:13 +00:00
nsIAreaFrame.h Initial check-in 1999-01-18 17:26:49 +00:00
nsIHTMLContent.h rename |IID()| --> |GetIID()| 1999-03-03 19:48:57 +00:00
nsIHTMLReflow.h Removed carried out top margin 1999-03-27 01:23:06 +00:00
nsImageFrame.cpp Whacked paint methods to use new constants 1999-03-26 00:39:35 +00:00
nsImageMap.cpp Spanked to collapse inline-reflow with line-layout into line-layout; fixed bugs #1278, #1990, #3527, #1670, etc. 1999-03-18 21:03:25 +00:00
nsImageMap.h Fixed MAP elements to conform to HTML 4.0. Hooked up attribute changes for MAP, AREA and ANCHOR elements. Added RECONSTRUCT_ALL as a style hint for attribute changes. Modified nsCSSFrameConstructor's ReconstructFrame to only reconstruct the document element hierarchy. 1999-03-01 16:57:35 +00:00
nsInlineFrame.cpp Eliminate speculative-top-margin cruft; use new block reflow context API 1999-03-27 01:23:30 +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 Removed carried-out-top-margin 1999-03-27 01:24:24 +00:00
nsLineBox.h Removed carried-out-top-margin 1999-03-27 01:24:24 +00:00
nsLineLayout.cpp Removed carried-out-top-margin 1999-03-27 01:24:24 +00:00
nsLineLayout.h Removed carried-out-top-margin 1999-03-27 01:24:24 +00:00
nsObjectFrame.cpp Image recognition by file extension for object tag 1999-03-27 01:00:02 +00:00
nsPageFrame.cpp Fixed it so that for incremental reflow commands the correct value is 1999-03-09 05:01:59 +00:00
nsPageFrame.h use new nsHTMLReflowState ctors; made pages support IsPercentageBase 1999-03-05 04:28:07 +00:00
nsPlaceholderFrame.cpp Whacked paint methods to use new constants 1999-03-26 00:39:35 +00:00
nsPlaceholderFrame.h Revised frame Paint API 1998-12-18 15:54:23 +00:00
nsPresShell.cpp Updating internal implementations to new DOM2 api syntax, capture/bubble functionality, new EventStateManager stuff (focus improvements) 1999-03-28 22:22:54 +00:00
nsScrollFrame.cpp Partial fix for bug #4315. Changed scroll frame to set view visibility to 1999-03-27 18:21:54 +00:00
nsScrollFrame.h augmented ReResolveStyleContext to capture style change information 1999-03-25 06:43:38 +00:00
nsSimplePageSequence.cpp Whacked paint methods to use new constants 1999-03-26 00:39:35 +00:00
nsSimplePageSequence.h reduce Macintosh compiler warnings byadding prototype 1999-01-06 18:52:58 +00:00
nsSpacerFrame.cpp COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00
nsSplittableFrame.cpp Fixed it so we clear the NS_FRAME_SYNC_FRAME_AND_VIEW bit, because the 1999-02-25 05:41:05 +00:00
nsSplittableFrame.h Removed nsIFrame::CreateContinuingFrame() 1999-02-25 05:31:15 +00:00
nsTextFrame.cpp fixing errors with pre spaced text. prepareunicode string was not filling the index array correctly for thatn 1999-03-27 00:18:32 +00:00
nsTextReflow.h new 1998-10-20 00:17:17 +00:00
nsTextTransformer.cpp fix mHasMultibyte hint problem when the first character of the *word* is not ASCII 1999-03-11 03:00:33 +00:00
nsTextTransformer.h change nsTextTransformer to break line by calling nsILineBreak and make nsTextFrame pass the nsILineBreaker to nsTextTransformer 1999-02-24 18:21:23 +00:00
nsViewportFrame.cpp Eliminated some code that's no longer needed now that the info is in the 1999-03-06 01:48:28 +00:00
nsWBRFrame.cpp removed usless includes 1999-02-18 22:23:52 +00:00