gecko-dev/content/base/src
bzbarsky%mit.edu 764eac7201 Add OOM checks on some GetDOMSlots() calls. Bug 280771, patch by Daniel de
Wildt <mozilla3q04@dewildt.de>, r+sr=jst
2005-02-04 18:04:02 +00:00
..
.cvsignore Adding and updating necessary .cvsignore files. Bug #61550 2001-02-24 06:22:49 +00:00
Makefile.in Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
mozSanitizingSerializer.cpp bug 254989: assertion in htmlparser because the serializer doesn't collect skipped content. r=peterv sr=jst 2005-01-03 21:48:53 +00:00
mozSanitizingSerializer.h bug 254989: assertion in htmlparser because the serializer doesn't collect skipped content. r=peterv sr=jst 2005-01-03 21:48:53 +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 Remove nsIHTMLContent interface (bug 276959). r+sr=jst. 2005-01-12 19:45:38 +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 Bug 280921: Kill nsCheapStringBufferUtils 2005-02-03 23:49:13 +00:00
nsAttrValue.h landing content patch for bug 235499 "re-enable string buffer sharing between C++ and JS in xpconnect" r=sicking sr=jst 2005-02-02 22:58:01 +00:00
nsCommentNode.cpp Fix for bug 227003 (add ::IsContentOfType to txXPathNode, txNameTest, txNodeTypeTest). r=sicking, sr=bz. 2005-01-15 19:20:23 +00:00
nsContentAreaDragDrop.cpp Fixing bug 279945. Prevent drag n' drop of images whose extensions don't map to image mimetypes. r=caillon@gmail.com, sr=dveditz@cruzio.com 2005-02-03 17:23:35 +00:00
nsContentAreaDragDrop.h Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
nsContentIterator.cpp Remove a bogus +1 that was causing us to reference negative array indices. Bug 2005-01-12 17:53:16 +00:00
nsContentList.cpp Remove unneeded nsIContentList interface (bug 280746). r+sr=jst. 2005-02-02 23:16:02 +00:00
nsContentList.h Remove unneeded nsIContentList interface (bug 280746). r+sr=jst. 2005-02-02 23:16:02 +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 Add a "safe" way to unblock the parser, to protect against CSSLoader 2005-01-27 19:28:22 +00:00
nsContentSink.h Bug 235826 - <svg:script> implementation. 2004-07-06 22:52:03 +00:00
nsContentUtils.cpp Fixing bug 279945. Prevent drag n' drop of images whose extensions don't map to image mimetypes. r=caillon@gmail.com, sr=dveditz@cruzio.com 2005-02-03 17:23:35 +00:00
nsCopySupport.cpp Fixing bug 279945. Prevent drag n' drop of images whose extensions don't map to image mimetypes. r=caillon@gmail.com, sr=dveditz@cruzio.com 2005-02-03 17:23:35 +00:00
nsDOMAttribute.cpp Implement DOM 3 isDefaultNamespace() 2004-11-28 10:57:22 +00:00
nsDOMAttribute.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsDOMAttributeMap.cpp Make setting attributes via attribute nodes in HTML correctly lowercase the 2004-10-24 17:18:27 +00:00
nsDOMAttributeMap.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +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). r/sr=jst. 2004-08-10 10:22:36 +00:00
nsDOMDocumentType.h Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). r/sr=jst. 2004-08-10 10:22:36 +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
nsDocument.cpp Remove unneeded nsIContentList interface (bug 280746). r+sr=jst. 2005-02-02 23:16:02 +00:00
nsDocument.h Fix fo bug 274964 (Switch to Expat's xml declaration parsing). r/sr=jst. 2004-12-17 09:17:35 +00:00
nsDocumentEncoder.cpp Bug 278702 Init method of nsIDocumentEncoder does not reset member variables 2005-01-20 23:20:59 +00:00
nsDocumentFragment.cpp Implement DOM 3 isDefaultNamespace() 2004-11-28 10:57:22 +00:00
nsFrameLoader.cpp Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst. 2005-01-03 22:51:17 +00:00
nsGenConImageContent.cpp Load generated content images from the style system rather than the frame constructor. b=249809 r+sr=bzbarsky 2004-07-14 22:19:22 +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 Move nsIContent::GetClassAttributeName() onto nsIStyledContent (bug 274402). r+sr=jst. 2004-12-14 03:54:01 +00:00
nsGenericDOMDataNode.h Move nsIContent::GetClassAttributeName() onto nsIStyledContent (bug 274402). r+sr=jst. 2004-12-14 03:54:01 +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 OOM checks on some GetDOMSlots() calls. Bug 280771, patch by Daniel de 2005-02-04 18:04:02 +00:00
nsGenericElement.h Bug 266406: nsAttrValue has too big default boundries when parsing integers. 2005-01-24 10:43:14 +00:00
nsHTMLContentSerializer.cpp Bug 113580 switch uses of getAttribute to hasAttributeValue whenever possible 2004-12-31 00:41:58 +00:00
nsHTMLContentSerializer.h Bug 113580 switch uses of getAttribute to hasAttributeValue whenever possible 2004-12-31 00:41:58 +00:00
nsImageLoadingContent.cpp Fixing bug 279945. Prevent drag n' drop of images whose extensions don't map to image mimetypes. r=caillon@gmail.com, sr=dveditz@cruzio.com 2005-02-03 17:23:35 +00:00
nsImageLoadingContent.h Fixing bug 279945. Prevent drag n' drop of images whose extensions don't map to image mimetypes. r=caillon@gmail.com, sr=dveditz@cruzio.com 2005-02-03 17:23:35 +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 Bug 249998. Support DHTML accessibility plan, including roles, states and events for state changes. r=pkw, sr=jst 2005-01-28 02:35:26 +00:00
nsNodeInfo.cpp Backing out patch to bug 278443, it didn't improve Txul or Ts and is probably responsible for some new crash bugs 2005-01-31 16:18:31 +00:00
nsNodeInfo.h Backing out patch to bug 278443, it didn't improve Txul or Ts and is probably responsible for some new crash bugs 2005-01-31 16:18:31 +00:00
nsNodeInfoManager.cpp Fix for bug 244392 (Removing lines form a Bullet list using the [ back arrow ] or [Delete] keys results in <> and </> tags embedded in code when in Normal Mode). r=brade, sr=jst. 2004-08-19 12:45:47 +00:00
nsNodeInfoManager.h Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst. 2004-06-25 12:26:02 +00:00
nsParserUtils.cpp Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
nsParserUtils.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
nsPlainTextSerializer.cpp bug 279939: Remove a bogus assertion and fix up the plaintext serializer's handling of <li>s with no preceeding <ul> or <ol>. r=akkana sr=jst 2005-01-29 02:50:21 +00:00
nsPlainTextSerializer.h Fixing bug 265334. Adding API for embedders etc to listen to data fed to the parser from the network. r=darin@meer.net, sr=brendan@mozilla.org 2004-11-02 19:52:32 +00:00
nsPropertyTable.cpp Make property table actually store and use destructor funcs instead of crashing 2005-01-21 17:00:07 +00:00
nsPropertyTable.h Trying again to land support for content node properties (bug 253888). r=jst, sr=dbaron. 2004-08-24 18:50:29 +00:00
nsRange.cpp Add a default namespace for DOM-added nodes when creating context for 2005-02-03 04:53:26 +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 Support ;e4x=1 MIME parameter after application/x-javascript or text/javascript to enable E4X (270553, r+sr=jst). 2005-01-05 07:25:29 +00:00
nsScriptLoader.h Bug 235826 - <svg:script> implementation. 2004-07-06 22:52:03 +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 Make it possible to use the string input stream without heap-allocating a 2004-10-27 02:19:43 +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 Back out 252703 due to Txul / Ts regression. 2004-12-02 01:26:20 +00:00
nsTextFragment.cpp Bug 272151: reorganize files within layout, r+sr=roc: readd files that were previously at their new locations without repository-copies. See content/shared/{src,public} for intermediate revision history. 2004-12-08 01:50:33 +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 Backout part of the fix for bug 27382 to try to undo Tp regression. 2004-08-10 16:16:58 +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 deCOMtaminate nsIContent::GetNameSpaceID. Bug 272079, r+sr=jst 2004-12-13 04:14:28 +00:00
nsXMLContentSerializer.h Fix XML serializer to use default namespaces when possible instead of outputing 2004-10-13 01:16:06 +00:00