gecko-dev/content/base/src
2005-12-06 05:50:12 +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
nsAtomListUtils.h
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 Fix for bug #283811 - Work around for an optimizer problem with gcc on 2005-11-21 21:05:32 +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 Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org 2005-11-28 23:56:44 +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 106386 Correct misspellings in source code 2005-11-25 08:16:51 +00:00
nsContentList.cpp Switch the name and id hashtable from strings to atoms. Atomize names in 2005-11-16 02:55:29 +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 Bug 312592: Reduce amount of duplicated code in html contentsink. 2005-11-10 15:51:10 +00:00
nsContentUtils.cpp Fix wrapper reparenting to work with splitwindow... Bug 318678, r+sr=jst 2005-12-03 06:27:45 +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 Make wrapper preservation (the mechanism that makes the GC use reachability information between certain C++ objects rather than rooting at language boundaries) use an interface (nsIDOMGCParticipant) to get reachability information. Preserve the wrappers for event handlers as long as what they are attached to is reachable (from C++ or JS) to avoid entraining event handler closures in cycles. b=241518 r=mrbkap sr=jst 2005-12-03 07:42:40 +00:00
nsDocument.h Make wrapper preservation (the mechanism that makes the GC use reachability information between certain C++ objects rather than rooting at language boundaries) use an interface (nsIDOMGCParticipant) to get reachability information. Preserve the wrappers for event handlers as long as what they are attached to is reachable (from C++ or JS) to avoid entraining event handler closures in cycles. b=241518 r=mrbkap sr=jst 2005-12-03 07:42:40 +00:00
nsDocumentEncoder.cpp Bug 317937 Get rid of some unnecessary CIDs and change some possibly unsafe nsCOMPtr usage into the equivalently unsafe static casts r=darin sr=jst 2005-12-02 12:02:44 +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 Make wrapper preservation (the mechanism that makes the GC use reachability information between certain C++ objects rather than rooting at language boundaries) use an interface (nsIDOMGCParticipant) to get reachability information. Preserve the wrappers for event handlers as long as what they are attached to is reachable (from C++ or JS) to avoid entraining event handler closures in cycles. b=241518 r=mrbkap sr=jst 2005-12-03 07:42:40 +00:00
nsDOMAttribute.h Make wrapper preservation (the mechanism that makes the GC use reachability information between certain C++ objects rather than rooting at language boundaries) use an interface (nsIDOMGCParticipant) to get reachability information. Preserve the wrappers for event handlers as long as what they are attached to is reachable (from C++ or JS) to avoid entraining event handler closures in cycles. b=241518 r=mrbkap sr=jst 2005-12-03 07:42:40 +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
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 Bug 106386 Correct misspellings in source code 2005-11-25 08:16:51 +00:00
nsGenericDOMDataNode.cpp Add ownerDocument to reachable list when needed. b=241518 r=bzbarsky sr=jst 2005-12-06 05:50:12 +00:00
nsGenericDOMDataNode.h Make wrapper preservation (the mechanism that makes the GC use reachability information between certain C++ objects rather than rooting at language boundaries) use an interface (nsIDOMGCParticipant) to get reachability information. Preserve the wrappers for event handlers as long as what they are attached to is reachable (from C++ or JS) to avoid entraining event handler closures in cycles. b=241518 r=mrbkap sr=jst 2005-12-03 07:42:40 +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 Add ownerDocument to reachable list when needed. b=241518 r=bzbarsky sr=jst 2005-12-06 05:50:12 +00:00
nsGenericElement.h Make wrapper preservation (the mechanism that makes the GC use reachability information between certain C++ objects rather than rooting at language boundaries) use an interface (nsIDOMGCParticipant) to get reachability information. Preserve the wrappers for event handlers as long as what they are attached to is reachable (from C++ or JS) to avoid entraining event handler closures in cycles. b=241518 r=mrbkap sr=jst 2005-12-03 07:42:40 +00:00
nsHTMLContentSerializer.cpp Fix leak of content node. b=316775 r+sr=bzbarsky 2005-11-16 22:58:55 +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 Fix crash bug 319049. Patch by Christian Biesinger (:bi) <cbiesinger@gmx.at>, r+sr=bzbarsky 2005-12-05 02:13:17 +00:00
nsObjectLoadingContent.h Bug #315841 don't flush frames in order to ensure that plugins are instantiated. 2005-12-03 11:27:42 +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 Clear the prescontext property table when we tear down the frame tree so that 2005-12-06 04:53:03 +00:00
nsPropertyTable.h Clear the prescontext property table when we tear down the frame tree so that 2005-12-06 04:53:03 +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
nsScriptEventManager.h
nsScriptLoader.cpp Make sure to call FireErrorNotification whenever we need to. Bug 318473, 2005-12-02 04:32:18 +00:00
nsScriptLoader.h Make sure to call FireErrorNotification whenever we need to. Bug 318473, 2005-12-02 04:32:18 +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 Serialize an xmlns="" as needed if nodes are in the null namespace but their 2005-11-29 16:23:27 +00:00
nsXMLContentSerializer.h Serialize an xmlns="" as needed if nodes are in the null namespace but their 2005-11-29 16:23:27 +00:00
nsXMLNameSpaceMap.cpp Fix for bug 306363 (Clean up nsContentUtils service getters). r/sr=bz. 2005-09-11 10:08:43 +00:00