diff --git a/mozilla/allmakefiles.sh b/mozilla/allmakefiles.sh index 5c7fc612bcc..bd56b68efaf 100755 --- a/mozilla/allmakefiles.sh +++ b/mozilla/allmakefiles.sh @@ -822,6 +822,7 @@ extensions/transformiix/source/xslt/util/Makefile extensions/transformiix/source/xslt/Makefile extensions/transformiix/source/Makefile extensions/transformiix/Makefile +extensions/transformiix/resources/Makefile " MAKEFILES_tridentprofile=" diff --git a/mozilla/extensions/transformiix/Makefile.in b/mozilla/extensions/transformiix/Makefile.in index 741bf211f05..91f2b5eab68 100644 --- a/mozilla/extensions/transformiix/Makefile.in +++ b/mozilla/extensions/transformiix/Makefile.in @@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk DIRS = source ifndef TX_EXE -DIRS += build +DIRS += build resources endif include $(topsrcdir)/config/rules.mk diff --git a/mozilla/extensions/transformiix/source/xslt/txMozillaTextOutput.cpp b/mozilla/extensions/transformiix/source/xslt/txMozillaTextOutput.cpp index 6a948bafeea..7d2aefd40c3 100644 --- a/mozilla/extensions/transformiix/source/xslt/txMozillaTextOutput.cpp +++ b/mozilla/extensions/transformiix/source/xslt/txMozillaTextOutput.cpp @@ -183,7 +183,6 @@ void txMozillaTextOutput::createResultDocument(nsIDOMDocument* aSourceDocument, nsCOMPtr baseURL; sourceDoc->GetBaseURL(*getter_AddRefs(baseURL)); doc->SetBaseURL(baseURL); - // XXX We might want to call SetDefaultStylesheets here // Notify the contentsink that the document is created nsCOMPtr observer = do_QueryReferent(mObserver); diff --git a/mozilla/extensions/transformiix/source/xslt/txMozillaXMLOutput.cpp b/mozilla/extensions/transformiix/source/xslt/txMozillaXMLOutput.cpp index 1fce18ceb14..83b59b02964 100644 --- a/mozilla/extensions/transformiix/source/xslt/txMozillaXMLOutput.cpp +++ b/mozilla/extensions/transformiix/source/xslt/txMozillaXMLOutput.cpp @@ -734,7 +734,6 @@ txMozillaXMLOutput::createResultDocument(const nsAString& aName, PRInt32 aNsID, nsCOMPtr baseURL; sourceDoc->GetBaseURL(*getter_AddRefs(baseURL)); doc->SetBaseURL(baseURL); - // XXX We might want to call SetDefaultStylesheets here // Set the mime-type if (!mOutputFormat.mMediaType.IsEmpty()) {