Jacek Caban : mshtml: Use IHTMLElement3 in IDispatchEx.

Alexandre Julliard julliard at winehq.org
Fri Oct 10 08:06:42 CDT 2008


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Oct  9 15:30:06 2008 -0500

mshtml: Use IHTMLElement3 in IDispatchEx.

---

 dlls/mshtml/htmlcomment.c  |    1 +
 dlls/mshtml/htmlelem.c     |    1 +
 dlls/mshtml/htmlgeneric.c  |    2 +-
 dlls/mshtml/htmlimg.c      |    1 +
 dlls/mshtml/htmlinput.c    |    1 +
 dlls/mshtml/htmloption.c   |    1 +
 dlls/mshtml/htmlselect.c   |    1 +
 dlls/mshtml/htmltable.c    |    1 +
 dlls/mshtml/htmltablerow.c |    1 +
 9 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/htmlcomment.c b/dlls/mshtml/htmlcomment.c
index 63db382..722cb14 100644
--- a/dlls/mshtml/htmlcomment.c
+++ b/dlls/mshtml/htmlcomment.c
@@ -180,6 +180,7 @@ static const tid_t HTMLCommentElement_iface_tids[] = {
     IHTMLDOMNode2_tid,
     IHTMLElement_tid,
     IHTMLElement2_tid,
+    IHTMLElement3_tid,
     IHTMLCommentElement_tid,
     0
 };
diff --git a/dlls/mshtml/htmlelem.c b/dlls/mshtml/htmlelem.c
index 7967d62..1216838 100644
--- a/dlls/mshtml/htmlelem.c
+++ b/dlls/mshtml/htmlelem.c
@@ -1369,6 +1369,7 @@ static const tid_t HTMLElement_iface_tids[] = {
     IHTMLDOMNode2_tid,
     IHTMLElement_tid,
     IHTMLElement2_tid,
+    IHTMLElement3_tid,
     0
 };
 
diff --git a/dlls/mshtml/htmlgeneric.c b/dlls/mshtml/htmlgeneric.c
index daa48df..fc53ee0 100644
--- a/dlls/mshtml/htmlgeneric.c
+++ b/dlls/mshtml/htmlgeneric.c
@@ -157,7 +157,7 @@ static const tid_t HTMLGenericElement_iface_tids[] = {
     IHTMLDOMNode2_tid,
     IHTMLElement_tid,
     IHTMLElement2_tid,
-    IHTMLElement2_tid,
+    IHTMLElement3_tid,
     IHTMLGenericElement_tid,
     0
 };
diff --git a/dlls/mshtml/htmlimg.c b/dlls/mshtml/htmlimg.c
index 50c3c65..795d6f9 100644
--- a/dlls/mshtml/htmlimg.c
+++ b/dlls/mshtml/htmlimg.c
@@ -567,6 +567,7 @@ static const tid_t HTMLImgElement_iface_tids[] = {
     IHTMLDOMNode2_tid,
     IHTMLElement_tid,
     IHTMLElement2_tid,
+    IHTMLElement3_tid,
     IHTMLImgElement_tid,
     0
 };
diff --git a/dlls/mshtml/htmlinput.c b/dlls/mshtml/htmlinput.c
index 1029916..e53f4c7 100644
--- a/dlls/mshtml/htmlinput.c
+++ b/dlls/mshtml/htmlinput.c
@@ -1090,6 +1090,7 @@ static const tid_t HTMLInputElement_iface_tids[] = {
     IHTMLDOMNode2_tid,
     IHTMLElement_tid,
     IHTMLElement2_tid,
+    IHTMLElement3_tid,
     IHTMLInputElement_tid,
     0
 };
diff --git a/dlls/mshtml/htmloption.c b/dlls/mshtml/htmloption.c
index 4fca490..fc3f892 100644
--- a/dlls/mshtml/htmloption.c
+++ b/dlls/mshtml/htmloption.c
@@ -328,6 +328,7 @@ static const tid_t HTMLOptionElement_iface_tids[] = {
     IHTMLDOMNode2_tid,
     IHTMLElement_tid,
     IHTMLElement2_tid,
+    IHTMLElement3_tid,
     IHTMLOptionElement_tid,
     0
 };
diff --git a/dlls/mshtml/htmlselect.c b/dlls/mshtml/htmlselect.c
index eaa2815..a2d99e9 100644
--- a/dlls/mshtml/htmlselect.c
+++ b/dlls/mshtml/htmlselect.c
@@ -468,6 +468,7 @@ static const tid_t HTMLSelectElement_tids[] = {
     IHTMLDOMNode2_tid,
     IHTMLElement_tid,
     IHTMLElement2_tid,
+    IHTMLElement3_tid,
     IHTMLSelectElement_tid,
     0
 };
diff --git a/dlls/mshtml/htmltable.c b/dlls/mshtml/htmltable.c
index f43433d..9396f44 100644
--- a/dlls/mshtml/htmltable.c
+++ b/dlls/mshtml/htmltable.c
@@ -562,6 +562,7 @@ static const tid_t HTMLTable_iface_tids[] = {
     IHTMLDOMNode2_tid,
     IHTMLElement_tid,
     IHTMLElement2_tid,
+    IHTMLElement3_tid,
     IHTMLTable_tid,
     0
 };
diff --git a/dlls/mshtml/htmltablerow.c b/dlls/mshtml/htmltablerow.c
index 77d8221..e040ac0 100644
--- a/dlls/mshtml/htmltablerow.c
+++ b/dlls/mshtml/htmltablerow.c
@@ -305,6 +305,7 @@ static const tid_t HTMLTableRow_iface_tids[] = {
     IHTMLDOMNode2_tid,
     IHTMLElement_tid,
     IHTMLElement2_tid,
+    IHTMLElement3_tid,
     IHTMLTableRow_tid,
     0
 };




More information about the wine-cvs mailing list