Jacek Caban
|
7cbb683705
|
mshtml: Removed TRACEs from dispex_query_interface.
|
2015-01-20 16:29:35 +01:00 |
Marcus Meissner
|
76fef29cd3
|
mshtml: Check for failed allocs (Coverity).
|
2015-01-14 20:31:10 +01:00 |
Jacek Caban
|
0bfe8b441a
|
mshtml: Resolve duplicated IDispatch entries as soon as they are processed.
|
2014-12-15 13:40:18 +01:00 |
Jacek Caban
|
5f913d5afb
|
mshtml: Better removeAttribute implementation.
|
2014-11-28 17:05:58 +01:00 |
Jacek Caban
|
275a231fbb
|
mshtml: Allow setting function properties to any VARIANT type.
|
2014-11-28 17:05:55 +01:00 |
Jacek Caban
|
6a74a0785a
|
mshtml: Always ignore DISPATCH_PROPERTYPUTREF in InvokeEx.
|
2014-11-28 17:05:45 +01:00 |
Qian Hong
|
cdd28b0aca
|
mshtml: Handle DISPATCH_PROPERTYPUT | DISPATCH_PROPERTYPUTREF in invoke_builtin_prop.
|
2014-09-18 13:06:24 +02:00 |
Jacek Caban
|
6262492252
|
mshtml: Added function object default value getter implementation.
|
2014-06-11 13:09:32 +02:00 |
Jacek Caban
|
018af15b9d
|
mshtml: Use debugmsg_mshtml_guid in a few more places.
|
2014-05-09 14:24:34 +02:00 |
Marcus Meissner
|
423a8ccce8
|
mshtml: Specify correct variable in TRACE (Coverity).
|
2013-05-09 19:24:18 +02:00 |
Jacek Caban
|
8c0c09e4c7
|
mshtml: Fixed builtin getter call with arguments.
|
2013-04-01 18:17:14 +02:00 |
Jacek Caban
|
6b0e2c8fdf
|
mshtml: Use VT_ERROR as return type in DispCallFunc call.
|
2013-02-12 14:51:56 +01:00 |
Jacek Caban
|
bce6ee2b84
|
mshtml: Remove duplicated property entries in preprocess_dispex_data.
|
2013-01-16 20:26:50 +01:00 |
Jacek Caban
|
61ec3ae27b
|
mshtml: Added support for converting (some) argument types in builtin function calls using script engine.
|
2012-12-04 16:55:59 +01:00 |
Marcus Meissner
|
0f4c2f9a8c
|
mshtml: Removed duplicate condition (Coverity).
|
2012-10-03 16:28:29 +02:00 |
Jacek Caban
|
514e65c1e9
|
mshtml: Use custom VT_BSTR to VT_BOOL conversion in InvokeEx implementation.
|
2012-09-24 22:27:27 +02:00 |
Jacek Caban
|
6d3bfe8ee5
|
mshtml: Added support for overriding builtin functions.
|
2012-09-24 22:27:27 +02:00 |
Jacek Caban
|
a4869de7fa
|
mshtml: Check if value is function only when it needs to be in invoke_builtin_prop.
|
2012-09-10 12:15:34 +02:00 |
Jacek Caban
|
156e212715
|
mshtml: Fixed DISPATCH_PROPERTYGET|DISPATCH_METHOD support in invoke_builtin_prop.
|
2012-08-13 11:52:27 +02:00 |
Jacek Caban
|
1f6febea08
|
mshtml: Clean up InvokeEx implementation by using get_dispid_type.
|
2012-07-24 21:27:12 +02:00 |
Jacek Caban
|
af4967186a
|
mshtml: Added IHTMLDOMAttribute::get_specified implementation.
|
2012-07-24 21:27:12 +02:00 |
Jacek Caban
|
e9cc7676fa
|
mshtml: Make node object's dynamic IDispatchEx-based properties cycle collectable.
|
2012-07-19 16:01:50 +02:00 |
Jacek Caban
|
61ded412a2
|
mshtml: Added support for calling functions returned by builtin getters.
|
2012-07-13 10:32:36 -05:00 |
Jacek Caban
|
01af42a427
|
mshtml: Moved invoking DISPID_VALUE to separated function.
|
2012-07-13 10:32:31 -05:00 |
Jacek Caban
|
d987690212
|
Added support for shadowing of element pseudo-variables.
|
2012-04-17 12:43:17 +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
|
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
|
30467685ba
|
mshtml: Initialize VARIANT before passing it to variant_copy.
|
2011-12-12 15:50:50 +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 |
Andrew Talbot
|
76a6404c26
|
mshtml: Mark some fall-throughs in switch statements.
|
2011-10-04 16:56:35 -05: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 |
Jacek Caban
|
8cbc34e40f
|
mshtml: Improved handling empty dispex_data_t in preprocess_dispex_data.
|
2011-07-29 15:31:41 +02:00 |
Alexander Morozov
|
25c70bacc6
|
mshtml: Added IProvideClassInfo::GetClassInfo implementation.
|
2011-07-18 16:23:30 +02:00 |
Austin English
|
a71f3683af
|
mshtml: Avoid shadowing a parameter.
|
2011-03-09 14:08:44 +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
|
1c881e534b
|
mshtml: Moved call_disp_func to htmlevent.c.
|
2011-02-25 15:03:32 +01:00 |
Michael Stefaniuc
|
cc43c46fd5
|
mshtml: COM cleanup for the IUnknown iface.
|
2010-12-31 11:47:41 +01:00 |
Michael Stefaniuc
|
0b66169a05
|
mshtml: COM cleanup for the IDispatchEx iface in DispatchEx.
|
2010-12-31 11:47:31 +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 |
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
|
d147ee1392
|
mshtml: Added IHTMLEmbedElement stub implementation.
|
2010-10-29 16:31:37 +02:00 |
Jacek Caban
|
73a15436ac
|
mshtml: Added IDispatchEx support to HTMLObjectElement object.
|
2010-10-28 11:40:06 +02:00 |
Jacek Caban
|
489320b9ab
|
mshtml: Added IHTMLElement2::getBoundingClientRect implementation.
|
2010-07-19 14:38:15 +02:00 |