~ubuntu-branches/ubuntu/maverick/webkit/maverick

« back to all changes in this revision

Viewing changes to WebKit/win/Interfaces/WebKit.idl

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2007-08-19 15:54:12 UTC
  • Revision ID: james.westby@ubuntu.com-20070819155412-uxxg1h9plpghmtbi
Tags: upstream-0~svn25144
ImportĀ upstreamĀ versionĀ 0~svn25144

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
 
3
 *
 
4
 * Redistribution and use in source and binary forms, with or without
 
5
 * modification, are permitted provided that the following conditions
 
6
 * are met:
 
7
 * 1. Redistributions of source code must retain the above copyright
 
8
 *    notice, this list of conditions and the following disclaimer.
 
9
 * 2. Redistributions in binary form must reproduce the above copyright
 
10
 *    notice, this list of conditions and the following disclaimer in the
 
11
 *    documentation and/or other materials provided with the distribution.
 
12
 *
 
13
 * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
 
14
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
15
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 
16
 * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
 
17
 * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 
18
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 
19
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 
20
 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
 
21
 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
22
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 
23
 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
 
24
 */
 
25
 
 
26
cpp_quote("/*")
 
27
cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
 
28
cpp_quote(" *")
 
29
cpp_quote(" * Redistribution and use in source and binary forms, with or without")
 
30
cpp_quote(" * modification, are permitted provided that the following conditions")
 
31
cpp_quote(" * are met:")
 
32
cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
 
33
cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
 
34
cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
 
35
cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
 
36
cpp_quote(" *    documentation and/or other materials provided with the distribution.")
 
37
cpp_quote(" *")
 
38
cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
 
39
cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
 
40
cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
 
41
cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
 
42
cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
 
43
cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
 
44
cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
 
45
cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
 
46
cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
 
47
cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
 
48
cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
 
49
cpp_quote(" */")
 
50
 
 
51
import "oaidl.idl";
 
52
import "ocidl.idl";
 
53
 
 
54
import "IWebView.idl";
 
55
import "IWebViewPrivate.idl";
 
56
import "IWebUIDelegate.idl";
 
57
import "IWebResourceLoadDelegate.idl";
 
58
import "IWebDownload.idl";
 
59
import "IWebFrameLoadDelegate.idl";
 
60
import "IWebPolicyDelegate.idl";
 
61
import "IWebFrame.idl";
 
62
import "IWebBackForwardList.idl";
 
63
import "IWebHistoryItem.idl";
 
64
import "IWebScriptObject.idl";
 
65
import "IWebPreferences.idl";
 
66
import "IWebDocument.idl";
 
67
import "IWebURLRequest.idl";
 
68
import "IWebDataSource.idl";
 
69
import "IWebURLResponse.idl";
 
70
import "IWebURLAuthenticationChallenge.idl";
 
71
import "IWebError.idl";
 
72
import "IWebMutableURLRequest.idl";
 
73
import "IWebArchive.idl";
 
74
import "IWebResource.idl";
 
75
import "IWebFrameView.idl";
 
76
import "DOMHTML.idl";
 
77
import "IWebIconDatabase.idl";
 
78
import "IWebNotificationCenter.idl";
 
79
import "IWebNotificationObserver.idl";
 
80
import "IWebHistory.idl";
 
81
import "IWebCache.idl";
 
82
import "IWebJavaScriptCollector.idl";
 
83
import "IWebKitStatistics.idl";
 
84
import "IWebScrollBarPrivate.idl";
 
85
import "IWebDebugProgram.idl";
 
86
 
 
87
[
 
88
#if __BUILDBOT__
 
89
    uuid(2a748656-625d-4207-b29f-40c95bfeb3a9),
 
90
    helpstring("WebKit 3.0 Type Library"),
 
91
#else
 
92
    uuid(76E5F7F0-18FD-48a2-B549-1159435B513B),
 
93
    helpstring("OpenSourceWebKit 3.0 Type Library"),
 
94
#endif
 
95
    version(3.0)
 
96
]
 
97
#if __BUILDBOT__
 
98
library WebKit
 
99
#else
 
100
library OpenSourceWebKit
 
101
#endif
 
102
{
 
103
    // TLib : OLE Automation : {00020430-0000-0000-C000-000000000046}
 
104
    importlib("STDOLE2.TLB");
 
105
 
 
106
#if __BUILDBOT__
 
107
    [uuid(d6bca079-f61c-4e1e-b453-32a0477d02e3)]
 
108
#else
 
109
    [uuid(4FF47097-3FEA-4b47-AC0E-90725C546490)]
 
110
#endif
 
111
    coclass WebView {
 
112
        [default] interface IWebView;
 
113
        interface IWebIBActions;
 
114
        interface IWebViewCSS;
 
115
        interface IWebViewEditing;
 
116
        interface IWebViewUndoableEditing;
 
117
        interface IWebViewEditingActions;
 
118
        interface IWebNotificationObserver;
 
119
        interface IWebViewPrivate;
 
120
    }
 
121
 
 
122
#if __BUILDBOT__
 
123
    [uuid(66827ec1-3aef-4241-bac5-f776b44f030f)]
 
124
#else
 
125
    [uuid(BE8EE509-9894-44ba-9E2F-E29780BCB25C)]
 
126
#endif
 
127
    coclass WebIconDatabase {
 
128
        [default] interface IWebIconDatabase;
 
129
    }
 
130
 
 
131
#if __BUILDBOT__
 
132
    [uuid(a062ecc3-bb1b-4694-a569-f59e0ad6be0c)]
 
133
#else
 
134
    [uuid(97F3EB52-9EAC-4062-82E1-E5C1E7789DEE)]
 
135
#endif
 
136
    coclass WebMutableURLRequest {
 
137
        [default] interface IWebMutableURLRequest;
 
138
    }
 
139
 
 
140
#if __BUILDBOT__
 
141
    [uuid(ba590766-0a6f-46c7-b96e-743490d94cb7)]
 
142
#else
 
143
    [uuid(99B9D99A-060D-4695-8C8F-3AB53156054C)]
 
144
#endif
 
145
    coclass WebNotificationCenter {
 
146
        [default] interface IWebNotificationCenter;
 
147
    }
 
148
 
 
149
#if __BUILDBOT__
 
150
    [uuid(a4b9b45d-949f-4c8c-9b92-6fbfcc1caaa2)]
 
151
#else
 
152
    [uuid(4D043991-E844-48b0-8EF7-85FE1AB8829E)]
 
153
#endif
 
154
    coclass WebHistory {
 
155
        [default] interface IWebHistory;
 
156
    }
 
157
 
 
158
#if __BUILDBOT__
 
159
    [uuid(dd653964-4d37-4fb2-9cb6-6a9a97719332)]
 
160
#else
 
161
    [uuid(97795891-293D-4855-800E-E21987568537)]
 
162
#endif
 
163
    coclass CFDictionaryPropertyBag {
 
164
        [default] interface IPropertyBag;
 
165
    }
 
166
 
 
167
#if __BUILDBOT__
 
168
    [uuid(6be190e9-1725-4e4a-88db-6a9fe242c9e5)]
 
169
#else
 
170
    [uuid(82F6400A-3CD0-40a3-8EA1-7A23B26D6153)]
 
171
#endif
 
172
    coclass WebHistoryItem {
 
173
        [default] interface IWebHistoryItem;
 
174
    }
 
175
 
 
176
#if __BUILDBOT__
 
177
    [uuid(f71071fd-a51b-4b69-9eb6-44374405e80c)]
 
178
#else
 
179
    [uuid(CB0111F6-168B-467e-8613-23AB37D0493E)]
 
180
#endif
 
181
    coclass WebCache {
 
182
        [default] interface IWebCache;
 
183
    }
 
184
 
 
185
#if __BUILDBOT__
 
186
    [uuid(1820D883-42FE-4b78-88C8-5456BB19D224)]
 
187
#else
 
188
    [uuid(5D911A44-4316-4a02-A2B5-BAE7036357B9)]
 
189
#endif
 
190
    coclass WebJavaScriptCollector {
 
191
        [default] interface IWebJavaScriptCollector;
 
192
    }
 
193
 
 
194
#if __BUILDBOT__
 
195
    [uuid(67B89F90-F778-438b-ABBF-34D1ACBF8651)]
 
196
#else
 
197
    [uuid(CC914F49-2385-4943-9B3F-E17501383F5B)]
 
198
#endif
 
199
    coclass WebPreferences {
 
200
        [default] interface IWebPreferences;
 
201
    }
 
202
 
 
203
#if __BUILDBOT__
 
204
    [uuid(E93AA8D7-F362-4a4a-A95D-325906BEB5F0)]
 
205
#else
 
206
    [uuid(87689DC6-5F8C-4194-90D5-CE6083837AB5)]
 
207
#endif
 
208
    coclass WebKitStatistics {
 
209
        [default] interface IWebKitStatistics;
 
210
    }
 
211
 
 
212
#if __BUILDBOT__
 
213
    [uuid(6C6AF3F9-36B4-4bf7-8BDE-74DCD4AD75A4)]
 
214
#else
 
215
    [uuid(319B38AC-2794-47fa-AE18-A14A7576A6D8)]
 
216
#endif
 
217
    coclass WebError {
 
218
        [default] interface IWebError;
 
219
    }
 
220
 
 
221
#if __BUILDBOT__
 
222
    [uuid(7433F53B-7FE9-484a-9432-72909457A646)]
 
223
#else
 
224
    [uuid(BCF988AF-9A2F-403f-A1D8-BD815C46401D)]
 
225
#endif
 
226
    coclass WebURLCredential {
 
227
        [default] interface IWebURLCredential;
 
228
    }
 
229
 
 
230
#if __BUILDBOT__
 
231
    [uuid(C0F98BD9-3B1C-413d-904A-E2D1453EAF1F)]
 
232
#else
 
233
    [uuid(3FE547FC-4EC1-4062-9DE2-9FC3DA0A08FF)]
 
234
#endif
 
235
    coclass WebDownload {
 
236
        [default] interface IWebDownload;
 
237
    }
 
238
 
 
239
#if __BUILDBOT__
 
240
    [uuid(2FB5499A-BB5D-4469-8517-789FEC8FD9BA)]
 
241
#else
 
242
    [uuid(20B9702D-B41F-449b-84FE-3E32DB5D775F)]
 
243
#endif
 
244
    coclass WebURLRequest {
 
245
        [default] interface IWebURLRequest;
 
246
    }
 
247
 
 
248
#if __BUILDBOT__
 
249
    [uuid(F366A6E8-E43C-4fd4-AAB0-8E6E79C73E6E)]
 
250
#else
 
251
    [uuid(41EFBA9A-63E4-4c49-A012-CCC48694D7A5)]
 
252
#endif
 
253
    coclass WebURLProtectionSpace {
 
254
        [default] interface IWebURLProtectionSpace;
 
255
    }
 
256
 
 
257
#if __BUILDBOT__
 
258
    [uuid(24A53AD5-AA9F-44e6-AA22-2C7C250B661A)]
 
259
#else
 
260
    [uuid(0F34FB95-301F-4ea1-943E-B5E6E6D94121)]
 
261
#endif
 
262
    coclass WebScrollBar {
 
263
        [default] interface IWebScrollBarPrivate;
 
264
    }
 
265
 
 
266
#if __BUILDBOT__
 
267
    [uuid(715636C4-59E7-4b85-BBC5-B555888787D7)]
 
268
#else
 
269
    [uuid(5BE39DBA-5887-4a69-9157-EBEE96BA3309)]
 
270
#endif
 
271
    coclass WebDebugProgram {
 
272
        [default] interface IWebDebugProgram;
 
273
    }
 
274
 
 
275
#if __BUILDBOT__
 
276
    [uuid(AB201196-8DD2-4d45-AEBD-029B6A37AA27)]
 
277
#else
 
278
    [uuid(EA2FCB14-072B-48b5-B9B5-1BBEFBABC7BC)]
 
279
#endif
 
280
    coclass WebURLResponse {
 
281
        [default] interface IWebURLResponse;
 
282
    }
 
283
}