Jacek Caban
|
3d0d27820f
|
mshtml: Added IHTMLDocument2::clear implementation.
|
2010-05-07 16:00:20 +02:00 |
Jacek Caban
|
df0a35e3d3
|
mshtml: Added support for load event on all nodes.
|
2010-03-18 11:18:01 +01:00 |
Jacek Caban
|
42a80aeac0
|
mshtml: Forward setting document.location to window object.
|
2010-03-15 14:18:05 +01:00 |
Jacek Caban
|
400d8897f6
|
mshtml: Return S_OK from IHTMLDocument2::get_referrer.
|
2010-03-15 14:18:05 +01:00 |
Vitaly Perov
|
e2f3b143fd
|
mshtml: Silence IStdMarshalInfo in htmldoc_qi FIXME.
|
2010-02-23 12:06:35 +01:00 |
Vitaly Perov
|
cffd28f74d
|
mshtml: Silence IExternalConnection in htmldoc_qi FIXME.
|
2010-02-18 17:15:15 +01:00 |
Jacek Caban
|
a84741182f
|
mshtml: Added IViewObject::SetAdvise implementation.
|
2010-02-15 16:11:12 +01:00 |
Andrew Nguyen
|
b3b81abba3
|
mshtml: Accept NULL SAFEARRAY pointers in IHTMLDocument2::write(ln).
|
2010-02-09 17:13:52 +01:00 |
Jacek Caban
|
456e53bcf9
|
mshtml: Optimize more nsAString handling.
|
2010-01-29 13:30:08 +01:00 |
Jacek Caban
|
e4a936a2d2
|
mshtml: Store body event target in HTMLDocumentNode.
|
2010-01-04 11:41:30 +01:00 |
Jacek Caban
|
8c5baf3a09
|
mshtml: Make sure that event listeners of connection point are set.
|
2010-01-04 11:41:29 +01:00 |
Piotr Caban
|
d383e84e21
|
mshtml: Added IDispatch ConnectionPoint.
|
2009-12-29 11:06:22 +01:00 |
Alistair Leslie-Hughes
|
f8aef24795
|
mshtml: Implement IHTMLDocument2 get/put onmouseout.
|
2009-12-23 14:27:30 +01:00 |
Alistair Leslie-Hughes
|
cccaf1ab19
|
mshtml: Implement IHTMLDocument2 get/put onmousedown.
|
2009-12-23 14:27:30 +01:00 |
Alistair Leslie-Hughes
|
a1f275448f
|
mshtml: Implement IHTMLDocument2 get/put onmouseup.
|
2009-12-23 14:27:30 +01:00 |
Piotr Caban
|
17bec80f71
|
mshtml: Added IObjectWithSite stubs.
|
2009-12-16 13:04:34 +01:00 |
Piotr Caban
|
bffa74a1c3
|
mshtml: Added ViewObjectEx stub implementation.
|
2009-12-16 13:04:34 +01:00 |
Jacek Caban
|
70592b59e7
|
mshtml: Added IHTMLDocument2::onreadystatechange property implementation.
|
2009-12-08 12:36:09 +01:00 |
Piotr Caban
|
bbfa604dc0
|
mshtml: Added OleObject_Advise implementation.
|
2009-12-07 15:40:53 +01:00 |
Jacek Caban
|
8ddcbd00eb
|
mshtml: Added IHTMLDocument2::put_cookie implementation.
|
2009-12-02 12:19:49 +01:00 |
Jacek Caban
|
614c66a418
|
mshtml: Added IHTMLDocument2::get_cookie implementation.
|
2009-12-02 12:19:45 +01:00 |
Jacek Caban
|
1c5c822b07
|
mshtml: Added support for connection point HTML notification.
|
2009-11-24 10:47:21 +01:00 |
Jacek Caban
|
19415addec
|
mshtml: Share connection points between HTMLDocumentObj and its main HTMLDocumentNode.
|
2009-11-24 10:47:12 +01:00 |
Jacek Caban
|
b2ffe78729
|
mshtml: Check for CATID_SafeForScripting in GUID_CUSTOM_CONFIRMOBJECTSAFETY implementation if IObjectSafety is not available.
|
2009-11-20 11:16:13 +01:00 |
Jacek Caban
|
deef140186
|
mshtml: Moved readystate to HTMLWindow.
|
2009-11-03 21:25:20 +01:00 |
Jacek Caban
|
361f9a30ba
|
mshtml: Moved event_vector to HTMLDocumentNode.
|
2009-10-28 11:11:31 +01:00 |
Jacek Caban
|
d52f41ba41
|
mshtml: Moved nsIDOMEventListener implementations to HTMLDocumentNode.
|
2009-10-28 11:11:24 +01:00 |
Jacek Caban
|
745f601d23
|
mshtml: Moved binding list to HTMLDocumentNode.
|
2009-10-27 10:52:37 +01:00 |
Jacek Caban
|
12bddc55ed
|
mshtml: Allow task queue to be used for different targets.
|
2009-10-27 10:52:28 +01:00 |
Jacek Caban
|
fd47fa4647
|
mshtml: Moved url and mon to HTMLWindow.
|
2009-10-27 10:52:17 +01:00 |
Jacek Caban
|
207fe98e2a
|
mshtml: Moved bscallback to HTMLWindow.
|
2009-10-27 10:52:08 +01:00 |
Jacek Caban
|
8a860e4c0f
|
mshtml: Fail to create HTMLDocument if Gecko is not available.
|
2009-10-26 11:19:38 +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
|
250ec843a5
|
mshtml: Moved Wine[Add|Remove]Observer calls to HTMLDocumentNode constructor/destructor.
|
2009-10-22 10:41:39 +02:00 |
Jacek Caban
|
5894e3be75
|
mshtml: Moved nsIDocumentObserver implementation to HTMLDocumentNode object.
|
2009-10-22 10:41:32 +02:00 |
Jacek Caban
|
f9eff68891
|
mshtml: Moved nsdoc to HTMLDocumentNode object.
|
2009-10-22 10:41:22 +02:00 |
Jacek Caban
|
9ce3e6b7c2
|
mshtml: Moved creating new element to separated function.
|
2009-10-20 14:15:42 +02:00 |
Andrew Eikum
|
1622fd0e7a
|
mshtml: Add stub implementation for IHTMLDocument6.
|
2009-10-13 11:38:29 +02:00 |
Francois Gouget
|
1860f529f5
|
mshtml: Make HTMLDocumentNode_destructor() static.
|
2009-10-07 15:17:12 +02:00 |
Jacek Caban
|
a5923a6eea
|
mshtml: Added IInternetHostSecurity::ProcessUrlAction implementation.
|
2009-10-01 11:34:15 +02:00 |
Jacek Caban
|
404c183d80
|
mshtml: Added IInternetHostSecurityManager stub implementation.
|
2009-09-29 14:22:33 +02:00 |
Jacek Caban
|
522d0bf973
|
mshtml: Use node event_target for HTMLDocument.
|
2009-09-17 09:48:25 -05:00 |
Jacek Caban
|
7eca0bcae4
|
mshtml: Use node's IDispatchEx implementation in HTMLDocumentNode.
|
2009-09-17 09:48:20 -05:00 |
Jacek Caban
|
f750bc4059
|
mshtml: Get rid of htmldoc_vtbl_t.
|
2009-09-17 09:48:12 -05:00 |
Jacek Caban
|
10c714b43a
|
mshmtl: Moved ICustomDoc implementation to HTMLDocumentObj.
|
2009-09-17 09:48:05 -05:00 |
Jacek Caban
|
2fb0d1e456
|
mshtml: Inherit HTMLDocumentNode from HTMLDOMNode.
|
2009-09-17 09:47:58 -05:00 |
Jacek Caban
|
64d4efe967
|
mshtml: Move node list to HTMLDocumentNode.
|
2009-09-17 09:47:53 -05:00 |
Jacek Caban
|
23e7fe481b
|
mshtml: Move mime to HTMLDocumentObj.
|
2009-09-17 09:47:43 -05:00 |
Jacek Caban
|
05d199474b
|
mshtml: Move readystate to HTMLDocumentObj.
|
2009-09-17 09:42:02 -05:00 |