Francois Gouget
|
25100a8592
|
mshtml/tests: Improve the current UI language detection a bit.
|
2011-09-15 15:41:41 +02:00 |
Francois Gouget
|
e931ebc704
|
mshtml/tests: Some tests require that the user interface be in English.
With MUI versions of Windows checking for the default user language id is insufficient.
Skip the system language id check as it is irrelevant here.
|
2011-09-13 18:14:03 +02:00 |
Francois Gouget
|
c571be83da
|
mshtml/tests: GetUserDefaultUILanguage() is not available in NT4.
|
2011-09-13 18:13:49 +02:00 |
Francois Gouget
|
3b7fb23ca7
|
mshtml/tests: When a test fails, print the bad value.
|
2011-09-13 18:13:42 +02:00 |
Gerald Pfeifer
|
3eafe92ba3
|
mshtml: Add failure detection to set_downloading_proc.
|
2011-09-09 16:05:27 +02:00 |
Piotr Caban
|
d9a661e21b
|
mshtml: Added more IHTMLElement_{put, get}_onclick tests.
|
2011-09-02 18:28:25 +02:00 |
Piotr Caban
|
9b26776fda
|
mshtml: Removed typo from HTMLDOMChildrenCollection_invoke function.
|
2011-09-02 18:28:25 +02:00 |
Piotr Caban
|
48e2f9426c
|
mshtml/tests: Added IHTMLAttributeCollection IDispatchEx tests.
|
2011-09-02 18:28:24 +02:00 |
Piotr Caban
|
648ed1e1c6
|
mshtml: Added HTMLAttributeCollection_invoke implementation.
|
2011-09-02 18:28:24 +02:00 |
Piotr Caban
|
fb9af4648f
|
mshtml: Added HTMLAttributeCollection_get_dispid implementation.
|
2011-09-02 18:28:24 +02:00 |
Piotr Caban
|
4d74236fa2
|
mshtml/tests: Added IHTMLAttributeCollection tests.
|
2011-09-02 18:28:24 +02:00 |
Piotr Caban
|
02e0d91c0e
|
mshtml/tests: Added attributes tests on comment node.
|
2011-09-02 18:28:24 +02:00 |
Piotr Caban
|
13701221ee
|
mshtml: Store attributes list in HTMLAttributeCollection.
|
2011-09-02 18:28:24 +02:00 |
Piotr Caban
|
c7cb9f759c
|
mshtml: Added HTMLAttributeCollection2_getNamedItem implementation.
|
2011-09-02 18:28:24 +02:00 |
Piotr Caban
|
130c8342a0
|
mshtml: Don't cache HTMLAttributesCollection results.
|
2011-09-02 18:28:24 +02:00 |
Jacek Caban
|
3a268796b8
|
mshtml: Added support for text/vbscript script type.
|
2011-09-02 14:42:57 +02:00 |
Piotr Caban
|
e3527ef23b
|
mshtml: Added HTMLDOMAttribute_get_nodeName implementation.
|
2011-08-26 12:03:09 +02:00 |
Piotr Caban
|
e1dcafc6be
|
mshtml: Added HTMLAttributeCollection_item implementation.
|
2011-08-26 12:02:46 +02:00 |
Piotr Caban
|
7b37a1bd00
|
mshtml: Added HTMLAttributeCollection_get_length implementation.
|
2011-08-26 12:02:44 +02:00 |
Piotr Caban
|
33881c44f5
|
mshtml: Added IHTMLAttributeCollection3 stub.
|
2011-08-26 12:00:15 +02:00 |
Piotr Caban
|
665747cc30
|
mshtml: Added IHTMLAttributeCollection2 stub.
|
2011-08-26 12:00:13 +02:00 |
Piotr Caban
|
bea3154f48
|
mshtml: Added IHTMLAttributeCollection stub.
|
2011-08-26 12:00:09 +02:00 |
André Hentschel
|
da7f9ed16b
|
mshtml: Remove obsolete proxy handling.
|
2011-08-25 11:31:55 +02:00 |
André Hentschel
|
7205f88883
|
mshtml: Initialize return value.
|
2011-08-25 11:31:54 +02:00 |
Jacek Caban
|
05d3b9cd1a
|
mshtml: Get rid of no longer useful get_nsdoc_window helper.
|
2011-08-24 19:34:11 +02:00 |
Jacek Caban
|
bf4b869152
|
mshtml: Wine Gecko 1.3 release.
|
2011-08-23 18:16:44 +02:00 |
Piotr Caban
|
6e1ad65dc3
|
mshtml: Remove no longer needed get_attr_from_nselem function.
|
2011-08-23 16:53:55 +02:00 |
Piotr Caban
|
1d4d1068cd
|
mshtml/tests: Added dynamic properties accessing tests.
|
2011-08-23 16:53:54 +02:00 |
Piotr Caban
|
ff449dd1d7
|
mshtml: Make sure dynamic properties are initialized in Dispatch functions.
|
2011-08-23 16:53:54 +02:00 |
Piotr Caban
|
0a03ae75b0
|
mshtml: Populate dynamic properties table in get_dynamic_data.
|
2011-08-23 16:53:54 +02:00 |
Piotr Caban
|
423c6f9473
|
mshtml: DeleteMemberByDispID should return E_NOTIMPL.
|
2011-08-23 16:53:54 +02:00 |
Piotr Caban
|
f80c3a7250
|
mshtml: Added nsIDOMNamedNodeMap interface.
|
2011-08-23 16:53:54 +02:00 |
Jacek Caban
|
88f9fcf1f4
|
mshtml: Fixed nsAString handling in navigate_anchor.
|
2011-08-05 15:22:47 +02:00 |
Piotr Caban
|
e934d847b2
|
mshtml: Added error handling to get_doc_string.
|
2011-08-04 18:42:30 +02:00 |
Piotr Caban
|
0bbc95e4f6
|
mshtml: Fix DOCUMENT_NODE handling in nsnode_to_nsstring_rec.
|
2011-08-04 18:42:28 +02:00 |
Frédéric Delanoy
|
760faf01a9
|
tests: Assorted spelling fixes.
|
2011-08-04 18:27:37 +02:00 |
Frédéric Delanoy
|
7e309601f3
|
dlls: Assorted spelling fixes.
|
2011-08-03 14:15:50 +02:00 |
Jacek Caban
|
7891fc45d3
|
mshtml: Removed duplicated includes.
|
2011-08-03 14:15:49 +02:00 |
Jacek Caban
|
5150e0f048
|
mshtml: Properly free tasks in remove_target_tasks.
|
2011-08-03 14:15:49 +02:00 |
Jacek Caban
|
923484bd7c
|
mshtml: Use task destructor for set_downloading task.
|
2011-08-03 14:15:49 +02:00 |
Jacek Caban
|
9f77da607f
|
mshtml: Use task destructor for start_binding task.
|
2011-08-03 14:15:49 +02:00 |
Jacek Caban
|
6830a3b312
|
mshtml: Use task destructor for async_doc_binding task.
|
2011-08-03 14:15:49 +02:00 |
Jacek Caban
|
d65758db28
|
mshtml: Use task destructor for start_request task.
|
2011-08-03 14:15:49 +02:00 |
Jacek Caban
|
3be3074fa1
|
mshtml: Use task destructor for navigate_javascript task.
|
2011-08-03 14:15:49 +02:00 |
Jacek Caban
|
832d4eb2e2
|
mshtml: Use task destructor for navigate task.
|
2011-08-03 14:15:49 +02:00 |
Jacek Caban
|
7247eaa181
|
mshtml: Allow async tasks to have custom destructors.
|
2011-08-03 14:15:49 +02:00 |
Jacek Caban
|
7a0600dc39
|
mshtml: Call default event handlers only for events that have them.
|
2011-08-03 14:15:48 +02:00 |
Jacek Caban
|
d125640499
|
mshtml: Added IURi-based nsIURL::GetDirectory implementation.
|
2011-08-03 14:15:48 +02:00 |
Francois Gouget
|
ed3c9a1eca
|
Assorted spelling fixes.
|
2011-08-03 14:15:48 +02:00 |
Alexandre Julliard
|
b56dc9a6f7
|
winecrt0: Remove the clsid parameter in __wine_(un)register_resources.
|
2011-08-02 20:47:49 +02:00 |