Alistair Leslie-Hughes
995835e113
mshtml: Implement IHTMLBody get/put_Text.
2008-09-18 13:28:48 +02:00
Jacek Caban
ef221478f0
mshtml: Fixed tests on IE7.
2008-09-17 10:54:38 +02:00
Francois Gouget
305a48949c
mshtml/tests: Add a trailing '\n' to an ok() call.
2008-09-15 11:23:48 +02:00
Jacek Caban
1c51d3598d
mshtml: Added body dispatch id test.
2008-09-12 11:42:19 +02:00
Alistair Leslie-Hughes
3ed35309c1
mshtml: Add IHTMLStyle margin tests.
2008-09-12 11:39:59 +02:00
Alistair Leslie-Hughes
433027a377
mshtml: Implement get/put margin.
2008-09-11 13:28:28 +02:00
Alistair Leslie-Hughes
573aa54a23
mshtml: Add tests for get_scrollLeft.
2008-09-11 12:28:26 +02:00
Alistair Leslie-Hughes
ab70f33151
mshtml: Implement IHTMLTextContainer get_scrollLeft.
2008-09-11 12:28:14 +02:00
Alistair Leslie-Hughes
fdaa0aff56
mshtml: Implement HTMLElement2 get_scrollLeft.
2008-09-11 12:28:03 +02:00
Alistair Leslie-Hughes
0d50b33b17
mshtml: Implement IDispatch for IHTMLTable.
2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes
289f6b45da
mshtml: Implement IDispatch for IHTMLDocument5.
2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes
1b7ebf29b4
mshtml: Implement IDispatch for IHTMLInputElement.
2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes
df2273f15e
mshtml: Implement IDispatch for IHTMLTextAreaElement.
2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes
4f74cadce9
mshtml: Implement IDispatch for IHTMLOptionElement.
2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes
ac24b5afaf
mshtml: Implement IDispatch for IHTMLGenericElement.
2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes
c8a0e7899e
mshtml: Implement IDispatch for IHTMLScriptElement.
2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes
1a7c4e91e5
mshtml: Implement IDispatch for IHTMLTextContainer.
2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes
de7fa364be
mshtml: Implement IDispatch for IHTMLImgElement.
2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes
d2261cab4d
mshtml: Implement IDispatch for IHTMLDOMTextNode.
2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes
08716ac2b8
mshtml: Implement IDispatch for IHTMLDocument4.
2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes
0eee1ef0d6
mshtml: Implement IDispatch for IHTMLDocument3.
2008-09-09 11:46:18 +02:00
Alistair Leslie-Hughes
e605d3e9bf
mshtml: Add IHTMLBodyElement bgColor tests.
2008-09-08 12:31:26 +02:00
Alistair Leslie-Hughes
4196f83f49
mshtml: Implement IHTMLBodyElement get/put bgColor.
2008-09-08 12:31:20 +02:00
Marcus Meissner
96412ee564
Annotate with allocation size attribute.
2008-09-05 11:22:26 +02:00
Hongbo Ni
642fb1e6a1
mshtml: Add simplified and traditional Chinese resources.
2008-09-04 11:41:50 +02:00
Alistair Leslie-Hughes
b5be64db6b
mshtml: Add IHTMLElementBody test.
2008-09-03 14:21:43 +02:00
Alistair Leslie-Hughes
aee6a2d8e1
mshtml: Make IHTMLBodyElement use correct IDispatchEx interface.
2008-09-03 14:21:43 +02:00
James Hawkins
d62b33f229
mshtml: Fix a test that fails in Vista.
2008-09-03 13:14:50 +02:00
Alistair Leslie-Hughes
cf86ff8f7e
mshtml: Add missing IDispatchEx tids.
2008-09-02 13:56:01 +02:00
Alistair Leslie-Hughes
ad76cc1f7c
mshtml: Implement IDispatch for IHTMLBodyElement.
2008-09-02 13:54:37 +02:00
Jacek Caban
ad156168d1
mshtml: Added IHTMLElement::get_parentElement implementation.
2008-08-25 11:39:56 +02:00
Jacek Caban
480087666d
mshtml: Added IHTMLDocument::get_Script implementation.
2008-08-25 11:39:50 +02:00
Jacek Caban
984bff499e
mshtml: Use heap_alloc_zero for HTMLWindow allocation.
...
It's needed by DispatchEx implementation.
2008-08-19 12:15:56 +02:00
Alistair Leslie-Hughes
164e264a41
mshtml: Implement IDispatch for IHTMLAnchorElement.
2008-08-18 17:15:57 +02:00
Alistair Leslie-Hughes
e867fa253d
mshtml: Implement IDispatch for IHTMLElement2.
2008-08-18 17:15:57 +02:00
Alistair Leslie-Hughes
666378f4fe
mshtml: Implement IDispatch for IHTMLElement.
2008-08-18 17:15:56 +02:00
Alistair Leslie-Hughes
6d9e79a45f
mshtml: Implement IDispatch for IHTMLStyle.
2008-08-18 17:15:56 +02:00
Alistair Leslie-Hughes
059c3ab650
mshtml: Implement HTMLStyle get_background.
2008-08-18 17:15:56 +02:00
Jacek Caban
e273bf1f43
mshtml: Added IHTMLElement::get_offsetHeight implementation.
2008-08-01 11:18:10 +02:00
Paul Vriens
5e0384ab6a
mshtml/tests: Don't fail on unimplemented function.
2008-08-01 10:37:06 +02:00
Jacek Caban
985115d804
mshtml: Forward IHTMLTextContainer::get_scrollTop to IHTMLElement2.
2008-07-29 11:50:29 +02:00
Jacek Caban
4d89c62eab
mshtml: Added IHTMLElement2::get_scrollTop implementation.
2008-07-29 11:50:26 +02:00
Jacek Caban
e1a553e328
mshtml: Forward IHTMLTextContainer::get_scroll[Hight|Width] implementation to IHTMLElement2.
2008-07-29 11:50:23 +02:00
Jacek Caban
925dbb58db
mshtml: Added IHTMLElement2::get_scrollWidth implementation.
2008-07-29 11:50:20 +02:00
Jacek Caban
158488fdc9
mshtml: Added IOmNavigator::get_platform implementation.
2008-07-29 11:50:17 +02:00
Jacek Caban
7e34579423
mshtml: Added IHTMLElement2::get_scrollHeight implementation.
2008-07-29 11:49:56 +02:00
Jacek Caban
2609e45c31
mshtml: Added IOmNavigator::get_appCodeName implementation.
2008-07-24 11:52:29 +02:00
Jacek Caban
e629e049db
mshtml: Added IHTMLDocument2::[get|put]_title tests.
2008-07-24 11:52:21 +02:00
Jacek Caban
8e6dbe750a
mshtml: Added IHTMLDocument2::get_title implementation.
...
Based on patch by Ivan Sinitsin.
2008-07-24 11:52:14 +02:00
Jacek Caban
80f33889ea
mshtml: Added IHTMLDocument2::put_title implementation.
...
Based on patch by Ivan Sinitsin.
2008-07-24 11:52:09 +02:00
Jacek Caban
1c1f8e206f
mshtml: Added IHTMLElement2::getElementsByTagName tests.
2008-07-14 11:48:54 +02:00
Jacek Caban
952a54cbd9
mshtml: Added IHTMLElement2::getElementsByTagName implementation.
2008-07-14 11:48:48 +02:00
Jacek Caban
1de0055cc0
mshtml: Allow timers to be cleaned during processing.
2008-07-14 11:48:41 +02:00
Alexandre Julliard
79c64acc7b
tests: Don't depend on the static uuid libraries in the tests.
...
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
2008-07-08 17:51:45 +02:00
Jacek Caban
047e5aaad5
mshtml: Don't mix nsresult with HRESULT.
2008-07-04 19:35:26 +02:00
Sinitsin Ivan
2b4dcb2577
mshtml: Add HTMLWindow_scrollBy implementation.
2008-07-03 13:08:18 +02:00
Sinitsin Ivan
e731a42b90
mshtml: Add HTMLWindow_scrollTo implementation.
2008-07-03 13:08:18 +02:00
Jacek Caban
f9e3f81de2
mshtml: Set doc to NULL in NSContainer_Release.
2008-07-03 11:50:51 +02:00
James Hawkins
d5158cc35d
mshtml: Fix a test failure in win2k.
2008-07-01 13:45:38 +02:00
Jacek Caban
4171385cd9
mshtml: Silence common invalid FIXME.
2008-07-01 12:23:37 +02:00
Jacek Caban
4fdbdaf0b9
mshtml: Ignore fdexNameImplicit flag.
2008-07-01 12:23:32 +02:00
Jacek Caban
9157c6d68a
mshtml: Return NULL in window object's GetNameSpaceParent.
2008-07-01 12:23:26 +02:00
Jacek Caban
45eba140e6
mshtml: Added IHTMLStyle::[get|put]_width implementation.
2008-07-01 12:23:21 +02:00
Jacek Caban
4690d6d572
mshtml: Added IHTMLImgElement::[get|put]_alt implementation.
2008-07-01 12:23:14 +02:00
Jacek Caban
fe863e0326
mshtml: Silence common invalid QueryInterface FIXME.
2008-07-01 12:23:08 +02:00
Jacek Caban
af3d19fa04
mshtml: DispatchEx's QueryInterface implementation clean up.
2008-07-01 12:23:03 +02:00
Jacek Caban
19be7d620d
mshtml: Added support for DOCHOSTUIFLAG_SCROLL_NO DOCHOSTINFO flag.
2008-07-01 12:22:57 +02:00
Jacek Caban
f58b963f4b
mshtml: Added IHTMLWindow2::get_self implementation.
2008-07-01 12:22:52 +02:00
Jacek Caban
ebb4a9b197
mshtml: Added IHTMLWindow::get_window implementation.
2008-07-01 12:22:45 +02:00
Jacek Caban
876153976b
mshtml: Added IHTMLWindow2::clearInterval implementation.
2008-06-30 12:12:09 +02:00
Jacek Caban
8d3aa6799c
mshtml: Added IHTMLWindow2::clearTimeout implementation.
2008-06-30 12:12:04 +02:00
Jacek Caban
74f29f1087
mshtml: Added IHTMLWindow3::setInterval implementation.
2008-06-30 12:11:58 +02:00
Jacek Caban
0d56f1058f
mshtml: Forward IHTMLWindow2::setInterval to IHTMLWindow3.
2008-06-30 12:11:52 +02:00
Jacek Caban
44223acceb
mshtml: Added VT_BSTR support to IHTMLWindow3::setTimeout.
...
Resend without test depending on JScript.
2008-06-30 12:11:46 +02:00
Lei Zhang
f023be8aa7
mshtml: Remove unneeded variable.
2008-06-26 21:07:37 +02:00
Jacek Caban
44a314945b
mshtml: Added DOCUMENT_NODE type support.
2008-06-26 11:16:12 +02:00
Jacek Caban
beeaea1176
mshtml: Added IHTMLDOMNode::get_parentNode implementation.
2008-06-26 11:16:07 +02:00
Jacek Caban
337f1b7393
mshtml: Added useful TRACEs.
2008-06-26 11:16:02 +02:00
Jacek Caban
f2617512f0
mshtml: Added IHTMLElement::get_offsetTop implementation.
2008-06-26 11:15:53 +02:00
Jacek Caban
7d978d557f
mshtml: Forward HTMLSelectElement's IDispatch functions to IDispatchEx implementation.
2008-06-25 10:42:41 +02:00
Jacek Caban
1d6c28459b
mshtml: Added IHTMLSelectElement::get_type implementation.
2008-06-25 10:42:36 +02:00
Jacek Caban
9338979c11
mshtml: Added IHTMLInputElement::put_disabled implementation.
2008-06-25 10:42:32 +02:00
Jacek Caban
6314becd8c
mshtml: Added IHTMLElement::put_title implementation.
2008-06-25 10:42:27 +02:00
Jacek Caban
f911e240d0
mshtml: Added IHTMLElement::get_title implementation.
2008-06-25 10:42:23 +02:00
Jacek Caban
a3a9a317de
mshtml: Added IHTMLSelectElement::put_onchange implementation.
2008-06-25 10:42:15 +02:00
Jacek Caban
da8560bbf7
mshtml: Return NULL instead of empty string in IHTMLSelectElement::get_value.
2008-06-25 10:42:08 +02:00
Jacek Caban
c2759cb80d
mshtml: Added IHTMLSelectElement::put_value implementation.
2008-06-25 10:42:03 +02:00
Zac Brown
332733a43b
mshtml: Initialize variables in a couple structs.
2008-06-25 10:39:07 +02:00
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
Jacek Caban
c94e646fc1
mshtml: Fixed invalid use of -1 length in WideCharToMultiByte calls.
2008-03-26 23:38:36 +01:00
Jacek Caban
4a46a0193a
mshtml: Fixed crash in tests if Gecko is not available.
2008-03-26 23:38:36 +01:00
Jacek Caban
e2645dec1c
mshtml: Added nsIChannel::SetContentType implementation.
2008-03-26 23:38:36 +01:00
Jacek Caban
91800118a8
mshtml: Pass buffer length to MultiByteToWideChar instead of -1.
2008-03-26 23:38:36 +01:00
Jacek Caban
8abf7a8cc9
mshtml: Rename nsChannel::content to content_type and clean up its handling.
2008-03-26 23:38:36 +01:00
Jacek Caban
1caf73be28
mshtml: Added IHTMLDocument2::get_location implementation.
2008-03-26 23:38:36 +01:00
Michael Stefaniuc
8f82f98299
mshtml: Update the German translation.
2008-03-26 10:33:31 +01:00
Jacek Caban
d23309c040
mshtml: Added script engine loading test.
2008-03-25 11:44:30 +01:00
Jacek Caban
1b5bce0d4c
mshtml: Added script engine loading implementation.
2008-03-25 11:44:26 +01:00
Jacek Caban
c8bb048b1a
mshtml: Abstract BSCallback implementation.
2008-03-24 11:37:01 +01:00
Jacek Caban
6738db5af2
mshtml: Move hlink_frame_navigate function.
2008-03-24 11:36:42 +01:00
Jacek Caban
a7caae9540
mshtml: Move BSCallback declaration to navigate.c.
2008-03-24 11:36:34 +01:00
Jacek Caban
5a04f526ad
mshtml: Added new nsChannelBSC type.
2008-03-24 11:36:28 +01:00
Jacek Caban
979b42d749
mshtml: Don't access BSCallback directly in nsembed.c.
2008-03-24 11:36:20 +01:00
Jacek Caban
f792ada40f
mshtml: Don't access BSCallback directly in nsio.c.
2008-03-24 11:36:14 +01:00
Marcus Meissner
4603f4edfa
mshtml: Fix potential 1 byte 0 overwrite.
2008-03-20 14:27:35 +01:00
Samuel Lidén Borell
9ba2395aba
mshtml: Update Swedish translation.
2008-03-20 11:43:40 +01:00
Jacek Caban
5f6ce2de63
mshtml: Break Wine Gecko 0.0.1 support.
2008-03-17 14:39:39 +01:00
Jacek Caban
4f7748b9b5
mshtml: Return full patch in res protocol's secure URL.
2008-03-14 13:29:58 +01:00
Jacek Caban
d4cff191b2
mshtml: Improve header parsing.
2008-03-12 11:59:32 +01:00
Mikołaj Zalewski
cf39c2a92b
mshtml: Add Polish translation.
2008-03-12 11:59:04 +01:00
Jacek Caban
75fe97dc0b
mshtml: Use load group to find NSContainer in AsyncOpen if URI has no associated container.
2008-03-10 11:23:45 +01:00
Jacek Caban
134dad7ecd
mshtml: Added IHTMLScriptElement:get_type implementation.
2008-03-10 11:23:42 +01:00
Jacek Caban
b84626bdf0
mshtml: Added IHTMLDocument2::write implementation.
2008-03-10 11:22:11 +01:00
Rob Shearman
3b0ea978fd
mshtml: Move some public GUIDs to shlguid.h.
2008-03-06 17:43:12 +01:00
Andrew Talbot
d52b9ddd67
mshtml: Assign to structs instead of using memcpy.
2008-03-06 12:46:29 +01:00
Rob Shearman
48000893f9
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
...
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
2008-03-04 20:55:01 +01:00
Jacek Caban
df294844a4
mshtml: Added IHTMLScriptElement stub implementation.
2008-03-03 12:27:50 +01:00
James Hawkins
00394486df
janitorial: Remove links to any microsoft site.
2008-03-01 12:03:59 +01:00
Jacek Caban
54e6aa91af
mshtml: Added nsIURI::Equals implementation on URIs without necko interface associated.
2008-02-28 12:57:10 +01:00
Jacek Caban
6a3984c397
mshtml: Added nsIURI::Clone implementation on URIs without necko interface associated.
2008-02-28 12:57:07 +01:00
Rob Shearman
26ad119d3a
mshtml: Don't use typeof as it's not portable.
2008-02-27 14:52:24 +01:00
Jacek Caban
28cf008c3b
mshtml: Added IHTMLBodyElement::aLink implementation.
2008-02-25 12:20:19 +01:00
Jacek Caban
a81fb4ca0c
mshtml: Added IHTMLBodyElement::vLink implementation.
2008-02-25 12:20:15 +01:00
Jacek Caban
8d7e1922d8
mshtml: Added IHTMLBodyElement::get_link implementation.
2008-02-25 12:20:11 +01:00
Jacek Caban
a7ba7647ad
mshtml: Added IHTMLBodyElement::put_link implementation.
2008-02-25 12:20:07 +01:00
Jacek Caban
2f046e9623
mshtml: Report true scheme for about:blank URL.
2008-02-21 12:53:00 +01:00
Jacek Caban
7ea9c7d3e1
mshtml: Added nsINetUtil interface to nsIOService.
2008-02-21 12:53:00 +01:00
Jacek Caban
45b862d5ca
mshtml: Don't mix nsresult with HRESULT.
2008-02-18 12:57:10 +01:00
Frans Kool
33348f59ff
mshtml: Added missing Dutch translations.
2008-02-16 13:54:43 +01:00
Rob Shearman
1ce8ca4d8d
mshtml: Fix a typo in nsiface.idl.
2008-02-15 09:53:23 +01:00
Rob Shearman
94fe669387
mshtml: Add a dummy member to nsMargin as empty structs aren't valid in C89.
2008-02-15 09:52:57 +01:00
Rob Shearman
9b11494db7
mshtml: All interfaces in nsiface.idl are local.
...
Since there is no in or out, or other information necessary for
remoting, all of the interfaces can only used locally, so declare them
all as local.
2008-02-15 09:52:48 +01:00
Rob Shearman
4539f4f25b
mshtml: Remove extra semi-colons after cpp_quote in nsiface.idl.
2008-02-15 09:52:43 +01:00
Jacek Caban
61ca7a5731
mshtml: Mode range tests.
2008-02-11 19:57:44 +01:00
Jacek Caban
d992735dcc
mshtml: Fixed bound_pos handling in move_prev_chars.
2008-02-11 19:57:39 +01:00
Jacek Caban
9f877fec9d
mshtml: hr element is not a space element for moving functions.
2008-02-11 19:57:34 +01:00
Rob Shearman
5209ed0c5e
mshtml: Fix inserting a hyperlink when text is already selected.
...
There is no need to use cmd_insertLinkNoUI when we have the code to do
most of the action anyway. Make use of the handy
InsertLinkAroundSelection to insert the "a" element when not inserting
at the caret and don't create a text node in this case because it is
redundant.
2008-02-11 19:55:18 +01:00
Jacek Caban
814e07d8e8
mshtml: Update wine_url in nsIURI::SetPath.
2008-02-04 13:17:48 +01:00
Jacek Caban
e7885cf221
mshtml: Added more about protocol tests.
2008-02-04 13:15:52 +01:00
Francois Gouget
44b52b128c
Assorted spelling fixes.
2008-01-16 12:48:29 +01:00
Marcus Meissner
fa6042fc8d
mshtml: Check for This->frame.
2008-01-16 12:17:01 +01:00
Jacek Caban
c0881ac515
mshtml: Disable some default Gecko warnings.
2008-01-11 12:26:41 +01:00
Jacek Caban
c32cca8066
mshtml: Use QueryService to get IHttpNegotiate in get_post_data_stream.
2008-01-11 12:26:37 +01:00
Jacek Caban
ed11dbab6c
mshtml: Added more range tests.
2008-01-11 12:26:30 +01:00
Jacek Caban
0bc9f9a7d5
mshtml: Fixed hr element handling in range object.
2008-01-11 12:26:22 +01:00
Jacek Caban
8c686f9d00
mshtml: Update focus information in WM_RESETFOCUS_HACK.
2008-01-11 12:26:17 +01:00
Jacek Caban
cbe9f974d6
mshtml: Move nsChannel's content type initialization to async_open_doc_uri.
2008-01-11 12:26:11 +01:00
Jacek Caban
c58ca1312c
mshtml: Handle fClearDirty flag in IPersistStreamInit::Save.
2008-01-10 13:20:23 +01:00
Jacek Caban
7de847c6ee
mshtml: Don't crash in before_async_open if there is no client site.
2008-01-10 13:20:20 +01:00
Rico Schüller
066ccd1275
mshtml: Fix memory leak (found by Smatch).
2008-01-07 13:45:57 +01:00
Jacek Caban
62b8439484
mshtml: Don't assume that end_pos.node is text node in range_to_string.
2008-01-04 12:01:06 +01:00
Jacek Caban
0cf629b81a
mshtml: Fixed Read implementations.
2008-01-04 12:01:04 +01:00
Jacek Caban
c6ac960f4a
mshtml: Added Invoke(DISPID_READYSTATE) implementation.
2008-01-04 12:00:54 +01:00
Jacek Caban
7514283d73
mshtml: Added PutProperty implementation.
2008-01-02 11:46:08 +01:00
Jacek Caban
c19fb7f011
mshtml: Added QueryInfo tests.
2007-12-28 11:29:17 +01:00
Jacek Caban
e93353b2b5
mshtml: Added ResProtocolInfo::QueryInfo implementation.
2007-12-28 11:29:08 +01:00
Jacek Caban
8a87ea5b6a
mshtml: Added AboutProtocolInfo::QueryInfo implementation.
2007-12-28 11:29:04 +01:00
Jacek Caban
82a199bcee
mshtml: Use IBindCtx passed to Load in BindToStorage call.
2007-12-24 16:34:28 +01:00
Jacek Caban
559649c443
mshtml: Remove not used argument in nsAString_GetData.
2007-12-17 11:49:19 +01:00
Jacek Caban
72d0971034
mshtml: Remove not used argument of nsACString_GetData.
2007-12-17 11:49:12 +01:00
Jacek Caban
a95420a07e
mshtml: Fix CSS px unit handling differences between Gecko and IE.
2007-12-11 18:06:50 +01:00
Jacek Caban
141ffa7dd9
mshtml: Added more IHTMLStyle implementation.
2007-12-11 18:06:42 +01:00
Rob Shearman
cf48f090f1
mshtml: Fix a memory leak in the htmldoc tests.
2007-12-07 16:34:40 +01:00
Alexandre Julliard
ad9396302d
Removed some unneeded imports.
2007-12-06 21:24:24 +01:00
Jacek Caban
e35e27de4c
mshtml: Added HTMLTxtRange::Exec(IDM_INDENT) test.
2007-12-06 14:52:38 +01:00
Jacek Caban
f5a8a450b2
mshtml: Added HTMLTxtRange::Exec(IDM_INDENT) implementation.
2007-12-06 14:52:33 +01:00
Jacek Caban
8d08592018
mshtml: Fixed ref counting.
2007-12-06 14:52:23 +01:00
Jacek Caban
23393756dd
mshtml: Added IHTMLStyleSheetRulesCollection::get_length implementation.
2007-12-06 14:52:13 +01:00
Jacek Caban
4ac1ba130a
mshtml: Added IHTMLStyleSheet::get_rules implementation.
2007-12-06 14:52:08 +01:00
Jacek Caban
da39170029
mshtml: Added more DOM tests.
2007-12-06 14:50:06 +01:00
Luis C. Busquets Pérez
6208d4153e
mshtml: Update Spanish resource.
2007-12-06 12:13:08 +01:00
Michael Stefaniuc
a084d1db62
mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
2007-12-06 12:07:30 +01:00
Rob Shearman
1c28273686
mshtml: Use the correct deallocator in the htmldoc tests for the memory returned by IMoniker_GetDisplayName and fix a use-after-free error.
2007-12-06 12:07:02 +01:00
Alexander Nicolaysen Sørnes
b25bc9220b
mshtml: Update Norwegian resources.
2007-12-06 12:06:05 +01:00
Jonathan Ernst
5147ad24b6
mshtml: Updated French translation.
2007-12-05 12:21:50 +01:00
Jacek Caban
92223c19f9
mshtml: Improve debug traces.
2007-12-05 12:07:00 +01:00
Jacek Caban
87e2bb3e63
mshtml: Return NULL instead of empty string in IHTMLBodyElement::get_background.
2007-12-05 12:06:51 +01:00
Jacek Caban
b12ebbdaca
mshtml: Added DIID_HTMLTableEvents connection point.
2007-12-04 18:17:29 +01:00
Jacek Caban
cd68aacbbc
mshtml: Move HTMLTextContainerEvents connection point to HTMLTextContainer object.
2007-12-04 18:17:21 +01:00
Jacek Caban
2bcd1f0e9e
mshtml: Added IConnectionPointContainer iface to all HTMLElement objects.
2007-12-04 18:17:17 +01:00
Jacek Caban
a9e77575b3
mshtml: Initialize HTMLElement in the beginning of constructors.
2007-12-04 18:17:13 +01:00
Jacek Caban
a1bdef2d62
mshtml: Make IConnectionPointContainer more flexible.
2007-12-04 18:17:08 +01:00
Jacek Caban
29d66b48ef
mshtml: Added IHTMLElement2::get_dir implementation.
2007-12-03 11:51:56 +01:00
Jacek Caban
77ee756c91
mshtml: Added IHTMLTable interface stub implementation.
2007-11-30 14:21:13 +01:00
Jacek Caban
0ea1bfc2ac
mshtml: Added IOleCommandTarget implementation to HTMLTxtRange.
2007-11-26 12:35:39 +01:00
Jacek Caban
c5953bec63
mshtml: Added IHTMLStyleSheetsCollection::item implementation.
2007-11-26 12:35:36 +01:00
Jacek Caban
4b302f9c89
mshtml: Store nsIDOMCSSStyleSheet in HTMLStyleSheet object if available.
2007-11-26 12:35:33 +01:00
Jacek Caban
b61bc4b92e
mshtml: Change FIXME that is usually invalid to TRACE.
2007-11-20 13:21:06 +01:00
Jacek Caban
843703030a
mshtml: Added more loading tests.
2007-11-20 13:21:04 +01:00
Jacek Caban
5d9e64554b
mshtml: Reload page in exec_editmode if available.
2007-11-20 13:21:00 +01:00
Jacek Caban
2702dfffbf
mshtml: Always initialize output in exec_fontname.
2007-11-20 13:20:57 +01:00
Jacek Caban
ebc89a02d3
mshtml: Use call_set_active_object in exec_editmode.
2007-11-20 13:20:55 +01:00
Jacek Caban
3f444cae92
mshtml: Move IOleInPlaceFrame::SetActiveObject call to separated function.
2007-11-20 13:20:52 +01:00
Jacek Caban
c02b46d987
mshtml: Fixed handling channels without container and necko channel.
2007-11-20 12:28:59 +01:00
Jacek Caban
e93be266c1
mshtml: Remove nsIWebBrowserFocus_Activate useless call.
2007-11-12 12:07:05 +01:00
Jacek Caban
c49e894e9f
mshtml: Reset focus after loading the page in edit mode.
2007-11-12 12:06:48 +01:00
Jacek Caban
a1e554739e
mshtml: Added IDM_SETDIRTY implementation.
2007-11-09 12:54:14 +01:00
Jacek Caban
a3717bff18
mshtml: Added AcceptLanguage handling.
2007-11-06 13:02:19 +01:00
Jacek Caban
57b876dd0d
mshtml: Call Exec(CGID_ShellDocView, 84) in start_binding.
2007-11-06 13:02:15 +01:00
Jacek Caban
918b00f8ef
mshtml: More range tests and fixes.
2007-11-06 13:02:03 +01:00
Jacek Caban
f309cdf733
mshtml: Store HTMLDocument pointer in BSCallback object.
2007-11-06 13:01:49 +01:00