Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
b00bd14e
Commit
b00bd14e
authored
Jan 28, 2010
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 28, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Moved common element tids to macro.
parent
a01d3921
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
22 additions
and
72 deletions
+22
-72
htmlanchor.c
dlls/mshtml/htmlanchor.c
+1
-6
htmlbody.c
dlls/mshtml/htmlbody.c
+1
-6
htmlcomment.c
dlls/mshtml/htmlcomment.c
+1
-5
htmlelem.c
dlls/mshtml/htmlelem.c
+1
-5
htmlform.c
dlls/mshtml/htmlform.c
+1
-5
htmlframe.c
dlls/mshtml/htmlframe.c
+1
-5
htmlgeneric.c
dlls/mshtml/htmlgeneric.c
+1
-5
htmliframe.c
dlls/mshtml/htmliframe.c
+1
-5
htmlimg.c
dlls/mshtml/htmlimg.c
+1
-5
htmlinput.c
dlls/mshtml/htmlinput.c
+1
-5
htmloption.c
dlls/mshtml/htmloption.c
+1
-5
htmlselect.c
dlls/mshtml/htmlselect.c
+1
-5
htmltable.c
dlls/mshtml/htmltable.c
+1
-5
htmltablerow.c
dlls/mshtml/htmltablerow.c
+1
-5
mshtml_private.h
dlls/mshtml/mshtml_private.h
+8
-0
No files found.
dlls/mshtml/htmlanchor.c
View file @
b00bd14e
...
...
@@ -520,12 +520,7 @@ static const NodeImplVtbl HTMLAnchorElementImplVtbl = {
static
const
tid_t
HTMLAnchorElement_iface_tids
[]
=
{
IHTMLAnchorElement_tid
,
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
IHTMLElement4_tid
,
HTMLELEMENT_TIDS
,
IHTMLTextContainer_tid
,
IHTMLUniqueName_tid
,
0
...
...
dlls/mshtml/htmlbody.c
View file @
b00bd14e
...
...
@@ -799,12 +799,7 @@ static const NodeImplVtbl HTMLBodyElementImplVtbl = {
static
const
tid_t
HTMLBodyElement_iface_tids
[]
=
{
IHTMLBodyElement_tid
,
IHTMLBodyElement2_tid
,
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
IHTMLElement4_tid
,
HTMLELEMENT_TIDS
,
IHTMLTextContainer_tid
,
IHTMLUniqueName_tid
,
0
...
...
dlls/mshtml/htmlcomment.c
View file @
b00bd14e
...
...
@@ -171,11 +171,7 @@ static const NodeImplVtbl HTMLCommentElementImplVtbl = {
};
static
const
tid_t
HTMLCommentElement_iface_tids
[]
=
{
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
HTMLELEMENT_TIDS
,
IHTMLCommentElement_tid
,
0
};
...
...
dlls/mshtml/htmlelem.c
View file @
b00bd14e
...
...
@@ -1572,11 +1572,7 @@ static const NodeImplVtbl HTMLElementImplVtbl = {
};
static
const
tid_t
HTMLElement_iface_tids
[]
=
{
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
HTMLELEMENT_TIDS
,
0
};
...
...
dlls/mshtml/htmlform.c
View file @
b00bd14e
...
...
@@ -483,11 +483,7 @@ static const NodeImplVtbl HTMLFormElementImplVtbl = {
};
static
const
tid_t
HTMLFormElement_iface_tids
[]
=
{
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
HTMLELEMENT_TIDS
,
IHTMLFormElement_tid
,
0
};
...
...
dlls/mshtml/htmlframe.c
View file @
b00bd14e
...
...
@@ -270,11 +270,7 @@ static const NodeImplVtbl HTMLFrameElementImplVtbl = {
};
static
const
tid_t
HTMLFrameElement_iface_tids
[]
=
{
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
HTMLELEMENT_TIDS
,
IHTMLFrameBase_tid
,
IHTMLFrameBase2_tid
,
IHTMLFrameElement3_tid
,
...
...
dlls/mshtml/htmlgeneric.c
View file @
b00bd14e
...
...
@@ -153,11 +153,7 @@ static const NodeImplVtbl HTMLGenericElementImplVtbl = {
};
static
const
tid_t
HTMLGenericElement_iface_tids
[]
=
{
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
HTMLELEMENT_TIDS
,
IHTMLGenericElement_tid
,
0
};
...
...
dlls/mshtml/htmliframe.c
View file @
b00bd14e
...
...
@@ -255,11 +255,7 @@ static const NodeImplVtbl HTMLIFrameImplVtbl = {
};
static
const
tid_t
HTMLIFrame_iface_tids
[]
=
{
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
HTMLELEMENT_TIDS
,
IHTMLFrameBase_tid
,
IHTMLFrameBase2_tid
,
IHTMLIFrameElement_tid
,
...
...
dlls/mshtml/htmlimg.c
View file @
b00bd14e
...
...
@@ -609,11 +609,7 @@ static const NodeImplVtbl HTMLImgElementImplVtbl = {
};
static
const
tid_t
HTMLImgElement_iface_tids
[]
=
{
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
HTMLELEMENT_TIDS
,
IHTMLImgElement_tid
,
0
};
...
...
dlls/mshtml/htmlinput.c
View file @
b00bd14e
...
...
@@ -1173,11 +1173,7 @@ static const NodeImplVtbl HTMLInputElementImplVtbl = {
};
static
const
tid_t
HTMLInputElement_iface_tids
[]
=
{
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
HTMLELEMENT_TIDS
,
IHTMLInputElement_tid
,
0
};
...
...
dlls/mshtml/htmloption.c
View file @
b00bd14e
...
...
@@ -324,11 +324,7 @@ static const NodeImplVtbl HTMLOptionElementImplVtbl = {
};
static
const
tid_t
HTMLOptionElement_iface_tids
[]
=
{
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
HTMLELEMENT_TIDS
,
IHTMLOptionElement_tid
,
0
};
...
...
dlls/mshtml/htmlselect.c
View file @
b00bd14e
...
...
@@ -505,11 +505,7 @@ static const NodeImplVtbl HTMLSelectElementImplVtbl = {
};
static
const
tid_t
HTMLSelectElement_tids
[]
=
{
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
HTMLELEMENT_TIDS
,
IHTMLSelectElement_tid
,
0
};
...
...
dlls/mshtml/htmltable.c
View file @
b00bd14e
...
...
@@ -558,11 +558,7 @@ static const NodeImplVtbl HTMLTableImplVtbl = {
};
static
const
tid_t
HTMLTable_iface_tids
[]
=
{
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
HTMLELEMENT_TIDS
,
IHTMLTable_tid
,
0
};
...
...
dlls/mshtml/htmltablerow.c
View file @
b00bd14e
...
...
@@ -301,11 +301,7 @@ static const NodeImplVtbl HTMLTableRowImplVtbl = {
};
static
const
tid_t
HTMLTableRow_iface_tids
[]
=
{
IHTMLDOMNode_tid
,
IHTMLDOMNode2_tid
,
IHTMLElement_tid
,
IHTMLElement2_tid
,
IHTMLElement3_tid
,
HTMLELEMENT_TIDS
,
IHTMLTableRow_tid
,
0
};
...
...
dlls/mshtml/mshtml_private.h
View file @
b00bd14e
...
...
@@ -490,6 +490,14 @@ typedef struct {
nsIDOMHTMLElement
*
nselem
;
}
HTMLElement
;
#define HTMLELEMENT_TIDS \
IHTMLDOMNode_tid, \
IHTMLDOMNode2_tid, \
IHTMLElement_tid, \
IHTMLElement2_tid, \
IHTMLElement3_tid, \
IHTMLElement4_tid
typedef
struct
{
HTMLElement
element
;
...
...
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