mshtml: Added IOmHistory::get_length implementation.
[wine/multimedia.git] / dlls / mshtml / mshtml_private.h
blob08c48ce242761e24a2ed7263e181396b0766134a
1 /*
2 * Copyright 2005-2009 Jacek Caban for CodeWeavers
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 #include "wingdi.h"
20 #include "docobj.h"
21 #include "docobjectservice.h"
22 #include "comcat.h"
23 #include "mshtml.h"
24 #include "mshtmhst.h"
25 #include "hlink.h"
26 #include "perhist.h"
27 #include "dispex.h"
28 #include "objsafe.h"
29 #include "htiframe.h"
30 #include "tlogstg.h"
31 #include "shdeprecated.h"
33 #include "wine/list.h"
34 #include "wine/unicode.h"
36 #ifdef INIT_GUID
37 #include "initguid.h"
38 #endif
40 #include "nsiface.h"
42 #define NS_ERROR_GENERATE_FAILURE(module,code) \
43 ((nsresult) (((UINT32)(1<<31)) | ((UINT32)(module+0x45)<<16) | ((UINT32)(code))))
45 #define NS_OK ((nsresult)0x00000000L)
46 #define NS_ERROR_FAILURE ((nsresult)0x80004005L)
47 #define NS_ERROR_OUT_OF_MEMORY ((nsresult)0x8007000EL)
48 #define NS_ERROR_NOT_IMPLEMENTED ((nsresult)0x80004001L)
49 #define NS_NOINTERFACE ((nsresult)0x80004002L)
50 #define NS_ERROR_INVALID_POINTER ((nsresult)0x80004003L)
51 #define NS_ERROR_NULL_POINTER NS_ERROR_INVALID_POINTER
52 #define NS_ERROR_NOT_AVAILABLE ((nsresult)0x80040111L)
53 #define NS_ERROR_INVALID_ARG ((nsresult)0x80070057L)
54 #define NS_ERROR_UNEXPECTED ((nsresult)0x8000ffffL)
56 #define NS_ERROR_MODULE_NETWORK 6
58 #define NS_BINDING_ABORTED NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_NETWORK, 2)
59 #define NS_ERROR_UNKNOWN_PROTOCOL NS_ERROR_GENERATE_FAILURE(NS_ERROR_MODULE_NETWORK, 18)
61 #define NS_FAILED(res) ((res) & 0x80000000)
62 #define NS_SUCCEEDED(res) (!NS_FAILED(res))
64 #define NSAPI WINAPI
66 #define MSHTML_E_NODOC 0x800a025c
68 typedef struct HTMLDOMNode HTMLDOMNode;
69 typedef struct ConnectionPoint ConnectionPoint;
70 typedef struct BSCallback BSCallback;
71 typedef struct event_target_t event_target_t;
73 #define TID_LIST \
74 XIID(NULL) \
75 XDIID(DispCEventObj) \
76 XDIID(DispCPlugins) \
77 XDIID(DispDOMChildrenCollection) \
78 XDIID(DispHTMLAnchorElement) \
79 XDIID(DispHTMLAttributeCollection) \
80 XDIID(DispHTMLBody) \
81 XDIID(DispHTMLButtonElement) \
82 XDIID(DispHTMLCommentElement) \
83 XDIID(DispHTMLCurrentStyle) \
84 XDIID(DispHTMLDocument) \
85 XDIID(DispHTMLDOMAttribute) \
86 XDIID(DispHTMLDOMTextNode) \
87 XDIID(DispHTMLElementCollection) \
88 XDIID(DispHTMLEmbed) \
89 XDIID(DispHTMLFormElement) \
90 XDIID(DispHTMLGenericElement) \
91 XDIID(DispHTMLFrameElement) \
92 XDIID(DispHTMLHeadElement) \
93 XDIID(DispHTMLHistory) \
94 XDIID(DispHTMLIFrame) \
95 XDIID(DispHTMLImg) \
96 XDIID(DispHTMLInputElement) \
97 XDIID(DispHTMLLabelElement) \
98 XDIID(DispHTMLLinkElement) \
99 XDIID(DispHTMLLocation) \
100 XDIID(DispHTMLMetaElement) \
101 XDIID(DispHTMLNavigator) \
102 XDIID(DispHTMLObjectElement) \
103 XDIID(DispHTMLOptionElement) \
104 XDIID(DispHTMLScreen) \
105 XDIID(DispHTMLScriptElement) \
106 XDIID(DispHTMLSelectElement) \
107 XDIID(DispHTMLStyle) \
108 XDIID(DispHTMLStyleElement) \
109 XDIID(DispHTMLStyleSheetsCollection) \
110 XDIID(DispHTMLTable) \
111 XDIID(DispHTMLTableCell) \
112 XDIID(DispHTMLTableRow) \
113 XDIID(DispHTMLTextAreaElement) \
114 XDIID(DispHTMLTitleElement) \
115 XDIID(DispHTMLUnknownElement) \
116 XDIID(DispHTMLWindow2) \
117 XDIID(HTMLDocumentEvents) \
118 XDIID(HTMLElementEvents2) \
119 XIID(IHTMLAnchorElement) \
120 XIID(IHTMLAttributeCollection) \
121 XIID(IHTMLAttributeCollection2) \
122 XIID(IHTMLAttributeCollection3) \
123 XIID(IHTMLBodyElement) \
124 XIID(IHTMLBodyElement2) \
125 XIID(IHTMLButtonElement) \
126 XIID(IHTMLCommentElement) \
127 XIID(IHTMLCurrentStyle) \
128 XIID(IHTMLCurrentStyle2) \
129 XIID(IHTMLCurrentStyle3) \
130 XIID(IHTMLCurrentStyle4) \
131 XIID(IHTMLDocument2) \
132 XIID(IHTMLDocument3) \
133 XIID(IHTMLDocument4) \
134 XIID(IHTMLDocument5) \
135 XIID(IHTMLDOMAttribute) \
136 XIID(IHTMLDOMChildrenCollection) \
137 XIID(IHTMLDOMNode) \
138 XIID(IHTMLDOMNode2) \
139 XIID(IHTMLDOMTextNode) \
140 XIID(IHTMLElement) \
141 XIID(IHTMLElement2) \
142 XIID(IHTMLElement3) \
143 XIID(IHTMLElement4) \
144 XIID(IHTMLElementCollection) \
145 XIID(IHTMLEmbedElement) \
146 XIID(IHTMLEventObj) \
147 XIID(IHTMLFiltersCollection) \
148 XIID(IHTMLFormElement) \
149 XIID(IHTMLFrameBase) \
150 XIID(IHTMLFrameBase2) \
151 XIID(IHTMLFrameElement3) \
152 XIID(IHTMLGenericElement) \
153 XIID(IHTMLHeadElement) \
154 XIID(IHTMLIFrameElement) \
155 XIID(IHTMLIFrameElement2) \
156 XIID(IHTMLIFrameElement3) \
157 XIID(IHTMLImageElementFactory) \
158 XIID(IHTMLImgElement) \
159 XIID(IHTMLInputElement) \
160 XIID(IHTMLLabelElement) \
161 XIID(IHTMLLinkElement) \
162 XIID(IHTMLLocation) \
163 XIID(IHTMLMetaElement) \
164 XIID(IHTMLMimeTypesCollection) \
165 XIID(IHTMLObjectElement) \
166 XIID(IHTMLObjectElement2) \
167 XIID(IHTMLOptionElement) \
168 XIID(IHTMLPluginsCollection) \
169 XIID(IHTMLRect) \
170 XIID(IHTMLScreen) \
171 XIID(IHTMLScriptElement) \
172 XIID(IHTMLSelectElement) \
173 XIID(IHTMLStorage) \
174 XIID(IHTMLStyle) \
175 XIID(IHTMLStyle2) \
176 XIID(IHTMLStyle3) \
177 XIID(IHTMLStyle4) \
178 XIID(IHTMLStyle5) \
179 XIID(IHTMLStyle6) \
180 XIID(IHTMLStyleElement) \
181 XIID(IHTMLStyleSheetsCollection) \
182 XIID(IHTMLTable) \
183 XIID(IHTMLTable2) \
184 XIID(IHTMLTable3) \
185 XIID(IHTMLTableCell) \
186 XIID(IHTMLTableRow) \
187 XIID(IHTMLTextAreaElement) \
188 XIID(IHTMLTextContainer) \
189 XIID(IHTMLTitleElement) \
190 XIID(IHTMLUniqueName) \
191 XIID(IHTMLWindow2) \
192 XIID(IHTMLWindow3) \
193 XIID(IHTMLWindow4) \
194 XIID(IHTMLWindow5) \
195 XIID(IHTMLWindow6) \
196 XIID(IOmHistory) \
197 XIID(IOmNavigator)
199 typedef enum {
200 #define XIID(iface) iface ## _tid,
201 #define XDIID(iface) iface ## _tid,
202 TID_LIST
203 #undef XIID
204 #undef XDIID
205 LAST_tid
206 } tid_t;
208 typedef struct dispex_data_t dispex_data_t;
209 typedef struct dispex_dynamic_data_t dispex_dynamic_data_t;
211 #define MSHTML_DISPID_CUSTOM_MIN 0x60000000
212 #define MSHTML_DISPID_CUSTOM_MAX 0x6fffffff
213 #define MSHTML_CUSTOM_DISPID_CNT (MSHTML_DISPID_CUSTOM_MAX-MSHTML_DISPID_CUSTOM_MIN)
215 typedef struct DispatchEx DispatchEx;
217 typedef struct {
218 HRESULT (*value)(DispatchEx*,LCID,WORD,DISPPARAMS*,VARIANT*,EXCEPINFO*,IServiceProvider*);
219 HRESULT (*get_dispid)(DispatchEx*,BSTR,DWORD,DISPID*);
220 HRESULT (*invoke)(DispatchEx*,DISPID,LCID,WORD,DISPPARAMS*,VARIANT*,EXCEPINFO*,IServiceProvider*);
221 HRESULT (*populate_props)(DispatchEx*);
222 } dispex_static_data_vtbl_t;
224 typedef struct {
225 const dispex_static_data_vtbl_t *vtbl;
226 const tid_t disp_tid;
227 dispex_data_t *data;
228 const tid_t* const iface_tids;
229 } dispex_static_data_t;
231 struct DispatchEx {
232 IDispatchEx IDispatchEx_iface;
234 IUnknown *outer;
236 dispex_static_data_t *data;
237 dispex_dynamic_data_t *dynamic_data;
240 typedef struct {
241 void *x;
242 } nsCycleCollectingAutoRefCnt;
244 typedef struct {
245 void *x[9];
246 } nsXPCOMCycleCollectionParticipant;
248 typedef struct nsCycleCollectionTraversalCallback nsCycleCollectionTraversalCallback;
250 typedef struct {
251 void (NSAPI *unmark_if_purple)(void*);
252 nsresult (NSAPI *traverse)(void*,void*,nsCycleCollectionTraversalCallback*);
253 nsresult (NSAPI *unlink)(void*);
254 } CCObjCallback;
256 DEFINE_GUID(IID_nsXPCOMCycleCollectionParticipant, 0x9674489b,0x1f6f,0x4550,0xa7,0x30, 0xcc,0xae,0xdd,0x10,0x4c,0xf9);
258 nsrefcnt (__cdecl *ccref_incr)(nsCycleCollectingAutoRefCnt*,nsISupports*);
259 nsrefcnt (__cdecl *ccref_decr)(nsCycleCollectingAutoRefCnt*,nsISupports*);
260 void (__cdecl *ccref_init)(nsCycleCollectingAutoRefCnt*,nsrefcnt);
261 void (__cdecl *ccref_unmark_if_purple)(nsCycleCollectingAutoRefCnt*);
262 void (__cdecl *ccp_init)(nsXPCOMCycleCollectionParticipant*,const CCObjCallback*);
263 void (__cdecl *describe_cc_node)(nsCycleCollectingAutoRefCnt*,const char*,nsCycleCollectionTraversalCallback*);
264 void (__cdecl *note_cc_edge)(nsISupports*,const char*,nsCycleCollectionTraversalCallback*);
266 void init_dispex(DispatchEx*,IUnknown*,dispex_static_data_t*) DECLSPEC_HIDDEN;
267 void release_dispex(DispatchEx*) DECLSPEC_HIDDEN;
268 BOOL dispex_query_interface(DispatchEx*,REFIID,void**) DECLSPEC_HIDDEN;
269 HRESULT dispex_get_dprop_ref(DispatchEx*,const WCHAR*,BOOL,VARIANT**) DECLSPEC_HIDDEN;
270 HRESULT get_dispids(tid_t,DWORD*,DISPID**) DECLSPEC_HIDDEN;
271 HRESULT remove_prop(DispatchEx*,BSTR,VARIANT_BOOL*) DECLSPEC_HIDDEN;
272 HRESULT dispex_get_dynid(DispatchEx*,const WCHAR*,DISPID*) DECLSPEC_HIDDEN;
273 void dispex_traverse(DispatchEx*,nsCycleCollectionTraversalCallback*) DECLSPEC_HIDDEN;
274 void dispex_unlink(DispatchEx*) DECLSPEC_HIDDEN;
275 void release_typelib(void) DECLSPEC_HIDDEN;
276 HRESULT get_htmldoc_classinfo(ITypeInfo **typeinfo) DECLSPEC_HIDDEN;
278 typedef enum {
279 DISPEXPROP_CUSTOM,
280 DISPEXPROP_DYNAMIC,
281 DISPEXPROP_BUILTIN
282 } dispex_prop_type_t;
284 dispex_prop_type_t get_dispid_type(DISPID) DECLSPEC_HIDDEN;
286 typedef struct HTMLWindow HTMLWindow;
287 typedef struct HTMLInnerWindow HTMLInnerWindow;
288 typedef struct HTMLOuterWindow HTMLOuterWindow;
289 typedef struct HTMLDocumentNode HTMLDocumentNode;
290 typedef struct HTMLDocumentObj HTMLDocumentObj;
291 typedef struct HTMLFrameBase HTMLFrameBase;
292 typedef struct NSContainer NSContainer;
293 typedef struct HTMLAttributeCollection HTMLAttributeCollection;
295 typedef enum {
296 SCRIPTMODE_GECKO,
297 SCRIPTMODE_ACTIVESCRIPT
298 } SCRIPTMODE;
300 typedef struct ScriptHost ScriptHost;
302 typedef enum {
303 GLOBAL_SCRIPTVAR,
304 GLOBAL_ELEMENTVAR,
305 GLOBAL_DISPEXVAR,
306 GLOBAL_FRAMEVAR
307 } global_prop_type_t;
309 typedef struct {
310 global_prop_type_t type;
311 WCHAR *name;
312 ScriptHost *script_host;
313 DISPID id;
314 } global_prop_t;
316 typedef struct {
317 IHTMLOptionElementFactory IHTMLOptionElementFactory_iface;
319 LONG ref;
321 HTMLInnerWindow *window;
322 } HTMLOptionElementFactory;
324 typedef struct {
325 DispatchEx dispex;
326 IHTMLImageElementFactory IHTMLImageElementFactory_iface;
328 LONG ref;
330 HTMLInnerWindow *window;
331 } HTMLImageElementFactory;
333 struct HTMLLocation {
334 DispatchEx dispex;
335 IHTMLLocation IHTMLLocation_iface;
337 LONG ref;
339 HTMLInnerWindow *window;
342 typedef struct {
343 DispatchEx dispex;
344 IOmHistory IOmHistory_iface;
346 LONG ref;
348 HTMLInnerWindow *window;
349 } OmHistory;
351 typedef struct {
352 HTMLOuterWindow *window;
353 LONG ref;
354 } windowref_t;
356 typedef struct nsChannelBSC nsChannelBSC;
358 struct HTMLWindow {
359 IHTMLWindow2 IHTMLWindow2_iface;
360 IHTMLWindow3 IHTMLWindow3_iface;
361 IHTMLWindow4 IHTMLWindow4_iface;
362 IHTMLWindow5 IHTMLWindow5_iface;
363 IHTMLWindow6 IHTMLWindow6_iface;
364 IHTMLPrivateWindow IHTMLPrivateWindow_iface;
365 IDispatchEx IDispatchEx_iface;
366 IServiceProvider IServiceProvider_iface;
367 ITravelLogClient ITravelLogClient_iface;
369 LONG ref;
371 HTMLInnerWindow *inner_window;
372 HTMLOuterWindow *outer_window;
375 struct HTMLOuterWindow {
376 HTMLWindow base;
378 windowref_t *window_ref;
379 LONG task_magic;
381 HTMLDocumentObj *doc_obj;
382 nsIDOMWindow *nswindow;
383 HTMLOuterWindow *parent;
384 HTMLFrameBase *frame_element;
385 READYSTATE readystate;
387 HTMLInnerWindow *pending_window;
388 IMoniker *mon;
389 IUri *uri;
390 IUri *uri_nofrag;
391 BSTR url;
392 DWORD load_flags;
394 SCRIPTMODE scriptmode;
396 IInternetSecurityManager *secmgr;
398 struct list children;
399 struct list sibling_entry;
400 struct list entry;
403 struct HTMLInnerWindow {
404 HTMLWindow base;
405 DispatchEx dispex;
407 HTMLDocumentNode *doc;
409 struct list script_hosts;
411 IHTMLEventObj *event;
413 HTMLImageElementFactory *image_factory;
414 HTMLOptionElementFactory *option_factory;
415 IHTMLScreen *screen;
416 OmHistory *history;
417 IHTMLStorage *session_storage;
419 unsigned parser_callback_cnt;
420 struct list script_queue;
422 global_prop_t *global_props;
423 DWORD global_prop_cnt;
424 DWORD global_prop_size;
426 LONG task_magic;
428 HTMLLocation *location;
430 IMoniker *mon;
431 nsChannelBSC *bscallback;
432 struct list bindings;
435 typedef enum {
436 UNKNOWN_USERMODE,
437 BROWSEMODE,
438 EDITMODE
439 } USERMODE;
441 typedef struct _cp_static_data_t {
442 tid_t tid;
443 void (*on_advise)(IUnknown*,struct _cp_static_data_t*);
444 BOOL pass_event_arg;
445 DWORD id_cnt;
446 DISPID *ids;
447 } cp_static_data_t;
449 typedef struct {
450 const IID *riid;
451 cp_static_data_t *desc;
452 } cpc_entry_t;
454 typedef struct ConnectionPointContainer {
455 IConnectionPointContainer IConnectionPointContainer_iface;
457 ConnectionPoint *cps;
458 const cpc_entry_t *cp_entries;
459 IUnknown *outer;
460 struct ConnectionPointContainer *forward_container;
461 } ConnectionPointContainer;
463 struct ConnectionPoint {
464 IConnectionPoint IConnectionPoint_iface;
466 ConnectionPointContainer *container;
468 union {
469 IUnknown *unk;
470 IDispatch *disp;
471 IPropertyNotifySink *propnotif;
472 } *sinks;
473 DWORD sinks_size;
475 const IID *iid;
476 cp_static_data_t *data;
479 struct HTMLDocument {
480 IHTMLDocument2 IHTMLDocument2_iface;
481 IHTMLDocument3 IHTMLDocument3_iface;
482 IHTMLDocument4 IHTMLDocument4_iface;
483 IHTMLDocument5 IHTMLDocument5_iface;
484 IHTMLDocument6 IHTMLDocument6_iface;
485 IPersistMoniker IPersistMoniker_iface;
486 IPersistFile IPersistFile_iface;
487 IPersistHistory IPersistHistory_iface;
488 IMonikerProp IMonikerProp_iface;
489 IOleObject IOleObject_iface;
490 IOleDocument IOleDocument_iface;
491 IOleDocumentView IOleDocumentView_iface;
492 IOleInPlaceActiveObject IOleInPlaceActiveObject_iface;
493 IViewObjectEx IViewObjectEx_iface;
494 IOleInPlaceObjectWindowless IOleInPlaceObjectWindowless_iface;
495 IServiceProvider IServiceProvider_iface;
496 IOleCommandTarget IOleCommandTarget_iface;
497 IOleControl IOleControl_iface;
498 IHlinkTarget IHlinkTarget_iface;
499 IPersistStreamInit IPersistStreamInit_iface;
500 IDispatchEx IDispatchEx_iface;
501 ISupportErrorInfo ISupportErrorInfo_iface;
502 IObjectWithSite IObjectWithSite_iface;
503 IOleContainer IOleContainer_iface;
504 IObjectSafety IObjectSafety_iface;
505 IProvideClassInfo IProvideClassInfo_iface;
507 IUnknown *unk_impl;
508 IDispatchEx *dispex;
510 HTMLDocumentObj *doc_obj;
511 HTMLDocumentNode *doc_node;
513 HTMLOuterWindow *window;
515 LONG task_magic;
517 ConnectionPointContainer cp_container;
518 IOleAdviseHolder *advise_holder;
521 static inline HRESULT htmldoc_query_interface(HTMLDocument *This, REFIID riid, void **ppv)
523 return IUnknown_QueryInterface(This->unk_impl, riid, ppv);
526 static inline ULONG htmldoc_addref(HTMLDocument *This)
528 return IUnknown_AddRef(This->unk_impl);
531 static inline ULONG htmldoc_release(HTMLDocument *This)
533 return IUnknown_Release(This->unk_impl);
536 struct HTMLDocumentObj {
537 HTMLDocument basedoc;
538 DispatchEx dispex;
539 ICustomDoc ICustomDoc_iface;
540 ITargetContainer ITargetContainer_iface;
542 IWindowForBindingUI IWindowForBindingUI_iface;
544 LONG ref;
546 NSContainer *nscontainer;
548 IOleClientSite *client;
549 IDocHostUIHandler *hostui;
550 IOleCommandTarget *client_cmdtrg;
551 BOOL custom_hostui;
552 IOleInPlaceSite *ipsite;
553 IOleInPlaceFrame *frame;
554 IOleInPlaceUIWindow *ip_window;
555 IAdviseSink *view_sink;
556 IDocObjectService *doc_object_service;
557 IUnknown *webbrowser;
558 ITravelLog *travel_log;
559 IUnknown *browser_service;
561 DOCHOSTUIINFO hostinfo;
563 IOleUndoManager *undomgr;
565 HWND hwnd;
566 HWND tooltips_hwnd;
568 BOOL request_uiactivate;
569 BOOL in_place_active;
570 BOOL ui_active;
571 BOOL window_active;
572 BOOL hostui_setup;
573 BOOL container_locked;
574 BOOL focus;
575 BOOL has_popup;
576 INT download_state;
578 USERMODE usermode;
579 LPWSTR mime;
581 DWORD update;
584 typedef struct nsWeakReference nsWeakReference;
586 struct NSContainer {
587 nsIWebBrowserChrome nsIWebBrowserChrome_iface;
588 nsIContextMenuListener nsIContextMenuListener_iface;
589 nsIURIContentListener nsIURIContentListener_iface;
590 nsIEmbeddingSiteWindow nsIEmbeddingSiteWindow_iface;
591 nsITooltipListener nsITooltipListener_iface;
592 nsIInterfaceRequestor nsIInterfaceRequestor_iface;
593 nsISupportsWeakReference nsISupportsWeakReference_iface;
595 nsIWebBrowser *webbrowser;
596 nsIWebNavigation *navigation;
597 nsIBaseWindow *window;
598 nsIWebBrowserFocus *focus;
600 nsIEditor *editor;
601 nsIController *editor_controller;
603 LONG ref;
605 nsWeakReference *weak_reference;
607 NSContainer *parent;
608 HTMLDocumentObj *doc;
610 nsIURIContentListener *content_listener;
612 HWND hwnd;
615 typedef struct {
616 HRESULT (*qi)(HTMLDOMNode*,REFIID,void**);
617 void (*destructor)(HTMLDOMNode*);
618 const cpc_entry_t *cpc_entries;
619 HRESULT (*clone)(HTMLDOMNode*,nsIDOMNode*,HTMLDOMNode**);
620 HRESULT (*handle_event)(HTMLDOMNode*,DWORD,nsIDOMEvent*,BOOL*);
621 HRESULT (*get_attr_col)(HTMLDOMNode*,HTMLAttributeCollection**);
622 event_target_t **(*get_event_target)(HTMLDOMNode*);
623 HRESULT (*fire_event)(HTMLDOMNode*,DWORD,BOOL*);
624 HRESULT (*put_disabled)(HTMLDOMNode*,VARIANT_BOOL);
625 HRESULT (*get_disabled)(HTMLDOMNode*,VARIANT_BOOL*);
626 HRESULT (*get_document)(HTMLDOMNode*,IDispatch**);
627 HRESULT (*get_readystate)(HTMLDOMNode*,BSTR*);
628 HRESULT (*get_dispid)(HTMLDOMNode*,BSTR,DWORD,DISPID*);
629 HRESULT (*invoke)(HTMLDOMNode*,DISPID,LCID,WORD,DISPPARAMS*,VARIANT*,EXCEPINFO*,IServiceProvider*);
630 HRESULT (*bind_to_tree)(HTMLDOMNode*);
631 void (*traverse)(HTMLDOMNode*,nsCycleCollectionTraversalCallback*);
632 void (*unlink)(HTMLDOMNode*);
633 } NodeImplVtbl;
635 struct HTMLDOMNode {
636 DispatchEx dispex;
637 IHTMLDOMNode IHTMLDOMNode_iface;
638 IHTMLDOMNode2 IHTMLDOMNode2_iface;
639 const NodeImplVtbl *vtbl;
641 nsCycleCollectingAutoRefCnt ccref;
643 nsIDOMNode *nsnode;
644 HTMLDocumentNode *doc;
645 event_target_t *event_target;
646 ConnectionPointContainer *cp_container;
649 static inline void node_addref(HTMLDOMNode *node)
651 IHTMLDOMNode_AddRef(&node->IHTMLDOMNode_iface);
654 static inline void node_release(HTMLDOMNode *node)
656 IHTMLDOMNode_Release(&node->IHTMLDOMNode_iface);
659 typedef struct {
660 HTMLDOMNode node;
661 ConnectionPointContainer cp_container;
663 IHTMLElement IHTMLElement_iface;
664 IHTMLElement2 IHTMLElement2_iface;
665 IHTMLElement3 IHTMLElement3_iface;
666 IHTMLElement4 IHTMLElement4_iface;
668 nsIDOMHTMLElement *nselem;
669 HTMLStyle *style;
670 HTMLStyle *runtime_style;
671 HTMLAttributeCollection *attrs;
672 WCHAR *filter;
673 } HTMLElement;
675 #define HTMLELEMENT_TIDS \
676 IHTMLDOMNode_tid, \
677 IHTMLDOMNode2_tid, \
678 IHTMLElement_tid, \
679 IHTMLElement2_tid, \
680 IHTMLElement3_tid, \
681 IHTMLElement4_tid
683 extern cp_static_data_t HTMLElementEvents2_data;
684 #define HTMLELEMENT_CPC {&DIID_HTMLElementEvents2, &HTMLElementEvents2_data}
685 extern const cpc_entry_t HTMLElement_cpc[];
687 typedef struct {
688 HTMLElement element;
690 IHTMLTextContainer IHTMLTextContainer_iface;
691 } HTMLTextContainer;
693 struct HTMLFrameBase {
694 HTMLElement element;
696 IHTMLFrameBase IHTMLFrameBase_iface;
697 IHTMLFrameBase2 IHTMLFrameBase2_iface;
699 HTMLOuterWindow *content_window;
701 nsIDOMHTMLFrameElement *nsframe;
702 nsIDOMHTMLIFrameElement *nsiframe;
705 typedef struct nsDocumentEventListener nsDocumentEventListener;
707 struct HTMLDocumentNode {
708 HTMLDOMNode node;
709 HTMLDocument basedoc;
711 IInternetHostSecurityManager IInternetHostSecurityManager_iface;
713 nsIDocumentObserver nsIDocumentObserver_iface;
715 LONG ref;
717 HTMLInnerWindow *window;
719 nsIDOMHTMLDocument *nsdoc;
720 nsIDOMNodeSelector *nsnode_selector;
721 BOOL content_ready;
722 event_target_t *body_event_target;
724 ICatInformation *catmgr;
725 nsDocumentEventListener *nsevent_listener;
726 BOOL *event_vector;
728 WCHAR **elem_vars;
729 unsigned elem_vars_size;
730 unsigned elem_vars_cnt;
732 BOOL skip_mutation_notif;
734 struct list selection_list;
735 struct list range_list;
736 struct list plugin_hosts;
739 HRESULT HTMLDocument_Create(IUnknown*,REFIID,void**) DECLSPEC_HIDDEN;
740 HRESULT HTMLLoadOptions_Create(IUnknown*,REFIID,void**) DECLSPEC_HIDDEN;
741 HRESULT create_doc_from_nsdoc(nsIDOMHTMLDocument*,HTMLDocumentObj*,HTMLInnerWindow*,HTMLDocumentNode**) DECLSPEC_HIDDEN;
742 HRESULT create_document_fragment(nsIDOMNode*,HTMLDocumentNode*,HTMLDocumentNode**) DECLSPEC_HIDDEN;
744 HRESULT HTMLOuterWindow_Create(HTMLDocumentObj*,nsIDOMWindow*,HTMLOuterWindow*,HTMLOuterWindow**) DECLSPEC_HIDDEN;
745 HRESULT update_window_doc(HTMLInnerWindow*) DECLSPEC_HIDDEN;
746 HTMLOuterWindow *nswindow_to_window(const nsIDOMWindow*) DECLSPEC_HIDDEN;
747 void get_top_window(HTMLOuterWindow*,HTMLOuterWindow**) DECLSPEC_HIDDEN;
748 HRESULT HTMLOptionElementFactory_Create(HTMLInnerWindow*,HTMLOptionElementFactory**) DECLSPEC_HIDDEN;
749 HRESULT HTMLImageElementFactory_Create(HTMLInnerWindow*,HTMLImageElementFactory**) DECLSPEC_HIDDEN;
750 HRESULT HTMLLocation_Create(HTMLInnerWindow*,HTMLLocation**) DECLSPEC_HIDDEN;
751 IOmNavigator *OmNavigator_Create(void) DECLSPEC_HIDDEN;
752 HRESULT HTMLScreen_Create(IHTMLScreen**) DECLSPEC_HIDDEN;
753 HRESULT create_history(HTMLInnerWindow*,OmHistory**) DECLSPEC_HIDDEN;
755 HRESULT create_storage(IHTMLStorage**) DECLSPEC_HIDDEN;
757 void HTMLDocument_HTMLDocument3_Init(HTMLDocument*) DECLSPEC_HIDDEN;
758 void HTMLDocument_HTMLDocument5_Init(HTMLDocument*) DECLSPEC_HIDDEN;
759 void HTMLDocument_Persist_Init(HTMLDocument*) DECLSPEC_HIDDEN;
760 void HTMLDocument_OleCmd_Init(HTMLDocument*) DECLSPEC_HIDDEN;
761 void HTMLDocument_OleObj_Init(HTMLDocument*) DECLSPEC_HIDDEN;
762 void HTMLDocument_View_Init(HTMLDocument*) DECLSPEC_HIDDEN;
763 void HTMLDocument_Window_Init(HTMLDocument*) DECLSPEC_HIDDEN;
764 void HTMLDocument_Service_Init(HTMLDocument*) DECLSPEC_HIDDEN;
765 void HTMLDocument_Hlink_Init(HTMLDocument*) DECLSPEC_HIDDEN;
767 void TargetContainer_Init(HTMLDocumentObj*) DECLSPEC_HIDDEN;
768 void init_binding_ui(HTMLDocumentObj*) DECLSPEC_HIDDEN;
770 void HTMLDocumentNode_SecMgr_Init(HTMLDocumentNode*) DECLSPEC_HIDDEN;
772 HRESULT HTMLCurrentStyle_Create(HTMLElement*,IHTMLCurrentStyle**) DECLSPEC_HIDDEN;
774 void ConnectionPointContainer_Init(ConnectionPointContainer*,IUnknown*,const cpc_entry_t*) DECLSPEC_HIDDEN;
775 void ConnectionPointContainer_Destroy(ConnectionPointContainer*) DECLSPEC_HIDDEN;
777 HRESULT create_nscontainer(HTMLDocumentObj*,NSContainer**) DECLSPEC_HIDDEN;
778 void NSContainer_Release(NSContainer*) DECLSPEC_HIDDEN;
780 void init_mutation(nsIComponentManager*) DECLSPEC_HIDDEN;
781 void init_document_mutation(HTMLDocumentNode*) DECLSPEC_HIDDEN;
782 void release_document_mutation(HTMLDocumentNode*) DECLSPEC_HIDDEN;
784 void HTMLDocument_LockContainer(HTMLDocumentObj*,BOOL) DECLSPEC_HIDDEN;
785 void show_context_menu(HTMLDocumentObj*,DWORD,POINT*,IDispatch*) DECLSPEC_HIDDEN;
786 void notif_focus(HTMLDocumentObj*) DECLSPEC_HIDDEN;
788 void show_tooltip(HTMLDocumentObj*,DWORD,DWORD,LPCWSTR) DECLSPEC_HIDDEN;
789 void hide_tooltip(HTMLDocumentObj*) DECLSPEC_HIDDEN;
790 HRESULT get_client_disp_property(IOleClientSite*,DISPID,VARIANT*) DECLSPEC_HIDDEN;
792 HRESULT ProtocolFactory_Create(REFCLSID,REFIID,void**) DECLSPEC_HIDDEN;
794 BOOL load_gecko(void) DECLSPEC_HIDDEN;
795 void close_gecko(void) DECLSPEC_HIDDEN;
796 void register_nsservice(nsIComponentRegistrar*,nsIServiceManager*) DECLSPEC_HIDDEN;
797 void init_nsio(nsIComponentManager*,nsIComponentRegistrar*) DECLSPEC_HIDDEN;
798 void release_nsio(void) DECLSPEC_HIDDEN;
799 BOOL is_gecko_path(const char*) DECLSPEC_HIDDEN;
801 void init_node_cc(void);
803 HRESULT nsuri_to_url(LPCWSTR,BOOL,BSTR*) DECLSPEC_HIDDEN;
805 HRESULT set_frame_doc(HTMLFrameBase*,nsIDOMDocument*) DECLSPEC_HIDDEN;
807 void call_property_onchanged(ConnectionPointContainer*,DISPID) DECLSPEC_HIDDEN;
808 HRESULT call_set_active_object(IOleInPlaceUIWindow*,IOleInPlaceActiveObject*) DECLSPEC_HIDDEN;
810 void *nsalloc(size_t) __WINE_ALLOC_SIZE(1) DECLSPEC_HIDDEN;
811 void nsfree(void*) DECLSPEC_HIDDEN;
813 void nsACString_InitDepend(nsACString*,const char*) DECLSPEC_HIDDEN;
814 void nsACString_SetData(nsACString*,const char*) DECLSPEC_HIDDEN;
815 UINT32 nsACString_GetData(const nsACString*,const char**) DECLSPEC_HIDDEN;
816 void nsACString_Finish(nsACString*) DECLSPEC_HIDDEN;
818 BOOL nsAString_Init(nsAString*,const PRUnichar*) DECLSPEC_HIDDEN;
819 void nsAString_InitDepend(nsAString*,const PRUnichar*) DECLSPEC_HIDDEN;
820 void nsAString_SetData(nsAString*,const PRUnichar*) DECLSPEC_HIDDEN;
821 UINT32 nsAString_GetData(const nsAString*,const PRUnichar**) DECLSPEC_HIDDEN;
822 void nsAString_Finish(nsAString*) DECLSPEC_HIDDEN;
823 HRESULT return_nsstr(nsresult,nsAString*,BSTR*) DECLSPEC_HIDDEN;
825 nsICommandParams *create_nscommand_params(void) DECLSPEC_HIDDEN;
826 HRESULT nsnode_to_nsstring(nsIDOMNode*,nsAString*) DECLSPEC_HIDDEN;
827 void get_editor_controller(NSContainer*) DECLSPEC_HIDDEN;
828 nsresult get_nsinterface(nsISupports*,REFIID,void**) DECLSPEC_HIDDEN;
829 nsIWritableVariant *create_nsvariant(void) DECLSPEC_HIDDEN;
830 nsresult create_nsfile(const PRUnichar*,nsIFile**) DECLSPEC_HIDDEN;
832 HRESULT create_pending_window(HTMLOuterWindow*,nsChannelBSC*) DECLSPEC_HIDDEN;
833 HRESULT start_binding(HTMLInnerWindow*,BSCallback*,IBindCtx*) DECLSPEC_HIDDEN;
834 HRESULT async_start_doc_binding(HTMLOuterWindow*,HTMLInnerWindow*) DECLSPEC_HIDDEN;
835 void abort_window_bindings(HTMLInnerWindow*) DECLSPEC_HIDDEN;
836 void set_download_state(HTMLDocumentObj*,int) DECLSPEC_HIDDEN;
837 void call_docview_84(HTMLDocumentObj*) DECLSPEC_HIDDEN;
839 void set_ready_state(HTMLOuterWindow*,READYSTATE) DECLSPEC_HIDDEN;
841 HRESULT HTMLSelectionObject_Create(HTMLDocumentNode*,nsISelection*,IHTMLSelectionObject**) DECLSPEC_HIDDEN;
842 HRESULT HTMLTxtRange_Create(HTMLDocumentNode*,nsIDOMRange*,IHTMLTxtRange**) DECLSPEC_HIDDEN;
843 IHTMLStyleSheet *HTMLStyleSheet_Create(nsIDOMStyleSheet*) DECLSPEC_HIDDEN;
844 IHTMLStyleSheetsCollection *HTMLStyleSheetsCollection_Create(nsIDOMStyleSheetList*) DECLSPEC_HIDDEN;
846 void detach_selection(HTMLDocumentNode*) DECLSPEC_HIDDEN;
847 void detach_ranges(HTMLDocumentNode*) DECLSPEC_HIDDEN;
848 HRESULT get_node_text(HTMLDOMNode*,BSTR*) DECLSPEC_HIDDEN;
849 HRESULT replace_node_by_html(nsIDOMHTMLDocument*,nsIDOMNode*,const WCHAR*) DECLSPEC_HIDDEN;
851 HRESULT insert_adjacent_node(HTMLElement*,const WCHAR*,nsIDOMNode*,HTMLDOMNode**) DECLSPEC_HIDDEN;
853 HRESULT create_nselem(HTMLDocumentNode*,const WCHAR*,nsIDOMHTMLElement**) DECLSPEC_HIDDEN;
854 HRESULT create_element(HTMLDocumentNode*,const WCHAR*,HTMLElement**) DECLSPEC_HIDDEN;
856 HRESULT HTMLDOMTextNode_Create(HTMLDocumentNode*,nsIDOMNode*,HTMLDOMNode**) DECLSPEC_HIDDEN;
858 struct HTMLAttributeCollection {
859 DispatchEx dispex;
860 IHTMLAttributeCollection IHTMLAttributeCollection_iface;
861 IHTMLAttributeCollection2 IHTMLAttributeCollection2_iface;
862 IHTMLAttributeCollection3 IHTMLAttributeCollection3_iface;
864 LONG ref;
866 HTMLElement *elem;
867 struct list attrs;
870 typedef struct {
871 DispatchEx dispex;
872 IHTMLDOMAttribute IHTMLDOMAttribute_iface;
874 LONG ref;
876 WCHAR *name;
878 HTMLElement *elem;
879 DISPID dispid;
880 struct list entry;
881 } HTMLDOMAttribute;
883 HRESULT HTMLDOMAttribute_Create(const WCHAR*,HTMLElement*,DISPID,HTMLDOMAttribute**) DECLSPEC_HIDDEN;
885 HRESULT HTMLElement_Create(HTMLDocumentNode*,nsIDOMNode*,BOOL,HTMLElement**) DECLSPEC_HIDDEN;
886 HRESULT HTMLCommentElement_Create(HTMLDocumentNode*,nsIDOMNode*,HTMLElement**) DECLSPEC_HIDDEN;
887 HRESULT HTMLAnchorElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
888 HRESULT HTMLBodyElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
889 HRESULT HTMLButtonElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
890 HRESULT HTMLEmbedElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
891 HRESULT HTMLFormElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
892 HRESULT HTMLFrameElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
893 HRESULT HTMLHeadElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
894 HRESULT HTMLIFrame_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
895 HRESULT HTMLStyleElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
896 HRESULT HTMLImgElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
897 HRESULT HTMLInputElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
898 HRESULT HTMLLabelElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
899 HRESULT HTMLLinkElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
900 HRESULT HTMLMetaElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
901 HRESULT HTMLObjectElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
902 HRESULT HTMLOptionElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
903 HRESULT HTMLScriptElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
904 HRESULT HTMLSelectElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
905 HRESULT HTMLTable_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
906 HRESULT HTMLTableCell_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
907 HRESULT HTMLTableRow_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
908 HRESULT HTMLTextAreaElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
909 HRESULT HTMLTitleElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
910 HRESULT HTMLGenericElement_Create(HTMLDocumentNode*,nsIDOMHTMLElement*,HTMLElement**) DECLSPEC_HIDDEN;
912 void HTMLDOMNode_Init(HTMLDocumentNode*,HTMLDOMNode*,nsIDOMNode*) DECLSPEC_HIDDEN;
913 void HTMLElement_Init(HTMLElement*,HTMLDocumentNode*,nsIDOMHTMLElement*,dispex_static_data_t*) DECLSPEC_HIDDEN;
914 void HTMLElement2_Init(HTMLElement*) DECLSPEC_HIDDEN;
915 void HTMLElement3_Init(HTMLElement*) DECLSPEC_HIDDEN;
916 void HTMLTextContainer_Init(HTMLTextContainer*,HTMLDocumentNode*,nsIDOMHTMLElement*,dispex_static_data_t*) DECLSPEC_HIDDEN;
917 void HTMLFrameBase_Init(HTMLFrameBase*,HTMLDocumentNode*,nsIDOMHTMLElement*,dispex_static_data_t*) DECLSPEC_HIDDEN;
919 HRESULT HTMLDOMNode_QI(HTMLDOMNode*,REFIID,void**) DECLSPEC_HIDDEN;
920 void HTMLDOMNode_destructor(HTMLDOMNode*) DECLSPEC_HIDDEN;
922 HRESULT HTMLElement_QI(HTMLDOMNode*,REFIID,void**) DECLSPEC_HIDDEN;
923 void HTMLElement_destructor(HTMLDOMNode*) DECLSPEC_HIDDEN;
924 HRESULT HTMLElement_clone(HTMLDOMNode*,nsIDOMNode*,HTMLDOMNode**) DECLSPEC_HIDDEN;
925 HRESULT HTMLElement_get_attr_col(HTMLDOMNode*,HTMLAttributeCollection**) DECLSPEC_HIDDEN;
926 HRESULT HTMLElement_handle_event(HTMLDOMNode*,DWORD,nsIDOMEvent*,BOOL*) DECLSPEC_HIDDEN;
928 HRESULT HTMLFrameBase_QI(HTMLFrameBase*,REFIID,void**) DECLSPEC_HIDDEN;
929 void HTMLFrameBase_destructor(HTMLFrameBase*) DECLSPEC_HIDDEN;
931 HRESULT get_node(HTMLDocumentNode*,nsIDOMNode*,BOOL,HTMLDOMNode**) DECLSPEC_HIDDEN;
932 HRESULT get_elem(HTMLDocumentNode*,nsIDOMElement*,HTMLElement**) DECLSPEC_HIDDEN;
934 HTMLElement *unsafe_impl_from_IHTMLElement(IHTMLElement*) DECLSPEC_HIDDEN;
936 HRESULT search_window_props(HTMLInnerWindow*,BSTR,DWORD,DISPID*) DECLSPEC_HIDDEN;
937 HRESULT get_frame_by_name(HTMLOuterWindow*,const WCHAR*,BOOL,HTMLOuterWindow**) DECLSPEC_HIDDEN;
938 HRESULT get_doc_elem_by_id(HTMLDocumentNode*,const WCHAR*,HTMLElement**) DECLSPEC_HIDDEN;
940 HRESULT wrap_iface(IUnknown*,IUnknown*,IUnknown**) DECLSPEC_HIDDEN;
942 IHTMLElementCollection *create_all_collection(HTMLDOMNode*,BOOL) DECLSPEC_HIDDEN;
943 IHTMLElementCollection *create_collection_from_nodelist(HTMLDocumentNode*,nsIDOMNodeList*) DECLSPEC_HIDDEN;
944 IHTMLElementCollection *create_collection_from_htmlcol(HTMLDocumentNode*,nsIDOMHTMLCollection*) DECLSPEC_HIDDEN;
946 /* commands */
947 typedef struct {
948 DWORD id;
949 HRESULT (*query)(HTMLDocument*,OLECMD*);
950 HRESULT (*exec)(HTMLDocument*,DWORD,VARIANT*,VARIANT*);
951 } cmdtable_t;
953 extern const cmdtable_t editmode_cmds[] DECLSPEC_HIDDEN;
955 void do_ns_command(HTMLDocument*,const char*,nsICommandParams*) DECLSPEC_HIDDEN;
957 /* timer */
958 #define UPDATE_UI 0x0001
959 #define UPDATE_TITLE 0x0002
961 void update_doc(HTMLDocument*,DWORD) DECLSPEC_HIDDEN;
962 void update_title(HTMLDocumentObj*) DECLSPEC_HIDDEN;
964 HRESULT do_query_service(IUnknown*,REFGUID,REFIID,void**) DECLSPEC_HIDDEN;
966 /* editor */
967 HRESULT setup_edit_mode(HTMLDocumentObj*) DECLSPEC_HIDDEN;
968 void init_editor(HTMLDocument*) DECLSPEC_HIDDEN;
969 void handle_edit_event(HTMLDocument*,nsIDOMEvent*) DECLSPEC_HIDDEN;
970 HRESULT editor_exec_copy(HTMLDocument*,DWORD,VARIANT*,VARIANT*) DECLSPEC_HIDDEN;
971 HRESULT editor_exec_cut(HTMLDocument*,DWORD,VARIANT*,VARIANT*) DECLSPEC_HIDDEN;
972 HRESULT editor_exec_paste(HTMLDocument*,DWORD,VARIANT*,VARIANT*) DECLSPEC_HIDDEN;
973 void handle_edit_load(HTMLDocument*) DECLSPEC_HIDDEN;
974 HRESULT editor_is_dirty(HTMLDocument*) DECLSPEC_HIDDEN;
975 void set_dirty(HTMLDocument*,VARIANT_BOOL) DECLSPEC_HIDDEN;
977 extern DWORD mshtml_tls DECLSPEC_HIDDEN;
979 typedef struct task_t task_t;
980 typedef void (*task_proc_t)(task_t*);
982 struct task_t {
983 LONG target_magic;
984 task_proc_t proc;
985 task_proc_t destr;
986 struct task_t *next;
989 typedef struct {
990 task_t header;
991 HTMLDocumentObj *doc;
992 } docobj_task_t;
994 typedef struct {
995 HWND thread_hwnd;
996 task_t *task_queue_head;
997 task_t *task_queue_tail;
998 struct list timer_list;
999 } thread_data_t;
1001 thread_data_t *get_thread_data(BOOL) DECLSPEC_HIDDEN;
1002 HWND get_thread_hwnd(void) DECLSPEC_HIDDEN;
1004 LONG get_task_target_magic(void) DECLSPEC_HIDDEN;
1005 HRESULT push_task(task_t*,task_proc_t,task_proc_t,LONG) DECLSPEC_HIDDEN;
1006 void remove_target_tasks(LONG) DECLSPEC_HIDDEN;
1008 HRESULT set_task_timer(HTMLInnerWindow*,DWORD,BOOL,IDispatch*,LONG*) DECLSPEC_HIDDEN;
1009 HRESULT clear_task_timer(HTMLInnerWindow*,BOOL,DWORD) DECLSPEC_HIDDEN;
1011 const char *debugstr_variant(const VARIANT*) DECLSPEC_HIDDEN;
1013 DEFINE_GUID(CLSID_AboutProtocol, 0x3050F406, 0x98B5, 0x11CF, 0xBB,0x82, 0x00,0xAA,0x00,0xBD,0xCE,0x0B);
1014 DEFINE_GUID(CLSID_JSProtocol, 0x3050F3B2, 0x98B5, 0x11CF, 0xBB,0x82, 0x00,0xAA,0x00,0xBD,0xCE,0x0B);
1015 DEFINE_GUID(CLSID_MailtoProtocol, 0x3050F3DA, 0x98B5, 0x11CF, 0xBB,0x82, 0x00,0xAA,0x00,0xBD,0xCE,0x0B);
1016 DEFINE_GUID(CLSID_ResProtocol, 0x3050F3BC, 0x98B5, 0x11CF, 0xBB,0x82, 0x00,0xAA,0x00,0xBD,0xCE,0x0B);
1017 DEFINE_GUID(CLSID_SysimageProtocol, 0x76E67A63, 0x06E9, 0x11D2, 0xA8,0x40, 0x00,0x60,0x08,0x05,0x93,0x82);
1019 DEFINE_GUID(CLSID_CMarkup,0x3050f4fb,0x98b5,0x11cf,0xbb,0x82,0x00,0xaa,0x00,0xbd,0xce,0x0b);
1021 DEFINE_OLEGUID(CGID_DocHostCmdPriv, 0x000214D4L, 0, 0);
1023 DEFINE_GUID(CLSID_JScript, 0xf414c260,0x6ac0,0x11cf, 0xb6,0xd1,0x00,0xaa,0x00,0xbb,0xbb,0x58);
1024 DEFINE_GUID(CLSID_VBScript, 0xb54f3741,0x5b07,0x11cf, 0xa4,0xb0,0x00,0xaa,0x00,0x4a,0x55,0xe8);
1026 /* memory allocation functions */
1028 static inline void * __WINE_ALLOC_SIZE(1) heap_alloc(size_t len)
1030 return HeapAlloc(GetProcessHeap(), 0, len);
1033 static inline void * __WINE_ALLOC_SIZE(1) heap_alloc_zero(size_t len)
1035 return HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, len);
1038 static inline void * __WINE_ALLOC_SIZE(2) heap_realloc(void *mem, size_t len)
1040 return HeapReAlloc(GetProcessHeap(), 0, mem, len);
1043 static inline void * __WINE_ALLOC_SIZE(2) heap_realloc_zero(void *mem, size_t len)
1045 return HeapReAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, mem, len);
1048 static inline BOOL heap_free(void *mem)
1050 return HeapFree(GetProcessHeap(), 0, mem);
1053 static inline LPWSTR heap_strdupW(LPCWSTR str)
1055 LPWSTR ret = NULL;
1057 if(str) {
1058 DWORD size;
1060 size = (strlenW(str)+1)*sizeof(WCHAR);
1061 ret = heap_alloc(size);
1062 if(ret)
1063 memcpy(ret, str, size);
1066 return ret;
1069 static inline LPWSTR heap_strndupW(LPCWSTR str, unsigned len)
1071 LPWSTR ret = NULL;
1073 if(str) {
1074 ret = heap_alloc((len+1)*sizeof(WCHAR));
1075 if(ret)
1077 memcpy(ret, str, len*sizeof(WCHAR));
1078 ret[len] = 0;
1082 return ret;
1085 static inline char *heap_strdupA(const char *str)
1087 char *ret = NULL;
1089 if(str) {
1090 DWORD size;
1092 size = strlen(str)+1;
1093 ret = heap_alloc(size);
1094 if(ret)
1095 memcpy(ret, str, size);
1098 return ret;
1101 static inline WCHAR *heap_strdupAtoW(const char *str)
1103 LPWSTR ret = NULL;
1105 if(str) {
1106 DWORD len;
1108 len = MultiByteToWideChar(CP_ACP, 0, str, -1, NULL, 0);
1109 ret = heap_alloc(len*sizeof(WCHAR));
1110 if(ret)
1111 MultiByteToWideChar(CP_ACP, 0, str, -1, ret, len);
1114 return ret;
1117 static inline char *heap_strdupWtoA(LPCWSTR str)
1119 char *ret = NULL;
1121 if(str) {
1122 DWORD size = WideCharToMultiByte(CP_ACP, 0, str, -1, NULL, 0, NULL, NULL);
1123 ret = heap_alloc(size);
1124 if(ret)
1125 WideCharToMultiByte(CP_ACP, 0, str, -1, ret, size, NULL, NULL);
1128 return ret;
1131 static inline WCHAR *heap_strdupUtoW(const char *str)
1133 WCHAR *ret = NULL;
1135 if(str) {
1136 size_t len;
1138 len = MultiByteToWideChar(CP_UTF8, 0, str, -1, NULL, 0);
1139 ret = heap_alloc(len*sizeof(WCHAR));
1140 if(ret)
1141 MultiByteToWideChar(CP_UTF8, 0, str, -1, ret, len);
1144 return ret;
1147 static inline char *heap_strdupWtoU(const WCHAR *str)
1149 char *ret = NULL;
1151 if(str) {
1152 size_t size = WideCharToMultiByte(CP_UTF8, 0, str, -1, NULL, 0, NULL, NULL);
1153 ret = heap_alloc(size);
1154 if(ret)
1155 WideCharToMultiByte(CP_UTF8, 0, str, -1, ret, size, NULL, NULL);
1158 return ret;
1161 static inline void windowref_addref(windowref_t *ref)
1163 InterlockedIncrement(&ref->ref);
1166 static inline void windowref_release(windowref_t *ref)
1168 if(!InterlockedDecrement(&ref->ref))
1169 heap_free(ref);
1172 HDC get_display_dc(void) DECLSPEC_HIDDEN;
1173 HINSTANCE get_shdoclc(void) DECLSPEC_HIDDEN;
1174 void set_statustext(HTMLDocumentObj*,INT,LPCWSTR) DECLSPEC_HIDDEN;
1176 extern HINSTANCE hInst DECLSPEC_HIDDEN;