pjs/layout/base/src
kin%netscape.com efbd1160d8 Fixes for bug #10231 (crash making list after select all)
and bug #10815 (Crash deleting selected text and table)

mozilla/editor/base/nsHTMLEditRules.cpp
  - Added check, in WillDeleteSelection(),  to see if
    endpoints of the range are in the body before calling
    GetBlockNodeParent(). (Bug #10231)
  - Modified GetPromotedPoint() to check for NULL in the
    case where aWhere == kEnd and GetChildAt() returns NULL.
    (Bug #10815)

mozilla/layout/base/src/nsGenericElement.cpp
  - Modified RangeAdd() so that it doesn't add
    a range if it's already in the list.  (Bug #10231)

mozilla/layout/base/src/nsRangeList.cpp
  - Modified GetPrimaryFrameForFocusNode() to
    initialize aReturnFrame and to return a failure
    if ChildAt() returns NULL. (Bug #10231)
1999-08-04 18:36:19 +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 Removal of nsCaretProperties 1999-07-14 22:18:29 +00:00
makefile.win Removal of nsCaretProperties 1999-07-14 22:18:29 +00:00
nsCaret.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
nsCaret.h Removal of nsCaretProperties 1999-07-14 22:18:29 +00:00
nsCommentNode.cpp 9180: add content comment, not XIF comment. r=chofmann 1999-07-07 22:43:46 +00:00
nsContentIterator.cpp fix for bug 9842 (aka 8227) plus some thread safety improvements 1999-07-25 08:41:42 +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 added code to ignore unknown namespace prefix for attributes 1999-06-10 05:18:46 +00:00
nsDOMAttribute.h COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00
nsDOMAttributeMap.cpp added code to ignore unknown namespace prefix for attributes 1999-06-10 05:18:46 +00:00
nsDOMAttributeMap.h COMized nsIPresShell and nsIPresContext 1999-02-12 17:45:58 +00:00
nsDocument.cpp Converting to stream implementation of HTTP posting, this obsoletes nsIPostData and nsIPostToServer. a=warren 1999-08-03 20:51:41 +00:00
nsDocument.h Converting to stream implementation of HTTP posting, this obsoletes nsIPostData and nsIPostToServer. a=warren 1999-08-03 20:51:41 +00:00
nsDocumentEncoder.cpp Add a working implementation for nsDOMSelection::ContainsNode, and use it in nsDocument::IsInSelection for XIF conversion 1999-07-21 21:29:29 +00:00
nsDocumentFragment.cpp Implemented ID targetting for HTML in XML documents. Changed name of GetNameSpacePrefix to avoid clash. 1999-03-20 01:51:00 +00:00
nsDocumentViewer.cpp Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
nsFrameImageLoader.cpp Enabled the frame loader to work without a specified frame. This is used for precaching images. 1999-05-07 00:06:03 +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 checkin for carpool for multiple seleciton/ime selection and api changes to nsIDOMselection 1999-07-15 18:19:03 +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 Updating DOM event apis and changing behavior to properly respect capturing, bubbling, and cancellation methods. 1999-07-19 19:54:34 +00:00
nsGenericDOMDataNode.h Updating DOM event apis and changing behavior to properly respect capturing, bubbling, and cancellation methods. 1999-07-19 19:54:34 +00:00
nsGenericDOMNodeList.cpp new file - base class for other node lists 1999-01-19 15:50:20 +00:00
nsGenericDOMNodeList.h new file - base class for other node lists 1999-01-19 15:50:20 +00:00
nsGenericElement.cpp Fixes for bug #10231 (crash making list after select all) 1999-08-04 18:36:19 +00:00
nsGenericElement.h Added new forwarding macro. 1999-07-28 05:25:44 +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
nsNameSpaceManager.cpp better memory handling 1999-07-07 01:20:43 +00:00
nsPluginViewer.cpp Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
nsPresContext.cpp Enable PartialGfx rendering as the default widget rendering mode. 1999-07-21 23:12:23 +00:00
nsPresContext.h made compatibility mode pref an override of auto 1999-07-07 01:21:25 +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 Fixed incorrect inclusion of text elements in tag stack creation in CreateContextualFragment. 1999-07-28 05:26:16 +00:00
nsRange.h thread safety comes to nsRange 1999-07-03 11:14:08 +00:00
nsRangeList.cpp Fixes for bug #10231 (crash making list after select all) 1999-08-04 18:36:19 +00:00
nsSpaceManager.cpp Added 'm' prefix to structs defined in nsISpaceManager 1999-07-25 19:01:13 +00:00
nsSpaceManager.h Added 'm' prefix to struct data members 1999-07-02 23:31:01 +00:00
nsStyleChangeList.cpp added nsStyleChangeList 1999-03-25 06:35:59 +00:00
nsStyleContext.cpp added some experimental CSS3 properties 1999-07-24 18:59:43 +00:00
nsStyleCoord.cpp Added eStyleUnit_Chars 1999-03-31 04:08:07 +00:00
nsStyleSet.cpp removed unused IID 1999-07-18 00:17:03 +00:00
nsTextFragment.cpp Removed a compiler warning 1999-07-16 17:40:39 +00:00
nsTextNode.cpp make destructors virtual 1999-05-13 02:11:25 +00:00
nsXIFConverter.cpp Restructure the editor output routines to allow passing in 1999-07-14 18:54:29 +00:00
nsXIFConverter.h 5924: Fix XIF handling of HTML comments, and also pass through the document's original formatting whitespace 1999-06-24 20:15:52 +00:00