Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Side by Side Diff: gecko-sdk/include/domstubs.h

Issue 20346: Version 1.8 of gecko-sdk. Downloaded from here:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gecko-sdk/idl/nsrootidl.idl ('k') | gecko-sdk/include/jni.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /*
2 * DO NOT EDIT. THIS FILE IS GENERATED FROM c:/builds/tinderbox/XR-Mozilla1.8.0 -Release/WINNT_5.2_Depend/mozilla/dom/public/idl/base/domstubs.idl
3 */
4
5 #ifndef __gen_domstubs_h__
6 #define __gen_domstubs_h__
7
8
9 #ifndef __gen_nsISupports_h__
10 #include "nsISupports.h"
11 #endif
12
13 /* For IDL files that don't want to include root IDL files. */
14 #ifndef NS_NO_VTABLE
15 #define NS_NO_VTABLE
16 #endif
17 typedef PRUint64 DOMTimeStamp;
18
19 class nsIDOMAttr; /* forward declaration */
20
21 class nsIDOMCDATASection; /* forward declaration */
22
23 class nsIDOMCharacterData; /* forward declaration */
24
25 class nsIDOMComment; /* forward declaration */
26
27 class nsIDOMDOMImplementation; /* forward declaration */
28
29 class nsIDOMDocument; /* forward declaration */
30
31 class nsIDOMDocumentFragment; /* forward declaration */
32
33 class nsIDOMDocumentType; /* forward declaration */
34
35 class nsIDOMElement; /* forward declaration */
36
37 class nsIDOMEntity; /* forward declaration */
38
39 class nsIDOMEntityReference; /* forward declaration */
40
41 class nsIDOMNSDocument; /* forward declaration */
42
43 class nsIDOMNamedNodeMap; /* forward declaration */
44
45 class nsIDOMNode; /* forward declaration */
46
47 class nsIDOMNodeList; /* forward declaration */
48
49 class nsIDOMNotation; /* forward declaration */
50
51 class nsIDOMProcessingInstruction; /* forward declaration */
52
53 class nsIDOMText; /* forward declaration */
54
55 class nsIDOMDOMStringList; /* forward declaration */
56
57 class nsIDOMNameList; /* forward declaration */
58
59 class DOMException; /* forward declaration */
60
61 class RangeException; /* forward declaration */
62
63 class nsIDOMStyleSheetList; /* forward declaration */
64
65 class nsIDOMLinkStyle; /* forward declaration */
66
67 class nsIDOMStyleSheet; /* forward declaration */
68
69 class nsIDOMMediaList; /* forward declaration */
70
71 class nsIDOMAbstractView; /* forward declaration */
72
73 class nsIDOMDocumentView; /* forward declaration */
74
75 class nsIDOMWindow; /* forward declaration */
76
77 class nsIDOMWindowInternal; /* forward declaration */
78
79 class nsIDOMWindowCollection; /* forward declaration */
80
81 class nsIDOMPlugin; /* forward declaration */
82
83 class nsIDOMPluginArray; /* forward declaration */
84
85 class nsIDOMMimeType; /* forward declaration */
86
87 class nsIDOMMimeTypeArray; /* forward declaration */
88
89 class nsIDOMBarProp; /* forward declaration */
90
91 class nsIDOMNavigator; /* forward declaration */
92
93 class nsIDOMScreen; /* forward declaration */
94
95 class nsIDOMHistory; /* forward declaration */
96
97 class nsIDOMEvent; /* forward declaration */
98
99 class nsIDOMEventTarget; /* forward declaration */
100
101 class nsIDOMEventListener; /* forward declaration */
102
103 class nsIDOMEventGroup; /* forward declaration */
104
105 class nsIDOMHTMLElement; /* forward declaration */
106
107 class nsIDOMHTMLFormElement; /* forward declaration */
108
109 class nsIDOMHTMLCollection; /* forward declaration */
110
111 class nsIDOMCSSValue; /* forward declaration */
112
113 class nsIDOMCSSValueList; /* forward declaration */
114
115 class nsIDOMCSSPrimitiveValue; /* forward declaration */
116
117 class nsIDOMCSSRule; /* forward declaration */
118
119 class nsIDOMCSSRuleList; /* forward declaration */
120
121 class nsIDOMCSSStyleSheet; /* forward declaration */
122
123 class nsIDOMCSSStyleDeclaration; /* forward declaration */
124
125 class nsIDOMCounter; /* forward declaration */
126
127 class nsIDOMRect; /* forward declaration */
128
129 class nsIDOMRGBColor; /* forward declaration */
130
131 class nsIDOMCSSStyleRule; /* forward declaration */
132
133 class nsIDOMCSSStyleRuleCollection; /* forward declaration */
134
135 class nsIDOMHTMLTableCaptionElement; /* forward declaration */
136
137 class nsIDOMHTMLTableSectionElement; /* forward declaration */
138
139 class nsIDOMRange; /* forward declaration */
140
141 class nsIDOMCRMFObject; /* forward declaration */
142
143 class nsIDOMCrypto; /* forward declaration */
144
145 class nsIDOMPkcs11; /* forward declaration */
146
147
148 #endif /* __gen_domstubs_h__ */
OLDNEW
« no previous file with comments | « gecko-sdk/idl/nsrootidl.idl ('k') | gecko-sdk/include/jni.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698