Nikolay Sivov : msxml3: Downgrade FIXME to TRACE for unsupported interfaces .

Alexandre Julliard julliard at winehq.org
Mon Mar 14 14:29:34 CDT 2011


Module: wine
Branch: master
Commit: 9176c9e886f1f28163e433495f61b61a4a74a9ed
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9176c9e886f1f28163e433495f61b61a4a74a9ed

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Sun Mar 13 16:40:26 2011 +0300

msxml3: Downgrade FIXME to TRACE for unsupported interfaces.

---

 dlls/msxml3/attribute.c |    2 +-
 dlls/msxml3/cdata.c     |    2 +-
 dlls/msxml3/comment.c   |    2 +-
 dlls/msxml3/docfrag.c   |    2 +-
 dlls/msxml3/doctype.c   |    2 +-
 dlls/msxml3/domdoc.c    |    7 +------
 dlls/msxml3/domimpl.c   |    2 +-
 dlls/msxml3/element.c   |    2 +-
 dlls/msxml3/entityref.c |    2 +-
 dlls/msxml3/nodelist.c  |    2 +-
 dlls/msxml3/nodemap.c   |    2 +-
 dlls/msxml3/pi.c        |    2 +-
 dlls/msxml3/selection.c |    2 +-
 dlls/msxml3/text.c      |    2 +-
 14 files changed, 14 insertions(+), 19 deletions(-)

diff --git a/dlls/msxml3/attribute.c b/dlls/msxml3/attribute.c
index f61428a..603477c 100644
--- a/dlls/msxml3/attribute.c
+++ b/dlls/msxml3/attribute.c
@@ -76,7 +76,7 @@ static HRESULT WINAPI domattr_QueryInterface(
     }
     else
     {
-        FIXME("Unsupported interface %s\n", debugstr_guid(riid));
+        TRACE("Unsupported interface %s\n", debugstr_guid(riid));
         *ppvObject = NULL;
         return E_NOINTERFACE;
     }
diff --git a/dlls/msxml3/cdata.c b/dlls/msxml3/cdata.c
index e9de472..2622e1b 100644
--- a/dlls/msxml3/cdata.c
+++ b/dlls/msxml3/cdata.c
@@ -76,7 +76,7 @@ static HRESULT WINAPI domcdata_QueryInterface(
     }
     else
     {
-        FIXME("Unsupported interface %s\n", debugstr_guid(riid));
+        TRACE("Unsupported interface %s\n", debugstr_guid(riid));
         *ppvObject = NULL;
         return E_NOINTERFACE;
     }
diff --git a/dlls/msxml3/comment.c b/dlls/msxml3/comment.c
index a75d178..cb5cada 100644
--- a/dlls/msxml3/comment.c
+++ b/dlls/msxml3/comment.c
@@ -76,7 +76,7 @@ static HRESULT WINAPI domcomment_QueryInterface(
     }
     else
     {
-        FIXME("Unsupported interface %s\n", debugstr_guid(riid));
+        TRACE("Unsupported interface %s\n", debugstr_guid(riid));
         *ppvObject = NULL;
         return E_NOINTERFACE;
     }
diff --git a/dlls/msxml3/docfrag.c b/dlls/msxml3/docfrag.c
index bc2b77f..0342bae 100644
--- a/dlls/msxml3/docfrag.c
+++ b/dlls/msxml3/docfrag.c
@@ -75,7 +75,7 @@ static HRESULT WINAPI domfrag_QueryInterface(
     }
     else
     {
-        FIXME("Unsupported interface %s\n", debugstr_guid(riid));
+        TRACE("Unsupported interface %s\n", debugstr_guid(riid));
         *ppvObject = NULL;
         return E_NOINTERFACE;
     }
diff --git a/dlls/msxml3/doctype.c b/dlls/msxml3/doctype.c
index 6c757b3..6a1952f 100644
--- a/dlls/msxml3/doctype.c
+++ b/dlls/msxml3/doctype.c
@@ -77,7 +77,7 @@ static HRESULT WINAPI domdoctype_QueryInterface(
     }
     else
     {
-        FIXME("interface %s not implemented\n", debugstr_guid(riid));
+        TRACE("interface %s not implemented\n", debugstr_guid(riid));
         *ppvObject = NULL;
         return E_NOINTERFACE;
     }
diff --git a/dlls/msxml3/domdoc.c b/dlls/msxml3/domdoc.c
index 1277ce1..7d1b352 100644
--- a/dlls/msxml3/domdoc.c
+++ b/dlls/msxml3/domdoc.c
@@ -916,14 +916,9 @@ static HRESULT WINAPI domdoc_QueryInterface( IXMLDOMDocument3 *iface, REFIID rii
     {
         *ppvObject = &This->lpVtblConnectionPointContainer;
     }
-    else if(IsEqualGUID(&IID_IRunnableObject, riid))
-    {
-        TRACE("IID_IRunnableObject not supported returning NULL\n");
-        return E_NOINTERFACE;
-    }
     else
     {
-        FIXME("interface %s not implemented\n", debugstr_guid(riid));
+        TRACE("interface %s not implemented\n", debugstr_guid(riid));
         return E_NOINTERFACE;
     }
 
diff --git a/dlls/msxml3/domimpl.c b/dlls/msxml3/domimpl.c
index 9743cc6..2ecf073 100644
--- a/dlls/msxml3/domimpl.c
+++ b/dlls/msxml3/domimpl.c
@@ -69,7 +69,7 @@ static HRESULT WINAPI dimimpl_QueryInterface(
     }
     else
     {
-        FIXME("Unsupported interface %s\n", debugstr_guid(riid));
+        TRACE("Unsupported interface %s\n", debugstr_guid(riid));
         *ppvObject = NULL;
         return E_NOINTERFACE;
     }
diff --git a/dlls/msxml3/element.c b/dlls/msxml3/element.c
index 55f463a..18a2577 100644
--- a/dlls/msxml3/element.c
+++ b/dlls/msxml3/element.c
@@ -85,7 +85,7 @@ static HRESULT WINAPI domelem_QueryInterface(
     }
     else
     {
-        FIXME("interface %s not implemented\n", debugstr_guid(riid));
+        TRACE("interface %s not implemented\n", debugstr_guid(riid));
         *ppvObject = NULL;
         return E_NOINTERFACE;
     }
diff --git a/dlls/msxml3/entityref.c b/dlls/msxml3/entityref.c
index 7ce85ed..b317606 100644
--- a/dlls/msxml3/entityref.c
+++ b/dlls/msxml3/entityref.c
@@ -75,7 +75,7 @@ static HRESULT WINAPI entityref_QueryInterface(
     }
     else
     {
-        FIXME("Unsupported interface %s\n", debugstr_guid(riid));
+        TRACE("Unsupported interface %s\n", debugstr_guid(riid));
         *ppvObject = NULL;
         return E_NOINTERFACE;
     }
diff --git a/dlls/msxml3/nodelist.c b/dlls/msxml3/nodelist.c
index 67bcd2a..6a25463 100644
--- a/dlls/msxml3/nodelist.c
+++ b/dlls/msxml3/nodelist.c
@@ -79,7 +79,7 @@ static HRESULT WINAPI xmlnodelist_QueryInterface(
     }
     else
     {
-        FIXME("interface %s not implemented\n", debugstr_guid(riid));
+        TRACE("interface %s not implemented\n", debugstr_guid(riid));
         *ppvObject = NULL;
         return E_NOINTERFACE;
     }
diff --git a/dlls/msxml3/nodemap.c b/dlls/msxml3/nodemap.c
index a504934..1970840 100644
--- a/dlls/msxml3/nodemap.c
+++ b/dlls/msxml3/nodemap.c
@@ -82,7 +82,7 @@ static HRESULT WINAPI xmlnodemap_QueryInterface(
     }
     else
     {
-        FIXME("interface %s not implemented\n", debugstr_guid(riid));
+        TRACE("interface %s not implemented\n", debugstr_guid(riid));
         *ppvObject = NULL;
         return E_NOINTERFACE;
     }
diff --git a/dlls/msxml3/pi.c b/dlls/msxml3/pi.c
index 1766781..89b2b5a 100644
--- a/dlls/msxml3/pi.c
+++ b/dlls/msxml3/pi.c
@@ -75,7 +75,7 @@ static HRESULT WINAPI dom_pi_QueryInterface(
     }
     else
     {
-        FIXME("Unsupported interface %s\n", debugstr_guid(riid));
+        TRACE("Unsupported interface %s\n", debugstr_guid(riid));
         *ppvObject = NULL;
         return E_NOINTERFACE;
     }
diff --git a/dlls/msxml3/selection.c b/dlls/msxml3/selection.c
index 97165fa..abd9347 100644
--- a/dlls/msxml3/selection.c
+++ b/dlls/msxml3/selection.c
@@ -97,7 +97,7 @@ static HRESULT WINAPI domselection_QueryInterface(
     }
     else
     {
-        FIXME("interface %s not implemented\n", debugstr_guid(riid));
+        TRACE("interface %s not implemented\n", debugstr_guid(riid));
         *ppvObject = NULL;
         return E_NOINTERFACE;
     }
diff --git a/dlls/msxml3/text.c b/dlls/msxml3/text.c
index 3e3d3b2..0f40cf5 100644
--- a/dlls/msxml3/text.c
+++ b/dlls/msxml3/text.c
@@ -77,7 +77,7 @@ static HRESULT WINAPI domtext_QueryInterface(
     }
     else
     {
-        FIXME("Unsupported interface %s\n", debugstr_guid(riid));
+        TRACE("Unsupported interface %s\n", debugstr_guid(riid));
         *ppvObject = NULL;
         return E_NOINTERFACE;
     }




More information about the wine-cvs mailing list