зеркало из https://github.com/mozilla/pjs.git
More tweaks to the broadcasting stuff.
This commit is contained in:
Родитель
f977644992
Коммит
291d836dc5
|
@ -1786,7 +1786,7 @@ RDFElementImpl::AddBroadcastListener(const nsString& attr, nsIDOMNode* aNode)
|
|||
if (attrPresent)
|
||||
{
|
||||
// Set the attribute
|
||||
pListener->SetAttribute(namespaceID, kAtom, attrValue, PR_FALSE);
|
||||
pListener->SetAttribute(namespaceID, kAtom, attrValue, PR_TRUE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -1869,9 +1869,9 @@ XULDocumentImpl::CreateContents(nsIContent* aElement)
|
|||
nsString attributeValue;
|
||||
|
||||
PRInt32 namespaceID = -1;
|
||||
//nsCOMPtr<nsIXMLContent> pXMLContent(pChildContent);
|
||||
//if (pXMLContent)
|
||||
pChildContent->GetNameSpaceID(namespaceID);
|
||||
|
||||
|
||||
pChildContent->GetNameSpaceID(namespaceID);
|
||||
|
||||
pChildContent->GetAttribute(namespaceID,
|
||||
pElementAtom,
|
||||
|
|
|
@ -1786,7 +1786,7 @@ RDFElementImpl::AddBroadcastListener(const nsString& attr, nsIDOMNode* aNode)
|
|||
if (attrPresent)
|
||||
{
|
||||
// Set the attribute
|
||||
pListener->SetAttribute(namespaceID, kAtom, attrValue, PR_FALSE);
|
||||
pListener->SetAttribute(namespaceID, kAtom, attrValue, PR_TRUE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
@ -1869,9 +1869,9 @@ XULDocumentImpl::CreateContents(nsIContent* aElement)
|
|||
nsString attributeValue;
|
||||
|
||||
PRInt32 namespaceID = -1;
|
||||
//nsCOMPtr<nsIXMLContent> pXMLContent(pChildContent);
|
||||
//if (pXMLContent)
|
||||
pChildContent->GetNameSpaceID(namespaceID);
|
||||
|
||||
|
||||
pChildContent->GetNameSpaceID(namespaceID);
|
||||
|
||||
pChildContent->GetAttribute(namespaceID,
|
||||
pElementAtom,
|
||||
|
|
|
@ -1786,7 +1786,7 @@ RDFElementImpl::AddBroadcastListener(const nsString& attr, nsIDOMNode* aNode)
|
|||
if (attrPresent)
|
||||
{
|
||||
// Set the attribute
|
||||
pListener->SetAttribute(namespaceID, kAtom, attrValue, PR_FALSE);
|
||||
pListener->SetAttribute(namespaceID, kAtom, attrValue, PR_TRUE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче