gecko-dev/content/base/src
2005-11-02 02:42:38 +00:00
..
.cvsignore
Makefile.in bug 1156 2005-09-21 19:14:30 +00:00
mozSanitizingSerializer.cpp bug 309012: The contents of STYLE tags appear in sanitized e-mails. r+sr=jst 2005-10-26 23:00:32 +00:00
mozSanitizingSerializer.h bug 309012: The contents of STYLE tags appear in sanitized e-mails. r+sr=jst 2005-10-26 23:00:32 +00:00
nsAtomListUtils.cpp fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron 2003-04-02 04:51:07 +00:00
nsAtomListUtils.h fix for bug 199170, convert layout to use nsStaticAtom. sr=dbaron 2003-04-02 04:51:07 +00:00
nsAttrAndChildArray.cpp Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of 2005-04-05 23:54:35 +00:00
nsAttrAndChildArray.h Remove nsIHTMLContent interface (bug 276959). r+sr=jst. 2005-01-12 19:45:38 +00:00
nsAttrName.h Bustage fix for HPUX (bug 239465) - |explicit| may only be used for converting constructors. r=dbaron. 2004-09-05 19:13:25 +00:00
nsAttrValue.cpp Speed up matching class rules by caching the class attribute, rather than looking it up for each rule. Remove HasClass now that it's no longer needed. Bug 310236, r+sr=dbaron. 2005-10-08 23:06:27 +00:00
nsAttrValue.h Speed up matching class rules by caching the class attribute, rather than looking it up for each rule. Remove HasClass now that it's no longer needed. Bug 310236, r+sr=dbaron. 2005-10-08 23:06:27 +00:00
nsCommentNode.cpp Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-24 18:43:15 +00:00
nsContentAreaDragDrop.cpp Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz. 2005-10-14 09:07:29 +00:00
nsContentAreaDragDrop.h Whitespace and formatting cleanup to get some sort of consistency into this code. 2005-03-17 18:00:33 +00:00
nsContentIterator.cpp bug 302775: Wallpaper over a crash when a DOM range is inside an attribute. r+sr=brendan 2005-08-23 20:59:54 +00:00
nsContentList.cpp Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet 2005-11-02 00:41:51 +00:00
nsContentList.h Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet 2005-11-02 00:41:51 +00:00
nsContentPolicy.cpp fix third-party checks for images loaded as source of an iframe, by making sure there is a requestingLocation 2004-09-01 17:12:18 +00:00
nsContentPolicy.h Switch context back to being nsISupports, but make it clear that it's expected 2004-07-27 17:15:53 +00:00
nsContentSink.cpp Bug 309020. SVG content references in XBL anonymous content should reference content copied from the binding document. This is a partial fix. We also refactor some code to make it shareable in nsContentUtils. r=biesi,tor sr=bzbarsky 2005-10-18 20:33:35 +00:00
nsContentSink.h Improve the CSSLoader API: make it clear which methods return results 2005-09-12 18:41:15 +00:00
nsContentUtils.cpp Bug 311827: Make GetAttr return a bool rather then an nsresult. 2005-10-28 11:25:24 +00:00
nsCopySupport.cpp Make nsHTMLFormatConverter deal with an empty source string. Don't add an URL dataflavor if the source URI is empty. b=303818 r+sr=bzbarsky 2005-09-10 11:39:32 +00:00
nsDataDocumentContentPolicy.cpp Disable loading of images in data documents on the document level, not on the 2005-04-11 00:29:36 +00:00
nsDataDocumentContentPolicy.h Disable loading of images in data documents on the document level, not on the 2005-04-11 00:29:36 +00:00
nsDocument.cpp Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet 2005-11-02 00:41:51 +00:00
nsDocument.h Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet 2005-11-02 00:41:51 +00:00
nsDocumentEncoder.cpp Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz. 2005-09-11 10:08:43 +00:00
nsDocumentFragment.cpp Bug 311827: Make GetAttr return a bool rather then an nsresult. 2005-10-28 11:25:24 +00:00
nsDOMAttribute.cpp Bug 311827: Make GetAttr return a bool rather then an nsresult. 2005-10-28 11:25:24 +00:00
nsDOMAttribute.h Bug 305041 shutdown crash [@ nsAttrValue::ToString] nsAttrValue::sEnumTableArray is null 2005-08-19 23:40:42 +00:00
nsDOMAttributeMap.cpp Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-24 18:43:15 +00:00
nsDOMAttributeMap.h Bug 296450: Make the hashtable holding attribute nodes work properly on all platforms. 2005-06-09 20:17:40 +00:00
nsDOMBuilder.cpp Make some static data const in content. Bug 204532, patch by ataylor@its.to 2003-05-27 03:49:22 +00:00
nsDOMBuilder.h Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv. 2003-03-05 15:08:41 +00:00
nsDOMDocumentType.cpp Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-24 18:43:15 +00:00
nsDOMDocumentType.h Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-24 18:43:15 +00:00
nsDOMLists.cpp Fix for bug 239873 (DOMStringList interface not matching DOM Level 3). r/sr=jst. 2004-10-19 17:20:14 +00:00
nsDOMLists.h Adding support for DOM3 DOMStringList and DOMNameList. Bug 217159, 2003-10-16 00:44:20 +00:00
nsFrameLoader.cpp Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz. 2005-10-14 09:07:29 +00:00
nsFrameLoader.h Restore some frame recursion protection that got lost. Bug 303163, r+sr=jst 2005-08-22 15:44:49 +00:00
nsGenConImageContent.cpp Don't try to reframe generated content for image state changes on it. Bug 2005-11-02 00:00:20 +00:00
nsGeneratedIterator.cpp Fix ComparePoints() to be faster (helps with things like innerHTML). Bug 2004-10-09 21:02:16 +00:00
nsGenericDOMDataNode.cpp Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet 2005-11-02 00:41:51 +00:00
nsGenericDOMDataNode.h Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet 2005-11-02 00:41:51 +00:00
nsGenericDOMNodeList.cpp Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsGenericDOMNodeList.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsGenericElement.cpp Notify on range stuff even in XUL. Bug 308382, r=sicking, sr=jst 2005-11-02 02:42:38 +00:00
nsGenericElement.h Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet 2005-11-02 00:41:51 +00:00
nsHTMLContentSerializer.cpp Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz. 2005-09-11 10:08:43 +00:00
nsHTMLContentSerializer.h Bug 113580 switch uses of getAttribute to hasAttributeValue whenever possible 2004-12-31 00:41:58 +00:00
nsImageLoadingContent.cpp bug 314091 Fix users of mozAutoDocUpdate to actually declare a local variable, 2005-10-29 12:54:24 +00:00
nsImageLoadingContent.h Try fixing bug 288064 again. r=biesi, sr=dbaron 2005-10-17 00:50:39 +00:00
nsMappedAttributes.cpp Remove nsIStyleRule::GetStyleSheet (and move it to nsICSSRule). b=266991 r+sr=bzbarsky 2004-10-31 17:33:50 +00:00
nsMappedAttributes.h Remove nsIHTMLContent interface (bug 276959). r+sr=jst. 2005-01-12 19:45:38 +00:00
nsNameSpaceManager.cpp Fix for bug 106796 (Improve GetNameSpaceID() performance). r/sr=jst. 2005-09-11 11:24:16 +00:00
nsNodeInfo.cpp Fix for bug 106796 (Improve GetNameSpaceID() performance). r/sr=jst. 2005-09-11 11:24:16 +00:00
nsNodeInfo.h Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-24 18:43:15 +00:00
nsNodeInfoManager.cpp Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-24 18:43:15 +00:00
nsNodeInfoManager.h Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-24 18:43:15 +00:00
nsObjectLoadingContent.cpp Bug 314452 2005-11-01 15:38:55 +00:00
nsObjectLoadingContent.h bug 309706 2005-10-31 18:28:56 +00:00
nsParserUtils.cpp Add JS1.6 support, moving E4X and Array extras there (306664, r/sr=mrbkap/shaver). 2005-09-06 17:43:36 +00:00
nsParserUtils.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsPlainTextSerializer.cpp Bug 311827: Make GetAttr return a bool rather then an nsresult. 2005-10-28 11:25:24 +00:00
nsPlainTextSerializer.h Bug 311785: Simplify the nsIHTMLContentSink interface 2005-10-21 15:39:06 +00:00
nsPropertyTable.cpp Fix for bug 264308 (Implement DOM Level 3 UserData API). r/sr=jst. 2005-10-27 14:09:23 +00:00
nsPropertyTable.h Fix for bug 264308 (Implement DOM Level 3 UserData API). r/sr=jst. 2005-10-27 14:09:23 +00:00
nsRange.cpp Fixing bug 313400. document.createRange().extractContents() crashes, patch by ajvincent@gmail.com, r+sr=jst@mozilla.com 2005-10-26 17:06:41 +00:00
nsRange.h Protect against a crash, part of bug 261450 (Mozilla crashes when changing DOM Nodes [@ nsRange::TextOwnerChanged]). r/sr=bz. 2004-10-19 15:16:51 +00:00
nsScriptEventManager.cpp Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it's no longer needed. r=timeless sr=jag 2003-01-08 19:24:38 +00:00
nsScriptEventManager.h bug #174404 (r=adam, sr=jst) Support the optional FOR and EVENT attributes on the SCRIPT tag 2002-11-07 05:17:21 +00:00
nsScriptLoader.cpp Bug 311827: Make GetAttr return a bool rather then an nsresult. 2005-10-28 11:25:24 +00:00
nsScriptLoader.h bug 241739 reuse HTML/SVG's <script> loading code for XUL <script>, thus 2005-06-12 12:32:05 +00:00
nsStubDocumentObserver.cpp Use a stub implementation of nsIDocumentObserver for implementors of nsIDocumentObserver in the layout library. b=232351 r=jst sr=peterv 2004-01-28 21:04:33 +00:00
nsStubDocumentObserver.h Use a stub implementation of nsIDocumentObserver for implementors of nsIDocumentObserver in the layout library. b=232351 r=jst sr=peterv 2004-01-28 21:04:33 +00:00
nsStyleLinkElement.cpp Improve the CSSLoader API: make it clear which methods return results 2005-09-12 18:41:15 +00:00
nsStyleLinkElement.h Pass line number information for style elements through to the CSS parser so we can give correct line numbers in error reports. b=240420 r+sr=bzbarsky 2004-09-09 17:32:35 +00:00
nsSyncLoadService.cpp Fix for bug 308328 (crash in [@ nsDocument::GetPrincipal] when closing browser). r/sr=bz. 2005-10-14 09:07:29 +00:00
nsTextFragment.cpp Trigger Bidi processing also for non-displayable control characters (RLM, RLE, RLO, etc.) Bug 177148, r+sr=roc, a=asa 2005-04-10 06:40:10 +00:00
nsTextFragment.h Fixing bug 249572. Make nsTextFragment::AppendTo() take nsA[C]String arguments to be more usable. r+sr=peterv@propagandism.org, a=asa@mozilla.org 2004-07-09 20:54:21 +00:00
nsTextNode.cpp Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-24 18:43:15 +00:00
nsTreeWalker.cpp fixes bug 260293: TreeWalker root (currentNode) with no visible descendants goes astray 2004-09-21 04:13:52 +00:00
nsTreeWalker.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsXMLContentSerializer.cpp Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz. 2005-09-11 10:08:43 +00:00
nsXMLContentSerializer.h Fix XML serializer to use default namespaces when possible instead of outputing 2004-10-13 01:16:06 +00:00
nsXMLNameSpaceMap.cpp Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz. 2005-09-11 10:08:43 +00:00