Jacek Caban
|
5cedf9ca70
|
mshtml: Don't create window in create_doc_from_nsdoc.
|
2009-09-17 09:39:49 -05:00 |
Jacek Caban
|
4956e3edb5
|
mshtml: Moved event_vector to HTMLWindow.
|
2009-09-17 09:39:43 -05:00 |
Jacek Caban
|
74f28d4a20
|
mshtml: Moved HTMLLocation object to HTMLWindow.
|
2009-09-17 09:39:15 -05:00 |
Jacek Caban
|
c9f6aaa2f7
|
mshtml: Moved option_factory to HTMLWindow object.
|
2009-09-17 09:39:02 -05:00 |
Jacek Caban
|
a50c4edb93
|
mshtml: Added support for quering global variables from window object.
|
2009-09-10 11:06:45 +02:00 |
Jacek Caban
|
705fb0f239
|
mshtml: Moved script host objects to HTMLWindow.
|
2009-09-10 11:06:36 +02:00 |
Jacek Caban
|
dfc27cd720
|
mshtml: Added IHTMLWindow3::attachEvent implementation.
|
2009-09-09 12:08:53 +02:00 |
Jacek Caban
|
eb5660284a
|
mshtml: Added IHTMLWindow2::onload property.
|
2009-09-09 12:08:47 +02:00 |
Jacek Caban
|
c7496aee8f
|
mshtml: Added IHTMLWindow2::onbeforeunload property implementation.
|
2009-09-09 12:08:42 +02:00 |
Jacek Caban
|
b481b09248
|
mshtml: Store body event target in window object.
|
2009-09-09 12:08:32 +02:00 |
Jacek Caban
|
b42243e8e7
|
mshtml: Properly release DispatchEx data.
|
2009-09-01 12:43:13 +02:00 |
Jacek Caban
|
9cf9d20197
|
mshtml: Added IHTMLWindow2::toString implementation.
|
2009-09-01 12:42:28 +02:00 |
Piotr Caban
|
3bc7bdab88
|
mshtml: Added IHTMLWindow2_confirm implementation.
|
2009-03-13 14:12:49 +01:00 |
Piotr Caban
|
147cf1da55
|
mshtml: Added HTMLWindow2_prompt implementation.
|
2009-03-13 14:12:35 +01:00 |
Michael Stefaniuc
|
165f691ca8
|
mshtml: Change long to LONG in mshtml.idl (htmlwindow.c part).
|
2009-03-12 13:09:54 +01:00 |
Jacek Caban
|
159cc19b03
|
mshtml: Added IHTMLWindow2::get_location implementation.
|
2009-01-04 13:32:47 +01:00 |
Jacek Caban
|
676d4af4f6
|
mshtml: Move GetContentDOMWindow call from HTMLWindow_Create.
|
2008-10-13 11:16:33 +02:00 |
Jacek Caban
|
28d918f581
|
mshtml: Added IHTMLWindow2::get_event implementation.
|
2008-10-13 11:15:37 +02:00 |
Jacek Caban
|
27eb80cc3a
|
mshtml: Get rid of setup_nswindow.
It's no longer needed.
|
2008-10-10 12:55:30 +02:00 |
Jacek Caban
|
984bff499e
|
mshtml: Use heap_alloc_zero for HTMLWindow allocation.
It's needed by DispatchEx implementation.
|
2008-08-19 12:15:56 +02:00 |
Jacek Caban
|
047e5aaad5
|
mshtml: Don't mix nsresult with HRESULT.
|
2008-07-04 19:35:26 +02:00 |
Sinitsin Ivan
|
2b4dcb2577
|
mshtml: Add HTMLWindow_scrollBy implementation.
|
2008-07-03 13:08:18 +02:00 |
Sinitsin Ivan
|
e731a42b90
|
mshtml: Add HTMLWindow_scrollTo implementation.
|
2008-07-03 13:08:18 +02:00 |
Jacek Caban
|
9157c6d68a
|
mshtml: Return NULL in window object's GetNameSpaceParent.
|
2008-07-01 12:23:26 +02:00 |
Jacek Caban
|
fe863e0326
|
mshtml: Silence common invalid QueryInterface FIXME.
|
2008-07-01 12:23:08 +02:00 |
Jacek Caban
|
f58b963f4b
|
mshtml: Added IHTMLWindow2::get_self implementation.
|
2008-07-01 12:22:52 +02:00 |
Jacek Caban
|
ebb4a9b197
|
mshtml: Added IHTMLWindow::get_window implementation.
|
2008-07-01 12:22:45 +02:00 |
Jacek Caban
|
876153976b
|
mshtml: Added IHTMLWindow2::clearInterval implementation.
|
2008-06-30 12:12:09 +02:00 |
Jacek Caban
|
8d3aa6799c
|
mshtml: Added IHTMLWindow2::clearTimeout implementation.
|
2008-06-30 12:12:04 +02:00 |
Jacek Caban
|
74f29f1087
|
mshtml: Added IHTMLWindow3::setInterval implementation.
|
2008-06-30 12:11:58 +02:00 |
Jacek Caban
|
0d56f1058f
|
mshtml: Forward IHTMLWindow2::setInterval to IHTMLWindow3.
|
2008-06-30 12:11:52 +02:00 |
Jacek Caban
|
44223acceb
|
mshtml: Added VT_BSTR support to IHTMLWindow3::setTimeout.
Resend without test depending on JScript.
|
2008-06-30 12:11:46 +02:00 |
Kirill K. Smirnov
|
73bd6da208
|
mshtml: Fix copy/paste error.
|
2008-05-26 19:45:49 +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 |
Jacek Caban
|
788432af49
|
mshtml: Added setTimeout implementation.
|
2008-04-21 18:32:18 +02:00 |
Jacek Caban
|
8640955188
|
mshtml: Forward IHTMLWindow2::setTimeout to IHTMLWindow3::setTimeout.
|
2008-04-21 18:32:15 +02:00 |
Jacek Caban
|
aeb1095b47
|
mshtml: Added IHTMLWindow2::get_document implementation.
|
2008-04-21 18:32:10 +02:00 |
Jacek Caban
|
951084abcf
|
mshtml: Forward window IDispatch methods.
|
2008-04-21 11:56:16 +02:00 |
Jacek Caban
|
a5843056c5
|
mshtml: Added window IDispatchEx implementation.
|
2008-04-21 11:56:13 +02:00 |
Jacek Caban
|
12f312dacc
|
mshtml: Added load event support.
|
2008-04-21 11:55:35 +02:00 |
Jacek Caban
|
a009157331
|
mshtml: Added IHTMLWindow3 stub implementation.
|
2008-04-18 13:57:14 +02:00 |
Jacek Caban
|
d02c37aa4e
|
mshtml: Remove unneeded includes.
|
2008-04-07 13:36:17 +02:00 |
Jacek Caban
|
9c352a11cc
|
mshtml: Added IHTMLWindow2::get_navigator implementation.
|
2008-04-07 13:36:17 +02:00 |
Michael Stefaniuc
|
a084d1db62
|
mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
|
2007-12-06 12:07:30 +01:00 |
Jacek Caban
|
954d4477b5
|
mshtml: Added IHTMLWindow2::get_option implementation.
|
2007-10-15 13:44:36 +02:00 |
Jacek Caban
|
80a1a2f135
|
mshtml: Make window.external visible for JavaScript code.
|
2007-08-15 10:40:32 +02:00 |
Jacek Caban
|
a84520169f
|
mshtml: Added IHTMLWindow::get_external implementation.
|
2007-08-01 11:28:49 +02:00 |
Jacek Caban
|
4005cf72d6
|
mshtml: Added HTMLWindow's IDispatch methods implementation.
|
2007-07-31 11:31:44 +02:00 |
Andrew Talbot
|
0608054a6d
|
mshtml: Constify some variables.
|
2007-05-31 13:27:28 +02:00 |