Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
9306e9b6
Commit
9306e9b6
authored
Oct 09, 2008
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 10, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Use IHTMLElement3 in IDispatchEx.
parent
f462e414
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
1 deletion
+9
-1
htmlcomment.c
dlls/mshtml/htmlcomment.c
+1
-0
htmlelem.c
dlls/mshtml/htmlelem.c
+1
-0
htmlgeneric.c
dlls/mshtml/htmlgeneric.c
+1
-1
htmlimg.c
dlls/mshtml/htmlimg.c
+1
-0
htmlinput.c
dlls/mshtml/htmlinput.c
+1
-0
htmloption.c
dlls/mshtml/htmloption.c
+1
-0
htmlselect.c
dlls/mshtml/htmlselect.c
+1
-0
htmltable.c
dlls/mshtml/htmltable.c
+1
-0
htmltablerow.c
dlls/mshtml/htmltablerow.c
+1
-0
No files found.
dlls/mshtml/htmlcomment.c
View file @
9306e9b6
...
...
@@ -180,6 +180,7 @@ static const tid_t HTMLCommentElement_iface_tids[] = {
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
IHTMLCommentElement_tid
,
0
};
...
...
dlls/mshtml/htmlelem.c
View file @
9306e9b6
...
...
@@ -1369,6 +1369,7 @@ static const tid_t HTMLElement_iface_tids[] = {
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
0
};
...
...
dlls/mshtml/htmlgeneric.c
View file @
9306e9b6
...
...
@@ -157,7 +157,7 @@ static const tid_t HTMLGenericElement_iface_tids[] = {
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement
2
_tid
,
IHTMLElement
3
_tid
,
IHTMLGenericElement_tid
,
0
};
...
...
dlls/mshtml/htmlimg.c
View file @
9306e9b6
...
...
@@ -567,6 +567,7 @@ static const tid_t HTMLImgElement_iface_tids[] = {
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
IHTMLImgElement_tid
,
0
};
...
...
dlls/mshtml/htmlinput.c
View file @
9306e9b6
...
...
@@ -1090,6 +1090,7 @@ static const tid_t HTMLInputElement_iface_tids[] = {
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
IHTMLInputElement_tid
,
0
};
...
...
dlls/mshtml/htmloption.c
View file @
9306e9b6
...
...
@@ -328,6 +328,7 @@ static const tid_t HTMLOptionElement_iface_tids[] = {
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
IHTMLOptionElement_tid
,
0
};
...
...
dlls/mshtml/htmlselect.c
View file @
9306e9b6
...
...
@@ -468,6 +468,7 @@ static const tid_t HTMLSelectElement_tids[] = {
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
IHTMLSelectElement_tid
,
0
};
...
...
dlls/mshtml/htmltable.c
View file @
9306e9b6
...
...
@@ -562,6 +562,7 @@ static const tid_t HTMLTable_iface_tids[] = {
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
IHTMLTable_tid
,
0
};
...
...
dlls/mshtml/htmltablerow.c
View file @
9306e9b6
...
...
@@ -305,6 +305,7 @@ static const tid_t HTMLTableRow_iface_tids[] = {
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
IHTMLTableRow_tid
,
0
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment