Michael Stefaniuc
|
eb90d475cd
|
mshtml: Remove redundant "not NULL" check for the p arg (coccicheck).
|
2010-05-17 12:42:33 +02:00 |
Jacek Caban
|
03e0440369
|
mshtml: Fixed platform test on 64-bit IE6.
|
2010-05-14 18:03:03 +02:00 |
Jacek Caban
|
563d289a62
|
mshtml: Fixed test on some IEs.
|
2010-05-13 19:44:40 +02:00 |
Jacek Caban
|
25d8616d48
|
mshtml: Added IHTMLTextAreaElement::readOnly property implementation.
|
2010-05-11 18:05:28 +02:00 |
Jacek Caban
|
d9427e3922
|
mshtml: Added IHTMLFormElement::action property implementation.
|
2010-05-11 18:05:25 +02:00 |
Jacek Caban
|
5bb9172af2
|
mshtml: Added IHTMLFormElement::item implementation.
|
2010-05-11 18:05:21 +02:00 |
Jacek Caban
|
68e9bd281e
|
mshtml: Moved getting form's elements by index to separated function.
|
2010-05-11 18:05:17 +02:00 |
Jacek Caban
|
5847928bc6
|
mshtml: Added IHTMLSelectElement::item implementation.
|
2010-05-11 18:05:10 +02:00 |
Jacek Caban
|
b52bdff841
|
mshtml: Moved getting select's option element by index to separated function.
|
2010-05-11 18:05:06 +02:00 |
Jacek Caban
|
061fee45c0
|
mshtml: Added IHTMLTextAreaElement::put_value implementation.
|
2010-05-11 18:05:01 +02:00 |
Jacek Caban
|
85f079362f
|
mshtml: Added IHTMLOptionElement::selected property implementation.
|
2010-05-11 18:04:56 +02:00 |
Michael Stefaniuc
|
2b07eadf0a
|
mshtml/tests: Replace long with LONG.
|
2010-05-11 16:27:34 +02:00 |
Jacek Caban
|
f279b0cd4d
|
mshtml: Test return value of OnStateChange.
|
2010-05-08 19:25:27 +02:00 |
Jacek Caban
|
11484a0f68
|
mshtml: Check return value of SetText.
Spotted by Gerald Pfeifer.
|
2010-05-08 19:25:24 +02:00 |
Jacek Caban
|
f00d44f0f6
|
mshtml: Added IHTMLInputElement::put_name implementation.
|
2010-05-07 16:25:37 +02:00 |
Jacek Caban
|
1fdbc87e55
|
mshtml: Added IHTMLInputElement::get_type tests.
|
2010-05-07 16:00:41 +02:00 |
Jacek Caban
|
09bdb5fb1b
|
mshtml: Added IHTMLInputElement::put_type implementation.
|
2010-05-07 16:00:36 +02:00 |
Jacek Caban
|
7594b653f0
|
mshtml: Added beginning support for oncontextmenu event.
|
2010-05-07 16:00:23 +02:00 |
Jacek Caban
|
3d0d27820f
|
mshtml: Added IHTMLDocument2::clear implementation.
|
2010-05-07 16:00:20 +02:00 |
Jacek Caban
|
95ded555e0
|
mshtml: Added IHTMLFormElement::get_length implementation.
|
2010-05-07 16:00:16 +02:00 |
Sven Baars
|
61493dee95
|
mshtml: Update Dutch translation.
|
2010-05-07 12:47:07 +02:00 |
Jacek Caban
|
072ecdf504
|
mshtml: Fixed IObjectSafety failure handling.
|
2010-05-05 15:27:02 +02:00 |
Gerald Pfeifer
|
6976400f7b
|
mshtml: Fix return value for HTMLBodyElement_get_text.
|
2010-05-04 18:36:38 +02:00 |
Gerald Pfeifer
|
5dac305bab
|
mshtml/tests: Fix return value of ActiveScript_SetScriptState.
|
2010-05-03 15:41:29 +02:00 |
Gerald Pfeifer
|
d0f1b68416
|
mshtml: Remove variable doc which is not really used from process_timer.
|
2010-05-03 15:38:57 +02:00 |
Jacek Caban
|
73d4d172d5
|
mshtml: Added support for accessing select options by index.
|
2010-04-29 13:13:59 -05:00 |
Jacek Caban
|
21d7f6a7e6
|
mshtml: Added IHTMLSelectElement::get_options implementation.
|
2010-04-29 13:13:48 -05:00 |
Jacek Caban
|
78cf4e30b5
|
mshtml: Added IHTMLSelectElement::put_length implementation.
|
2010-04-29 13:13:37 -05:00 |
Jacek Caban
|
5075f00f25
|
mshtml: Don't access url in translate_url after freeing it.
|
2010-04-25 07:31:43 -05:00 |
Jacek Caban
|
033bb8a2f9
|
mshtml: Use NS_CStringContainerInit2 in nsACString_Init.
|
2010-04-22 18:11:42 +02:00 |
Jacek Caban
|
64271d5207
|
mshtml: Use URI with stripped "wine:" part in NewURI call.
|
2010-04-22 18:11:42 +02:00 |
Jacek Caban
|
1997a3a20a
|
mshtml: Limit message length to 2000 in IHTMLWindow2::alert.
|
2010-04-21 15:32:14 +02:00 |
Alistair Leslie-Hughes
|
ec32203391
|
mshtml: Implement IHTMLEventObj IDispatch functions.
|
2010-04-21 11:57:33 +02:00 |
Jacek Caban
|
9539cf7a4e
|
mshtml: Use NSContainer HWND in handle_blur.
|
2010-04-13 21:12:57 +02:00 |
Jacek Caban
|
80f0f35c50
|
mshtml: Use DOM designMode to switch to editor mode.
|
2010-04-13 21:12:12 +02:00 |
Jacek Caban
|
7cdad62b97
|
mshtml: Improved focus handling.
|
2010-04-13 21:12:08 +02:00 |
Jacek Caban
|
7d80003205
|
mshtml: Fixed nsIHttpChannel::GetRequestSucceeded implementation.
|
2010-04-06 11:48:27 +02:00 |
Andrew Eikum
|
3901185e94
|
mshtml: Always load URLs without a base URL through Wine.
|
2010-04-05 11:39:39 +02:00 |
Andrew Eikum
|
cf2a3af6f0
|
mshtml: Implement HTTPChannel::GetResponseHeader.
|
2010-04-05 11:39:33 +02:00 |
Andrew Eikum
|
f40682eba9
|
mshtml: Implement HTTPChannel::GetRequestSucceeded.
|
2010-04-05 11:39:30 +02:00 |
Andrew Eikum
|
b688fd0de3
|
mshtml: Return success in HTTPChannel::SetRequestMethod.
Request method is determined by Wine on bind, so return success in this
function to make Gecko happy.
|
2010-04-05 11:39:24 +02:00 |
Alexandre Julliard
|
bc12cad570
|
mshtml/tests: Don't crash when Gecko is missing.
|
2010-04-02 16:30:06 +02:00 |
Mikhail Maroukhine
|
491a06d987
|
mshtml: Fix compiler warnings with flag -Wcast-qual.
|
2010-03-29 12:14:38 +02:00 |
Jacek Caban
|
afc7773dab
|
mshtml: Skip script tests on too old IE.
|
2010-03-26 15:35:06 +01:00 |
Jacek Caban
|
621694efcd
|
mshtml: Added IHTMLElement:removeAttribute tests.
|
2010-03-24 21:53:04 +01:00 |
Jacek Caban
|
00293e9b0b
|
mshtml: Added IHTMLElement::removeAttribute implementation.
|
2010-03-24 21:53:04 +01:00 |
Jacek Caban
|
30bed7eab3
|
mshtml: Moved builtin property invocation to separate function.
|
2010-03-24 21:53:03 +01:00 |
Jacek Caban
|
1b093221e6
|
mshtml: Moved builtin properties lookup to separate function.
|
2010-03-24 21:52:43 +01:00 |
Francois Gouget
|
3428b94a8d
|
Assorted spelling and case fixes.
|
2010-03-22 10:49:13 +01:00 |
Andrew Eikum
|
341ba18d75
|
mshtml: Fix typo determining if channel is HTTP.
|
2010-03-22 10:42:35 +01:00 |