Jacek Caban
|
e405e4ccb9
|
mshtml: Forward common getters from IHTMLObjectElement to IHTMLObjectElement2.
|
2012-03-27 17:55:50 +02:00 |
Jacek Caban
|
6c116b2b92
|
mshtml: Added IHTMLObjectElement2 stub implementation.
|
2012-03-27 17:55:47 +02:00 |
Michael Stefaniuc
|
e6a30efe70
|
mshtml: Print the debug string and not the pointer to it.
|
2012-03-26 18:15:22 +02:00 |
Jacek Caban
|
cfb219f910
|
mshtml: Don't overwrite type of result if property type is VT_VARIANT.
|
2012-03-16 19:21:11 +01:00 |
Jacek Caban
|
8e2f97fa65
|
mshtml: Added IHTMLCurrentStyle2::get_filter tests.
|
2012-03-16 15:37:52 +01:00 |
Jacek Caban
|
57b2075af8
|
mshtml: Added IHTMLCurrentStyle2::get_filter implementation.
|
2012-03-16 15:37:47 +01:00 |
Jacek Caban
|
348338257b
|
mshtml: Store filter in HTMLElement object.
|
2012-03-16 15:37:42 +01:00 |
Jacek Caban
|
4983a663a5
|
mshtml: Get rid of remaining PRBool usages.
|
2012-03-15 19:54:56 +01:00 |
Jacek Caban
|
d1a116fae4
|
mshtml: Get rid of PRBool from nsembed.c and nsservice.c.
|
2012-03-15 19:54:52 +01:00 |
Jacek Caban
|
d6e76a1619
|
mshtml: Get rid of PRBool from nsio.c.
|
2012-03-15 19:54:37 +01:00 |
Jacek Caban
|
f0b86d061b
|
mshtml: Get rid of PRBool in nsiface.idl.
|
2012-03-15 19:54:33 +01:00 |
Jacek Caban
|
23c6fddea3
|
mshtml: Wine Gecko 1.5 release.
|
2012-03-14 17:35:03 +01:00 |
Jacek Caban
|
68b76ed028
|
mshtml: Added property value conversion type tests.
|
2012-03-13 13:30:11 +01:00 |
Jacek Caban
|
4ae7d364dd
|
mshtml: Use caller for argument convertion in builtin_propput if available.
|
2012-03-13 13:30:11 +01:00 |
Jacek Caban
|
ba1d4d71d8
|
mshtml: Don't use ITypeInfo for InvokeEx(DISPATCH_PROPERTYPUT) implementation.
|
2012-03-13 13:30:10 +01:00 |
Jacek Caban
|
c9eed8f987
|
mshtml: Don't use ITypeInfo for InvokeEx(DISPATCH_PROPERTYGET) implementation.
|
2012-03-13 13:30:10 +01:00 |
Jacek Caban
|
dfaa1e9541
|
mshtml: Store more info about properties in func_info_t.
|
2012-03-13 13:30:08 +01:00 |
Jacek Caban
|
c17015d10a
|
mshtml: Recognize UTF-8 BOM.
|
2012-03-09 11:36:01 +01:00 |
Piotr Caban
|
3d5db7a7f5
|
mshtml/tests: Test HTMLDocument without MIME type reported.
|
2012-03-08 18:54:43 +01:00 |
Piotr Caban
|
e4e86a7c0b
|
mshtml: Set proposed MIME to text/html on main document.
|
2012-03-08 18:54:35 +01:00 |
Jacek Caban
|
a729027c69
|
mshtml: Get rid of no longer used silent argument of load_gecko.
|
2012-03-08 17:58:54 +01:00 |
André Hentschel
|
3950721c2d
|
mshtml: Only release the interface if it exists.
|
2012-02-11 15:13:20 +01:00 |
Alistair Leslie-Hughes
|
4d962da7b0
|
mshtml/tests: Interface ITravelLogClient may not be supported.
|
2012-02-09 10:00:46 -06:00 |
Jacek Caban
|
976a3d5e08
|
mshtml: Added IHTMLDocument2::get_frames implementation.
|
2012-02-08 10:54:03 -06:00 |
Jacek Caban
|
666004cdbd
|
mshtml: Removed code duplication in frame collection tests.
|
2012-02-08 10:53:56 -06:00 |
Alexandre Julliard
|
0aeb38bb4c
|
mshtml: Use the current AppData folder instead of the default one as profile directory.
|
2012-02-06 17:39:57 -06:00 |
Jacek Caban
|
f09e4ce269
|
mshtml: Properly handle out of memory in IHTMLElement::get_outerHTML.
|
2012-02-01 16:42:46 +01:00 |
Jacek Caban
|
90f7c8f848
|
mshtml: Properly handle GetScheme failure.
|
2012-02-01 16:42:46 +01:00 |
Piotr Caban
|
43b38e1420
|
mshtml: Make cookie parameter optional in ConnectionPoint_Advise.
|
2012-02-01 16:42:45 +01:00 |
Jacek Caban
|
0dedfab9a7
|
mshtml: Added VT_I2 handling to IHTMLSelectElement:add implementation.
|
2012-01-27 18:06:00 +01:00 |
Jacek Caban
|
3029bdf33d
|
mshtml: Added VT_I2 handling to debugstr_variant.
|
2012-01-27 18:06:00 +01:00 |
Jacek Caban
|
7ab1259a72
|
mshtml: Fallback to text/html mime type for document channel in nsIChannel::GetContentType.
|
2012-01-27 18:05:59 +01:00 |
Jacek Caban
|
61fd6c97ba
|
mshtml: Added support for middle-button opening anchors in a new window.
|
2012-01-27 18:05:59 +01:00 |
Jacek Caban
|
bc69cba2fe
|
mshtml: Added support for anchor targets.
|
2012-01-27 18:05:59 +01:00 |
Jacek Caban
|
c5257dc126
|
mshtml: Moved creating URIs relative to window to a new function.
|
2012-01-27 18:05:58 +01:00 |
Jacek Caban
|
0b55645820
|
mshtml: Follow anchors only on left button click.
|
2012-01-27 18:05:58 +01:00 |
Jacek Caban
|
c77ba794b7
|
mshtml: Don't use simplified fragment-only navigation if there is post data to send.
|
2012-01-26 17:46:17 +01:00 |
Jacek Caban
|
dec3a9c7b0
|
mshtml: Use helpers in IHTMLStyle::paddingLeft implementation.
|
2012-01-26 17:46:13 +01:00 |
Jacek Caban
|
9fc673f48e
|
mshtml: Added IHTMLStyle::paddingBottom implementation.
|
2012-01-26 17:46:09 +01:00 |
Jacek Caban
|
2de64c8a26
|
mshtml: Added IHTMLStyle::paddingRight implementation.
|
2012-01-26 17:46:04 +01:00 |
Jacek Caban
|
f015711822
|
mshtml: Added IHTMLStyle::paddingTop implementation.
|
2012-01-26 17:46:00 +01:00 |
Jacek Caban
|
7d18377ba4
|
mshtml: Use set_nsstyle_attr_var helper in IHTMLStyle::put_marginLeft implementation.
|
2012-01-26 17:45:55 +01:00 |
Jacek Caban
|
737dba7ae3
|
mshtml: Added IHTMLStyle::marginBottom property implementation.
|
2012-01-26 17:45:51 +01:00 |
Jacek Caban
|
1ea6529007
|
mshtml: Use ATTR_FIX_PX in IHTMLStyle::put_marginTop.
|
2012-01-26 17:45:47 +01:00 |
Jacek Caban
|
2858d44ed5
|
mshtml: Use set_nsstyle_attr_var helper in IHTMLStyle::put_marginRight.
|
2012-01-26 17:45:43 +01:00 |
Jacek Caban
|
58776e9f9a
|
mshtml: Added IHTMLWindow5 stub implementation.
|
2012-01-23 17:44:12 +01:00 |
Jacek Caban
|
5e84789578
|
mshtml: Added history update notification support.
|
2012-01-20 16:02:50 +01:00 |
Jacek Caban
|
d9e57da4c7
|
mshtml: Added more travel log tests.
|
2012-01-20 16:02:42 +01:00 |
Jacek Caban
|
50a86f5f25
|
mshtml: Better stub for ITravelLogClient::FindWindowByIndex.
|
2012-01-20 16:02:35 +01:00 |
Jacek Caban
|
e174d1d31b
|
mshtml: Added ITravelLogClient stub implementation.
|
2012-01-20 16:02:27 +01:00 |
Nikolay Sivov
|
478ddf7b6c
|
mshtml: Respond to SID_SContainerDispatch service id.
|
2012-01-20 16:01:38 +01:00 |
Jacek Caban
|
882d126dba
|
mshtml: Added IOleContainer::EnumObjects tests.
|
2012-01-19 21:08:53 +01:00 |
Jacek Caban
|
3b80784b63
|
mshtml: Added IOleContainer::EnumObjects implementation.
|
2012-01-19 21:08:53 +01:00 |
Jacek Caban
|
537d05fb4b
|
mshtml: Added ITargetContainer::GetFramesContainer implementation.
|
2012-01-19 21:08:52 +01:00 |
Jacek Caban
|
b18ff8b3b0
|
mshtml: Added ITargetContainer stub implementation.
|
2012-01-18 20:01:43 +01:00 |
Jacek Caban
|
44aa20720d
|
mshtml: Added a test showing that HTMLDocument does not support ITargetFrame interface.
|
2012-01-18 19:38:11 +01:00 |
Jacek Caban
|
58aa5471a5
|
mshtml: Return error in IInternetHostSecurityManager calls on detached documents.
|
2012-01-18 16:25:51 +01:00 |
Michael Stefaniuc
|
51f77f4983
|
mshtml: Remove superfluous NULL pointer check before free (Smatch).
|
2012-01-16 12:45:34 +01:00 |
Jacek Caban
|
06e51bc694
|
mshtml: Moved NPAPI struct declarations to npplugin.c.
They are no longer needed in nsiface.idl
|
2012-01-13 18:17:41 +01:00 |
Jacek Caban
|
d420797002
|
mshtml: Get rid of wrapped nsIURI in nsWineURI.
|
2012-01-12 16:09:57 +01:00 |
Jacek Caban
|
88d75f1107
|
mshtml: Get rid of wrapped nsurl.
|
2012-01-11 19:42:53 +01:00 |
Jacek Caban
|
fc899dfa99
|
mshtml: Reimplement nsIURL::GetFileBaseName on top of IUri.
|
2012-01-11 19:42:53 +01:00 |
Jacek Caban
|
b24b06a7cb
|
mshtml: Reimplement nsIURL::GetFileName on top of IUri.
|
2012-01-11 19:42:52 +01:00 |
Jacek Caban
|
5458e5f6de
|
mshtml: Reimplement nsIURL::GetDirectory using new helper functions.
|
2012-01-11 19:42:52 +01:00 |
Jacek Caban
|
7bbe0d5ca6
|
mshtml: Open document in a new window in IHlinkTarget::Navigate if the document is not embedded.
|
2012-01-10 17:59:01 +01:00 |
Andrew Eikum
|
abd9f38273
|
mshtml: Fix WARN typo.
|
2012-01-10 10:48:52 +01:00 |
Jacek Caban
|
c7cc9a1a5d
|
mshtml: Added more IHTMLWindow2::open tests.
|
2012-01-09 20:12:25 +01:00 |
Jacek Caban
|
d870b8c3e3
|
mshtml: Added IHTMLWindow::open implementation.
|
2012-01-09 20:12:24 +01:00 |
André Hentschel
|
67b6ae8423
|
mshtml: Remove unused definitions.
|
2012-01-05 21:27:36 +01:00 |
Jacek Caban
|
d0f6e349b0
|
mshtml: Use do_query_service in QueryService implementation.
|
2012-01-05 21:27:35 +01:00 |
Jacek Caban
|
986800701b
|
mshtml: Use QueryService helper function in SetClientSite implementation.
|
2012-01-05 21:27:35 +01:00 |
Jacek Caban
|
6363796e09
|
mshtml: Use a helper function for QueryService calls in hlink_frame_navigate.
|
2012-01-05 21:27:35 +01:00 |
Marcus Meissner
|
3a58d28427
|
mshtml: Mark function as hidden.
|
2012-01-03 12:37:32 +01:00 |
Jacek Caban
|
4d4955f248
|
mshtml: Use IUri for IHTMLLocation::get_search implementation.
|
2012-01-03 12:37:28 +01:00 |
Jacek Caban
|
2e2a80ce8a
|
mshtml: Use IUri in IHTMLLocation::put_port implementation.
|
2011-12-30 17:12:47 +01:00 |
Jacek Caban
|
5c8c46db18
|
mshtml: Reorder nsIURL functions to match vtbl order.
|
2011-12-29 16:20:38 +01:00 |
Jacek Caban
|
98b8ebaff7
|
mshtml: Use IUri in IHTMLLocation::get_protocol implementation.
|
2011-12-29 16:20:16 +01:00 |
Jacek Caban
|
dfeec5a2bf
|
mshtml: Use IURi for IHTMLLocation::get_hash implementation.
|
2011-12-28 17:49:41 +01:00 |
Jacek Caban
|
30467685ba
|
mshtml: Initialize VARIANT before passing it to variant_copy.
|
2011-12-12 15:50:50 +01:00 |
Jacek Caban
|
4352a9fa14
|
mshtml: Added support for navigating to _self target.
|
2011-12-06 16:30:17 +01:00 |
Jacek Caban
|
3284d17ec2
|
mshtml: Don't use WINAPI for assembly functions to avoid linker warnings on mingw.
|
2011-12-06 15:50:59 +01:00 |
Jacek Caban
|
d73b1b6d8f
|
mshtml: Added tests for returning ActiveX object's interfaces from object element's QueryInterface.
|
2011-12-05 17:45:45 +01:00 |
Jacek Caban
|
fc504c9117
|
mshtml: Return wrapped ActiveX object's interface from object element's QueryInterface.
|
2011-12-05 17:45:40 +01:00 |
Alexandre Julliard
|
c8249b9c3f
|
mshtml: Convert dialogs to po files.
|
2011-11-30 18:13:08 +01:00 |
Jacek Caban
|
38371bed29
|
mshtml: Fixed nsEventStates handling.
It contains a copy-constructor in C++, so it's passed as a pointer.
|
2011-11-30 14:57:11 +01:00 |
Jacek Caban
|
ea0ebbfeb2
|
mshtml: Properly remove event listeners.
|
2011-11-24 20:57:01 +01:00 |
Marcus Meissner
|
da2089fed4
|
mshtml: Switch two checks (Coverity).
|
2011-11-24 17:17:14 +01:00 |
Jacek Caban
|
e034ddee5e
|
mshtml: Added IMutable::SetMutable implementation.
|
2011-11-23 17:34:58 +01:00 |
Jacek Caban
|
42d98d2a3e
|
mshtml: Use codepage reported by http headers.
|
2011-11-23 17:34:56 +01:00 |
Jacek Caban
|
3a3daead74
|
mshtml: Added nsIChannel::SetContentCharset implementation.
|
2011-11-23 17:34:53 +01:00 |
Jacek Caban
|
dd61c7953e
|
mshtml: Use IUri for IHTMLLocation::get_hostname implementation.
|
2011-11-23 17:34:50 +01:00 |
Jacek Caban
|
2a9d63f822
|
mshtml: Use CLEAR_CALLED instead of SET_CALLED in some places.
|
2011-11-18 15:37:06 +01:00 |
Jacek Caban
|
1243dc9fe4
|
mshtml: Implement nsIStandardURL interface in nsWineURI object.
|
2011-11-18 15:37:06 +01:00 |
Jacek Caban
|
5471f357c0
|
mshtml: Don't mix PRBool pointers with BOOL pointers.
They will be different things after the next Gecko update.
|
2011-11-17 17:35:58 +01:00 |
Jacek Caban
|
1f197f75f6
|
mshtml: Fixed remaining IE9 failures.
|
2011-11-17 17:35:50 +01:00 |
Jacek Caban
|
3cf749a6bf
|
mshtml: Added tests of handling ActiveX objects without IQuickActivate interface implemented.
|
2011-11-17 17:35:35 +01:00 |
Jacek Caban
|
c7cb5b8fad
|
mshtml: Reinitialize list entry in detach_plugin_host.
|
2011-11-17 17:35:32 +01:00 |
Thomas Faber
|
8ab355ab72
|
mshtml: Fix MSVC build in htmllocation.c.
|
2011-11-17 17:35:27 +01:00 |
Francois Gouget
|
113df19d6a
|
mshtml: Delete the dispex and gecko static critical sections when unloading the dll.
|
2011-11-17 11:37:47 +01:00 |
Jacek Caban
|
d4aacad9ea
|
mshtml: Added support for ActiveX objects without IQuickActivate support.
|
2011-11-16 18:21:29 +01:00 |
Jacek Caban
|
938dcab3f4
|
mshtml: Fixed events tests on IE9.
|
2011-11-16 17:01:39 +01:00 |
Jacek Caban
|
7377dfbb07
|
mshtml: Fixed some htmldoc.c tests on IE9.
|
2011-11-16 17:01:36 +01:00 |
Jacek Caban
|
2bffcedc82
|
mshtml: Update window URI when its binding is redirected.
|
2011-11-16 17:00:04 +01:00 |
Andrew Talbot
|
952f97647c
|
mshtml: Remove unused file-static variable.
|
2011-11-16 09:44:51 +01:00 |
Jacek Caban
|
e7bbb4ef1e
|
mshtml: Fixed script tests on IE9.
|
2011-11-15 19:37:38 +01:00 |
Jacek Caban
|
af9508a13a
|
mshtml: Added nsIURI::GetSpecIgnoringRef implementation.
|
2011-11-15 19:37:32 +01:00 |
Jacek Caban
|
95053e83cc
|
mshtml: Added more navigation tests.
|
2011-11-15 19:37:32 +01:00 |
Jacek Caban
|
fbdfec74b0
|
mshtml: Properly handle fragment-only navigation.
|
2011-11-15 19:37:32 +01:00 |
Jacek Caban
|
7b5125ac02
|
mshtml: Properly implement nsIURI::EqualsExceptRef.
|
2011-11-15 19:37:32 +01:00 |
Jacek Caban
|
9751e3c65f
|
mshtml: Properly implement nsIURI::CloneIgnoreRef.
|
2011-11-15 19:37:32 +01:00 |
Jacek Caban
|
bc701d5965
|
mshtml: Split setting window URI from set_current_mon.
|
2011-11-15 19:37:31 +01:00 |
Jacek Caban
|
f86abedb40
|
mshtml: Properly handle navigation in containers supporting IWebBrowserApp.
|
2011-11-15 19:37:31 +01:00 |
Jacek Caban
|
8ba6514962
|
mshtml: Split IHTMLPrivateWindow::SuperNavigate implementation.
|
2011-11-15 19:37:31 +01:00 |
Jacek Caban
|
69f4def9e5
|
mshtml: Improved debug traces in nsIChannel::AsyncOpen implementation.
|
2011-11-14 15:25:20 +01:00 |
Jacek Caban
|
54faf0852f
|
mshtml: Moved QueryService(IID_IShellBrowser) call to the right place.
|
2011-11-14 15:25:19 +01:00 |
Jacek Caban
|
dc604f4a27
|
mshtml: Get rid of an unused parameter in prepare_for_binding.
|
2011-11-14 15:25:19 +01:00 |
Jacek Caban
|
52826af93c
|
mshtml: Fixed HTMLPrivateWindow_GetAddressBarUrl function name.
|
2011-11-14 15:25:19 +01:00 |
Jacek Caban
|
6f9e67e0b4
|
mshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_height implementation.
|
2011-11-14 15:25:19 +01:00 |
Jacek Caban
|
734050f5c5
|
mshtml: Fixed memory leak in nsIURL::GetDirectory implementation.
|
2011-11-14 13:10:21 +01:00 |
Jacek Caban
|
1190c8cbd6
|
mshtml: Use IUri in use_gecko_script.
|
2011-11-14 13:10:21 +01:00 |
Jacek Caban
|
d7f7f33e7d
|
mshtml: Use IUri in set_current_mon if possible and store it in window object.
|
2011-11-14 13:10:20 +01:00 |
Jacek Caban
|
535e2b23a3
|
mshtml: Store window URL as BSTR.
|
2011-11-14 13:10:20 +01:00 |
Jacek Caban
|
2e5f73e4d7
|
mshtml: Wine Gecko 1.4 release.
|
2011-11-09 19:31:13 +01:00 |
Jacek Caban
|
78e4d3d25c
|
mshtml: Always use IUri-based nsIRI::GetAsciiHost implementation.
|
2011-11-08 18:19:17 +01:00 |
Jacek Caban
|
1ca84cb729
|
mshtml: Make nsIURL::GetParam a stub.
|
2011-11-08 18:19:17 +01:00 |
Jacek Caban
|
92d55a84d6
|
mshtml: Fixed ref count leaks.
|
2011-11-03 17:41:41 +01:00 |
Jacek Caban
|
adafcda41c
|
mshtml: HTMLWindow_item code clean up.
|
2011-11-03 17:41:37 +01:00 |
Jacek Caban
|
d1e49da2f5
|
mshtml: Reimplement nsIURL::GetFileExtension on top of IUri API.
|
2011-10-27 14:21:02 +02:00 |
Jacek Caban
|
34db2d3926
|
hlink: Return S_FALSE in GetTargetFrameName when returning NULL.
|
2011-10-21 16:47:06 +02:00 |
Jacek Caban
|
764d3d6a69
|
mshtml: Added IHTMLWindow6 stub implementation.
|
2011-10-19 17:48:34 +02:00 |
Jacek Caban
|
3c4b2a0b43
|
mshtml: Added IHTMLDocument2::elementFromPoint implementation.
|
2011-10-18 18:29:04 +02:00 |
Marcus Meissner
|
59fc063a34
|
mshtml: Adjusted some incorrect sizeofs (Coverity).
|
2011-10-18 15:16:28 +02:00 |
Jacek Caban
|
b5a031d804
|
mshtml: Better error handling in NSContainer initialization.
|
2011-10-18 15:15:29 +02:00 |
Alistair Leslie-Hughes
|
531a07db14
|
mshtml: Implement IHTMLDOMNode replaceChild.
|
2011-10-12 17:14:25 +02:00 |
André Hentschel
|
296b795655
|
mshtml: Add stub for QUERY_IS_CACHED_AND_USABLE_OFFLINE.
|
2011-10-12 17:06:24 +02:00 |
Andrew Talbot
|
a29f69718b
|
mshtml: Mark fall-through in switch statement.
|
2011-10-06 16:47:26 -05:00 |
Andrew Talbot
|
76a6404c26
|
mshtml: Mark some fall-throughs in switch statements.
|
2011-10-04 16:56:35 -05:00 |
Marcus Meissner
|
ac2f0ed029
|
mshtml: Mark replace_node_by_html as hidden.
|
2011-10-03 15:51:02 -05:00 |
Jacek Caban
|
93d54b1759
|
mshtml: Properly release body element in basic_style_test.
|
2011-10-03 14:39:00 -05:00 |
Jacek Caban
|
6cfa962922
|
mshtml: Set frame interface to NULL after releasing it in IOleInPlaceObjectWindowless::InPlaceDeactivate.
|
2011-10-03 11:27:04 -05:00 |
Alistair Leslie-Hughes
|
f8baa37052
|
mshtml: IID_IHTMLCurrentStyle4 isn't supported on IE6.
|
2011-09-26 22:42:02 +02:00 |
Alistair Leslie-Hughes
|
9477521fb8
|
mshtml: Add IHTMLCurrentStyle2/3/4 support.
|
2011-09-23 14:20:02 +02:00 |
Alistair Leslie-Hughes
|
05e18862cb
|
mshtml: Fix test for Windows 7 with IE9.
|
2011-09-22 19:51:52 +02:00 |
Alistair Leslie-Hughes
|
d70b967d60
|
mshtml: Add IHTMLTable2/3 support.
|
2011-09-21 17:13:12 +02:00 |
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 |
Alexandre Julliard
|
6adfeeacf9
|
mshtml: Remove typelib registrations.
|
2011-08-02 20:47:49 +02:00 |
Jacek Caban
|
ff127a3461
|
mshtml: Always set onclick event handler during document initialization.
|
2011-08-02 11:51:06 +02:00 |
Jacek Caban
|
2610ef9c9c
|
mshtml: Always alloc event_vector for documents.
|
2011-08-02 11:51:06 +02:00 |
Jacek Caban
|
be6dd66edf
|
mshtml: Moved nsevents.c declarations to htmlevent.h.
|
2011-08-02 11:51:06 +02:00 |
Jacek Caban
|
3742a184d2
|
mshtml: Added default click handler for anchor element.
|
2011-08-02 11:51:06 +02:00 |
Jacek Caban
|
6d7667894e
|
mshtml: Added possibility for node implementations to add default event handlers.
|
2011-08-02 11:51:06 +02:00 |
Jacek Caban
|
aa6ee29e01
|
mshtml: Rename call_event to fire_event.
|
2011-08-02 11:51:06 +02:00 |
Jacek Caban
|
2daff9cc6c
|
mshtml: Added IOmNavigator::get_appMinorVersion implementation.
|
2011-08-01 13:33:01 +02:00 |
Jacek Caban
|
cdd09ba185
|
mshtml: Added IOmNavigator::get_*Language tests.
|
2011-08-01 11:18:46 +02:00 |
Jacek Caban
|
e36d0d2e1b
|
mshtml: Added IOmNavigator::get_*Language implementations.
|
2011-08-01 11:18:42 +02:00 |
Jacek Caban
|
7d4e9f7792
|
mshtml: Added IHTMLPluginsCollection::get_length implementation.
|
2011-08-01 11:18:39 +02:00 |
Jacek Caban
|
b25d49c6c1
|
mshtml: Added semi-stub implementation of IHTMLWindow2::status property.
|
2011-08-01 11:18:34 +02:00 |
Jacek Caban
|
8cbc34e40f
|
mshtml: Improved handling empty dispex_data_t in preprocess_dispex_data.
|
2011-07-29 15:31:41 +02:00 |
Jacek Caban
|
bc9850b42c
|
mshtml: Fixed HTMLHeadElement_QI implementation.
|
2011-07-29 13:31:12 +02:00 |
Jacek Caban
|
256bd4532c
|
mshtml: Added IDispatchEx support for IHTMLStyle5 and IHTMLStyle6 ifaces.
|
2011-07-28 18:37:40 +02:00 |
Jacek Caban
|
e22b578366
|
mshtml: Added IHTMLSyle6 stub implementation.
|
2011-07-28 18:37:40 +02:00 |
Jacek Caban
|
8925638f9f
|
mshtml: Added IHTMLStyle5 implementation.
|
2011-07-28 18:37:40 +02:00 |
Jacek Caban
|
9a3aa863be
|
mshtml: Added IHTMLEventObj::put_returnValue implementation.
|
2011-07-27 19:02:56 +02:00 |
Jacek Caban
|
7c04ed36a4
|
mshtml: Fixed tests on some old IEs.
|
2011-07-26 16:28:49 +02:00 |
Gerald Pfeifer
|
03cc8eea6f
|
mshtml: Handle the failure case in get_nsstyle_attr.
|
2011-07-25 17:59:04 +02:00 |
Jacek Caban
|
39b02829ea
|
mshtml: Added javascript: URLs test.
|
2011-07-24 12:33:09 +02:00 |
Jacek Caban
|
5751441f39
|
mshtml: Added support for javascript: URLs.
|
2011-07-24 12:33:03 +02:00 |
Jacek Caban
|
730299bae6
|
mshtml: Call set_moniker asynchronously in SuperNavigate.
|
2011-07-24 12:32:59 +02:00 |
Jacek Caban
|
b14fc2c9d1
|
mshtml: Split set_moniker implementation.
|
2011-07-24 12:32:52 +02:00 |
Jacek Caban
|
bccd8997d1
|
mshtml: Downgrade GetAsciiHost FIXME to WARN.
|
2011-07-24 12:32:47 +02:00 |
Jacek Caban
|
ddf46bbe9f
|
mshtml: Moved script mode out of get_script_host to allow exec_script calls in Gecko script mode.
|
2011-07-24 12:32:41 +02:00 |
Jacek Caban
|
402c875699
|
mshtml: Moved OLECMDID_SETDOWNLOADSTATE call to separated function.
|
2011-07-24 12:32:38 +02:00 |
Jacek Caban
|
e325be79dc
|
mshtml: Use CreateURLMonikerEx2 in SuperNavigate.
|
2011-07-24 12:32:33 +02:00 |
Jacek Caban
|
1e60c2f300
|
mshtml: Moved binding-related declarations to separate file.
|
2011-07-24 12:32:30 +02:00 |
Jacek Caban
|
69f9006889
|
mshtml: Return NS_BINDING_ABORTED for canceled binding in AsyncOpen.
|
2011-07-22 15:44:42 +02:00 |
Jacek Caban
|
041d7d2296
|
mshtml: Make execScript tests more generic.
|
2011-07-22 15:44:38 +02:00 |
Jacek Caban
|
adf1310f4a
|
mshtml: Added IHTMLStyle2::direction property implementation.
|
2011-07-22 13:03:28 +02:00 |
Jacek Caban
|
904f4ac843
|
mshtml: Added IHTMLStyle::pageBreakBefore implementation.
|
2011-07-21 16:27:31 +02:00 |
Jacek Caban
|
2507d6e581
|
mshtml: Moved style tests to separated file.
|
2011-07-20 19:23:05 +02:00 |
Jacek Caban
|
0289530f07
|
mshtml: Implement nsIURI::SetUserPass on top of IUri.
|
2011-07-19 18:26:21 +02:00 |
Jacek Caban
|
dfaee0f3b1
|
mshtml: Added IHTMLStyle::pageBreakAfter property implementation.
|
2011-07-18 16:35:12 +02:00 |
Alexander Morozov
|
25c70bacc6
|
mshtml: Added IProvideClassInfo::GetClassInfo implementation.
|
2011-07-18 16:23:30 +02:00 |
Jacek Caban
|
d1d2b46d79
|
mshtml: Added IHTMLStyle::clip tests.
|
2011-07-15 16:36:13 +02:00 |
Jacek Caban
|
b7934f0ad1
|
mshtml: Added IHTMLStyle::clip property implementation.
|
2011-07-15 16:36:11 +02:00 |
Jacek Caban
|
e063198046
|
mshtml: Pass flags to get_nsstyle_attr.
|
2011-07-15 16:36:08 +02:00 |
Jacek Caban
|
9257ab8a5c
|
mshtml: Factor out getting style value string from Gecko value.
|
2011-07-15 16:36:06 +02:00 |
Alexander Morozov
|
c41a300f3c
|
mshtml: Add stub implementation of IProvideClassInfo interface.
|
2011-07-14 15:56:54 +02:00 |
Jacek Caban
|
9f333b71b6
|
mshtml: Mark some functions as cdecl.
|
2011-07-07 17:32:47 +02:00 |
Jacek Caban
|
8f3c3ca35c
|
mshtml: Added IUri-based nsIURI::SetPort implementation.
|
2011-06-27 13:09:47 -05:00 |
Jacek Caban
|
25a40601fa
|
mshtml: Get rid of wine_url in nsWineURI object.
|
2011-06-27 13:09:47 -05:00 |
Jacek Caban
|
69f4a1bf76
|
mshtml: Make sure we always create nsWineURI with valid IUri.
|
2011-06-27 13:09:47 -05:00 |
Jacek Caban
|
7a0363cd94
|
mshtml: Use IUri instead of wine_url in before_async_open.
|
2011-06-24 08:51:08 -05:00 |
Jacek Caban
|
f7b8eccd5f
|
mshtml: Use CreateURLMonikerEx2 for creating URL moniker.
|
2011-06-24 08:51:01 -05:00 |
Jacek Caban
|
0227bf69a9
|
mshtml: Added IDispatchEx support to HTMLTitleElement object.
|
2011-06-21 17:13:50 +02:00 |
Jacek Caban
|
ff7e041716
|
mshtml: Added IHTMLTitleElement stub implementation.
|
2011-06-21 17:13:45 +02:00 |
Jacek Caban
|
0912436e6e
|
mshtml: Added IDispatchEx support to HTMLHeadElement object.
|
2011-06-21 17:13:33 +02:00 |
Jacek Caban
|
74e95a13b3
|
mshtml: Added IHTMLHeadElement stub implementation.
|
2011-06-21 17:13:27 +02:00 |
Jacek Caban
|
fe105adff0
|
mshtml: Use replace_node_by_html instead of document.write for conditional comments.
|
2011-06-17 19:30:45 +02:00 |
Jacek Caban
|
357994b773
|
mshtml: Moved IHTMLElement::put_outerHTML implementation to separated, HTMLElement object independent, function.
|
2011-06-17 19:30:45 +02:00 |
Jacek Caban
|
17e6d75ed4
|
mshtml: Call on_start_nsrequest synchronously in async_stop_request is no data was read before.
|
2011-06-16 21:04:47 +02:00 |
Jacek Caban
|
0360aebc19
|
mshtml: Added VT_ERROR printing to debugstr_variant.
|
2011-06-07 14:18:34 +02:00 |
Jacek Caban
|
3bf7482d52
|
mshtml: Added IHTMLElement::get_offsetParent implementation.
|
2011-06-03 12:37:03 +02:00 |
Jacek Caban
|
2f8da934c7
|
mshtml: Added IHTMLMimeTypesCollection::get_length implementation.
|
2011-05-31 18:32:58 +02:00 |
Jacek Caban
|
8fce028694
|
mshtml: Added IDispatchEx support to HTMLMimeTypesCollection object.
|
2011-05-31 18:32:58 +02:00 |
Jacek Caban
|
aa29f5e0f6
|
mshtml: Don't release plugins collection in OmNavigator destructor since it contains a weak reference.
|
2011-05-31 18:32:58 +02:00 |
Jacek Caban
|
9dcceab061
|
mshtml: Added IOmNavigator::get_mimeTypes implementation.
|
2011-05-31 18:32:58 +02:00 |
Jacek Caban
|
0a77eb68e3
|
mshtml: Added IHTMLElement::get_offsetLeft implementation.
|
2011-05-31 18:32:58 +02:00 |
Jacek Caban
|
a42cffbdcc
|
mshtml: Added support for accessing document elements by index.
|
2011-05-31 18:32:58 +02:00 |
Jacek Caban
|
e8fb248886
|
mshtml: Added IHTMLScreen::get_availWidth implementation.
|
2011-05-27 17:53:38 +02:00 |
Jacek Caban
|
aa93ed5e5b
|
mshtml: Added IHTMLScreen::get_availHeight implementation.
|
2011-05-27 17:53:37 +02:00 |
Alexander Morozov
|
f8679cfa2f
|
mshtml/tests: Fix a typo.
|
2011-05-26 16:33:16 +02:00 |
Thomas Mullaly
|
cd69836d54
|
mshtml: Added support for IDispatch Html document events.
|
2011-05-20 10:29:53 +02:00 |
Thomas Mullaly
|
34a297fe76
|
mshtml/tests: Added more IDispatch event tests.
|
2011-05-20 10:29:48 +02:00 |
Thomas Mullaly
|
ea2ab11a74
|
mshtml/tests: Added IDispatch event tests.
|
2011-05-20 10:29:43 +02:00 |
Jacek Caban
|
b9bfc10199
|
mshtml: Pass E_ABORT as binding results of bindings without IBinding in abort_document_bindings.
|
2011-05-16 16:35:27 +02:00 |
Jacek Caban
|
af08c97bf9
|
mshtml: Handle aborts synchronously in nsChannelBSC_stop_binding.
|
2011-05-16 16:35:27 +02:00 |
Jacek Caban
|
d7a2da5730
|
mshtml: Move document binding to the new document binding list in on_start_nsrequest.
|
2011-05-16 16:35:27 +02:00 |
Jacek Caban
|
ebac489c49
|
mshtml: Added IOmNavigator::get_cpuClass implementation.
|
2011-05-11 17:49:13 +02:00 |
Jacek Caban
|
75916ffe7a
|
mshtml: Ignore more dispID values in OnChanged notifications to fix tests on some IE installations.
|
2011-05-11 14:56:49 +02:00 |
Francois Gouget
|
5920de5ffb
|
Assorted spelling and case fixes.
|
2011-05-09 12:09:27 +02:00 |
Alexandre Julliard
|
164f40a00b
|
mshtml: Remove an extra quote in the pngfile registration.
|
2011-05-04 23:46:07 +02:00 |
Jacek Caban
|
42ce560e38
|
mshtml: Don't use Gecko nsIURI::GetHostPort implementation.
|
2011-05-04 17:26:46 +02:00 |
Marcus Meissner
|
8b500948fa
|
mshtml: Mark internal symbols as hidden.
|
2011-05-02 12:38:57 +02:00 |
Nicolas Le Cam
|
d4e7dacfc1
|
mshtml: Fix uninitialized variable warning.
|
2011-04-26 10:49:49 +02:00 |
Jacek Caban
|
86c28c9f89
|
mshtml: Added proper support for weak references.
|
2011-04-22 17:51:29 +02:00 |
Francois Gouget
|
d69dd163ba
|
mshtml: get_channelbsc_mon() is unused so remove it.
|
2011-04-18 12:39:56 +02:00 |
Jacek Caban
|
1054b95588
|
mshtml: Don't include null-byte in post data.
|
2011-04-18 11:46:17 +02:00 |
Jacek Caban
|
0613a82671
|
mshtml: Better support for HTTP redirection.
|
2011-04-18 11:46:14 +02:00 |
Jacek Caban
|
f24be9fa54
|
mshtml: Moved nsChannel initialization to separated function.
|
2011-04-18 11:46:05 +02:00 |
André Hentschel
|
9007123b23
|
mshtml: Fix Warning message.
|
2011-04-13 14:13:52 +02:00 |
Jacek Caban
|
d3a57f8079
|
mshtml: Use xul.dll directly instead of via xpcom.dll.
|
2011-04-12 17:42:12 +02:00 |
Francois Gouget
|
aa3f823d19
|
mshtml: Make HTMLFiltersCollection_Create() static.
|
2011-04-11 12:07:31 +02:00 |
Jacek Caban
|
593d3f4492
|
mshtml: Reimplement nsIURI::SetHost on top of IUriBuilder.
|
2011-04-08 14:08:52 +02:00 |
Jacek Caban
|
589c213890
|
mshtml: Properly handle upload streams containing headers.
|
2011-04-05 16:07:26 +02:00 |
Jacek Caban
|
bf163d79b8
|
mshtml: Get rid of no longer needed app-startup observer initialization.
|
2011-04-05 13:36:55 +02:00 |
Piotr Caban
|
454da235ea
|
mshtml/tests: Ignore calls missing in IE6.
|
2011-03-31 12:38:35 +02:00 |
Jacek Caban
|
86aecc8488
|
mshtml: Fixed node leak in HTMLEventObj.
|
2011-03-29 13:48:22 +02:00 |
Jacek Caban
|
1d61146cb6
|
mshtml: Fixed ref count handling in events.c.
|
2011-03-29 13:48:17 +02:00 |
Jacek Caban
|
a96606e6ad
|
mshtml: Event handler may be already free in release_event_target.
|
2011-03-29 13:48:14 +02:00 |
Jacek Caban
|
3e422b9ed8
|
mshtml: Use zone mapping instead of hardcoded protocols in use_gecko_script.
|
2011-03-29 13:05:55 +02:00 |
Jacek Caban
|
739ff1208e
|
mshtml: Store security manager in HTMLWindow instead of HTMLDocumentNode.
|
2011-03-29 13:05:53 +02:00 |
Jacek Caban
|
643c66ba75
|
mshtml: Try loading library in IInternetProtocolInfo::ParseUrl(PARSE_INTERNET_URL) for res protocol to work around library name difference for winelib libraries.
|
2011-03-29 13:05:51 +02:00 |
Piotr Caban
|
2790f363c5
|
mshtml/tests: Added connection error handling tests.
|
2011-03-29 12:36:25 +02:00 |
Piotr Caban
|
f7afa250f8
|
mshtml/tests: Added asynchronous moniker to htmldoc tests.
|
2011-03-29 12:36:20 +02:00 |
Piotr Caban
|
21d500b37f
|
mshtml/tests: Added IDocObjectService interface.
|
2011-03-29 12:36:12 +02:00 |
Piotr Caban
|
9ebe31016c
|
mshtml/tests: Added IBrowserService interface.
|
2011-03-29 12:36:08 +02:00 |
Piotr Caban
|
9b4ee3176e
|
mshtml/tests: Added IWinInetHttpInfo interface.
|
2011-03-29 12:36:02 +02:00 |
Piotr Caban
|
c3a677d007
|
mshtml: Report an error when navigation fails.
|
2011-03-29 12:35:53 +02:00 |
André Hentschel
|
3a06c5a54a
|
mshtml: Port numbers are unsigned.
|
2011-03-29 12:34:23 +02:00 |
Austin English
|
c199a46857
|
mshtml: Avoid shadowing a parameter.
|
2011-03-29 12:20:23 +02:00 |
Thomas Faber
|
a105f22e17
|
mshtml: Initialize OLEINPLACEFRAMEINFO.cb for IOleInPlaceSite::GetWindowContext.
|
2011-03-18 16:05:09 +01:00 |
Alistair Leslie-Hughes
|
b701be3c9d
|
mshtml: Implement IHTMLDOMNode previousSibling.
|
2011-03-18 15:59:05 +01:00 |
Jacek Caban
|
48aadd44ae
|
mshtml: Correctly set NULL event.
|
2011-03-17 10:43:21 +01:00 |
Francois Gouget
|
09149640ba
|
mshtml: Make get_pos_rect() static.
|
2011-03-16 14:14:24 +01:00 |
Jacek Caban
|
dc96c688d3
|
mshtml: Notify parser about script evaluation.
|
2011-03-15 17:14:08 +01:00 |
Jacek Caban
|
699e41cdd8
|
mshtml: Wine Gecko 1.2.0 release.
|
2011-03-15 17:14:08 +01:00 |
Marcus Meissner
|
63b05794a7
|
mshtml: Removed duplicate const (Coverity).
|
2011-03-14 19:31:29 +01:00 |
Jacek Caban
|
0ef8f70e11
|
mshtml: Properly handle BLOCKED:: URLs in IHTMLImgElement::get_src.
|
2011-03-14 19:31:29 +01:00 |
Jacek Caban
|
cdb7bc451b
|
mshtml: Reimplement nsIURI::SetScheme on top of IUri.
|
2011-03-14 19:31:28 +01:00 |
Jacek Caban
|
b411ba3fb0
|
mshtml: Fixed type in get_nsdoc_window.
|
2011-03-14 12:17:35 +01:00 |
Piotr Caban
|
98281236c0
|
mshtml: Execute IDocObject_FireDocumentComplete in handle_load function.
|
2011-03-11 11:50:25 +01:00 |
Piotr Caban
|
12b85befc0
|
mshtml: Added IHTMLPrivateWindow_GetAddressBarUrl implementation.
|
2011-03-11 11:50:14 +01:00 |
Austin English
|
a71f3683af
|
mshtml: Avoid shadowing a parameter.
|
2011-03-09 14:08:44 +01:00 |
Thomas Mullaly
|
a33df48f36
|
mshtml/tests: Fixed memory leak and made Vtbl's const.
|
2011-03-09 12:31:37 +01:00 |
Jacek Caban
|
1913ff3a42
|
mshtml: Don't assume that HTMLWindow_Create sets ret val before succeeding.
|
2011-03-09 12:28:49 +01:00 |
Thomas Mullaly
|
a46e0c617b
|
mshtml: Correctly forward IHTMLWindow's IHTMLDocument's ConnectionPointContainer.
|
2011-03-08 12:27:23 +01:00 |
Thomas Mullaly
|
1571097ed3
|
mshtml/tests: Added more ConnectionPoint tests for IHTMLDocument.
|
2011-03-08 12:27:19 +01:00 |
Jacek Caban
|
0af2a117c3
|
mshtml: Added support for indexed access to form elements.
|
2011-03-03 17:47:15 +01:00 |
Jacek Caban
|
873619e9bd
|
mshtml: Fixed use after free in HTMLElement_destructor.
|
2011-03-03 17:47:12 +01:00 |
Jacek Caban
|
eaa6a9fdcf
|
mshtml: Added more attribute object tests.
|
2011-03-03 17:47:12 +01:00 |
Jacek Caban
|
903279eff9
|
mshtml: Use our IDispatchEx-based attributes implementation instead of nsIDOMAttr.
|
2011-03-02 13:39:24 +01:00 |
Jacek Caban
|
110155099b
|
mshtml: Reuse attribute objects.
|
2011-03-02 13:39:22 +01:00 |
Jacek Caban
|
b9975bf88e
|
mshtml: Correctly handle NULL BSTR in VARIANT in IDispatchEx implementation.
|
2011-03-02 13:39:20 +01:00 |
Jacek Caban
|
a543769761
|
mshtml: Added IHTMLLocation::replace implementation.
|
2011-03-02 13:39:18 +01:00 |
Alistair Leslie-Hughes
|
5c186f6a99
|
mshtml: Implement IHTMLAnchorElement get/put target.
|
2011-03-02 13:35:52 +01:00 |
Jacek Caban
|
78d743b986
|
mshtml: Added IHTMLFormElement::get_elements implementation.
|
2011-03-01 15:21:51 +01:00 |
Jacek Caban
|
3091f3464e
|
mshtml: Added onsubmit and event canceling tests.
|
2011-02-28 14:04:59 +01:00 |
Jacek Caban
|
5055caa8fa
|
mshtml: Added support for canceling default event behavior.
|
2011-02-28 14:04:57 +01:00 |
Jacek Caban
|
650feb0380
|
mshtml: Fixed memory leak.
|
2011-02-28 14:04:55 +01:00 |
Jacek Caban
|
f4c4a94618
|
mshtml: Added IHTMLFormElement::onsubmit implementation.
|
2011-02-28 14:04:53 +01:00 |
Jacek Caban
|
f3d40454a9
|
mshtml: Added simple filter parser to support opacity.
|
2011-02-28 14:04:51 +01:00 |
Jacek Caban
|
1745abfa26
|
mshtml: Store style object in element object.
|
2011-02-28 14:04:49 +01:00 |
Jacek Caban
|
0131e0472f
|
mshtml: Store style filter in HTMLStyle object.
|
2011-02-28 14:04:46 +01:00 |
Jacek Caban
|
624287499e
|
mshtml: Fixed typos in IHTMLInputElement::value tests.
|
2011-02-28 14:04:44 +01:00 |
Thomas Mullaly
|
6f18cc59dd
|
mshtml/tests: Make IDispatch Vtbl const.
|
2011-02-28 11:09:20 +01:00 |
Jacek Caban
|
0e5aa05e71
|
mshtml: Added more backgroundPosition* tests.
|
2011-02-25 15:03:33 +01:00 |
Jacek Caban
|
c7da163bf3
|
mshtml: Reimplement IHTMLStyle::get_backgroundPositionY using background-position property.
|
2011-02-25 15:03:33 +01:00 |
Jacek Caban
|
4cc3517107
|
mshtml: Reimplement IHTMLStyle::put_backgroundPositionY using background-position property.
|
2011-02-25 15:03:33 +01:00 |
Jacek Caban
|
2d333216ad
|
mshtml: Reimplement IHTMLStyle::get_backgroundPositionX using background-position property.
|
2011-02-25 15:03:33 +01:00 |
Jacek Caban
|
be29542f29
|
mshtml: Reimplement IHTMLStyle::put_backgroundPositionX using background-position property.
Current implementation can't work because backgroundPositionX is IE
extension, not handled by Gecko.
|
2011-02-25 15:03:33 +01:00 |
Jacek Caban
|
fa946c09ce
|
mshtml: Moved VARIANT to style value string conversion to separated function.
|
2011-02-25 15:03:33 +01:00 |
Jacek Caban
|
3aa970c9ea
|
mshtml: Fixed buffer handling in set_nsstyle_attr.
|
2011-02-25 15:03:32 +01:00 |
Jacek Caban
|
b5d68c70d3
|
mshtml: Added IHTMLStyle::[get|put]_backgroundPosition implementation.
|
2011-02-25 15:03:32 +01:00 |
Jacek Caban
|
1c881e534b
|
mshtml: Moved call_disp_func to htmlevent.c.
|
2011-02-25 15:03:32 +01:00 |
Jacek Caban
|
47ebbbd447
|
mshtml: Added IHTMLDOMAttribute::get_nodeValue implementation.
|
2011-02-25 15:03:32 +01:00 |
Jacek Caban
|
ceff92a512
|
mshtml: Improved debug traces.
|
2011-02-24 15:52:51 +01:00 |
Jacek Caban
|
6fe3c709e2
|
mshtml: Make sure we don't try to create node object for attributes.
|
2011-02-24 15:52:47 +01:00 |
Jacek Caban
|
8f79e50e1a
|
mshtml: Added attribute object tests.
|
2011-02-24 15:52:43 +01:00 |
Jacek Caban
|
17736769c4
|
mshtml: Added IDispatchEx support to HTMLDOMAttribute object.
|
2011-02-24 15:52:36 +01:00 |
Jacek Caban
|
0e3bf9b228
|
mshtml: Added IHTMLElement4::getAttributeNode implementation.
|
2011-02-24 15:52:32 +01:00 |
Jacek Caban
|
877069c2ad
|
mshtml: Added IHTMLElement4 stub implementation.
|
2011-02-24 15:52:03 +01:00 |
Maarten Lankhorst
|
e9a4dee1eb
|
mshtml: Make sure system xpcom dll gets loaded.
|
2011-02-24 12:40:02 +01:00 |
Alistair Leslie-Hughes
|
62c8c143c4
|
mshtml: Add support for get/put mousemove event.
|
2011-02-21 16:24:39 +01:00 |
Austin English
|
d1442ace43
|
mshtml/tests: Update disabled test comment.
|
2011-02-18 14:54:51 +01:00 |
Alistair Leslie-Hughes
|
df25f0d9a6
|
mshtml: Implement IHTMLAnchorElement_put_href.
|
2011-02-17 17:41:23 +01:00 |
Thomas Mullaly
|
5624ece30d
|
mshtml: Fixed a few typos.
|
2011-02-16 14:26:27 +01:00 |
Jacek Caban
|
8b861189e9
|
mshtml: Fixed a leak (valgrind).
|
2011-02-15 17:42:26 +01:00 |
Detlef Riekenberg
|
58a95780fb
|
mshtml/tests: Fix a typo.
|
2011-02-14 12:28:21 +01:00 |
Austin English
|
1091ceef7b
|
mshtml/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-14 12:27:54 +01:00 |
Austin English
|
746e8b237e
|
mshtml/tests: Make sure a return value is used (LLVM/Clang).
|
2011-02-14 12:27:46 +01:00 |
Jacek Caban
|
779ad051d5
|
mshtml: Make nsIURI::[Get|Set]Username implementation IUri-based.
|
2011-02-10 10:28:01 -06:00 |
Austin English
|
0161db5e87
|
mshtml/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-10 10:27:59 -06:00 |
Alistair Leslie-Hughes
|
eb2d7b6604
|
mshtml: Implement IHTMLCurrentStyle_get_padding.
|
2011-02-09 13:45:39 -06:00 |
Alistair Leslie-Hughes
|
1492a12c22
|
mshtml: Implement IHTMLStyle_put_borderLeftColor.
|
2011-02-09 13:45:32 -06:00 |
Austin English
|
78470d7056
|
mshtml/tests: Make sure return values are used (LLVM/Clang).
|
2011-02-09 09:29:52 -06:00 |
Jacek Caban
|
e175bee277
|
mshtml: Fixed size check in res protocol ParseUrl(PARSE_SECURITY_URL) call.
|
2011-02-08 14:45:55 -06:00 |
Jacek Caban
|
340fbb71f3
|
mshtml: Return size in about protocols handler's ParseUrl(PARSE_SECURITY_URL) call.
|
2011-02-08 14:45:55 -06:00 |
Alistair Leslie-Hughes
|
56e80e18a6
|
mshtml: Implemented IHTMLStyle_put_borderBottomColor.
|
2011-02-08 14:45:55 -06:00 |
Austin English
|
e450573412
|
mshtml/tests: Make sure return value is used (LLVM/Clang).
|
2011-02-08 14:45:54 -06:00 |
Alistair Leslie-Hughes
|
26380e1720
|
mshtml: Implement IHTMLStyle put_borderRightColor.
|
2011-02-07 10:17:36 -06:00 |
Jacek Caban
|
eb799366f5
|
mshtml: Use case insensitive comparison in parse_classid.
|
2011-02-07 10:15:38 -06:00 |
Jacek Caban
|
7e38d6864e
|
mshtml: Added focus events tests.
|
2011-02-07 10:15:31 -06:00 |
Jacek Caban
|
ca835d0a36
|
mshtml: Added IHTMLWindow2::focus implementation.
|
2011-02-07 10:15:27 -06:00 |
Jacek Caban
|
a1205c6adc
|
mshtml: Added nsIURI::SetSpec implementation.
|
2011-02-04 15:25:32 +01:00 |
Jacek Caban
|
604350be8d
|
mshtml: Don't try forwarding calls to Gecko that are not implemented there anyways.
|
2011-02-03 16:19:44 +01:00 |
Alistair Leslie-Hughes
|
63fe5d8489
|
mshtml: Implement IHTMLStyle put_borderTopColor.
|
2011-02-02 18:13:32 +01:00 |
Piotr Caban
|
fe5ce7120e
|
mshtml: Make sure previous request is stopped before starting new request in IPersistMoniker and IPersistStreamInit.
|
2011-02-01 12:04:08 +01:00 |
Piotr Caban
|
5541b7d13b
|
mshtml: Abort more request in abort_document_bindings.
|
2011-02-01 12:04:00 +01:00 |
Jacek Caban
|
c8a953c5d0
|
mshtml: Added support for recursive script runners.
|
2011-01-31 13:01:08 +01:00 |
Jacek Caban
|
bfebbbb13e
|
mshtml: Added script execution time tests.
|
2011-01-31 13:01:07 +01:00 |
Jacek Caban
|
f712c118e7
|
mshtml: Fixed leaks in htmllocation tests (valgrind).
|
2011-01-21 14:42:51 +01:00 |
Jacek Caban
|
ba229eed59
|
mshtml: Forward nsIURL::[Get|Set]FilePath to nsIURI::[Get|Set]Path.
|
2011-01-20 14:03:24 +01:00 |
Jacek Caban
|
103ef913d1
|
mshtml: Fixed some leaks in tests (valgrind).
|
2011-01-20 12:47:53 +01:00 |
Jacek Caban
|
60d8c48132
|
mshtml: Fixed leaks (valgrind).
|
2011-01-20 12:47:52 +01:00 |
Piotr Caban
|
52a1065f70
|
mshtml: Added IObjectSafety stub.
|
2011-01-20 12:20:30 +01:00 |
Jacek Caban
|
e72e7de0e5
|
mshtml: Added IUri-based implementation of nsIURL::[Get|Set]Ref.
|
2011-01-18 13:29:59 +01:00 |
Alexandre Julliard
|
61cf2d35ae
|
mshtml: Remove a leftover string table.
|
2011-01-14 18:26:15 +01:00 |
Alexandre Julliard
|
50c23add2a
|
mshtml: Convert string table resources to po files.
|
2011-01-12 17:12:44 +01:00 |
Jacek Caban
|
226c44097b
|
mshtml: Get rid of win9x test failures workarounds.
|
2011-01-11 16:05:43 +01:00 |
Jacek Caban
|
0a9738775c
|
mshtml: Use inline function instead of macro for BSCallback vtbl implementations.
|
2011-01-07 15:01:26 +01:00 |
Jacek Caban
|
233a9ea5e6
|
mshtml: Avoid obj to iface cast in ProtocolFactory_Create.
|
2011-01-07 15:01:21 +01:00 |
Michael Stefaniuc
|
d214a96d58
|
mshtml: Remove some leftover *_THIS undefs.
|
2011-01-06 18:29:24 +01:00 |
Michael Stefaniuc
|
f242b1fb6c
|
mshtml: Finish the COM standardization in protocol.c.
|
2011-01-06 18:29:21 +01:00 |
Michael Stefaniuc
|
0eff947c09
|
mshtml: Use ifaces instead of vtbl pointers in ProtocolFactory.
|
2011-01-05 17:53:20 +01:00 |
Michael Stefaniuc
|
1ae51aa74a
|
mshtml: COM cleanup for the nsIInputStream iface.
|
2011-01-05 17:53:13 +01:00 |
Michael Stefaniuc
|
1d7e50079a
|
mshtml: COM cleanup for the nsIURL iface.
|
2011-01-05 17:53:06 +01:00 |
Michael Stefaniuc
|
1503a1ff40
|
mshtml: COM cleanup for the IHTMLEmbedElement iface.
|
2011-01-05 17:52:20 +01:00 |
Michael Stefaniuc
|
40bf2f0ece
|
mshtml: COM cleanup for the IHTMLStyle4 iface.
|
2011-01-04 11:14:21 +01:00 |
Michael Stefaniuc
|
0ed9078234
|
mshtml: COM cleanup for the IHTMLStyle3 iface.
|
2011-01-04 11:14:16 +01:00 |
Michael Stefaniuc
|
6dcff905e6
|
mshtml: COM cleanup for the IHTMLStyle2 iface.
|
2011-01-04 11:14:08 +01:00 |
Michael Stefaniuc
|
e7f5cc27bf
|
mshtml: COM cleanup for the IHTMLStyle iface.
|
2011-01-04 11:13:59 +01:00 |
Michael Stefaniuc
|
5ffd1510d2
|
mshtml: COM cleanup for the IHTMLStyleElement iface.
|
2011-01-04 11:13:39 +01:00 |
Michael Stefaniuc
|
f341ed11e2
|
mshtml: COM cleanup for the IActiveScriptSite* ifaces.
|
2011-01-04 11:13:23 +01:00 |
Michael Stefaniuc
|
7021fd321b
|
mshtml: COM cleanup for the IHTMLCurrentStyle iface.
|
2011-01-04 11:13:12 +01:00 |
Michael Stefaniuc
|
868a3e660e
|
mshtml: COM cleanup for the IHTMLDOMTextNode iface.
|
2011-01-04 11:13:03 +01:00 |
Michael Stefaniuc
|
031f595a05
|
mshtml: COM cleanup for the IHTMLTable iface.
|
2011-01-04 11:12:58 +01:00 |
Michael Stefaniuc
|
51b0478254
|
mshtml: COM cleanup for the IHTMLStyleSheet* ifaces.
|
2011-01-04 11:12:51 +01:00 |
Michael Stefaniuc
|
78a10a627f
|
mshtml: COM cleanup for the IHTMLCommentElement iface.
|
2011-01-04 11:12:42 +01:00 |
Michael Stefaniuc
|
a59cc1a630
|
mshtml: COM cleanup for the nsIFactory iface.
|
2011-01-04 11:12:37 +01:00 |
Michael Stefaniuc
|
95d8566a83
|
mshtml: COM cleanup for the IHTMLFormElement iface.
|
2011-01-04 11:12:30 +01:00 |
Jacek Caban
|
2d0ec71962
|
mshtml: Make nsIURI::Resolve implementation IUri-based.
|
2011-01-04 11:11:54 +01:00 |
Jacek Caban
|
64c1b7922e
|
mshtml: Don't prefer to forward a few more calls in nsIURL implementation.
|
2011-01-03 16:46:09 +01:00 |
Jacek Caban
|
0aefffe9b4
|
mshtml: Use IUri for nsURL::[Get|Set]Password implementation.
|
2011-01-03 16:46:05 +01:00 |
Michael Stefaniuc
|
c8d6a502f0
|
mshtml: COM cleanup for the nsIDOMEventListener iface.
|
2011-01-03 16:45:18 +01:00 |
Michael Stefaniuc
|
fb92f979dd
|
mshtml: Use ifaces instead of vtbl pointers in BSCallback.
|
2011-01-03 12:14:27 +01:00 |
Michael Stefaniuc
|
ed9c65b1ba
|
mshtml: COM cleanup for the IHTMLLocation iface.
|
2011-01-03 12:14:27 +01:00 |
Michael Stefaniuc
|
f2c4a12261
|
mshtml: COM cleanup for the ICustomDoc iface.
|
2011-01-03 12:14:27 +01:00 |
Michael Stefaniuc
|
7cd11df831
|
mshtml: COM cleanup for the IHTMLTextContainer iface.
|
2011-01-03 12:14:27 +01:00 |
Michael Stefaniuc
|
726312c535
|
mshtml: COM cleanup for the IHTMLImageElementFactory iface.
|
2011-01-03 12:14:27 +01:00 |
Michael Stefaniuc
|
118379d642
|
mshtml: COM cleanup for the IHTMLOptionElement* ifaces.
|
2011-01-03 12:14:26 +01:00 |
Michael Stefaniuc
|
7f9f169712
|
mshtml: COM cleanup for the IConnectionPoint* ifaces.
|
2011-01-03 12:14:26 +01:00 |
Michael Stefaniuc
|
e5214b24bb
|
mshtml: Use ifaces instead of vtbl pointers in HTMLDocumentNode.
|
2011-01-03 12:14:26 +01:00 |
Michael Stefaniuc
|
6b793e94ad
|
mshtml: Use ifaces instead of vtbl pointers in HTMLFrameBase.
|
2011-01-03 12:14:26 +01:00 |
Michael Stefaniuc
|
cc43c46fd5
|
mshtml: COM cleanup for the IUnknown iface.
|
2010-12-31 11:47:41 +01:00 |
Michael Stefaniuc
|
1412b471d0
|
mshtml: Remove some stray #undef.
|
2010-12-31 11:47:36 +01:00 |
Michael Stefaniuc
|
0b66169a05
|
mshtml: COM cleanup for the IDispatchEx iface in DispatchEx.
|
2010-12-31 11:47:31 +01:00 |
Michael Stefaniuc
|
2e2f88af90
|
mshtml: COM cleanup for the IDispatchEx iface in HTMLWindow.
|
2010-12-31 11:47:19 +01:00 |
Michael Stefaniuc
|
00eb02711d
|
mshtml: COM cleanup for the IDispatchEx iface in HTMLDocument.
|
2010-12-31 11:47:13 +01:00 |
Jacek Caban
|
1fa5ddfad9
|
mshtml: Make nsIIOService::NewURI IUri-based.
|
2010-12-31 11:44:59 +01:00 |
Jacek Caban
|
b7e78af4de
|
mshtml: Added moz-safe-about to the list of Gecko internal protocols.
|
2010-12-31 11:44:55 +01:00 |
Michael Stefaniuc
|
f5df0b3ed7
|
mshtml: COM cleanup for the remaining ifaces in nsChannel.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
a29101b026
|
mshtml: COM cleanup for the nsIHttpChannel iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
6c075b6d42
|
mshtml: COM cleanup for the IHTMLDOMChildrenCollection iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
e068287c21
|
mshtml: COM cleanup for the IHTMLDOMNode2 iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
f653f4a22e
|
mshtml: COM cleanup for the IHTMLDOMNode iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
6d4170bd40
|
mshtml: COM cleanup for the IHTMLElementCollection iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
700ab01b6d
|
mshtml: COM cleanup for the IHTMLFiltersCollection iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
98d5a2e7f0
|
mshtml: COM cleanup for the IHTMLElement3 iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
a75e2b2789
|
mshtml: COM cleanup for the IHTMLElement2 iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
d4248e95f5
|
mshtml: COM cleanup for the IHTMLElement iface.
|
2010-12-30 12:21:53 +01:00 |
Michael Stefaniuc
|
3388353679
|
mshtml: Use an iface instead of a vtbl pointer in nsProtocolHandler.
|
2010-12-29 11:59:35 +01:00 |
Michael Stefaniuc
|
4b37d5c72b
|
mshtml: COM cleanup for the IHTMLTxtRange iface.
|
2010-12-29 11:59:35 +01:00 |
Michael Stefaniuc
|
6723b3c56c
|
mshtml: COM cleanup for the remaining ifaces in NSContainer.
|
2010-12-28 16:35:39 +01:00 |
Michael Stefaniuc
|
29944c7caf
|
mshtml: COM cleanup for the nsIWebBrowserChrome iface.
|
2010-12-28 16:35:39 +01:00 |
Jacek Caban
|
a131886a86
|
mshtml: Fixed unsafe cast in CreateChromeWindow2 implementation.
|
2010-12-28 16:35:39 +01:00 |
Jacek Caban
|
f52e0a776f
|
mshtml: Don't use DEFINE_THIS2 for HTMLDOMNode vtbl functions.
|
2010-12-28 16:35:39 +01:00 |
Jacek Caban
|
76c028b7c2
|
mshtml: Pass DispatchEx pointer instead of outer IUnknown to DispatchEx's vtbl functions.
|
2010-12-28 16:35:36 +01:00 |
Michael Stefaniuc
|
6b90fc236e
|
mshtml: COM cleanup for the rest of the *Window* ifaces in HTMLWindow.
|
2010-12-27 15:39:41 +01:00 |
Michael Stefaniuc
|
2e24de635d
|
mshtml: COM cleanup for the IHTMLWindow2 iface.
|
2010-12-27 15:39:40 +01:00 |
Michael Stefaniuc
|
b574f2fd91
|
mshtml: COM cleanup for the IObjectWithSite iface.
|
2010-12-27 11:51:52 +01:00 |
Michael Stefaniuc
|
2efc64fbc2
|
mshtml: COM cleanup for the ISupportErrorInfo iface.
|
2010-12-27 11:51:47 +01:00 |