gecko-dev/layout/base/src
peterl%netscape.com 3ebf849605 dont strip multiple changes with nsnull frames
part of fix for 14134
r=pierre
1999-10-12 00:22:18 +00:00
..
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
MANIFEST No longer export nsSelection, nsSelectionRange, nsSelectionPoint 1999-04-13 01:17:49 +00:00
Makefile.in General cleanup. 1999-09-14 01:02:20 +00:00
makefile.win Make nsPresContext implement the nsITimeRecorder interface. This interface is used by the pres shell to tell the pres context to stop the stopwatch that measures time spent in style resolution. 1999-09-17 20:32:45 +00:00
nsCaret.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsCaret.h Super duper new caret 1999-09-14 23:41:19 +00:00
nsCommentNode.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsContentIterator.cpp applying same fix as rev 1.28 (initializing mIsDone) to the rest of the Init() methods. 1999-10-08 23:34:07 +00:00
nsContentList.cpp Fix for bug 6785. Incorrect reinitializing of mData. 1999-06-12 00:37:36 +00:00
nsContentList.h Fixed non-ANSII compliant code. 1999-05-04 20:53:44 +00:00
nsDOMAttribute.cpp Reporting better nsresults to DOM methods. 1999-09-08 23:18:27 +00:00
nsDOMAttribute.h Reporting better nsresults to DOM methods. 1999-09-08 23:18:27 +00:00
nsDOMAttributeMap.cpp Updated SizeOf methods for html content objects to be more accurate; implemented MOZ_DECL_CTOR_COUNTER for all html content objects 1999-10-07 00:35:04 +00:00
nsDOMAttributeMap.h Updated SizeOf methods for html content objects to be more accurate; implemented MOZ_DECL_CTOR_COUNTER for all html content objects 1999-10-07 00:35:04 +00:00
nsDocument.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsDocument.h Implemented document.width/document.height by looking at the dimensions of the view of the frame of the document element. Bug 961. R: troy 1999-10-06 20:32:49 +00:00
nsDocumentEncoder.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsDocumentFragment.cpp Support SizeOf methods 1999-10-05 23:47:46 +00:00
nsDocumentViewer.cpp Changed the printing to use the ImageGroup notifications rather than the document loader because a document is *not* being loaded... This fixes printing after the changes to the document loader notifications. 1999-09-22 07:34:31 +00:00
nsFrameImageLoader.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsFrameImageLoader.h Added code to discard wasted size updates 1999-04-23 19:59:13 +00:00
nsFrameList.cpp Renamed some nsFrameList member functions 1999-07-22 04:00:57 +00:00
nsFrameTraversal.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsFrameUtil.cpp stdlib.h should come from system includes 1999-06-19 21:50:41 +00:00
nsGalleyContext.cpp COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00
nsGenericCaretProperties.cpp Left over from mozilla/base/src. 1999-06-03 21:50:54 +00:00
nsGenericDOMDataNode.cpp # 9777 1999-10-06 00:06:53 +00:00
nsGenericDOMDataNode.h Updated SizeOf methods for html content objects to be more accurate; implemented MOZ_DECL_CTOR_COUNTER for all html content objects 1999-10-07 00:35:04 +00:00
nsGenericDOMNodeList.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsGenericDOMNodeList.h new file - base class for other node lists 1999-01-19 15:50:20 +00:00
nsGenericElement.cpp Support SizeOf methods 1999-10-05 23:47:46 +00:00
nsGenericElement.h Updated SizeOf methods for html content objects to be more accurate; implemented MOZ_DECL_CTOR_COUNTER for all html content objects 1999-10-07 00:35:04 +00:00
nsLayoutAtoms.cpp use preprocessor for code generation 1999-07-18 00:15:37 +00:00
nsLayoutDebugger.cpp new 1999-05-05 20:42:51 +00:00
nsLayoutHistoryState.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsNameSpaceManager.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsPluginViewer.cpp Removed 2 *extra* calls to NS_RELEASE in failure cases... 1999-10-10 06:58:42 +00:00
nsPresContext.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsPresContext.h Move implementation of nsITimeRecorder from the pres context to the style set. 1999-09-20 06:53:40 +00:00
nsPrintContext.cpp COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00
nsPrintPreviewContext.cpp COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00
nsRange.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsRange.h Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsRangeList.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsSpaceManager.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsSpaceManager.h Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsStyleChangeList.cpp dont strip multiple changes with nsnull frames 1999-10-12 00:22:18 +00:00
nsStyleContext.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsStyleCoord.cpp Added eStyleUnit_Chars 1999-03-31 04:08:07 +00:00
nsStyleSet.cpp We now use the new RAPTOR_STOPWATCH_DEBUGTRACE macro to annotate all manipulations of the timers. 1999-10-11 23:42:56 +00:00
nsTextFragment.cpp Work around purify nonsense with bitfields 1999-09-22 00:38:57 +00:00
nsTextNode.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsXIFConverter.cpp Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
nsXIFConverter.h Adding support for htmlL DOCTYPE for 1999-09-15 17:55:26 +00:00