Commit Graph

112 Commits

Author SHA1 Message Date
Jacek Caban 781b0873e6 mshtml: Added IPersistHistory stub implementation. 2009-04-16 13:45:20 -05:00
Michael Stefaniuc cb133a12d0 mshtml: Change long to LONG in mshtml.idl (remaining stuff). 2009-03-12 13:09:54 +01:00
Alistair Leslie-Hughes b30aa168f7 mshtml: Show IPersistHistory interface is supported. 2009-02-27 14:18:04 +01:00
Jacek Caban 21e1b15795 mshtml: Remove document observer before releasing nsdoc. 2009-02-06 14:50:26 +01:00
Nikolay Sivov bf2e1f08d3 mshtml: Added ISupportErrorInfo for IHTMLDocument. 2009-01-19 15:45:22 +01:00
Andrei Derevyanko 6ea2e4bc21 mshtml: Silence IMarshal QueryInterface FIXME. 2008-12-20 12:12:53 +01:00
Alex Balut fdac425f7f mshtml: Removed the reference counting of the DLL. 2008-12-08 22:02:48 +01:00
Alistair Leslie-Hughes 75b9c0508a mshtml: Implement IHTMLDocument2 get_anchors. 2008-11-26 13:36:44 +01:00
Alistair Leslie-Hughes e760812a62 mshtml: Implement IHTMLDocument2 get_forms. 2008-11-26 13:36:35 +01:00
Alistair Leslie-Hughes 7b864afff0 mshtml: Implement IHTMLDocument2 get_links. 2008-11-26 13:36:27 +01:00
Alistair Leslie-Hughes 6e46a9fdba mshtml: Implement IHTMLDocument2 get_applets. 2008-11-26 13:36:20 +01:00
Alistair Leslie-Hughes 01536b5003 mshtml: Implement IHTMLDocument2_get_images. 2008-11-21 12:50:30 +01:00
Alistair Leslie-Hughes 3a0a3453ff mshtml: Supply a default value for get_designMode. 2008-10-30 11:48:27 +01:00
Andrew Talbot 75d4faabd3 mshtml: Sign-compare warnings fix. 2008-10-20 11:33:24 +02:00
Marcus Meissner e69eb4716c mshtml: Initialize nswindow in create_doc_from_nsdoc. 2008-10-16 11:22:48 +02:00
Jacek Caban b21e90ee8a mshtml: Added document keydown, keyup, dragstart and selectstart event implementation. 2008-10-13 11:17:12 +02:00
Jacek Caban 50393191a1 mshtml: Added open and close implementation. 2008-10-13 11:16:46 +02:00
Jacek Caban f27386fb81 mshtml: Added IHTMLFrameBase2::get_contentWidnow implementation. 2008-10-13 11:16:39 +02:00
Jacek Caban 676d4af4f6 mshtml: Move GetContentDOMWindow call from HTMLWindow_Create. 2008-10-13 11:16:33 +02:00
Jacek Caban 364b12609c mshtml: Added get_onmouseover implementations. 2008-10-13 11:15:22 +02:00
Jacek Caban 3cae9a7778 mshtml: Added IHTMLDocument2::put_onmouseover implementation. 2008-10-13 11:15:15 +02:00
Jacek Caban 9f1d3b21da mshtml: Use stored nsdoc in IHTMLDocument2::get_styleSheets. 2008-10-09 12:28:26 +02:00
Jacek Caban 9fbc40f8bb mshtml: Use stored nsdoc in IHTMLDocument2::createElement. 2008-10-09 12:28:21 +02:00
Jacek Caban c451ac27f2 mshtml: Use stored nsdoc in IHTMLDocument2::write. 2008-10-09 12:28:16 +02:00
Jacek Caban c5adad12fe mshtml: Use stored nsdoc in IHTMLDocument2::get_title. 2008-10-09 12:28:10 +02:00
Jacek Caban 0a79d9c690 mshtml: Use stored nsdoc in IHTMLDocument2::put_title. 2008-10-09 12:28:06 +02:00
Jacek Caban 567fbd5d36 mshtml: Use stored nsdoc in IHTMLDocument2::get_body. 2008-10-09 12:28:01 +02:00
Jacek Caban 5629945cb7 mshtml: Use stored nsdoc in IHTMDocument2::get_all. 2008-10-09 12:27:57 +02:00
Jacek Caban 98789edc3e mshtml: Store nsIDOMHTMLDocument in HTMLDocument. 2008-10-09 12:24:21 +02:00
Jacek Caban 0769ebc8a6 mshtml: Use create_all_collection in IHTMLElement::get_all implementation. 2008-10-01 10:00:51 -05:00
Jacek Caban c3bdda8102 mshtml: Use ActiveScript for JavaScript in file protocol documents. 2008-09-25 11:18:49 +02:00
Jacek Caban 480087666d mshtml: Added IHTMLDocument::get_Script implementation. 2008-08-25 11:39:50 +02:00
Jacek Caban 8e6dbe750a mshtml: Added IHTMLDocument2::get_title implementation.
Based on patch by Ivan Sinitsin.
2008-07-24 11:52:14 +02:00
Jacek Caban 80f33889ea mshtml: Added IHTMLDocument2::put_title implementation.
Based on patch by Ivan Sinitsin.
2008-07-24 11:52:09 +02:00
Jacek Caban 4171385cd9 mshtml: Silence common invalid FIXME. 2008-07-01 12:23:37 +02:00
Jacek Caban fe863e0326 mshtml: Silence common invalid QueryInterface FIXME. 2008-07-01 12:23:08 +02:00
Jacek Caban d9cb62e37f mshtml: Added IHTMLGenericElement implementation. 2008-06-20 12:15:14 +02:00
Jacek Caban f13c5685b5 mshtml: Added IHTMLDocument2::createElement implementation. 2008-06-20 12:15:07 +02:00
Jacek Caban e787f84b01 mshtml: Fixed copy&paste typo. 2008-05-26 19:46:18 +02:00
Francois Gouget 53f2cb83dc mshtml: gcc 2.95 does not allow an array of undefined dimension in a struct. So fix dispex_static_data_t accordingly. 2008-05-06 16:10:13 +02:00
Jacek Caban ef4200fcf7 mshtml: Added support for custom DISPIDs. 2008-04-29 12:38:25 +02:00
Joris Huizer 1a0bf043bc mshtml: Fixed copy/paste mistake. 2008-04-23 12:23:07 +02:00
Jacek Caban 0a32cd868d mshtml: Forward IHTMLDocument2's IDispatch methods to IDispatchEx implementation. 2008-04-21 20:26:28 +02:00
Jacek Caban 98ab1a92c0 mshtml: Added HTMLDocument's IDispatchEx implementation. 2008-04-21 20:24:04 +02:00
Jacek Caban 7d0034a5ba mshtml: Make IHTMLDocument2 iterface offset independent. 2008-04-21 20:23:58 +02:00
Jacek Caban 625ed3d0aa mshtml: Added possibility to get node object from nsIDOMNode only if available. 2008-04-18 13:57:14 +02:00
Jacek Caban 1caf73be28 mshtml: Added IHTMLDocument2::get_location implementation. 2008-03-26 23:38:36 +01:00
Jacek Caban 1b5bce0d4c mshtml: Added script engine loading implementation. 2008-03-25 11:44:26 +01:00
Jacek Caban b84626bdf0 mshtml: Added IHTMLDocument2::write implementation. 2008-03-10 11:22:11 +01:00
Jacek Caban c6ac960f4a mshtml: Added Invoke(DISPID_READYSTATE) implementation. 2008-01-04 12:00:54 +01:00