Commit graph

57 commits

Author SHA1 Message Date
Jacek Caban
54faf0852f mshtml: Moved QueryService(IID_IShellBrowser) call to the right place. 2011-11-14 15:25:19 +01:00
Piotr Caban
98281236c0 mshtml: Execute IDocObject_FireDocumentComplete in handle_load function. 2011-03-11 11:50:25 +01:00
Piotr Caban
52a1065f70 mshtml: Added IObjectSafety stub. 2011-01-20 12:20:30 +01:00
Michael Stefaniuc
2e24de635d mshtml: COM cleanup for the IHTMLWindow2 iface. 2010-12-27 15:39:40 +01:00
Michael Stefaniuc
b574f2fd91 mshtml: COM cleanup for the IObjectWithSite iface. 2010-12-27 11:51:52 +01:00
Michael Stefaniuc
6c7a78eca0 mshtml: COM cleanup for the IOleControl iface. 2010-12-27 11:51:33 +01:00
Michael Stefaniuc
62e9961e29 mshtml: COM cleanup for the IOleInPlaceObjectWindowless iface. 2010-12-23 13:47:25 +01:00
Michael Stefaniuc
37c3091f27 mshtml: COM cleanup for the IOleDocumentView iface. 2010-12-23 13:47:24 +01:00
Michael Stefaniuc
041c6ec362 mshtml: COM cleanup for the IOleDocument iface. 2010-12-23 13:47:24 +01:00
Michael Stefaniuc
6c3bb4de6f mshtml: COM cleanup for the IOleObject iface. 2010-12-23 13:47:24 +01:00
Jacek Caban
c63a5fa8fd mshtml: IHTMLDocument2 iface handling clean up. 2010-12-17 13:26:01 +01:00
Jacek Caban
dc25bca4ed mshtml: Added IOleContainer stub implementation. 2010-12-15 11:59:31 +01:00
Jacek Caban
ee875f362d mshtml: Don't overwrite custom UI handler in SetClientSite. 2010-11-29 11:24:29 +01:00
Jacek Caban
95a53a9ff6 mshtml: Store client site in HTMLDocumentObj as soon as possible in SetClientSite. 2010-06-28 16:58:39 +02:00
Jacek Caban
2cf2d8fed2 mshtml: Call Exec(DOCHOST_DOCCANNAVIGATE) from IOleObject::SetClientSite. 2010-03-03 15:29:43 +01:00
Piotr Caban
17bec80f71 mshtml: Added IObjectWithSite stubs. 2009-12-16 13:04:34 +01:00
Piotr Caban
24601ed1db mshtml: Added Advise handling to OleObject_Close. 2009-12-07 15:41:13 +01:00
Piotr Caban
7372a6dd12 mshtml: Added OleObject_EnumAdvise implementation. 2009-12-07 15:41:01 +01:00
Piotr Caban
0aca61c5c3 mshtml: Added OleObject_Unadvise implementation. 2009-12-07 15:40:57 +01:00
Piotr Caban
bbfa604dc0 mshtml: Added OleObject_Advise implementation. 2009-12-07 15:40:53 +01:00
Jacek Caban
10c714b43a mshmtl: Moved ICustomDoc implementation to HTMLDocumentObj. 2009-09-17 09:48:05 -05:00
Jacek Caban
56b69dff4a mshtml: Moved usermode to HTMLDocumentObj. 2009-09-17 09:41:56 -05:00
Jacek Caban
b3c2b380b8 mshtml: Moved state flags to HTMLDocumentObj. 2009-09-17 09:41:37 -05:00
Jacek Caban
e1aa05b13e mshtml: Moved hostinfo to HTMLDocumentObj. 2009-09-17 09:41:15 -05:00
Jacek Caban
0d15ad8be4 mshtml: Move client site ifaces to HTMLDocumentObj. 2009-09-17 09:40:53 -05:00
Jacek Caban
b827996515 mshtml: Moved NSContainer to HTMLDocumentObj. 2009-09-17 09:40:35 -05:00
Jacek Caban
19be7d620d mshtml: Added support for DOCHOSTUIFLAG_SCROLL_NO DOCHOSTINFO flag. 2008-07-01 12:22:57 +02:00
Andrew Talbot
d52b9ddd67 mshtml: Assign to structs instead of using memcpy. 2008-03-06 12:46:29 +01:00
Jacek Caban
0358507065 mshtml: Added ICustomDoc stub implementation. 2007-08-13 11:38:43 +02:00
Jacek Caban
5fd727fa2a mshtml: Use get_client_disp_property in SetClientSite to get silent property. 2007-03-09 21:13:16 +01:00
Jacek Caban
396b0ad126 mshtml: Added border implementation. 2006-11-13 12:52:05 +01:00
Jacek Caban
0c74c0a95b mshtml: Win64 printf format warning fixes. 2006-10-06 12:54:45 +02:00
Jacek Caban
3c71c7cc46 mshtml: Added more Exec tests and fixes. 2006-08-18 20:56:19 +02:00
Jacek Caban
40f3ad06e9 mshtml: Rename get_property to get_client_disp_property and make it available for other files. 2006-08-17 11:20:48 +02:00
Jacek Caban
346d5bc7d0 mshtml: Added beginning IDM_BROWSEMODE implementation. 2006-07-03 11:54:25 +02:00
Jacek Caban
a2f715e536 mshtml: Move IOleCommandTarget implementation to separate file. 2006-06-20 20:38:31 +02:00
Jonathan Ernst
360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Jacek Caban
d44364d3fe mshtml: Better handling of IDocHostUIHandler in SetClientSite. 2006-01-14 17:04:54 +01:00
Jacek Caban
3cbbd41246 Added exec_on_unload implementation. 2005-09-02 11:16:39 +00:00
Jacek Caban
306bd05f99 - Call LockContainer only if it's not already locked/unlocked.
- Only return S_OK in SetClientSite if IOleClientSite is not changed.
2005-08-22 14:07:49 +00:00
Jacek Caban
d5b898c14c - Added OnAmbientPropertyChange implementation.
- Call IDispatch::Invoke when native does (with test).
2005-08-22 09:25:20 +00:00
Jacek Caban
944ff51a8c - Added IOleCommandTerget interface to the test.
- Make Wine pass the test.
- Fix bug reported by Saulius Krasuckas.
2005-08-18 10:50:05 +00:00
Jacek Caban
234d76f024 - Added IOleObject::Close implementation.
- OLEIVERB_INPLACEACTIVATE is the same as OLEIVERB_UIACTIVATE.
2005-08-12 15:51:55 +00:00
Jacek Caban
d8bf6e8aa4 Move includes of interfaces to mshtml_private.h. 2005-08-11 10:30:30 +00:00
Jacek Caban
9f077e5546 Added stub implementation of IOleControl. 2005-08-08 11:07:48 +00:00
Jacek Caban
7d0de94185 Added IOleCommandTarget::Exec implementation. 2005-08-03 21:26:40 +00:00
Jacek Caban
0a93f42b80 Added QueryStatus implementation. 2005-08-02 09:50:19 +00:00
Jacek Caban
18f9462b3d - Added more tests.
- Make tests pass under Wine.
2005-07-18 09:13:32 +00:00
Jacek Caban
eae4e45c01 - Added more tests.
- Make tests pass under Wine.
2005-07-14 12:18:59 +00:00
Jacek Caban
4f619626b8 - Added stub implementation of IOleCommandTarget.
- Store IDocHostUIHandler in HTMLDocument.
- ActivateMe should be called even if GetContainer failed.
2005-07-12 17:00:58 +00:00