Commit Graph

50 Commits

Author SHA1 Message Date
Jacek Caban af6c518e7d mshtml: Use lazy allocation for connection points. 2013-03-15 16:18:05 +01:00
Jacek Caban d27417768e mshtml: Added IHTMLIFrameElement::width property implementation. 2012-10-23 17:29:20 +02:00
Jacek Caban a741a3f99c mshtml: Added IHTMLIFrameElement::height property implementation. 2012-10-23 17:29:16 +02:00
Jacek Caban 8d1dc99ea1 mshtml: Added IHTMLIFrameElement3::get_contentDocument implementation. 2012-10-11 20:21:06 +02:00
Jacek Caban f63da13c28 mshtml: Added IHTMLWindow2::onhelp property implementation. 2012-09-04 15:06:28 +02:00
Jacek Caban fcc3a77ae5 mshtml: Added IHTMLIFrameElement3 stub implementation. 2012-09-03 17:42:50 +02:00
Jacek Caban 12a35ac9de mshtml: Added IHTMLIFrameElement2 stub implementation. 2012-09-03 17:42:45 +02:00
Jacek Caban 2698fe0b3f mshtml: Moved global_props from HTMLOuterWindow to HTMLInnerWindow. 2012-06-25 17:45:20 +02:00
Jacek Caban 79356c65c1 mshtml: Moved document node from HTMLOuterWindow to HTMLInnerWindow. 2012-06-25 17:45:19 +02:00
Jacek Caban 08964ede45 mshtml: Added separated types for outer and inner HTML windows. 2012-06-25 17:45:19 +02:00
Piotr Caban bea3154f48 mshtml: Added IHTMLAttributeCollection stub. 2011-08-26 12:00:09 +02:00
Jacek Caban 6d7667894e mshtml: Added possibility for node implementations to add default event handlers. 2011-08-02 11:51:06 +02:00
Michael Stefaniuc 6b793e94ad mshtml: Use ifaces instead of vtbl pointers in HTMLFrameBase. 2011-01-03 12:14:26 +01:00
Michael Stefaniuc 0b66169a05 mshtml: COM cleanup for the IDispatchEx iface in DispatchEx. 2010-12-31 11:47:31 +01:00
Michael Stefaniuc 2e2f88af90 mshtml: COM cleanup for the IDispatchEx iface in HTMLWindow. 2010-12-31 11:47:19 +01:00
Michael Stefaniuc f653f4a22e mshtml: COM cleanup for the IHTMLDOMNode iface. 2010-12-30 12:21:53 +01:00
Jacek Caban f52e0a776f mshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl functions. 2010-12-28 16:35:39 +01:00
Jacek Caban c63a5fa8fd mshtml: IHTMLDocument2 iface handling clean up. 2010-12-17 13:26:01 +01:00
Michael Stefaniuc 850e991fd0 mshtml: Use an iface instead of a vtbl pointer in HTMLIFrame. 2010-12-07 11:41:52 +01:00
Jacek Caban ecc551b911 mshtml: Improved error handling in element constructors. 2010-12-02 11:58:40 +01:00
Jacek Caban f351dc5e74 mshtml: Moved cloneNode implementation to vtbl. 2010-11-15 13:20:06 +01:00
Jacek Caban b00bd14e77 mshtml: Moved common element tids to macro. 2010-01-28 11:09:40 +01:00
Jacek Caban b5caee220d mshtml: Added IHTMLIFrameElement IDispatchEx support. 2010-01-14 10:22:39 -06:00
Jacek Caban 91140222b5 mshtml: Added IHTMLIFrameElement stub implementation. 2010-01-14 10:22:35 -06:00
Andrew Eikum 9bf516a813 mshtml: Search content_window's properties in HTML[I]FrameBase::get_dispid. 2009-12-15 16:09:11 +01:00
Andrew Eikum 6e3e7c9f4c mshtml: Store ns[i]frame reference in HTMLFrameBase. 2009-12-08 17:53:53 +01:00
Jacek Caban 451f5b4ad6 mshtml: Added generic bind_to_tree node notification and use it to set frame's content window. 2009-12-03 10:22:04 +01:00
Jacek Caban 9881ec35eb mshtml: Added IHTMLElement2::get_readyState implementation. 2009-12-01 11:34:23 +01:00
Jacek Caban 999371724a mshtml: Return content document in get_document for frame elements. 2009-11-29 16:36:42 +01:00
Jacek Caban 7c64ab1e83 mshtml: Moved IHTMLFrameBase2 implementation to HTMLFrameBase object. 2009-11-29 16:36:35 +01:00
Jacek Caban bdb9270705 mshtml: Moved content_window to HTMLFrameBase. 2009-11-03 21:23:41 +01:00
Jacek Caban 20ed399b28 mshtml: Store content window on HTMLIFrameElement creation. 2009-11-03 21:23:35 +01:00
Jacek Caban 4ffd64ddeb mshtml: Moved IHTMLFrameBase to separated object to allow sharing implementation with HTMLFrame. 2009-11-03 21:23:29 +01:00
Jacek Caban d3a9f162e8 mshtml: Moved whole element initialization to HTMLElement_Init. 2009-11-03 21:23:12 +01:00
Jacek Caban 3263ace686 mshtml: Initialize iframe windows when added to document. 2009-10-22 10:42:03 +02:00
Jacek Caban 23891357a3 mshtml: Moved HTMLDocumentNode creating to HTMLWindow_Create. 2009-10-22 10:41:55 +02:00
Jacek Caban f6b89e9f15 mshtml: Added IHTMLFrameBase IDispatchEx support. 2009-10-14 11:22:18 +02:00
Jacek Caban a4deae49b3 mshtml: Added IHTMLBaseFrame interface stub implementation. 2009-10-14 11:21:48 +02:00
Jacek Caban b1a9b4fd2d mshtml: Use document.defaultView to get iframe contentWindow. 2009-10-02 15:06:58 +02:00
Jacek Caban a70bbf8285 mshtml: Moved init_dispex call to HTMLElement_Init. 2009-10-02 15:06:58 +02:00
Jacek Caban 64d4efe967 mshtml: Move node list to HTMLDocumentNode. 2009-09-17 09:47:53 -05:00
Jacek Caban 9626f92332 mshtml: Store reference to document node in window object. 2009-09-17 09:40:16 -05:00
Jacek Caban 62ccef389f mshtml: Store document node in window. 2009-09-17 09:40:09 -05:00
Jacek Caban 1d2020795a mshtml: Create HTMLDocumentNode for each HTMLDocumentObj. 2009-09-17 09:39:57 -05:00
Jacek Caban 5cedf9ca70 mshtml: Don't create window in create_doc_from_nsdoc. 2009-09-17 09:39:49 -05:00
Jacek Caban 11eb1b0840 mshtml: Make COM inproc object and document node separated objects inheriting from HTMLDocument. 2009-09-17 09:39:29 -05:00
Michael Stefaniuc 25e90e2251 mshtml: Remove superfluous pointer casts. 2009-02-16 16:01:37 +01:00
Jacek Caban f27386fb81 mshtml: Added IHTMLFrameBase2::get_contentWidnow implementation. 2008-10-13 11:16:39 +02:00
Jacek Caban 712c4d9af2 mshtml: Added IDispatchEx support for HTMLIFrame. 2008-10-08 13:20:14 +02:00
Jacek Caban 2e52c61c4c mshtml: Added HTMLIFrame stub implementation. 2008-10-08 13:20:08 +02:00