Commit Graph

629 Commits

Author SHA1 Message Date
Jacek Caban 170b2da260 mshtml: Added better default bgColor test and code clean up. 2009-12-28 11:57:38 +01:00
Alistair Leslie-Hughes 2cd6ac2725 mshtml: Add stub interface IHTMLFiltersCollection. 2009-12-22 14:13:07 +01:00
Jacek Caban 3bacd7603d mshtml: Added JavaScript tests architecture and simple tests. 2009-12-22 13:48:25 +01:00
Alistair Leslie-Hughes 020c75b0fe mshtml: Implement IHTMLImgElement get_Name. 2009-12-15 16:09:13 +01:00
Jacek Caban ba394d68be mshtml: Added IHTMLStyle2::right implementation. 2009-12-14 12:04:06 +01:00
Jacek Caban 0f940bccd4 mshtml: Added IHTMLStyle::marginTop implementation. 2009-12-14 12:04:06 +01:00
Francois Gouget b8cbde5c19 mshtml/tests: Make test_UIActivate() static. 2009-12-14 12:04:04 +01:00
Jacek Caban ce7f764b0c mshtml: Removed ref count tests that fail on some Windows. 2009-12-10 12:00:31 +01:00
Jacek Caban 64b651e262 mshtml: Added IHTMLDOMTextNode::get_length implementation. 2009-12-10 12:00:25 +01:00
Andrew Eikum 578881f600 mshtml: Implement IHTMLFrameBase::get_name. 2009-12-08 17:54:14 +01:00
Andrew Eikum 2710d14c40 mshtml: Implement IHTMLFrameBase::{get,put}_scrolling. 2009-12-08 17:54:01 +01:00
Paul Vriens 8da7a00e67 mshtml/tests: Skip some tests on older IE. 2009-12-07 16:51:36 +01:00
Piotr Caban 2efb829845 mshtml: Added more OleDocumentView_UIActivate tests. 2009-12-07 15:41:34 +01:00
Piotr Caban 24601ed1db mshtml: Added Advise handling to OleObject_Close. 2009-12-07 15:41:13 +01:00
Piotr Caban 91dd9bbb71 mshtml: Added OleObject_Advise tests. 2009-12-07 15:41:07 +01:00
Piotr Caban 45e0dd9d1f mshtml: Added PersistStreamInit_InitNew implementation. 2009-12-07 15:40:47 +01:00
Jacek Caban f1a543d546 mshtml: Added test for setting VT_EMPTY event handler. 2009-12-07 14:18:28 +01:00
Jacek Caban f3d805862a mshtml: Don't pass fdexNameEnsure flag to script engines in find_global_prop. 2009-12-07 14:18:28 +01:00
Francois Gouget 6fced4d1c7 mshtml/tests: Fix the get_event_src() macro declaration. 2009-12-07 14:18:24 +01:00
Paul Vriens 5bc0dd711a mshtml/tests: Run tests again on boxes with older IE. 2009-12-03 10:23:05 +01:00
Jacek Caban 2b04973e09 mshtml: Fixed tests on older IEs. 2009-12-03 10:21:55 +01:00
Jacek Caban 0909e8b18c mshtml: Added IHTMLDocument::cookie tests. 2009-12-02 13:06:01 +01:00
Andrew Eikum d97b4d260e mshtml: Implement IHTMLStyle::{get, put}_border{Top, Bottom, Right}. 2009-12-02 12:19:24 +01:00
Andrew Eikum 1563c137fa mshtml: Add stub implementation of IHTMLFormElement. 2009-12-01 12:58:16 +01:00
Jacek Caban 368edb73cd mshtml: Added onreadystatechange tests. 2009-12-01 11:39:51 +01:00
Jacek Caban a75615640a mshtml: Added IHTMLElement2::get_readyState test. 2009-12-01 11:34:27 +01:00
Jacek Caban f8d8fbba46 mshtml: Added IHTMLScreen::get_colorDepth implementation. 2009-12-01 11:34:09 +01:00
Jacek Caban fd24068c8f mshtml: Added IHTMLScreen::get_height implementation. 2009-12-01 11:31:01 +01:00
Jacek Caban ca54be2cc6 mshtml: Added IHTMLScreen::get_width implementation. 2009-12-01 11:30:55 +01:00
Jacek Caban 1ddc01c09b mshtml.idl: Added DispHTMLScreen declaration and use it in HTMLScreen object. 2009-12-01 11:30:42 +01:00
Jacek Caban 06884fb181 mshtml: Added IHTMLWindow2::get_screen implementation. 2009-12-01 11:30:37 +01:00
Paul Vriens cb5a2bbb02 mshtml/tests: Use the globally available wine_dbgstr_w. 2009-11-30 16:37:50 +01:00
Jacek Caban 1fccc1b4fa mshtml: Added [i]frame elements content document tests. 2009-11-29 16:36:50 +01:00
Jacek Caban 5dd4248ff3 mshtml: Fixed ref count leak and code clean up. 2009-11-29 16:36:28 +01:00
Jacek Caban 9718e04775 mshtml: Added connection point notification test. 2009-11-24 10:47:42 +01:00
Andrew Eikum d51c096615 mshtml: Also search by node name attribute in IHTMLDocument3::getElementById. 2009-11-21 14:31:45 +01:00
Jacek Caban 785fb1d2e1 mshtml: Get rid of no longer needed Gecko checks in tests. 2009-11-20 11:16:28 +01:00
Jacek Caban b2ffe78729 mshtml: Check for CATID_SafeForScripting in GUID_CUSTOM_CONFIRMOBJECTSAFETY implementation if IObjectSafety is not available. 2009-11-20 11:16:13 +01:00
Francois Gouget 1e4412d731 mshtml/tests: Add a trailing '\n' to ok() calls. 2009-11-18 15:15:36 +01:00
Andrew Eikum 3f63a2968d mshtml: Implement IHTMLWindow2::get_top. 2009-11-17 15:14:56 +01:00
Jacek Caban b553019dc3 mshtml: Added IHTMLElement::put_outerHTML implementation. 2009-11-16 13:48:26 +01:00
Andrew Eikum 75b58fb537 mshtml: Implement IHTMLWindow2::get_parent. 2009-11-16 11:54:10 +01:00
Andrew Eikum 733dfb6429 mshtml: Implement IHTMLWindow2::item. 2009-11-16 11:54:05 +01:00
Andrew Eikum ac226b20f0 mshtml: Implement IHTMLWindow2::get_frames and add tests. 2009-11-16 11:53:59 +01:00
Francois Gouget abccac3897 mshtml/tests: Fix a trailing '\n' in an ok() call. 2009-11-09 19:41:36 +01:00
Jacek Caban dca249833b mshtml: Return NULL ownerDocument for document node. 2009-11-03 21:24:59 +01:00
Jacek Caban 82c8e7c684 mshtml: Added support for accessing elements id by global properties. 2009-11-03 21:24:54 +01:00
Jacek Caban 847a743f2c mshtml: Added fdexNameCaseInsensitive support. 2009-11-03 21:24:09 +01:00
Jacek Caban cefb25c74f mshtml: Added InvokeEx(DISPATCH_PROPERTYPUT|DISPATCH_PROPERTYPUTREF) implementation. 2009-11-03 21:24:04 +01:00
Jacek Caban 11651f5731 mshtml: Added IHTMLDOMNode::nextSibling implementation. 2009-10-29 13:08:41 +01:00
Jacek Caban 8a860e4c0f mshtml: Fail to create HTMLDocument if Gecko is not available. 2009-10-26 11:19:38 +01:00
Andrew Eikum 90029d3429 mshtml: Add DispatchEx support to HTMLImageElementFactory. 2009-10-21 16:05:58 +02:00
Andrew Eikum 9c53e8d935 mshtml: Implement HTMLImageElementFactory::create. 2009-10-21 16:05:58 +02:00
Andrew Eikum 9579d64c69 mshtml: Add stub implementation for HTMLImageElementFactory. 2009-10-21 16:05:58 +02:00
Andrew Eikum b16634c2f9 mshtml/tests: Remove todo_wine paths. 2009-10-20 13:47:33 +02:00
Andrew Eikum bbf8a4baf5 mshtml: Implement IHTMLLocation::get_search. 2009-10-20 13:47:26 +02:00
Andrew Eikum 4ebf01f681 mshtml: Implement IHTMLLocation::get_hash. 2009-10-20 13:47:21 +02:00
Andrew Eikum a03d0bcaa9 mshtml: Reimplement HTMLLocation::get_pathname. 2009-10-19 15:02:07 +02:00
Andrew Eikum 6a456fa6d9 mshtml: Reimplement IHTMLLocation::get_href. 2009-10-19 15:02:02 +02:00
Andrew Eikum fc3808e553 mshtml: Implement IHTMLLocation::get_hostname. 2009-10-16 13:36:27 +02:00
Andrew Eikum 7cb9fe1064 mshtml: Implement IHTMLLocation::get_host. 2009-10-16 13:36:23 +02:00
Andrew Eikum c9adc4149c mshtml: Implement IHTMLLocation::get_protocol. 2009-10-16 13:36:15 +02:00
Andrew Eikum 4172d6820c mshtml: Implement IHTMLLocation::get_port. 2009-10-15 12:06:18 +02:00
Andrew Eikum ab857c8493 mshtml: Add test suite for IHTMLLocation. 2009-10-15 12:06:18 +02:00
Jacek Caban a4deae49b3 mshtml: Added IHTMLBaseFrame interface stub implementation. 2009-10-14 11:21:48 +02:00
Jacek Caban 8272ecd3f2 mshtml: Added more events tests. 2009-10-13 11:27:39 +02:00
Jacek Caban 3e0fa120a8 mshtml: Added IHTMLWindow2::get_length implementation. 2009-10-13 11:27:12 +02:00
Jacek Caban 2d4236bfda mshtml: Added IHTMLWindow2::name property implementation. 2009-10-13 11:27:07 +02:00
Jacek Caban 47c27742d0 mshtml: Added IHTMLLocation::put_href implementation. 2009-10-12 12:15:26 +02:00
Jacek Caban ae6fed5c4f mshtml: Improved IHTMLElement2::doScroll stub. 2009-10-12 12:14:47 +02:00
Jacek Caban 908e715c83 mshtml: Added IHTMLElement2::client[Top|Left] tests. 2009-10-05 13:46:00 +02:00
Jacek Caban d0e9681969 mshtml: Added IHTMLDOMNode::cloneNode implementation. 2009-10-02 15:06:58 +02:00
Jacek Caban d3a3af755b mshtml: Added IHTMLAnchorElement::get_href tests. 2009-10-02 15:06:58 +02:00
Jacek Caban df90f665bb mshtml: Added HTMLAnchorElement dispex data. 2009-10-02 15:06:58 +02:00
Jacek Caban 81079eb221 mshtml: Added QueryCustomPolicy implementation. 2009-10-01 11:34:36 +02:00
Jacek Caban a5923a6eea mshtml: Added IInternetHostSecurity::ProcessUrlAction implementation. 2009-10-01 11:34:15 +02:00
Jacek Caban b6dff3f733 mshtml: Return HTMLDocumentNode object in ScriptHost::QueryService for SID_SInternetHostSecurityManager. 2009-10-01 11:33:41 +02:00
Jacek Caban 404c183d80 mshtml: Added IInternetHostSecurityManager stub implementation. 2009-09-29 14:22:33 +02:00
Jacek Caban c14c3a6e91 mshtml: Added ScriptHost IServiceProvider stub implementation. 2009-09-29 14:22:23 +02:00
Ge van Geldorp 75de8dc9ce mshtml/tests: Fix copyright notice. 2009-09-24 16:03:25 +02:00
Ge van Geldorp 73b3d35d05 mshtml/tests: Fix htmldoc test on Windows Server and Win7. 2009-09-23 14:35:52 +02:00
Andrew Eikum 98fcf442dc mshtml: Reimplement IHTMLElement::{get, set}Attribute using IDispatchEx. 2009-09-22 17:47:35 +02:00
Jacek Caban 5d281947ca mshtml: Added IHTMLDOMNode2::get_ownerDocument tests.
Also fixes typo in iface_cmp.
2009-09-22 16:15:56 +02:00
Alistair Leslie-Hughes 7471cfce72 mshtml: Implement IHTMLCurrentStyle_get_textIndent. 2009-09-18 08:56:37 -05:00
Alistair Leslie-Hughes d35c44221d mshtml: Implement IHTMLCurrentStyle_get_lineHeight. 2009-09-18 08:56:28 -05:00
Jacek Caban 7eca0bcae4 mshtml: Use node's IDispatchEx implementation in HTMLDocumentNode. 2009-09-17 09:48:20 -05:00
Jacek Caban 10c714b43a mshmtl: Moved ICustomDoc implementation to HTMLDocumentObj. 2009-09-17 09:48:05 -05:00
Jacek Caban 2fb0d1e456 mshtml: Inherit HTMLDocumentNode from HTMLDOMNode. 2009-09-17 09:47:58 -05:00
Alistair Leslie-Hughes 8f0fd2597a mshtml: Implement IHTMLCurrentStyle_get_bottom. 2009-09-16 14:37:51 -05:00
Alistair Leslie-Hughes 2ef9272e81 mshtml: Implement IHTMLCurrentStyle_get_right. 2009-09-16 14:37:45 -05:00
Alistair Leslie-Hughes d1952288b8 mshtml: Implement IHTMLCurrentStyle_get_marginBottom. 2009-09-16 14:37:39 -05:00
Alistair Leslie-Hughes 6ec0716059 mshtml: Implement IHTMLCurrentStyle_get_marginTop. 2009-09-16 14:37:32 -05:00
Alistair Leslie-Hughes b856484ef3 mshtml: Implement IHTMLCurrentStyle_get_letterSpacing. 2009-09-16 14:37:22 -05:00
Alistair Leslie-Hughes 7f3cb81686 mshtml: Implement IHTMLCurrentStyle_get_paddingBottom. 2009-09-15 17:21:28 -05:00
Alistair Leslie-Hughes 9a2a02fde9 mshtml: Implement IHTMLCurrentStyle_get_paddingRight. 2009-09-15 17:21:23 -05:00
Alistair Leslie-Hughes e5b3b26573 mshtml: Implement IHTMLCurrentStyle_get_paddingTop. 2009-09-15 17:21:17 -05:00
Alistair Leslie-Hughes b80faba168 mshtml: Implement IHTMLCurrentStyle_get_borderBottomColor. 2009-09-15 17:21:11 -05:00
Alistair Leslie-Hughes bf5ab29c1c mshtml: Implement IHTMLCurrentStyle_get_borderRightColor. 2009-09-15 17:21:05 -05:00
Alistair Leslie-Hughes 04da6200e8 mshtml: Implement IHTMLCurrentStyle_get_borderTopColor. 2009-09-15 17:21:00 -05:00
Alistair Leslie-Hughes 144cf8d613 mshtml: Implement IHTMLCurrentStyle_get_borderLeftColor. 2009-09-15 17:20:54 -05:00
Jacek Caban 508aa85c6b mshtml: Added IHTMLInputElement::src property implementation. 2009-09-15 16:41:26 -05:00
Jacek Caban a7e8cdf373 mshtml: Fixed tests.
Based on Paul Vriens's feedback.
2009-09-15 14:31:39 -05:00
Jacek Caban f3fc00503c mshtml: Use ActiveScript for JavaScript in about protocol documents. 2009-09-10 11:06:57 +02:00
Jacek Caban 3d99a99851 mshtml: Added window global properties test. 2009-09-10 11:06:51 +02:00
Paul Vriens 5e68c07182 mshtml/tests: Fix test failures on Win9x/WinME. 2009-09-10 10:50:54 +02:00
Paul Vriens 094b668881 mshtml/tests: Fix some test failures on Win98 and WinME. 2009-09-10 10:50:45 +02:00
Jacek Caban 284796e4bc mshtml: Added javascript protocol tests. 2009-09-09 12:08:25 +02:00
Jacek Caban 537bbe2ce5 mshtml: Make empty string is a valid overflow style. 2009-09-09 12:07:48 +02:00
Jacek Caban d66b02b7b8 mshtml: Added HTML events test. 2009-09-08 13:41:52 +02:00
Jacek Caban 2aee9e3fc2 mshtml: Added GetNextDispID and GetMemberName tests. 2009-09-08 13:39:46 +02:00
Jacek Caban c4bc5be262 mshtml: Added IOmNavigator::get_userAgent implementation. 2009-09-02 14:40:25 +02:00
Jacek Caban 4eead9d092 mshtml: Added IHTMLDocument::writeln implementation. 2009-09-02 14:40:21 +02:00
Jacek Caban 60a85d0749 mshtml: Added http loading test. 2009-09-02 14:40:14 +02:00
Jacek Caban f9a670a3d6 mshtml: Fixed tests on IE8. 2009-09-02 14:40:04 +02:00
Jacek Caban ab199297bc mshtml: Fixed script tests on IE6 and IE7. 2009-09-02 10:24:22 +02:00
Jacek Caban 012004bcf9 mshtml: Added function object tests. 2009-09-01 12:43:07 +02:00
Jacek Caban 9cf9d20197 mshtml: Added IHTMLWindow2::toString implementation. 2009-09-01 12:42:28 +02:00
Jacek Caban f6b846414a mshtml: Added IOmNavigator::toString implementation. 2009-09-01 12:42:23 +02:00
Jacek Caban fc26a1c4bd mshtml: Added DISPID_VALUE implementation for HTMLLocation object. 2009-09-01 12:42:16 +02:00
Jacek Caban ccc5a575d2 mshtml: Fixed script tests on IE8. 2009-08-31 12:19:13 +02:00
Alistair Leslie-Hughes 15bd593fae mshtml: Implement IHTMLStyle get/put letterSpacing. 2009-08-25 11:09:31 +02:00
Alistair Leslie-Hughes 15da6c94f5 mshtml: Implement IHTMLCurrentStyle_get_margin. 2009-08-25 11:09:07 +02:00
Alistair Leslie-Hughes c1c9858b27 mshtml: Implement IHTMLCurrentStyle_get_borderWidth. 2009-08-25 11:08:55 +02:00
Alistair Leslie-Hughes b2f61a5e09 mshtml: Implement IHTMLCurrentStyle_get_overflow. 2009-08-25 11:08:49 +02:00
Alistair Leslie-Hughes 0a77124844 mshtml: Implement IHTMLCurrentStyle_get_backgroundColor. 2009-08-25 11:08:42 +02:00
Alistair Leslie-Hughes 1479263f7e mshtml: Implement IHTMLCurrentStyle_get_color. 2009-08-25 11:08:34 +02:00
Alistair Leslie-Hughes 6c70626180 mshtml: Implement IHTMLCurrentStyle_get_borderTopWidth. 2009-08-24 15:17:33 +02:00
Alistair Leslie-Hughes f2c491dc95 mshtml: Implement IHTMLCurrentStyle_get_borderBottomWidth. 2009-08-24 15:17:33 +02:00
Alistair Leslie-Hughes e050a7b713 mshtml: Implement HTMLCurrentStyle_get_borderRightWidth. 2009-08-24 15:17:33 +02:00
Alistair Leslie-Hughes 4975243db3 mshtml: Implement IHTMLStyle get/put wordSpacing. 2009-08-21 14:12:59 +02:00
Alistair Leslie-Hughes 6bcf724adc mshtml: Implement HTMLCurrentStyle_get_borderLeftWidth. 2009-08-21 13:49:45 +02:00
Alistair Leslie-Hughes d343124344 mshtml: Implement IHTMLStyle get/put borderLeftWidth. 2009-08-20 15:27:18 +02:00
Alistair Leslie-Hughes 7e2dfe4f74 mshtml: Implement IHTMLCurrentStyle_get_visibility. 2009-08-19 17:28:08 +02:00
Alexandre Julliard 86f9fce74c mshtml/tests: Use the global wine_dbgstr_w instead of a local variant. 2009-08-19 13:36:46 +02:00
Alistair Leslie-Hughes 447e5d1fac mshtml: Implement IHTMLLocation get_href. 2009-08-18 14:57:25 +02:00
Vladimir Pankratov 33fe602bcd mshtml: Add test for OmNavigator_get_appName. 2009-08-18 11:39:46 +02:00
Jacek Caban 2ca7683dfb mshtml: Added IHTMLLocation::get_pathname implementation. 2009-08-10 13:19:26 +02:00
Jacek Caban d97cc15608 mshtml: Wine Gecko 1.0.0 release. 2009-08-04 15:33:01 +02:00
Jacek Caban 77ff2df83a mshtml: Added IHTMLStyle3::wordWrap property implementation. 2009-08-03 14:59:47 +02:00
Jacek Caban cf2e8619ef mshtml: Added support for VT_UINT name in IHTMLElementCollection::item. 2009-07-08 20:12:55 +02:00
Jacek Caban 51f13ac144 mshtml: Fixed tests on IE8 and change Wine behavior to IE8. 2009-06-23 15:52:59 +02:00
Detlef Riekenberg 387f24f467 urlmon/tests: Move SecurityManager and ZoneManager tests to a separate file. 2009-06-15 13:42:30 +02:00
Paul Vriens a3160779f9 mshtml/tests: Use strcmp_wa instead of lstrcmpW to test correctly on Win98. 2009-06-08 12:40:39 +02:00
Paul Vriens 44ef1c9bed mshtml/tests: Correct another test. 2009-06-08 12:40:29 +02:00
Paul Vriens 8a784a5eba mshtml/tests: Use lstrcmpA in a helper function to make it work correctly on Win98. 2009-06-08 12:40:22 +02:00
Paul Vriens 3aef9ef08e mshtml/tests: Correct a test and show a Wine bug. 2009-06-08 12:40:04 +02:00
Paul Vriens 79fcaa7835 mshtml: Match IE8 implementation. 2009-05-27 15:40:36 +02:00
Paul Vriens c7f01479c3 mshtml/tests: Fix some test failures on IE8. 2009-05-26 14:25:12 +02:00
Paul Vriens f71904872a mshtml/tests: Fix some test failures with IE8. 2009-05-13 12:04:07 +02:00
Jacek Caban 781b0873e6 mshtml: Added IPersistHistory stub implementation. 2009-04-16 13:45:20 -05:00