Commit Graph

1878 Commits

Author SHA1 Message Date
Sylvain Petreolle cf7de41edc mshtml: Allow either REG_SZ or REG_EXPAND_SZ for GeckoCabDir. 2010-06-07 15:17:17 +02:00
Marcus Meissner 4169d4dfb8 mshtml: Add check for doc_obj being NULL (Coverity). 2010-06-07 13:52:27 +02:00
Łukasz Wojniłowicz fe6e58fe05 mshtml: Update the Polish translation. 2010-06-07 12:54:22 +02:00
Jose Rostagno 0b8e214365 mshtml: Update Spanish translation. 2010-06-02 10:53:43 +02:00
Konstantin Kondratyuk 437cf862f9 mshtml: Fix typo in Russian resources. 2010-06-02 10:53:15 +02:00
Paul Vriens 1e7d03175d mshtml: Update the Danish translation and convert to UTF-8. 2010-06-01 13:36:53 +02:00
Frédéric Delanoy 4d50c815b4 mshtml: Update French translation. 2010-05-31 12:46:08 +02:00
Nikolay Sivov 3f1f5edd52 Fix unneeded capitalization in user prompts. 2010-05-28 16:22:24 +02:00
Jacek Caban 66e4ba9f9f mshtml: Simplify translate_url call. 2010-05-25 13:27:49 +02:00
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