Landing of the XTF branch, bug#253225. XTF is the eXtensible Tag

Framework; see mozilla/content/xtf/readme.txt. r=bryner, sr=jst. Code
is not enabled by default (requires --enable-xtf configure option).
This commit is contained in:
alex@croczilla.com
2004-10-07 20:59:53 +00:00
parent ab6a110541
commit 2d26d06b7c
63 changed files with 5455 additions and 82 deletions

View File

@@ -526,6 +526,11 @@ nsXMLContentSink::CloseElement(nsIContent* aContent, PRBool* aAppendContent)
nsINodeInfo* nodeInfo = aContent->GetNodeInfo();
#ifdef MOZ_XTF
if (nodeInfo->NamespaceID() > kNameSpaceID_LastBuiltin)
aContent->DoneAddingChildren();
#endif
if (!nodeInfo->NamespaceEquals(kNameSpaceID_XHTML) &&
!nodeInfo->NamespaceEquals(kNameSpaceID_SVG)) {
return NS_OK;