Jacek Caban
|
13d899ec0f
|
mshtml: Added Exec(OLECMDID_OPTICAL_ZOOM) implementation.
|
2015-01-23 15:33:19 +01:00 |
Jacek Caban
|
286e4a8655
|
mshtml: Added OLECMDID_OPTICAL_ZOOM tests and stub.
|
2015-01-22 20:23:37 +01:00 |
Jacek Caban
|
23d74d3b73
|
mshtml: Improved IOleCommandTarget::QueryStatus implementation.
|
2015-01-22 20:23:35 +01:00 |
Jacek Caban
|
7cbb683705
|
mshtml: Removed TRACEs from dispex_query_interface.
|
2015-01-20 16:29:35 +01:00 |
Marcus Meissner
|
76fef29cd3
|
mshtml: Check for failed allocs (Coverity).
|
2015-01-14 20:31:10 +01:00 |
Jacek Caban
|
9d911d6ffe
|
mshtml: Use debugstr_mshtml_guid in omnavigator.c.
|
2015-01-08 17:27:57 +01: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
|
00d36ac945
|
mshtml: Use new range point representation in all cases.
|
2014-12-29 22:20:29 +01:00 |
Jacek Caban
|
4ef4ebaac7
|
mshtml: Use new end point representation in IHTMLTxtRange::expand("word") implementation.
|
2014-12-29 22:20:29 +01:00 |
Jacek Caban
|
26dd5f5672
|
mshtml: Reimplemented IHTMLTxtRange::moveStart using new range point representation.
|
2014-12-29 22:20:29 +01:00 |
Jacek Caban
|
3944fada4b
|
mshtml: Introduced new representation of range point and use that in range_to_string instead of trying to iterate by nodes.
|
2014-12-29 22:20:29 +01:00 |
Jacek Caban
|
fecbc88daf
|
mshtml: Allow '#' to be the first char of resource name in res protocol.
|
2014-12-24 16:57:49 +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
|
0d0110970e
|
mshtml/tests: Added script element readyState and onreadystatechange tests.
|
2014-12-24 14:31:22 +01:00 |
Jacek Caban
|
f4b6852278
|
mshtml: Delay onreadystateevent notification if script elemenet is not added by parser.
|
2014-12-24 14:31:13 +01:00 |
Jacek Caban
|
71ce8aaafe
|
mshtml: Flush pending document node tasks before firing onload event.
|
2014-12-24 14:31:09 +01:00 |
Jacek Caban
|
94fcaad703
|
mshtml: Use standard list to store task queue.
|
2014-12-24 14:30:58 +01:00 |
Jacek Caban
|
df63590706
|
mshtml: Added screenLeft and screenTop properties implementation.
|
2014-12-24 11:15:00 +01:00 |
Jacek Caban
|
807c716dd1
|
mshtml: Added nsIEmbeddingSiteWindow::GetDimensions implementation.
|
2014-12-24 11:14:54 +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
|
c1afef340c
|
mshtml: Added IHTMLElement::get_isTextEdit implementation.
|
2014-12-22 13:33:02 +01:00 |
Jacek Caban
|
278daad3bd
|
mshtml: Include nsbody reference in cycle collection.
|
2014-12-22 13:32:59 +01:00 |
Jacek Caban
|
b69550ab34
|
mshtml: Added IHTMLDOMTextNode::splitText implementation.
|
2014-12-22 13:31:55 +01:00 |
Andrew Eikum
|
8df2774124
|
mshtml: Support new window targets for FORM elements.
|
2014-12-16 16:32:34 +01:00 |
Jacek Caban
|
347842a6a1
|
mshtml: Added IHTMLElement4::focusin semi-stub implementation.
|
2014-12-16 13:33:05 +01:00 |
Jacek Caban
|
e41f435c47
|
mshtml: Handle VT_ERROR in IHTMLSelectElement::add.
|
2014-12-16 13:33:02 +01:00 |
Jacek Caban
|
f95e7a4ed3
|
mshtml: Improved IHTMLStyle3::zoom stub.
|
2014-12-15 19:16:55 +01:00 |
Jacek Caban
|
76f7be04c7
|
mshtml: Added IHTMLStyle::styleFloat attribute implementation.
|
2014-12-15 19:16:54 +01:00 |
Jacek Caban
|
0bfe8b441a
|
mshtml: Resolve duplicated IDispatch entries as soon as they are processed.
|
2014-12-15 13:40:18 +01:00 |
Jacek Caban
|
da9fa9e80c
|
mshtml: Added IHTMLObjectElement2::put_classid semi-stub implementation.
|
2014-12-11 16:41:35 +01:00 |
Jacek Caban
|
5bce604451
|
mshtml: Do more initialization in create_plugin_host.
|
2014-12-11 16:41:33 +01:00 |
Jacek Caban
|
2ff987322f
|
mshtml: Create ActiveX object inside create_plugin_host.
|
2014-12-11 16:41:31 +01:00 |
Jacek Caban
|
a545fe08ad
|
mshtml: Pass HTMLPluginContainer to create_plugin_host.
|
2014-12-11 16:41:28 +01:00 |
Jacek Caban
|
44c22801e3
|
mshtml: Added support for IDM_CUT command in browser mode.
|
2014-12-10 19:32:33 +01:00 |
Jacek Caban
|
935e7f059e
|
mshtml: Added support for IDM_PASTE command in browser mode.
|
2014-12-10 19:32:32 +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
|
55ce76c181
|
mshtml: Mark mousedown event as cancelable.
|
2014-12-10 19:32:31 +01:00 |
Jacek Caban
|
7eddb864b3
|
mshtml: Allow setting fontWeight to empty string.
|
2014-12-08 17:30:51 +01:00 |
André Hentschel
|
93b36efe61
|
mshtml/tests: Remove unused variable (Clang).
|
2014-12-02 10:30:54 +01:00 |
Jacek Caban
|
1454e302a8
|
mshtml: Added support for flag 2 in getAttribute.
|
2014-12-01 18:34:22 +01:00 |
Jacek Caban
|
71cb0cea74
|
mshtml: Added "indent" command support to execCommand.
|
2014-12-01 18:34:17 +01:00 |
Jacek Caban
|
2c2f576163
|
mshtml: Added more attribute and IDispatchEx tests.
|
2014-11-28 17:06:11 +01:00 |
Jacek Caban
|
53e9acbf28
|
mshtml: style attribute is a special case for setAttribute and removeAttribute.
|
2014-11-28 17:06:06 +01:00 |
Jacek Caban
|
96f628175d
|
mshtml: Correctly handle flags in IHTMLElement:getAttribute.
|
2014-11-28 17:06:03 +01:00 |
Jacek Caban
|
0bb1ed4101
|
mshtml: Correctly handle flags in IHTMLElement:setAttribute.
|
2014-11-28 17:06:01 +01:00 |
Jacek Caban
|
5f913d5afb
|
mshtml: Better removeAttribute implementation.
|
2014-11-28 17:05:58 +01:00 |
Jacek Caban
|
275a231fbb
|
mshtml: Allow setting function properties to any VARIANT type.
|
2014-11-28 17:05:55 +01:00 |
Jacek Caban
|
6a74a0785a
|
mshtml: Always ignore DISPATCH_PROPERTYPUTREF in InvokeEx.
|
2014-11-28 17:05:45 +01:00 |
Jacek Caban
|
c910c8ceed
|
mshtml: Added fontname command support to execCommand.
|
2014-11-26 17:35:12 +01:00 |