Commit Graph

2031 Commits

Author SHA1 Message Date
Jacek Caban 6a1f4eb724 mshtml: Improved error handling in get_node calls. 2010-12-01 16:29:38 +01:00
Jacek Caban fa12dd98d7 mshtml: Added beginning ActiveX tests. 2010-11-30 16:22:01 +01:00
Jacek Caban 09e275c740 mshtml: Fixed tests on Windows.
Spotted by Paul Vriens.
2010-11-30 13:53:25 +01:00
Jacek Caban 991104b97f mshtml: Added IHTMLStyle::padding property implementation. 2010-11-29 11:24:40 +01:00
Jacek Caban f82668f23e mshtml: Added SetUIHandler tests. 2010-11-29 11:24:34 +01:00
Jacek Caban ee875f362d mshtml: Don't overwrite custom UI handler in SetClientSite. 2010-11-29 11:24:29 +01:00
Jacek Caban 0863625bcc mshtml: Added ICustomDoc::SetUIHandler implementation. 2010-11-29 11:24:23 +01:00
Jacek Caban 387ed3c855 mshtml: Fixed ref count tests on broken IEs.
Also some code clean up.
2010-11-25 16:55:22 +01:00
Jacek Caban 5030554ccd mshtml: Don't use wine_url in nsIURI::SchemeIs implementation. 2010-11-25 16:55:12 +01:00
Jacek Caban 286249031c mshtml: Don't use wine_uri in nsIIOService::NewChannelFromURI implementation. 2010-11-25 16:55:05 +01:00
Jacek Caban 74aabe94b1 mshtml: Don't use wine_url in nsURI::Clone implementation. 2010-11-25 16:55:00 +01:00
Jacek Caban b2297e2090 mshtml: Removed tests failing on IE7. 2010-11-18 12:37:04 +01:00
Jacek Caban a215ab64ff mshtml: Added document fragment cloneNode implementation. 2010-11-15 13:20:09 +01:00
Jacek Caban 5caf8c3187 mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_location. 2010-11-15 13:20:08 +01:00
Jacek Caban c481fb4bb8 mshtml: Correctly handle NULL nsdoc in IHTMLDocument2::get_body. 2010-11-15 13:20:08 +01:00
Jacek Caban 22ba44b401 mshtml: Correctly handle DOCUMENT_FRAGMENT_NODE in IHTMLDOMNode::get_nodeType. 2010-11-15 13:20:08 +01:00
Jacek Caban 04ad732114 mshtml: Added createDocumentFragment tests. 2010-11-15 13:20:07 +01:00
Jacek Caban d9aacfd989 mshtml: Added IHTMLDocument3::createDocumentFragment implementation. 2010-11-15 13:20:07 +01:00
Jacek Caban cb99f716a7 mshtml: Use custom get_readyState implementations for object and frame elements. 2010-11-15 13:20:07 +01:00
Jacek Caban f351dc5e74 mshtml: Moved cloneNode implementation to vtbl. 2010-11-15 13:20:06 +01:00
Jacek Caban 6a37caaecb mshtml: Use IUri for nsIURI::GetSpec implementation. 2010-11-15 13:20:06 +01:00
Jacek Caban 3f383bac3b mshtml: Use IUriBuilder for nsIURI::SetPath implementation. 2010-11-15 13:20:06 +01:00
Jacek Caban 98f5bc384b mshtml: Use IUriBuilder for IURI::SetQuery implementation. 2010-11-12 14:39:28 +01:00
Jacek Caban 16fbd05080 mshtml: Added IHTMLStyleElement stub implementation. 2010-11-12 14:39:21 +01:00
Jacek Caban 6e796da748 mshtml: Added IHTMLObjectElement::get_vspace implementation. 2010-11-12 14:39:04 +01:00
Jacek Caban c7e37fd675 mshtml: Added HTMLWindow's IServiceProvider implementation. 2010-11-12 14:38:55 +01:00
Jacek Caban 6c35f1356b mshtml: Added execScript tests. 2010-11-09 14:21:27 +01:00
Jacek Caban e560a2246f mshtml: Added IHTMLWindow2::execScript implementation. 2010-11-09 14:21:25 +01:00
Jacek Caban c4d5925044 mshtml: Use macro for tid declaration. 2010-11-08 13:31:32 +01:00
Jacek Caban 2da5890ea1 mshtml: Added IDispatchEx support to HTMLStyleSheetsCollection object. 2010-11-08 13:31:25 +01:00
Jacek Caban 00ee406ea6 mshtml: Added IOmNavigator::get_plugins implementation. 2010-11-08 13:31:22 +01:00
Jacek Caban 645f34ddeb mshtml: Don't free string that will be cleared by SafeArrayDestroy. 2010-11-08 13:31:17 +01:00
Piotr Caban 872ba8af29 mshtml: Impoved implementation of nsURI_GetAsciiHost. 2010-11-08 13:30:22 +01:00
Jacek Caban 99773fca46 mshtml: Properly handle QueryService(SID_SOleUndoManager) call. 2010-11-04 13:10:33 +01:00
Andrew Eikum a8e39c66f7 hlink: Site data should only be set if the hlink has an HlinkSite. 2010-11-02 11:15:08 +01:00
Jacek Caban d147ee1392 mshtml: Added IHTMLEmbedElement stub implementation. 2010-10-29 16:31:37 +02:00
Gustavo Henrique Milaré 3792143233 mshtml: Update Portuguese translation. 2010-10-29 14:22:10 +02:00
Piotr Caban 90edfe08d4 mshtml: Added IHTMLTextAreaElement_get_type implementation. 2010-10-28 11:40:43 +02:00
Piotr Caban ac7e096c00 mshtml: Added IHTMLFormElement_{get/put}_encoding implementation. 2010-10-28 11:40:39 +02:00
Piotr Caban 990675e52f mshtml: Added IHTMLFormElement_{get/put}_name implementation. 2010-10-28 11:40:33 +02:00
Piotr Caban bd94cc3b86 mshtml: Added IHTMLFormElement_{get/put}_method implementation. 2010-10-28 11:40:29 +02:00
Piotr Caban 02277b4853 mshtml/test: Fix some memory leaks. 2010-10-28 11:40:20 +02:00
Jacek Caban 73a15436ac mshtml: Added IDispatchEx support to HTMLObjectElement object. 2010-10-28 11:40:06 +02:00
Jacek Caban 8d11858e37 mshtml: Get rid of no longer needed parse_post_data. 2010-10-28 11:40:01 +02:00
Jacek Caban ea99533ebf mshtml: Added IHTMLObjectElement stub implementation. 2010-10-28 11:39:56 +02:00
Nikolay Sivov 198f6e75ee mshtml: Remove useless initialization. 2010-10-25 12:41:40 +02:00
Paul Vriens c125fc1502 mshtml: Add the Serbian (Latin and Cyrillic) translation.
Translation by Đorđe Vasiljević.
2010-10-22 12:06:07 +02:00
Yaron Shahrabani 081f055aa0 mshtml: Added Hebrew translation. 2010-10-22 12:05:18 +02:00
Jacek Caban c4ae314330 mshtml: Use IUri in nsIURI::Equals implementation. 2010-10-21 16:18:11 +02:00
Jacek Caban 91acf625fb mshtml: Added nsIHttpChannel::VisitResponseHeaders implementation. 2010-10-13 15:55:00 +02:00