Jacek Caban
|
71cae1fceb
|
mshtml: Added IHTMLEventObj::get_returnValue implementation.
|
2015-05-05 10:16:11 +09:00 |
Jacek Caban
|
985d8afcd1
|
mshtml: Added IHTMLDOMAttribute2::get_value implementation.
|
2015-05-05 10:16:06 +09:00 |
Michael Stefaniuc
|
0cce9200d9
|
mshtml/tests: Actually test the return of IHTMLTable_get_width().
|
2015-03-25 20:12:51 +09:00 |
Jacek Caban
|
9374056644
|
mshtml: Added IHTMLSelectionObject2 stub implementation.
|
2015-03-23 16:20:25 +09:00 |
Jacek Caban
|
14e62a0e2d
|
mshtml: Added IHTMLTextAreaElement::defaultValue property implementation.
|
2015-03-16 15:03:08 +09:00 |
Michael Stefaniuc
|
b211f9123b
|
mshtml/tests: '%' doesn't needs escaping in a C string (sparse).
|
2015-03-11 22:09:57 +09:00 |
Jacek Caban
|
144056bce0
|
mshtml: Allow setting event handlers to strings.
|
2015-03-11 12:42:42 +09:00 |
Jacek Caban
|
7bce21c087
|
mshtml: Added IHTMLDOMAttribute2::get_expando implementation.
|
2015-03-10 15:08:15 +09:00 |
Jacek Caban
|
25845c7065
|
mshtml: Added IHTMLDOMAttribute2 stub implementation.
|
2015-03-10 15:08:03 +09:00 |
Michael Stefaniuc
|
533bb9f390
|
mstml/tests: Merge two adjacent if blocks with identical condition (PVS-Studio).
|
2015-03-09 22:06:30 +09:00 |
Jacek Caban
|
10fba143f7
|
mshtml: Return S_OK in IHTMLPluginsCollection::refresh.
|
2015-03-06 21:10:17 +09:00 |
Michael Stefaniuc
|
9dcb4004d9
|
mshtml/tests: Remove an unused assignment (PVS-Studio).
|
2015-03-06 20:32:01 +09:00 |
Jacek Caban
|
203c47e604
|
mshtml: Correctly handle S_OK with NULL URL return from TranslateUrl.
|
2015-02-25 21:28:17 +09:00 |
Michael Stefaniuc
|
9dc35ac468
|
mshtml/tests: Remove an always true conditional subexpression (PVS-Studio).
|
2015-02-23 15:25:59 +09:00 |
Jacek Caban
|
679ddf24d4
|
mshtml: Added support for _self target in IHTMLWindow2::open.
|
2015-01-28 21:30:07 +01:00 |
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
|
fecbc88daf
|
mshtml: Allow '#' to be the first char of resource name in res protocol.
|
2014-12-24 16:57:49 +01:00 |
Jacek Caban
|
0d0110970e
|
mshtml/tests: Added script element readyState and onreadystatechange tests.
|
2014-12-24 14:31:22 +01:00 |
Jacek Caban
|
c1afef340c
|
mshtml: Added IHTMLElement::get_isTextEdit implementation.
|
2014-12-22 13:33:02 +01:00 |
Jacek Caban
|
b69550ab34
|
mshtml: Added IHTMLDOMTextNode::splitText implementation.
|
2014-12-22 13:31:55 +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
|
da9fa9e80c
|
mshtml: Added IHTMLObjectElement2::put_classid semi-stub implementation.
|
2014-12-11 16:41:35 +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
|
2c2f576163
|
mshtml: Added more attribute and IDispatchEx tests.
|
2014-11-28 17:06:11 +01:00 |
Jacek Caban
|
275a231fbb
|
mshtml: Allow setting function properties to any VARIANT type.
|
2014-11-28 17:05:55 +01:00 |
Jacek Caban
|
53d2778f97
|
mshtml/tests: Fixed some test failures.
|
2014-11-25 19:49:43 +01:00 |
Jacek Caban
|
20b3aa6244
|
mshtml: Added IHTMLTxtRange::setEndPoint implementation.
|
2014-11-25 19:49:28 +01:00 |
Jacek Caban
|
a0d1d8cd27
|
mshtml: Added IHTMLDocument2::execCommand implementation.
|
2014-11-25 16:35:05 +01:00 |
Jacek Caban
|
5ecea72a50
|
mshtml: Added IHTMLTextNode2::appendData implementation.
|
2014-11-21 23:45:18 +09:00 |
Jacek Caban
|
516ed8e712
|
mshtml: Added IHTMLFrameBase::get_src implementation.
|
2014-11-19 01:17:22 +09:00 |
Jacek Caban
|
49c7277505
|
mshtml: Added support for IHTMLFrameBase::put_src call on detached element.
|
2014-11-19 01:17:18 +09:00 |
Jacek Caban
|
90017fb3d8
|
mshtml: Added IHTMLStyleSheet::cssText tests.
|
2014-11-19 01:17:05 +09:00 |
Jacek Caban
|
ffd313543f
|
mshtml: Fixed tests on recent IEs.
|
2014-11-13 21:04:36 +09:00 |
Jacek Caban
|
e567f309bf
|
mshtml: Added IHTMLTxtRange::pasteHTML implementation.
|
2014-11-13 16:28:58 +09:00 |
Jacek Caban
|
d619fd2d0e
|
mshtml: Added IHTMLElement2::put_dir implementation.
|
2014-11-13 16:28:49 +09:00 |
Jacek Caban
|
41e3de93c3
|
mshtml: Added IHTMLTxtRange::moveToElementText implementation.
|
2014-11-13 16:27:50 +09:00 |
Jacek Caban
|
83ceee7424
|
mshtml: Ignore query and hash parts in res protocol handler.
|
2014-11-11 19:39:19 +09:00 |
Jacek Caban
|
b84bc52b71
|
mshtml: Added support for IDispatchEx to HTMLSelectionObject object.
|
2014-11-11 19:39:02 +09:00 |
Jacek Caban
|
dcfa250cd2
|
mshtml: Added IDispatchEx support to HTMLTxtRange object.
|
2014-11-11 19:38:58 +09:00 |
Jacek Caban
|
c19b6dbf6b
|
mshtml: Added IHTMLTable:cellPadding property implementation.
|
2014-11-06 23:47:14 +09:00 |
Chen Yuan
|
9c7b91336a
|
mshtml: Add IHTMLStyle5::maxHeight property implementation.
|
2014-11-06 23:47:10 +09:00 |
Chen Yuan
|
94209192e7
|
mshtml: Add IHTMLStyle5::maxWidth property implementation.
|
2014-11-06 23:47:10 +09:00 |
Jacek Caban
|
114f32c8b6
|
mshtml: Return S_OK in IHTMLDocument3::recalc.
|
2014-10-20 14:02:20 +09:00 |
Jacek Caban
|
57243f0dec
|
mshtml: Added HTMLTextAreaElement::get_form implementation.
|
2014-10-15 21:31:11 +09:00 |
Qian Hong
|
ef63bacf2d
|
mshtml: Add DIID_DispHTMLFormElement support for HTMLFormElement_QI.
|
2014-10-13 18:11:29 +09:00 |
Jactry Zeng
|
d165c05f27
|
mshtml/tests: Fix typo.
|
2014-10-13 18:10:20 +09:00 |