gecko-dev/content/base/src
norris%netscape.com d21c5596fd Fix the following bugs:
14443 "Same origin" security policy may be circumvented using docu
14820 Fixing up the relationship between nsCodeBasePrincipal and n
14919 Crash in JS MM code
Reviewed by mstoltz, approved by scc.
1999-10-02 03:41:37 +00:00
..
nsCommentNode.cpp Added Get/Set methods to content IDs. An ID is used as a key to store state information about a content object and its associated frame object. The state information is stored in a dictionary that is manipulated by the frame manager (nsIFrameManager) inside layout. An opaque pointer to this dictionary is passed to the session history as a handle associated with the current document's state. 1999-08-31 10:06:17 +00:00
nsContentIterator.cpp content iter not initing properly for reuse. text frame not selecting slowly properly, bad bounds checking :(. rangelist now traversing each node in a spaniter with a normal iter to make SURE we get all the children! 1999-09-14 23:16:22 +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
nsDocument.cpp Fix the following bugs: 1999-10-02 03:41:37 +00:00
nsDocument.h Adding old 4.x capture/release compatibility code, changing dom event VK_* names to DOM_VK_* 1999-09-21 14:18:52 +00:00
nsDocumentEncoder.cpp Set default wrap column to 72 instead of 0 1999-09-14 21:32:06 +00:00
nsDocumentFragment.cpp Reporting better nsresults to DOM methods. 1999-09-08 23:18:27 +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
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 Reporting better nsresults to DOM methods. 1999-09-08 23:18:27 +00:00
nsDOMAttributeMap.h 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 Null terminate the new buffer. 1999-08-28 05:12:11 +00:00
nsGenericDOMDataNode.h Reporting better nsresults to DOM methods. 1999-09-08 23:18:27 +00:00
nsGenericDOMNodeList.cpp Squish a warning or two 1999-09-17 20:16:37 +00:00
nsGenericDOMNodeList.h new file - base class for other node lists 1999-01-19 15:50:20 +00:00
nsGenericElement.cpp A better fix for blocker #14464. Reviewed by Hyatt w. permission from leaf/choffman 1999-09-23 02:31:37 +00:00
nsGenericElement.h Added Get/Set methods to content IDs. An ID is used as a key to store state information about a content object and its associated frame object. The state information is stored in a dictionary that is manipulated by the frame manager (nsIFrameManager) inside layout. An opaque pointer to this dictionary is passed to the session history as a handle associated with the current document's state. 1999-08-31 10:06:17 +00:00
nsHTMLValue.cpp added color name string value 1999-07-07 01:31:34 +00:00
nsHTMLValue.h added != operator 1999-08-08 01:18:40 +00:00
nsNameSpaceManager.cpp better memory handling 1999-07-07 01:20:43 +00:00
nsRange.cpp Changed ifdef so we can use ToString for non-debug purposes. r=akkana 1999-09-29 21:52:10 +00:00
nsRange.h thread safety comes to nsRange 1999-07-03 11:14:08 +00:00
nsStyleContext.cpp make remap style optionally not go recursive 1999-09-29 03:30:47 +00:00
nsStyleSet.cpp a=chofmann. Include time spent in ProbePseudoStyleFor() in time measurement of style resolution. 1999-09-24 07:16:20 +00:00
nsTextFragment.cpp Work around purify nonsense with bitfields 1999-09-22 00:38:57 +00:00
nsTextFragment.h fix for UNIX ports r=kipp, a=hofmann,kipp 1999-09-23 19:02:23 +00:00
nsTextNode.cpp Added Get/Set methods to content IDs. An ID is used as a key to store state information about a content object and its associated frame object. The state information is stored in a dictionary that is manipulated by the frame manager (nsIFrameManager) inside layout. An opaque pointer to this dictionary is passed to the session history as a handle associated with the current document's state. 1999-08-31 10:06:17 +00:00