Jacek Caban
|
c592c6e748
|
mshtml: Added IHTMLDOMNode::hasChildNodes implementation.
|
2008-06-24 11:54:23 +02:00 |
Jacek Caban
|
c3d8d052f6
|
mshtml: Added IHTMLDOMNode::removeChild implementation.
|
2008-06-24 11:54:17 +02:00 |
Jacek Caban
|
91dcf287c7
|
mshtml: Fixed argument checking in IHTMLDOMChildrenCollection::item.
|
2008-06-24 11:54:07 +02:00 |
Jacek Caban
|
8d7066b264
|
mshtml: Added support to accessing child nodes by index in IHTMLDOMChildrenCollection.
|
2008-06-24 11:54:01 +02:00 |
Jacek Caban
|
c8284724ab
|
mshtml: Added IHTMLElement2::put_tabIndex implementation.
|
2008-06-24 11:53:51 +02:00 |
Jacek Caban
|
807f5c7884
|
mshtml: Added IHTMLElement2::get_tabIndex implementation.
|
2008-06-24 11:53:47 +02:00 |
Jacek Caban
|
9eb4ee2e06
|
mshtml: Added IHTMLElement::put_onkeyup implementation.
|
2008-06-24 11:53:39 +02:00 |
Jacek Caban
|
0848cc977f
|
mshtml: Added keyup event support.
|
2008-06-24 11:53:06 +02:00 |
Jacek Caban
|
41bdff629f
|
mshtml: Added IHTMLElement::put_onclick implementation.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
cf51da73f6
|
mshtml: Added generic HTML event listener and use it for click event.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
97298e66ec
|
mshtml: Use heap_alloc_zero in NSContainer_Create.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
01dc47c884
|
mshtml: Added onclick attribute support.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
23ad09865e
|
mshtml: Added IHTMLImgElement::put_src implementation.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
47d8352067
|
mshtml: Added IHTMLElement::put_className implementation.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
0497c98961
|
mshtml: Return NULL instead of empty string in IHTMLElement::get_className.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
39c7951cf1
|
mshtml: Added IHTMLDocument3::createTextNode implementation.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
19803de2b4
|
mshtml: Added IHTMLDOMNode::appendChild implementation.
|
2008-06-23 19:46:30 +02:00 |
Jacek Caban
|
eb4e098c2c
|
mshtml: Added createElement test.
|
2008-06-20 12:15:26 +02:00 |
Jacek Caban
|
d0568d8c5b
|
mshtml: Added IDispatchEx support to HTMLGenericElement.
|
2008-06-20 12:15:19 +02:00 |
Jacek Caban
|
d9cb62e37f
|
mshtml: Added IHTMLGenericElement implementation.
|
2008-06-20 12:15:14 +02:00 |
Jacek Caban
|
f13c5685b5
|
mshtml: Added IHTMLDocument2::createElement implementation.
|
2008-06-20 12:15:07 +02:00 |
Jacek Caban
|
fdf676ac17
|
mshtml: Initialize node object from child node's constructors.
|
2008-06-20 12:15:04 +02:00 |
Jacek Caban
|
723b745579
|
mshtml: Better timer handling.
|
2008-06-20 12:14:39 +02:00 |
Jacek Caban
|
fd5c64dc2c
|
mshtml: Forward HTMLInputElement IDispatch calls to IDispatchEx implementation.
|
2008-06-19 11:45:45 +02:00 |
Jacek Caban
|
4360ee4d8b
|
mshtml: Added IHTMLInputElement::put_value implementation.
|
2008-06-19 11:45:33 +02:00 |
Jacek Caban
|
b54a3a0314
|
mshtml: Added IHTMLElement::get_clientHeight implementation.
|
2008-06-19 11:45:27 +02:00 |
Jacek Caban
|
1acddbf5c9
|
mshtml: Added IHTMLElement2::get_clientWidth implementation.
|
2008-06-19 11:45:22 +02:00 |
Jacek Caban
|
591bab3726
|
mshtml: Better stub for IHTMLElement::setAttribute with NULL nselem.
|
2008-06-19 11:45:17 +02:00 |
Jacek Caban
|
6305be26b3
|
mshtml: Added IHTMLElement2::put_accessKey implementation.
|
2008-06-19 11:45:12 +02:00 |
Jacek Caban
|
568f269598
|
mshtml: Added IHTMLDOMNode::put_nodeValue implementation.
|
2008-06-19 11:45:07 +02:00 |
Jacek Caban
|
26e23bdd07
|
mshtml: Added IHTMLDOMNode::get_nodeValue implementation.
|
2008-06-19 11:45:01 +02:00 |
Jacek Caban
|
0cb99eef5a
|
mshtml: Use heap_alloc_zero to allocate OmNavigator.
|
2008-06-19 11:44:55 +02:00 |
Jacek Caban
|
590b185e3a
|
mshtml: Added IHTMLElement2::focus implementation.
|
2008-06-19 11:44:50 +02:00 |
Jacek Caban
|
57c49cbb0d
|
mshtml: Added IHTMLStyle::put_color implementation.
|
2008-06-18 16:00:10 +02:00 |
Jacek Caban
|
b53307188f
|
mshtml: Added IHTMLStyle::put_background implementation.
|
2008-06-18 16:00:05 +02:00 |
Jacek Caban
|
ea7666a053
|
mshtml: Change backslashes to shashes in URLs passed to IHTMLStyle::put_backgroundImage.
|
2008-06-18 15:59:59 +02:00 |
Jacek Caban
|
cc021a8607
|
mshtml: Added more IDispatchEx tests.
|
2008-06-18 15:59:33 +02:00 |
Jacek Caban
|
210d6a0abb
|
mshtml: Added missing tids to HTMLCommentElement.
|
2008-06-18 15:59:24 +02:00 |
Jacek Caban
|
da4608227f
|
mshtml: Use heap_alloc_zero in HTMLElementCollection_Create.
|
2008-06-18 15:59:17 +02:00 |
Jacek Caban
|
32ac703e30
|
mshtml: Added fdexNameEnsure support to IDidpatchEx implementation.
|
2008-06-18 15:59:08 +02:00 |
Jacek Caban
|
1741e652b3
|
mshtml: Added IDispatchEx support to HTMLSelectElement.
|
2008-06-18 15:59:00 +02:00 |
Jacek Caban
|
148a7d50c5
|
mshtml: Added IHTMLElement::put_id implementation.
|
2008-06-18 15:58:49 +02:00 |
Jacek Caban
|
4ee45b2e4a
|
mshtml: Added IHTMLElement::get_id implementation.
|
2008-06-18 15:58:42 +02:00 |
Vladimir Pankratov
|
605d1e2f1e
|
mshtml: Update Russian translation.
|
2008-06-18 15:21:48 +02:00 |
Alistair Leslie-Hughes
|
294fe6b65b
|
mshtml: Stop test crash on error condition.
|
2008-06-10 17:43:36 +02:00 |
Jacek Caban
|
f6a3234bf3
|
mshtml: Added FIXME about QUERY_USES_HISTORYFOLDER in about protocol.
|
2008-06-09 12:38:36 +02:00 |
Paul Vriens
|
31678eff50
|
urlmon/tests: Fix test on IE7.
|
2008-06-06 15:27:12 +02:00 |
Francois Gouget
|
39cb432b68
|
Fix the resources to remove extraneous spaces in '...'.
|
2008-06-05 15:53:05 +02:00 |
Kirill K. Smirnov
|
b85574fc66
|
mshtml: Fix yet another copy/paste typo.
|
2008-06-03 11:10:45 +02:00 |
Michael Stefaniuc
|
6b2495863d
|
mshtml: Fix the Hungarian translation.
|
2008-05-30 10:01:56 +02:00 |
Michael Stefaniuc
|
29437dde3a
|
mshtml: Fix the Finnish translation.
|
2008-05-29 12:11:33 +02:00 |
Jacek Caban
|
e787f84b01
|
mshtml: Fixed copy&paste typo.
|
2008-05-26 19:46:18 +02:00 |
Kirill K. Smirnov
|
73bd6da208
|
mshtml: Fix copy/paste error.
|
2008-05-26 19:45:49 +02:00 |
James Hawkins
|
173d79a3f4
|
mshtml: Fix a test failure in win2k3.
|
2008-05-26 17:59:54 +02:00 |
Jacek Caban
|
98e2424183
|
mshtml: Fixed more tests on IE 7.
|
2008-05-26 17:58:24 +02:00 |
Jacek Caban
|
9b2e7710bc
|
mshtml: Make Wine behave like IE 7.
|
2008-05-26 17:58:20 +02:00 |
Jacek Caban
|
28888b4579
|
mshtml: Fixed some tests on IE 7.
|
2008-05-26 17:58:16 +02:00 |
James Hawkins
|
8c68e18d53
|
mshtml: Fix a few test failures in win2k3.
|
2008-05-23 12:10:13 +02:00 |
Lei Zhang
|
09e8a33289
|
mshtml: Added ProxyEnable / ProxyServer handling.
|
2008-05-22 11:44:16 +02:00 |
Andrew Talbot
|
3d42a0ee65
|
mshtml: Remove unused function.
|
2008-05-20 15:43:54 +02:00 |
Mikołaj Zalewski
|
14a42f802d
|
Make Swedish use SUBLANG_NEUTRAL.
|
2008-05-19 16:09:13 +02:00 |
Jacek Caban
|
7e497a9b08
|
mshtml: Fixed a typo.
|
2008-05-13 10:40:15 +02:00 |
Jens Albretsen
|
b850e55875
|
mshtml: Danish translation.
|
2008-05-07 12:08:46 +02:00 |
Francois Gouget
|
42a61d7ed7
|
Assorted spelling fixes.
|
2008-05-06 16:10:20 +02:00 |
Francois Gouget
|
53f2cb83dc
|
mshtml: gcc 2.95 does not allow an array of undefined dimension in a struct. So fix dispex_static_data_t accordingly.
|
2008-05-06 16:10:13 +02:00 |
Jacek Caban
|
29d8c366bb
|
mshtml: Added IMG element tests.
|
2008-05-05 13:34:05 +02:00 |
Jacek Caban
|
19ec36c92b
|
mshtml: Added more script tests.
|
2008-05-05 13:34:05 +02:00 |
Vitaliy Margolen
|
eed3bd3895
|
mshtml: Don't overwrite file types that could be changed by user.
|
2008-05-05 12:54:13 +02:00 |
Jacek Caban
|
f263b637a9
|
mshtml: Added IDispatchEx support to HTMLImgElement.
|
2008-05-01 19:36:11 +02:00 |
Jacek Caban
|
6279de21f3
|
mshtml: Added IHTMLImgElement stub implementation.
|
2008-05-01 19:36:06 +02:00 |
Jacek Caban
|
9483760b35
|
mshtml: Added IDispatchEx support to HTMLStyle.
|
2008-05-01 10:57:34 +02:00 |
Jacek Caban
|
cecb265248
|
mshtml: Added IDispatchEx support to HTMLCommentElement.
|
2008-05-01 10:57:34 +02:00 |
Jacek Caban
|
57a373afb3
|
mshtml: Added comment and childNodes test.
|
2008-05-01 10:57:34 +02:00 |
Jacek Caban
|
67333a2a19
|
mshtml: Added IHTMLCommentElement stub implementation.
|
2008-05-01 10:57:34 +02:00 |
Jacek Caban
|
cfb8975444
|
mshtml: Handle COMMENT_NODE like ELEMENT_NODE in element collection.
|
2008-05-01 10:57:34 +02:00 |
Jacek Caban
|
af529308f3
|
mshtml: Don't assume that nselem is valid in HTMLElement.
|
2008-05-01 10:57:34 +02:00 |
Jacek Caban
|
791dd9558e
|
mshtml: Moved IDispatchEx initialization to HTMLElement_Init.
|
2008-05-01 10:57:34 +02:00 |
Jacek Caban
|
30d2047537
|
mshtml: Added IDispatchEx support to HTMLDOMChildrenCollection.
|
2008-05-01 10:57:34 +02:00 |
Jacek Caban
|
6da1c73047
|
mshtml: Added IHTMLDOMChildrenCollection::item implementation.
|
2008-05-01 10:57:34 +02:00 |
Jacek Caban
|
4ff929ebeb
|
mshtml: Added IHTMLDOMChildrenCollection::get_length implementation.
|
2008-05-01 10:57:34 +02:00 |
Jacek Caban
|
c2db031204
|
mshtml: Added get_childNodes implementation.
|
2008-05-01 10:57:34 +02:00 |
Alexandre Julliard
|
dad21bbcbf
|
makefiles: List the static libraries as normal imports instead of extra libs.
|
2008-04-30 14:23:55 +02:00 |
Jacek Caban
|
928914c81e
|
mshtml: Added IDispatchEx support to HTMLOptionElement.
|
2008-04-29 12:38:38 +02:00 |
Jacek Caban
|
7582518e18
|
mshtml: Added IDispatchEx support to HTMLInputElement.
|
2008-04-29 12:38:35 +02:00 |
Jacek Caban
|
1597967417
|
mshtml: Added indexed access to HTMLElementCollection object support.
|
2008-04-29 12:38:31 +02:00 |
Jacek Caban
|
ef4200fcf7
|
mshtml: Added support for custom DISPIDs.
|
2008-04-29 12:38:25 +02:00 |
Jacek Caban
|
4e913b9551
|
mshtml: Added IHTMLInputElement::get_disabled implementation.
|
2008-04-28 14:32:50 +02:00 |
Jacek Caban
|
deeaa5d20f
|
mshtml: Added put_backgroundImage implementation.
|
2008-04-28 14:32:47 +02:00 |
Jacek Caban
|
989574510c
|
mshtml: Added IDispatchEx support to HTMLElementCollection object.
|
2008-04-24 22:19:41 +02:00 |
Jacek Caban
|
bb05803a2a
|
mshtml: Added get_nodeType implementation.
|
2008-04-24 22:19:30 +02:00 |
Jacek Caban
|
af271b3b45
|
mshtml: Added IDispatchEx support to text node.
|
2008-04-24 22:16:56 +02:00 |
Jacek Caban
|
754adce781
|
mshtml: Added IHTMLDOMTextNode stub implementation.
|
2008-04-24 22:15:28 +02:00 |
Jacek Caban
|
6bf5ffbc3b
|
mshtml: Added get_firstChild implementation.
|
2008-04-24 22:15:16 +02:00 |
Jacek Caban
|
5d024a6d1d
|
mshtml: Added IHTMLDOMNode2 to IDispatchEx support.
|
2008-04-24 22:14:55 +02:00 |
Jacek Caban
|
8dc2cf0d3a
|
mshtml: Added IHTMLDOMNode2 stub implementation.
|
2008-04-24 22:14:46 +02:00 |
Jacek Caban
|
872810e641
|
mshtml: Return VT_NULL instead of empty string in getAttribute.
|
2008-04-24 22:14:35 +02:00 |
Jacek Caban
|
01f241c07d
|
mshtml: Added more IDispatchEx tests.
|
2008-04-24 22:14:28 +02:00 |
Jacek Caban
|
6f33fee5af
|
mshtml: Return S_OK in QueryContinue.
|
2008-04-24 11:59:42 +02:00 |
Jacek Caban
|
38e9364b65
|
mshtml: Fixed typo.
|
2008-04-24 11:59:36 +02:00 |
Jacek Caban
|
d5059b8303
|
mshtml: Added elements IDispatchEx implementation.
|
2008-04-24 11:43:19 +02:00 |
Jacek Caban
|
38b14274fb
|
mshtml: Use heap_alloc_zero for allocating node objects.
|
2008-04-24 11:43:19 +02:00 |
Jacek Caban
|
e610d2ff12
|
mshtml: Added IHTMLDocument3::getElementById implementation.
|
2008-04-24 11:43:18 +02:00 |
Joris Huizer
|
1a0bf043bc
|
mshtml: Fixed copy/paste mistake.
|
2008-04-23 12:23:07 +02:00 |
Andrew Talbot
|
20adc792b2
|
mshtml: Remove unused variable.
|
2008-04-22 11:54:42 +02:00 |
Jacek Caban
|
0a32cd868d
|
mshtml: Forward IHTMLDocument2's IDispatch methods to IDispatchEx implementation.
|
2008-04-21 20:26:28 +02:00 |
Jacek Caban
|
98ab1a92c0
|
mshtml: Added HTMLDocument's IDispatchEx implementation.
|
2008-04-21 20:24:04 +02:00 |
Jacek Caban
|
7d0034a5ba
|
mshtml: Make IHTMLDocument2 iterface offset independent.
|
2008-04-21 20:23:58 +02:00 |
Jacek Caban
|
788432af49
|
mshtml: Added setTimeout implementation.
|
2008-04-21 18:32:18 +02:00 |
Jacek Caban
|
8640955188
|
mshtml: Forward IHTMLWindow2::setTimeout to IHTMLWindow3::setTimeout.
|
2008-04-21 18:32:15 +02:00 |
Jacek Caban
|
aeb1095b47
|
mshtml: Added IHTMLWindow2::get_document implementation.
|
2008-04-21 18:32:10 +02:00 |
Jacek Caban
|
7c63087a5c
|
mshtml: Added navigator's IDispatchEx test.
|
2008-04-21 18:32:05 +02:00 |
Jacek Caban
|
951084abcf
|
mshtml: Forward window IDispatch methods.
|
2008-04-21 11:56:16 +02:00 |
Jacek Caban
|
a5843056c5
|
mshtml: Added window IDispatchEx implementation.
|
2008-04-21 11:56:13 +02:00 |
Jacek Caban
|
835b3eb0e8
|
mshtml: Forward IOmNavigator's IDispatch method to IDispatchEx implementation.
|
2008-04-21 11:56:08 +02:00 |
Jacek Caban
|
a0e0bf6b15
|
mshtml: Added IDispatchEx::GetIDsOfNames implementation.
|
2008-04-21 11:56:03 +02:00 |
Jacek Caban
|
5c6ea438a0
|
mshtml: Added IDispatchEx::Invoke implementation.
|
2008-04-21 11:56:00 +02:00 |
Jacek Caban
|
de74e1aeb9
|
mshtml: Added IDispatchEx::InvokeEx implementation.
|
2008-04-21 11:55:57 +02:00 |
Jacek Caban
|
b81818e7ee
|
mshtml: Added IDispEx::GetDispID implementation.
|
2008-04-21 11:55:50 +02:00 |
Jacek Caban
|
12f312dacc
|
mshtml: Added load event support.
|
2008-04-21 11:55:35 +02:00 |
Jacek Caban
|
4c21a5d3b0
|
mshtml: Parse and store onload attributes.
|
2008-04-21 11:53:27 +02:00 |
Jacek Caban
|
dfc84bd964
|
mshtml: Store IActiveScriptParseProcedure in ScriptHost.
|
2008-04-18 13:57:14 +02:00 |
Jacek Caban
|
a009157331
|
mshtml: Added IHTMLWindow3 stub implementation.
|
2008-04-18 13:57:14 +02:00 |
Jacek Caban
|
625ed3d0aa
|
mshtml: Added possibility to get node object from nsIDOMNode only if available.
|
2008-04-18 13:57:14 +02:00 |
Jacek Caban
|
be59368dd1
|
mshtml: Move get_typeinfo to dispex.c.
|
2008-04-17 11:50:29 +02:00 |
Jacek Caban
|
ed6a8acca7
|
mshtml: Added generic IDispatchEx implementation and use it in OnNavigator.
|
2008-04-17 11:48:35 +02:00 |
Jacek Caban
|
d0d8dc2811
|
mshtml: Added IActiveScriptDebug32 stub implementation.
|
2008-04-17 11:43:19 +02:00 |
Jacek Caban
|
b2c80e6b18
|
mshtml: Make sure to null terminate buffer in parse_extern_script.
|
2008-04-17 11:43:11 +02:00 |
Francois Gouget
|
0682f85c95
|
Fix spelling of dwAssign.
|
2008-04-14 12:40:22 +02:00 |
Rob Shearman
|
f07152d7b7
|
mshtml: Fix the buffer length being passed into MultiByteToWideChar in set_registry.
|
2008-04-11 11:12:26 +02:00 |
Rob Shearman
|
a5d47baba4
|
mshtml: Support parsing the resource type in the res:// protocol.
|
2008-04-11 11:12:23 +02:00 |
Jacek Caban
|
732682b08c
|
mshtml: Correctly handle NULL req in get_nscontainer_from_load_group.
|
2008-04-10 11:16:32 +02:00 |
Rok Mandeljc
|
c8a8893916
|
mshtml: Added Slovenian translation.
|
2008-04-07 21:39:38 +02:00 |
Jacek Caban
|
d02c37aa4e
|
mshtml: Remove unneeded includes.
|
2008-04-07 13:36:17 +02:00 |
Jacek Caban
|
b024cd6de2
|
mshtml: Don't crash if nsWebBrowser could not be created.
|
2008-04-07 13:36:17 +02:00 |
Jacek Caban
|
9c352a11cc
|
mshtml: Added IHTMLWindow2::get_navigator implementation.
|
2008-04-07 13:36:17 +02:00 |
Austin English
|
f4c4488df8
|
Spelling fixes.
|
2008-04-07 13:36:17 +02:00 |
Jacek Caban
|
2d1cf6ce34
|
mshtml: Fixed copy&paste mistake.
|
2008-04-01 13:44:16 +02:00 |
Andrew Talbot
|
c25e5d642a
|
mshtml: Remove superfluous semicolon.
|
2008-04-01 11:27:27 +02:00 |
Jacek Caban
|
cb7b58c528
|
mshtml: Added parsing external scripts support.
|
2008-03-31 12:16:20 +02:00 |
Jacek Caban
|
620a9500e2
|
mshtml: Added parsing inline script support.
|
2008-03-31 12:15:42 +02:00 |
Jacek Caban
|
40ab8e0c17
|
mshtml: Return S_OK in OnEnterScript and OnLeaveScript.
|
2008-03-31 12:15:37 +02:00 |
Jacek Caban
|
4383503211
|
mshtml: Added IActiveScriptSite::GetItemInfo implementation.
|
2008-03-31 12:15:32 +02:00 |
Jacek Caban
|
b24151b5df
|
mshtml: Added IActiveScriptSite::GetLCID implementation.
|
2008-03-31 12:15:28 +02:00 |
Jacek Caban
|
2db8f1a160
|
mshtml: Added IActiveScriptSiteWindow stub implementation.
|
2008-03-31 12:15:23 +02:00 |
Vitaliy Margolen
|
0350c39110
|
mshtml: Add Russian translation.
|
2008-03-31 12:15:08 +02:00 |
Jacek Caban
|
05935eb6b8
|
mshtml: Added IActiveScriptSiteInterruptPoll stub implementation.
|
2008-03-28 21:54:12 +01:00 |
Jacek Caban
|
ac6cbb79af
|
mshtml: Set script engine state to SCRIPTSTATE_CONNECTED when page is loaded.
|
2008-03-28 21:54:09 +01:00 |
Jacek Caban
|
0db1b86c17
|
mshtml: Added script engine initialization implementation.
|
2008-03-28 21:54:07 +01:00 |
Jacek Caban
|
5d905ddd41
|
mshtml: Added IActiveScriptSite::OnStateChange implementation.
|
2008-03-28 21:54:04 +01:00 |
Jacek Caban
|
7b48298e27
|
mshtml: Don't access released object in release_script_hosts.
|
2008-03-27 20:47:11 +01:00 |