gecko-dev/content/base/src
vladimir%pobox.com fa80874682 fixy fixy
2006-04-20 03:39:01 +00:00
..
.cvsignore
Makefile.in Bug 323910: Merge atom lists in gklayout 2006-01-19 00:58:12 +00:00
mozSanitizingSerializer.cpp Fix for bug 332239 (Saved xml content gives xml parsing error in this case). r/zr=bz. 2006-04-06 20:55:25 +00:00
mozSanitizingSerializer.h Fix for bug 332239 (Saved xml content gives xml parsing error in this case). r/zr=bz. 2006-04-06 20:55:25 +00:00
nsAtomListUtils.cpp Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsAtomListUtils.h Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsAttrAndChildArray.cpp Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsAttrAndChildArray.h Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsAttrName.h Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsAttrValue.cpp Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsAttrValue.h Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsCommentNode.cpp Remove defunct assertions from debug-only code. bug 334055, r+sr=sicking 2006-04-15 00:39:35 +00:00
nsContentAreaDragDrop.cpp nsIDocumentEncoder should be IDL-ized. Bug 305710, patch by jpl24 2006-03-14 17:12:41 +00:00
nsContentAreaDragDrop.h Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsContentIterator.cpp Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsContentList.cpp More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsContentList.h More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsContentPolicy.cpp Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsContentPolicy.h Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsContentSink.cpp Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsContentSink.h Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsContentUtils.cpp Disconnect and release the event listener manager after removing the entry from the hash table to avoid crashes caused re-entry into hash table code. b=334177 r+sr=jst 2006-04-18 20:59:28 +00:00
nsCopySupport.cpp nsIDocumentEncoder should be IDL-ized. Bug 305710, patch by jpl24 2006-03-14 17:12:41 +00:00
nsDataDocumentContentPolicy.cpp Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsDataDocumentContentPolicy.h Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsDocument.cpp Fixing bug 333674. We leak oldVal on OOM in nsUint32ToContentHashEntry::PutContent. r+sr=bzbarsky@mit.edu 2006-04-12 12:11:40 +00:00
nsDocument.h Copy observer list and hold references to observers when notifying them. b=271669 r=bzbarsky sr=jst 2006-04-11 23:44:34 +00:00
nsDocumentEncoder.cpp Fix for bug 332239 (Saved xml content gives xml parsing error in this case). r/zr=bz. 2006-04-06 20:55:25 +00:00
nsDocumentFragment.cpp More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsDOMAttribute.cpp Better fix for bug 47852 (NAMESPACE_ERR not being thrown when setting Node.prefix). r/sr=sicking. 2006-04-17 17:13:11 +00:00
nsDOMAttribute.h More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsDOMAttributeMap.cpp More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsDOMAttributeMap.h More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsDOMBuilder.cpp Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsDOMBuilder.h Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsDOMDocumentType.cpp More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsDOMDocumentType.h More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsDOMLists.cpp More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsDOMLists.h More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsDOMParser.cpp fixy fixy 2006-04-20 03:39:01 +00:00
nsDOMParser.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-04-20 03:38:57 +00:00
nsDOMSerializer.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-04-20 03:38:57 +00:00
nsDOMSerializer.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-04-20 03:38:57 +00:00
nsFrameLoader.cpp fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron 2006-03-30 18:40:56 +00:00
nsFrameLoader.h Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsGenConImageContent.cpp Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsGeneratedIterator.cpp Add some comments explaining what these files do. rs=jst 2006-03-30 08:03:04 +00:00
nsGenericDOMDataNode.cpp Bug 333942. Move GetParent to nsINode and add GetNodeParent there too. There is a risk that this'll add some binary size, but hopefully not too much. r/sr=bz 2006-04-15 05:09:16 +00:00
nsGenericDOMDataNode.h Bug 333942. Move GetParent to nsINode and add GetNodeParent there too. There is a risk that this'll add some binary size, but hopefully not too much. r/sr=bz 2006-04-15 05:09:16 +00:00
nsGenericDOMNodeList.cpp Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsGenericDOMNodeList.h Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsGenericElement.cpp Better fix for bug 47852 (NAMESPACE_ERR not being thrown when setting Node.prefix). r/sr=sicking. 2006-04-17 17:13:11 +00:00
nsGenericElement.h More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsGkAtomList.h Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsGkAtoms.cpp Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsGkAtoms.h Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsHTMLContentSerializer.cpp Fix for bug 332239 (Saved xml content gives xml parsing error in this case). r/zr=bz. 2006-04-06 20:55:25 +00:00
nsHTMLContentSerializer.h Fix for bug 332239 (Saved xml content gives xml parsing error in this case). r/zr=bz. 2006-04-06 20:55:25 +00:00
nsImageLoadingContent.cpp Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky 2006-04-05 00:00:44 +00:00
nsImageLoadingContent.h Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky 2006-04-05 00:00:44 +00:00
nsLoadListenerProxy.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-04-20 03:38:57 +00:00
nsLoadListenerProxy.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-04-20 03:38:57 +00:00
nsMappedAttributes.cpp Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsMappedAttributes.h Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsNameSpaceManager.cpp Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsNodeInfo.cpp Make sure to not ever have an uncleared nodeinfo in our one-slot cache. Bug 2006-04-03 15:29:29 +00:00
nsNodeInfo.h Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsNodeInfoManager.cpp Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin 2006-04-12 15:43:32 +00:00
nsNodeInfoManager.h Make sure to always have a principal for a document; fall back to a null 2006-04-03 21:20:02 +00:00
nsObjectLoadingContent.cpp Need shorter comments here 2006-03-31 08:20:34 +00:00
nsObjectLoadingContent.h Need shorter comments here 2006-03-31 08:20:34 +00:00
nsParserUtils.cpp Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsParserUtils.h Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsPlainTextSerializer.cpp Fix for bug 332239 (Saved xml content gives xml parsing error in this case). r/zr=bz. 2006-04-06 20:55:25 +00:00
nsPlainTextSerializer.h Fix for bug 332239 (Saved xml content gives xml parsing error in this case). r/zr=bz. 2006-04-06 20:55:25 +00:00
nsPropertyTable.cpp Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsPropertyTable.h Bug 325404: Get rid of _base_href and _base_target attributes and use properties instead. r/sr=jst 2006-02-01 04:43:55 +00:00
nsRange.cpp More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsRange.h More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsScriptEventManager.cpp Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsScriptEventManager.h Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsScriptLoader.cpp Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsScriptLoader.h Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsStubDocumentObserver.cpp Bug 333795, kill unused BeginReflow/EndReflow functions. r/sr=dbaron 2006-04-13 04:07:12 +00:00
nsStubDocumentObserver.h Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsStyleLinkElement.cpp Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsStyleLinkElement.h Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsSyncLoadService.cpp Add comments describing some more files. 2006-03-31 08:00:42 +00:00
nsTextFragment.cpp Bug 333942. Move GetParent to nsINode and add GetNodeParent there too. There is a risk that this'll add some binary size, but hopefully not too much. r/sr=bz 2006-04-15 05:09:16 +00:00
nsTextFragment.h Bug 333942. Move GetParent to nsINode and add GetNodeParent there too. There is a risk that this'll add some binary size, but hopefully not too much. r/sr=bz 2006-04-15 05:09:16 +00:00
nsTextNode.cpp Remove defunct assertions from debug-only code. bug 334055, r+sr=sicking 2006-04-15 00:39:35 +00:00
nsTreeWalker.cpp More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsTreeWalker.h More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00
nsXMLContentSerializer.cpp Better fix for bug 47852 (NAMESPACE_ERR not being thrown when setting Node.prefix). r/sr=sicking. 2006-04-17 17:13:11 +00:00
nsXMLContentSerializer.h Fix for bug 332239 (Saved xml content gives xml parsing error in this case). r/zr=bz. 2006-04-06 20:55:25 +00:00
nsXMLHttpRequest.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-04-20 03:38:57 +00:00
nsXMLHttpRequest.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-04-20 03:38:57 +00:00
nsXMLNameSpaceMap.cpp More comment tweaks; should be it for this directory. 2006-03-31 08:41:49 +00:00