Commit Graph

2572 Commits

Author SHA1 Message Date
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