Jacek Caban
|
8f6097a99b
|
mshtml: Added IHTMLDocument3::uniqueID implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-09 17:30:03 +09:00 |
Jacek Caban
|
fef68e1af9
|
mshtml: Added IHTMLCurrentStyle::styleFloat property implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-08 21:38:38 +09:00 |
Jacek Caban
|
f394dca92a
|
mshtml: Properly convert VT_NULL to string in get_elem_attr_value_by_dispid.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-06 18:08:30 +01:00 |
Jacek Caban
|
467981c29b
|
mshtml: Added IHTMLElement::lang property implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-05 17:02:59 +01:00 |
Zhenbo Li
|
798b1e06f3
|
mshtml: Add IHTMLXMLHttpRequest::responseXML() method implementation.
Signed-off-by: Zhenbo Li <litimetal@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-05 11:49:49 +01:00 |
Jacek Caban
|
11a6bfc673
|
mshtml: Added IHTMLWindow::get_clientInformation implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-21 19:50:29 +01:00 |
Jacek Caban
|
7b5e8497bf
|
mshtml: Properly return NULL parentElement.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-09 00:53:41 +09:00 |
Jacek Caban
|
b73f9d2e46
|
mshtml: Added IHTMLDOMAttribute2::put_value implementation.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-26 00:12:51 +09:00 |
Jacek Caban
|
a2c6a2beb6
|
mshtml/tests: Fixed tests on win10.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-23 23:35:19 +09:00 |
Jacek Caban
|
fa43b8cac9
|
mshtml: Make msec argument of setTimeout optional.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-20 22:19:29 +09:00 |
Jacek Caban
|
808c2d6c7f
|
mshtml: Added support for getElementsByTagName in document fragment nodes.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-19 20:55:15 +09:00 |
Jacek Caban
|
79c59085b1
|
mshtml/tests: Fixed more test failures on win10.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-28 23:33:30 +09:00 |
Nikolay Sivov
|
33809d2bcc
|
mshtml/tests: Add missing return value test (PVS-Studio).
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-28 12:45:04 +09:00 |
Jacek Caban
|
f986d3a72f
|
mshtml/tests: Fixed some tests on win10.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-13 23:35:25 +09:00 |
Dmitry Timoshkov
|
3662980f41
|
mshtml: Add IHTMLEditServices stub implementation.
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-13 23:35:25 +09:00 |
Jacek Caban
|
aacc7b394e
|
mshtml/tests: Fixed tests on some Windows versions.
|
2015-09-15 22:51:45 +09:00 |
Andrey Gusev
|
d3177504b1
|
Assorted spelling and typos fixes.
|
2015-08-31 20:18:46 +09:00 |
Zhenbo Li
|
f1c3f7ff1c
|
mshtml/tests: Fix crash on win2000 testbot.
|
2015-08-25 21:09:01 +09:00 |
Zhenbo Li
|
e8c687857b
|
mshtml: Add IHTMLOptionElement::form property implementation.
|
2015-08-25 21:08:57 +09:00 |
Zhenbo Li
|
85c31979de
|
mshtml: Add IHTMLOptionElement::defaultSelected property implementation.
|
2015-08-25 21:08:54 +09:00 |
Zhenbo Li
|
b8f8b95e20
|
mshtml: Add IHTMLXMLHttpRequest::abort() method implementation.
|
2015-08-20 20:16:26 +09:00 |
Andrey Gusev
|
5cdcd4493f
|
Assorted spelling and typos fixes.
|
2015-08-18 15:00:13 +09:00 |
Jacek Caban
|
5d52373c62
|
mshtml: Added IHTMLCurrentStyle3::whiteSpace property implementation.
|
2015-08-17 14:46:52 +09:00 |
Zhenbo Li
|
a15751ab73
|
mshtml: Add IHTMLSelectElement::form property implementation.
|
2015-08-17 14:39:11 +09:00 |
Zhenbo Li
|
f7b9dd9525
|
mshtml: Add IHTMLSelectElement::name property implementation.
|
2015-08-17 14:39:06 +09:00 |
Zhenbo Li
|
b0dd7c79d3
|
mshtml: Fix error handler in IHTMLSelectElement::remove().
|
2015-08-07 23:50:49 +09:00 |
Zhenbo Li
|
6419ac0f13
|
mshtml: Add IHTMLSelectElement::size property implementation.
|
2015-08-07 23:50:49 +09:00 |
Zhenbo Li
|
312534f26f
|
mshtml: Add IHTMLOpinionElement::index property's getter implementation.
|
2015-08-07 23:50:49 +09:00 |
Zhenbo Li
|
bb060fe62f
|
mshtml: Add IHTMLXMLHttpRequest::getAllResponseHeaders() method implementation.
|
2015-08-06 21:05:02 +09:00 |
Zhenbo Li
|
44e6448618
|
mshtml: Add IHTMLXMLHttpRequest::getResponseHeader() method implementation.
|
2015-08-06 21:05:00 +09:00 |
Zhenbo Li
|
74d07b7b0a
|
mshtml: Add IHTMLXMLHttpRequest::statusText property implementation.
|
2015-08-06 21:04:58 +09:00 |
Zhenbo Li
|
21043e5acf
|
mshtml: Add IHTMLXMLHttpRequest::status property implementation.
|
2015-07-22 17:42:59 +02:00 |
Zhenbo Li
|
4ea5d00e58
|
mshtml: Add IHTMLXMLHttpRequest::responseText() method implementation.
|
2015-07-22 17:42:57 +02:00 |
Piotr Caban
|
1a0c4efba9
|
mshtml: Test body.offsetHeight value in quirks mode.
|
2015-07-20 20:56:04 +02:00 |
Huw Davies
|
1e263612ff
|
mshtml/tests: Fix a crash on Win 2008.
|
2015-07-17 19:29:30 +09:00 |
Zhenbo Li
|
119af47683
|
mshtml: Add IHTMLXMLHttpRequest::send() method implementation.
|
2015-07-08 19:12:08 +09:00 |
Zhenbo Li
|
f2669d6e9f
|
mshtml/tests: Wait for the document to be completely loaded.
|
2015-07-08 19:12:03 +09:00 |
Jacek Caban
|
8d85da757a
|
mshtml: Added support for binding XHR events.
|
2015-07-02 13:42:55 +09:00 |
Zhenbo Li
|
b6cf265317
|
mshtml: Add IHTMLXMLHttpRequest::readyState property implementation.
|
2015-07-01 19:18:13 +09:00 |
Zhenbo Li
|
d6b92300af
|
mshtml: Add IHTMLXMLHttpRequest:open() method implementation.
|
2015-07-01 19:18:12 +09:00 |
Jacek Caban
|
069599135b
|
mshtml: Initialize output paramter before test call.
|
2015-06-29 19:07:54 +09:00 |
Zhenbo Li
|
295a8d8301
|
mshtml/tests: Added IHTMLXMLHttpRequest tests.
|
2015-06-26 20:35:07 +09:00 |
Jacek Caban
|
e250e54530
|
mshtml: Use test.winehq.org over http in img_onload tests.
|
2015-06-18 21:41:03 +09:00 |
Zhenbo Li
|
82d090dd6d
|
mshtml: Implement IHTMLXMLHttpRequest as a stub.
|
2015-06-11 14:41:35 +09:00 |
Zhenbo Li
|
0036b8bf2e
|
mshtml: Implement IHTMLXMLHttpRequestFactory as a stub.
|
2015-06-10 23:30:39 +09:00 |
Dmitry Timoshkov
|
242beac637
|
mshtml: Handle VT_INT/VT_UI4 same way as VT_I4/VT_UINT in IHTMLElementCollection::item.
|
2015-06-02 20:53:43 +09:00 |
Nikolay Sivov
|
a3916f636d
|
mshtml/tests: Fix use-after-free in events tests.
|
2015-06-01 14:43:35 +09:00 |
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 |
Jacek Caban
|
c6c0c6b52a
|
mshtml: Added IHTMLElement::language property implementation.
|
2014-10-13 18:09:51 +09:00 |
Francois Gouget
|
0dd5cb1cef
|
Assorted spelling fixes.
|
2014-09-29 10:36:36 +02:00 |
Hao Peng
|
268b22e5e8
|
mshtml: Add IHTMLAnchorElement::search propertyimplementation.
|
2014-09-26 18:02:51 +02:00 |
Jacek Caban
|
8b4c120453
|
mshtml: Make listStyle tests less strict about value order.
|
2014-09-19 19:49:46 +02:00 |
Qian Hong
|
e2b7354ac1
|
mshtml: Added IHTMLDOMAttribute::put_nodeValue implementation.
|
2014-09-18 13:06:27 +02:00 |
Qian Hong
|
cdd28b0aca
|
mshtml: Handle DISPATCH_PROPERTYPUT | DISPATCH_PROPERTYPUTREF in invoke_builtin_prop.
|
2014-09-18 13:06:24 +02:00 |
Qian Hong
|
a9d347cb24
|
mshtml/tests: Fixed typo.
|
2014-09-18 13:06:20 +02:00 |
Jacek Caban
|
063ef3ca0e
|
mshtml: Added IHTMLElement::get_sourceIndex implementation.
|
2014-09-16 20:29:02 +02:00 |
Jactry Zeng
|
e777e9d1ba
|
mshtml: Add IHTMLCurrentStyle::get_textTransform implementation.
|
2014-09-15 10:12:46 +02:00 |
Jacek Caban
|
5d2ee3ee82
|
mshtml: Bind events to document node instead of body element.
|
2014-09-10 21:36:51 +02:00 |
Jactry Zeng
|
e402bb5642
|
mshtml: Add IHTMLStyle::pixelTop property implementation.
|
2014-09-09 17:57:16 +02:00 |
Jactry Zeng
|
042b881b27
|
mshtml: Add IHTMLStyle::pixelHeight property implementation.
|
2014-09-09 17:57:12 +02:00 |
Jactry Zeng
|
7152077b05
|
mshtml: Add IHTMLStyle::get_pixelWidth implementation.
|
2014-09-09 17:57:09 +02:00 |
Jactry Zeng
|
387257dd2c
|
mshtml: Return E_POINTER when p is NULL in get_nsstyle_pixel_val.
|
2014-09-09 17:57:00 +02:00 |
Jactry Zeng
|
0cab370d11
|
mshtml: Add IHTMLTableCell::bgColor property implementation.
|
2014-09-09 17:56:25 +02:00 |
Jactry Zeng
|
4b1901d8c0
|
mshtml/tests: Fix typo.
|
2014-09-09 11:11:27 +02:00 |
Jactry Zeng
|
47f26eb9c0
|
mshtml: Add IHTMLStyle5::minWidth property implementation.
|
2014-09-02 20:54:47 +02:00 |
Francois Gouget
|
6d4275c964
|
mshtml/tests: Avoid an http -> https redirection.
|
2014-09-01 13:12:25 +02:00 |
Zhenbo Li
|
334eedb09e
|
mshtml/tests: Fix a memory leak.
|
2014-08-27 11:02:20 +02:00 |
Jacek Caban
|
226458a468
|
mshtml: Added IHTMLLinkElement::rev property implementation.
|
2014-08-22 15:35:24 +02:00 |
Jacek Caban
|
fbe02eb74c
|
mshtml: Added IHTMLDocument5::get_implementation implementation.
|
2014-08-22 15:35:22 +02:00 |
Zhenbo Li
|
bde260411c
|
mshtml: Added IHTMLStyle::listStyle property implementation.
|
2014-08-21 18:02:26 +02:00 |
Zhenbo Li
|
87e1172953
|
mshtml: Added IHTMLStyle::backgroundAttachment property implementation.
|
2014-08-19 14:52:25 +02:00 |
Zhenbo Li
|
90014d154f
|
mshtml: Added IHTMLStyle2::tableLayout property implementation.
|
2014-08-19 14:52:01 +02:00 |
Jacek Caban
|
7c7a594692
|
mshtml: Fixed handling NULL argument in IHTMLElement::contains implementation.
|
2014-08-18 21:32:56 +02:00 |
Zhenbo Li
|
d5d728706b
|
mshtml: Added IHTMLInputElement_get_form method implementation.
|
2014-08-18 13:32:05 +02:00 |
Zhenbo Li
|
c2ac0f506b
|
mshtml: Added IHTMLInputElement::readOnly property.
|
2014-08-18 13:31:57 +02:00 |
Zhenbo Li
|
6079c56133
|
mshtml: Added IHTMLImgElement::align property implementation.
|
2014-08-18 13:31:51 +02:00 |
Zhenbo Li
|
e12cb546f6
|
mshtml: Added IHTMLInputElement::size property implementation.
|
2014-08-18 13:31:44 +02:00 |
Zhenbo Li
|
5ee21f9a52
|
mshtml: Added IHTMLImgElement::isMap property implementation.
|
2014-08-18 13:31:34 +02:00 |
Zhenbo Li
|
06c66876f3
|
mshtml: Added IHTMLTableCell::align property implementation.
|
2014-08-18 13:31:16 +02:00 |
Zhenbo Li
|
03b377f3e7
|
mshtml: Added IHTMLTable::frame property implementation.
|
2014-08-18 13:31:14 +02:00 |
Zhenbo Li
|
bc582f09ff
|
mshtml: Added IHTMLTable::insertRow/deleteRow methods implementation.
|
2014-08-18 13:29:59 +02:00 |
Zhenbo Li
|
9ee4b8b078
|
mshtml/tests: Fix test_tr_modify().
|
2014-08-18 13:28:53 +02:00 |
Zhenbo Li
|
bf463eae05
|
mshtml: Added IHTMLStyle::listStylePosition property implementation.
|
2014-08-11 23:55:32 +02:00 |
Zhenbo Li
|
ed9b0f758a
|
mshtml: Added IHTMLStyleElement::lineHeight property.
|
2014-08-11 23:55:29 +02:00 |
Zhenbo Li
|
aa41321f49
|
mshtml: Added IHTMLStyle::textIndent property implementation.
|
2014-08-11 23:55:29 +02:00 |
Zhenbo Li
|
b9f9a358e5
|
mshtml: Added IHTMLStyle:: textTransform property implementation.
|
2014-08-08 19:22:16 +02:00 |
Zhenbo Li
|
c5d75c3ae1
|
mshtml/tests: Better output when an exception is caught.
|
2014-08-07 17:53:54 +02:00 |
Jacek Caban
|
be2128fd05
|
mshtml: Added IHTMLWindow2::navigate implementation.
|
2014-07-28 17:23:42 -05:00 |
Jacek Caban
|
6031108076
|
mshtml: Added IHTMLMetaElement::charset property implementation.
|
2014-07-23 21:24:25 +02:00 |
Jacek Caban
|
1e191e031c
|
mshtml: Fixed tests on IE11.
|
2014-07-22 14:25:47 +02:00 |
Zhenbo Li
|
f8f8964afe
|
mshtml: Added IHTMLFormElement::target property implementation.
|
2014-07-22 12:05:43 +02:00 |
Zhenbo Li
|
d734935a2c
|
mshtml: Added IHTMLFormElement::reset method implementation.
|
2014-07-17 19:17:57 +02:00 |
Zhenbo Li
|
720207ad46
|
mshtml: Added IHTMLTable::summary property implementation.
|
2014-07-15 15:31:09 +02:00 |
Zhenbo Li
|
05f65a9341
|
mshtml: Added IHTMLTableCell::cellIndex method implementation.
|
2014-06-16 13:56:58 +02:00 |
Zhenbo Li
|
48e41c4dd7
|
mshtml: Added IHTMLTableRow::insertCell method implementation.
|
2014-06-12 18:05:12 +02:00 |
Zhenbo Li
|
4719c438a9
|
mshtml: Added IHTMLDocument2:toString method.
|
2014-06-12 18:05:10 +02:00 |
Nicolas Le Cam
|
b57a884829
|
mshtml/tests: Remove unused variable.
|
2014-06-11 16:13:35 +02:00 |
Jacek Caban
|
6262492252
|
mshtml: Added function object default value getter implementation.
|
2014-06-11 13:09:32 +02:00 |
Zhenbo Li
|
e6f816c99b
|
mshtml: Added IHTMLLinkElement::media property.
|
2014-05-19 15:52:05 +02:00 |
Zhenbo Li
|
bff3468360
|
mshtml: Added IHTMLTableRow::deleteCell method implementation.
|
2014-05-19 15:51:55 +02:00 |
Jacek Caban
|
810d8c7140
|
mshtml/tests: Fixed a few more IE11 test failures.
|
2014-05-15 19:05:40 +02:00 |
Jacek Caban
|
d06d73c136
|
mshtml: Added IDispatchEx support to HTMLOptionElementFactory object.
|
2014-05-12 13:51:33 +02:00 |
Jacek Caban
|
000b78e943
|
mshtml: Added IDispatchEx support to HTMLStyleSheetRulesCollection object.
|
2014-05-09 14:24:50 +02:00 |
Zhenbo Li
|
15ccfef080
|
mshtml: Added IHTMLSelectElement::remove method implementation.
|
2014-05-08 10:46:22 +02:00 |
Zhenbo Li
|
cfb411c10d
|
mshtml: Added IHTMLTable::width property implementation.
|
2014-05-02 14:08:58 +02:00 |
Zhenbo Li
|
2a8d4a03d3
|
mshtml: Added IHTMLElement3::contentEditable property implemention.
|
2014-04-25 16:18:07 +02:00 |
Jacek Caban
|
e9ac8e568b
|
mshtml: Added IConnectionPoint::EnumConnections implementation.
|
2014-04-24 20:43:09 +02:00 |
Jacek Caban
|
12dc23db72
|
mshtml: Added IHTMLDOMChildrenCollection::get__newEnum tests.
|
2014-04-22 18:41:33 +02:00 |
Jacek Caban
|
3ec1da918c
|
mshtml: Fixed HTMLElementCollectionEnum_Next implementation for NULL pCeltFetched.
|
2014-04-22 18:41:28 +02:00 |
Nikolay Sivov
|
95b6958752
|
mshtml/tests: Remove old system version check that doesn't work anymore.
|
2014-04-21 14:33:09 +02:00 |
Jacek Caban
|
2518b8f31b
|
mshtml: Added IHTMLElementCollection::get__newEnum tests.
|
2014-04-21 14:32:59 +02:00 |
Jacek Caban
|
e3383d1739
|
mshtml: Ignore &IID_IWebBrowserPriv2IE7 in wb_qi.
|
2014-04-10 18:52:10 +02:00 |
Zhenbo Li
|
22c2d81a2d
|
mshtml: Added IHTMLTable::bgColor property implementation.
|
2014-04-08 19:23:55 +02:00 |
Jacek Caban
|
7b88e37839
|
mshtml: Ignore QueryHitPoint calls in activex.c tests.
|
2014-04-08 19:23:24 +02:00 |
Zhenbo Li
|
946378a1b2
|
mshtml: Added IHTMLTableRow::bgColor property implementation.
|
2014-03-26 19:20:24 +01:00 |
Jacek Caban
|
2010816240
|
mshtml: Added IHTMLStyle::listStyleType property implementation.
|
2014-03-24 13:58:03 +01:00 |
Zhenbo Li
|
911adfbb23
|
mshtml: Added IHTMLTable::align property implementation.
|
2014-03-21 13:59:28 +01:00 |
Jacek Caban
|
a6908473b6
|
mshtml: Fixed tests on old IEs and improved results on IE11.
|
2014-03-18 11:42:53 +01:00 |
Zhenbo Li
|
c32ae1b34a
|
mshtml: Added IHTMLTableRow::sectionRowIndex property implementation.
|
2014-03-18 11:40:59 +01:00 |
Zhenbo Li
|
0f8ae7bc45
|
mshtml: Added IHTMLTableRow::rowIndex property implementation.
|
2014-03-17 17:34:10 +01:00 |
Jacek Caban
|
74067c56b1
|
mshtml: Skip tests depending on iframe onload event on IEs older than IE9.
|
2014-03-13 20:22:08 +01:00 |
Zhenbo Li
|
3679619909
|
mshtml: Added IHTMLTableRow::vAlign property implementation.
|
2014-03-13 20:22:00 +01:00 |
Zhenbo Li
|
7442abde92
|
mshtml: Added IHTMLTableRow::align property implementation.
|
2014-03-12 20:30:00 +01:00 |
Jacek Caban
|
31faed571d
|
mshtml: Adder _parent target support to navigate_anchor.
|
2014-03-11 19:39:41 +01:00 |
Jacek Caban
|
d6bb86e84c
|
mshtml: Added IHTMLFrameBase2::onload property implementation.
|
2014-03-11 19:39:40 +01:00 |
Jacek Caban
|
cbfeef4b8b
|
mshtml: Removed test failing on Windows 8.1.
|
2014-03-11 19:39:34 +01:00 |
Jacek Caban
|
aa22a3c4b2
|
mshtml: Use IWebBrowserPriv2IE9 instead of IWebBrowserPriv2IE8 in tests on IE9+.
|
2014-02-14 16:57:52 +01:00 |
Nikolay Sivov
|
688cc96ee7
|
mshtml: Implement HTMLStyleSheet_get_href().
|
2014-02-10 10:42:14 +01:00 |
Frédéric Delanoy
|
672e2811ff
|
mshtml/tests: Use common wine_dbgstr_guid implementation from test.h.
|
2014-01-30 12:42:55 +01:00 |
Jacek Caban
|
2350597df2
|
mshtml: Added more refcnt tests.
|
2014-01-27 14:13:25 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Alexandre Julliard
|
d08ff3ff19
|
makefiles: Use a single variable for all types of idl files.
|
2013-12-31 18:15:17 +01:00 |
Alexandre Julliard
|
ca41acc1f9
|
makefiles: Automatically update the IDL_H_SRCS variable.
|
2013-12-15 10:23:06 +01:00 |
Jacek Caban
|
b1367f8a2c
|
mshtml/tests: Ignore QI(&IID_IWebBrowserPriv2IE8XP) calls.
|
2013-11-25 16:23:24 +01:00 |
Jacek Caban
|
f3a2cb7bbd
|
mshtml: Added IHTMLDocument3::getElementsByName implementation.
|
2013-11-18 11:16:50 +01:00 |
Jacek Caban
|
c20167dbdc
|
mshtml: Fixed activex tests on IE10.
|
2013-11-15 19:23:24 +01:00 |
Jacek Caban
|
eebc40f2b3
|
mshtml: Added IHTMLSelectElement::multiple property implementation.
|
2013-11-14 19:30:59 +01:00 |
Jacek Caban
|
ea24a5b1f4
|
mshtml: Added IHTMLBodyElement::scroll attribute implementation.
|
2013-11-11 17:06:47 +01:00 |
Jacek Caban
|
321c96574e
|
mshtml: Added IHTMLStyle6::boxSizing property implementation.
|
2013-11-07 19:01:25 +01:00 |
Alexandre Julliard
|
f8421142e7
|
makefiles: Add makedep pragmas for typelib idl files.
|
2013-11-05 20:38:18 +01:00 |
Jacek Caban
|
5b52334f6d
|
mshtml: Compile tests with __WINESRC__ define.
|
2013-10-10 13:33:39 +02:00 |
Francois Gouget
|
89ee4dc6e6
|
mshtml/tests: Fix compilation on systems that don't support nameless unions.
|
2013-10-07 14:44:35 +02:00 |
Michael Stefaniuc
|
0e681027a2
|
tests: Compile the tests by default with -D__WINESRC__.
|
2013-10-02 11:04:02 +02:00 |
Francois Gouget
|
d3672524ed
|
Assorted spelling fixes.
|
2013-10-01 19:09:08 +02:00 |
Jacek Caban
|
5cdb4a273e
|
mshtml: Added support for 'document' and 'window' script for attribute values.
|
2013-10-01 19:07:18 +02:00 |
Jacek Caban
|
6d13dd697c
|
mshtml: Added IHTMLStyle6::outline property implementation.
|
2013-09-30 20:36:36 +02:00 |
Jacek Caban
|
66988a681a
|
mshtml: Added IHTMLFormElement::sumit tests.
|
2013-09-27 16:27:42 +02:00 |
Jacek Caban
|
6e143e6c81
|
mshtml: Added external MIME handling tests.
|
2013-09-19 20:34:03 +02:00 |
Jacek Caban
|
7db2691e6f
|
mshtml: Added IHTMLStyle::whiteSpace property implementation.
|
2013-08-28 20:23:46 +02:00 |
Jacek Caban
|
366929f16b
|
mshtml: Added IHTMLAnchorElement::get_hash implementation.
|
2013-08-28 17:22:37 +02:00 |
Jacek Caban
|
c7417e4528
|
mshtml: Added IHTMLDocument2::get_scripts implementation.
|
2013-08-28 16:14:37 +02:00 |
Jacek Caban
|
e5ba71ab7c
|
mshtml/tests: Added IHTMLLabelElement::htmlFor property tests.
|
2013-08-22 19:02:04 +02:00 |
Jacek Caban
|
b095b1f67e
|
mshtml: Added better IHTMLCurrentStyle2::get_hasLayout stub.
|
2013-08-22 19:02:04 +02:00 |
Jacek Caban
|
3172d35188
|
mshtml: Added IDispatchEx support to HTMLStyleSheet object.
|
2013-08-19 13:48:44 +02:00 |
Jacek Caban
|
36d999527b
|
mshtml: Use winehq snapshot instead of the main page in tests.
|
2013-08-19 12:53:21 +02:00 |
Marcus Meissner
|
c803d53b13
|
mshtml: Fixed character vs byte mismatches.
|
2013-08-01 12:12:03 +02:00 |
Jacek Caban
|
c897306d24
|
mshtml: Added IHTMLTable::cellSpacing property implementation.
|
2013-07-30 19:12:10 +02:00 |
Jacek Caban
|
2046d69b4e
|
mshtml/tests: Added more res protocol tests.
|
2013-07-22 09:37:42 +02:00 |
Thomas Faber
|
186d8553c1
|
ieframe: Use SHANDLE_PTR in IWebBrowserApp::get_HWND.
|
2013-07-19 14:38:07 +02:00 |
Jacek Caban
|
b09b9d3cb9
|
mshtml/tests: Fixed script tests on IE10.
|
2013-06-29 19:40:49 +02:00 |
Jacek Caban
|
84c34bcd93
|
mshtml/tests: Fixed htmldoc tests on IE10.
|
2013-06-29 19:40:45 +02:00 |
Alexandre Julliard
|
57f5a5b372
|
mshtml/tests: Fix a reference leak.
|
2013-06-11 18:07:43 +02:00 |
Jacek Caban
|
421f62ad0c
|
mshtml: Added whitespace parser tests.
|
2013-05-17 16:41:55 +02:00 |
Jacek Caban
|
1c134c16d3
|
mshtml: Added parsing custom tag name tests.
|
2013-05-17 16:41:53 +02:00 |
Jacek Caban
|
ae56273c46
|
mshtml: Added more parser compatMode tests.
|
2013-05-17 16:41:51 +02:00 |
Jacek Caban
|
b019f565b0
|
mshtml: Added IHTMLAnchorElement::rel property tests.
|
2013-05-02 18:52:05 +02:00 |
Piotr Caban
|
b3fb1b0408
|
mshtml: Support IObjectIdentity interface in HTMLWindow object.
|
2013-04-26 16:28:38 +02:00 |
Piotr Caban
|
8bc118cf17
|
mshtml: Added IOmHistory::get_length test.
|
2013-04-24 14:33:03 +02:00 |
Piotr Caban
|
019a1af76e
|
mshtml: Added IOmHistory::get_length implementation.
|
2013-04-23 17:20:14 +02:00 |
Jacek Caban
|
e35c8d9229
|
mshtml: Added IHTMLDocument2::put_designMode tests.
|
2013-04-23 15:35:05 +02:00 |
Jacek Caban
|
f359360228
|
mshtml: Clean up OleCommandTarget_Exec.
|
2013-04-22 17:17:02 +02:00 |
Jacek Caban
|
b4f8cf8ec1
|
mshtml: Added IHTMLDOMTextNode::data property implementation.
|
2013-04-17 14:26:03 +02:00 |
Jacek Caban
|
9f62d217c3
|
mshtml: Added IHTMLWindow2::close tests.
|
2013-04-15 17:47:37 +02:00 |
Nikolay Sivov
|
f91c0356e7
|
mshtml: Implement IHTMLTable_get_tBodies.
|
2013-04-15 15:15:45 +02:00 |
Jacek Caban
|
c54a989430
|
mshtml: Added parser compatMode tests.
|
2013-04-12 16:29:14 +02:00 |
Jacek Caban
|
8c0c09e4c7
|
mshtml: Fixed builtin getter call with arguments.
|
2013-04-01 18:17:14 +02:00 |
Jacek Caban
|
873efd4642
|
mshtml: Added IHTMLButtonElement::disabled tests.
|
2013-03-27 20:12:30 +01:00 |
Jacek Caban
|
9fa1570fe6
|
mshtml: Added IHTMLButtonElement::name tests.
|
2013-03-25 14:03:25 +01:00 |
Jacek Caban
|
3c4e4ee3c0
|
mshtml: Added HTMLElementEvents2 tests.
|
2013-03-15 16:18:10 +01:00 |
Jacek Caban
|
1d05cd515c
|
mshtml: Don't use getElementsByTagNameNS in IHTMLDocument3::getElementsByTagName implementation.
|
2013-03-15 16:18:01 +01:00 |
Jacek Caban
|
78b579dff2
|
mshtml: Added IHTMLButtonElement stub implementation.
|
2013-03-14 19:40:54 +01:00 |
Francois Gouget
|
b039192d3b
|
mshtml/tests: Make test_insert_adjacent_elems() static.
|
2013-03-04 17:32:07 +01:00 |
Jacek Caban
|
4a6807038b
|
mshtml: Added IHTMLElement2::insertAdjacentElement tests.
|
2013-03-01 18:03:32 +01:00 |
Jacek Caban
|
99a86766a0
|
mshtml: Added IHTMLLabelElement stub implementation.
|
2013-02-28 21:01:53 +01:00 |
Jacek Caban
|
6c05460061
|
mshtml: Added IHTMLAnchorElement::get_hostname implementation.
|
2013-02-25 13:03:39 +01:00 |
Jacek Caban
|
5ffeb458d8
|
mshtml: Added IHTMLDocument5::createAttribute tests.
|
2013-02-20 16:28:16 +01:00 |
Jacek Caban
|
f5cb8c175c
|
mshtml: Fixed tests on some broken Vista versions.
|
2013-02-19 19:50:50 +01:00 |
Jacek Caban
|
23ae6e4ec4
|
mshtml: Treat doctype nodes as comment nodes.
|
2013-01-17 16:40:26 +01:00 |
Jacek Caban
|
bce6ee2b84
|
mshtml: Remove duplicated property entries in preprocess_dispex_data.
|
2013-01-16 20:26:50 +01:00 |
Jacek Caban
|
b6bc92aaa9
|
mshtml: Added IHTMLScriptElement::put_text tests.
|
2013-01-15 14:38:59 +01:00 |
Jacek Caban
|
b93e29f0ee
|
mshtml: Added support for non-integer values in get_nsstyle_pixel_val.
|
2013-01-10 16:06:10 +01:00 |
Jacek Caban
|
0f60681a5a
|
mshtml: Added IHTMLStyle::put_pixelLeft implementation.
|
2013-01-07 17:37:47 +01:00 |
Jacek Caban
|
85368869e8
|
mshtml: Added IHTMLStyle::get_pixelLeft implementation.
|
2013-01-07 17:37:43 +01:00 |
Jacek Caban
|
10a832cc04
|
mshtml: Properly handle NULL value in set_nsstyle_attr.
|
2012-12-06 20:31:30 +01:00 |
Jacek Caban
|
36a47dd0f2
|
mshtml: Added SID_SContainerDispatch support.
|
2012-12-06 20:31:29 +01:00 |
Jacek Caban
|
61ec3ae27b
|
mshtml: Added support for converting (some) argument types in builtin function calls using script engine.
|
2012-12-04 16:55:59 +01:00 |
Jacek Caban
|
639a42a8fd
|
mshtml: Added IHTMLInputElement::defaultValue property implementation.
|
2012-11-28 20:14:52 +01:00 |
Jacek Caban
|
95f3c6402a
|
mshtml: Added IHTMLScriptElement::get_text implementation.
|
2012-11-13 16:54:54 +01:00 |
Jacek Caban
|
47274313db
|
mshtml: Added refresh tests.
|
2012-11-12 16:35:16 +01:00 |
Jacek Caban
|
0d1ce5a308
|
mshtml: Added IPersistHistory tests.
|
2012-11-12 16:35:15 +01:00 |
Jacek Caban
|
99c34aa9d9
|
mshtml: Use fregment-less URI in super_navigate.
|
2012-11-09 11:30:42 +01:00 |