Jacek Caban
|
7950f780df
|
mshtml: Get rid of no longer needed detach_event argument.
|
2015-05-21 13:55:03 +09:00 |
Jacek Caban
|
189cb568ee
|
mshtml: Use vtbl for binding to event in attach_event.
|
2015-05-21 13:54:58 +09:00 |
Jacek Caban
|
4686f3d761
|
mshtml: Removed unneeded argument from ensure_nsevent_handler.
|
2015-05-18 14:06:29 +09:00 |
Jacek Caban
|
760f9de851
|
mshtml: Pass EventTarget to update_cp_events.
|
2015-05-15 18:06:05 +09:00 |
Jacek Caban
|
21151f3ec6
|
mshtml: Pass EventTarget to detach_event.
|
2015-05-15 18:06:01 +09:00 |
Jacek Caban
|
513c77d9e4
|
mshtml: Pass EventTarget to attach_event.
|
2015-05-15 18:05:57 +09:00 |
Jacek Caban
|
f908f03cd9
|
mshtml: Added new EventTarget struct representing event targets.
|
2015-05-15 18:05:27 +09:00 |
Jacek Caban
|
25b4d6be68
|
mshtml: Use return_nsstr helper in IHTMLDocument5::get_compatMode.
|
2015-03-02 13:48:41 +09:00 |
Jacek Caban
|
32f177ae30
|
mshtml: Added execCommand("fontsize") support.
|
2015-02-16 19:18:38 +09:00 |
Jacek Caban
|
7a89732f73
|
mshtml: Added IHTMLDocument2::ondblclick property implementation.
|
2015-02-04 20:32:08 +09:00 |
Francois Gouget
|
ec8002425a
|
mshtml: Make create_document_fragment() static.
|
2015-01-05 20:16:50 +01:00 |
Jacek Caban
|
127aa62a70
|
mshtml: Use document encoding for scripts.
|
2014-12-30 15:57:43 +01:00 |
Jacek Caban
|
5135144d3a
|
mshtml: Correctly handle NULL active element in IHTMLDocument2::get_activeElement.
|
2014-12-24 14:31:28 +01:00 |
Jacek Caban
|
8bfbe61386
|
mshtml: Treat empty bstrHref as not specified in IHTMLDocument2::createStyleSheet.
|
2014-12-23 17:20:56 +01:00 |
Jacek Caban
|
6b463d8509
|
mshtml: Added support for copy, paste and cut commands in execCommand.
|
2014-12-10 19:32:32 +01:00 |
Jacek Caban
|
71cb0cea74
|
mshtml: Added "indent" command support to execCommand.
|
2014-12-01 18:34:17 +01:00 |
Jacek Caban
|
c910c8ceed
|
mshtml: Added fontname command support to execCommand.
|
2014-11-26 17:35:12 +01:00 |
Jacek Caban
|
a0d1d8cd27
|
mshtml: Added IHTMLDocument2::execCommand implementation.
|
2014-11-25 16:35:05 +01:00 |
Jacek Caban
|
f5e3281a80
|
mshtml: Wine Gecko 2.34 release.
|
2014-11-03 20:52:52 +09:00 |
Jacek Caban
|
114f32c8b6
|
mshtml: Return S_OK in IHTMLDocument3::recalc.
|
2014-10-20 14:02:20 +09:00 |
Jacek Caban
|
845f5cccf0
|
mshtml: Moved READYSTATE to string conversion to separated function.
|
2014-10-09 17:37:08 +02:00 |
Jacek Caban
|
fc38aea9ba
|
mshtml: Don't assume that nsIDOMHTMLElement inherits from nsIDOMNode in HTMLDocument_createStyleSheet.
This will change after the next Gecko update.
|
2014-09-30 17:37:01 +02:00 |
Jacek Caban
|
fbe02eb74c
|
mshtml: Added IHTMLDocument5::get_implementation implementation.
|
2014-08-22 15:35:22 +02:00 |
Zhenbo Li
|
4719c438a9
|
mshtml: Added IHTMLDocument2:toString method.
|
2014-06-12 18:05:10 +02:00 |
Jacek Caban
|
4745fd03d4
|
mshtml: Call unlink from HTMLDOMNode::Release.
|
2014-06-11 13:04:00 +02:00 |
Jacek Caban
|
cac04a675c
|
mshtml: Use debugmsg_mshtml_guid in a few more places.
|
2014-05-08 12:14:21 +02:00 |
Jacek Caban
|
a36876e9d6
|
mshtml: Introduce a new debugstr_mshtml_guid helper for printing GUIDs.
|
2014-04-28 14:37:00 +02:00 |
Jacek Caban
|
e5dbd6e9f0
|
mshtml: Added IHTMLDocument7 stub implementation.
|
2014-03-13 20:22:07 +01:00 |
Jacek Caban
|
f2676d3729
|
mshtml: Merge htmldoc3.c into htmldoc.c.
|
2014-03-13 20:22:06 +01:00 |
Jacek Caban
|
e7553b56fe
|
mshtml: Moved htmldoc5.c content into htmldoc3.c.
|
2014-03-12 19:02:15 +01:00 |
Jacek Caban
|
9c45b34c62
|
mshtml: Bind events not sent to default view to body element instead of directly to target.
|
2014-03-11 19:39:39 +01:00 |
Jacek Caban
|
1918d7223e
|
mshtml: Added IHTMLDocument2::get_activeElement implementation.
|
2014-02-14 11:59:17 +01:00 |
Frédéric Delanoy
|
ff9bbe3721
|
mshtml: Constify a character string.
|
2013-12-17 08:45:44 +01:00 |
Nikolay Sivov
|
e07dabf2d9
|
mshtml: Use defined dispid instead of a magic value.
|
2013-08-30 14:28:57 +02:00 |
Jacek Caban
|
c7417e4528
|
mshtml: Added IHTMLDocument2::get_scripts implementation.
|
2013-08-28 16:14:37 +02:00 |
Jacek Caban
|
9fd6401898
|
mshtml: Pass proper JSContext to nsIDOMHTMLDocument::Write and Open.
|
2013-04-29 14:55:48 +02:00 |
Piotr Caban
|
b885ce8f55
|
mshtml: Allocate smaller cookies buffer size in HTMLDocument_get_cookie.
|
2013-04-24 14:33:05 +02:00 |
Jacek Caban
|
0a346e2102
|
mshtml: Added partial IHTMLDocument2::put_designMode implementation.
|
2013-04-23 15:35:03 +02:00 |
Jacek Caban
|
af6c518e7d
|
mshtml: Use lazy allocation for connection points.
|
2013-03-15 16:18:05 +01:00 |
Jacek Caban
|
07e72de9a4
|
mshtml: Get rid of PRUint32 outside XPCOM C API.
|
2013-01-23 20:47:25 +01:00 |
Jacek Caban
|
7ac09e721c
|
mshtml: Properly report history update for location.replace call.
|
2012-11-12 16:35:15 +01:00 |
Jacek Caban
|
163970c336
|
mshtml: Create script element in IHTMLDocument::createStyleSheet.
|
2012-10-11 20:20:56 +02:00 |
Jacek Caban
|
878b85825a
|
mshtml: Moved creating HTML element to separated function.
|
2012-10-11 20:20:51 +02:00 |
Jacek Caban
|
359a9041b1
|
mshtml: Store nsIDOMNodeSelector in HTMLDocumentNode.
|
2012-10-02 16:01:14 +02:00 |
Jacek Caban
|
efb08f261d
|
mshtml: Added IHTMLDocument::get_charset implementation.
|
2012-09-24 22:27:27 +02:00 |
Jacek Caban
|
e75683b858
|
mshtml: Use IUri as base URL in navigate_url.
|
2012-09-21 17:05:40 +02:00 |
Jacek Caban
|
bdcc88a396
|
mshtml: Added support for DISPATCH_METHOD|DISPATCH_PROPERTYGET flags in HTMLDocumentNode_invoke.
|
2012-09-10 17:35:51 +02:00 |
Jacek Caban
|
27f799d880
|
mshtml: Store inner window directly in HTMLDocumentNode.
|
2012-07-30 17:57:45 +02:00 |
Jacek Caban
|
6d2902f680
|
mshtml: Use inline wrappers and fixed found warnings.
|
2012-07-26 13:40:40 +02:00 |
Jacek Caban
|
a68e77d613
|
mshtml: Use proper document node for createElement called on document fragment.
|
2012-07-24 21:27:12 +02:00 |