Displaying 20 results from an estimated 20 matches for "invokeex".
Did you mean:
invoke
2012 Mar 16
0
Wine release 1.5.0
...tests.
include: Added msident.idl.
widl: Removed unused idfile_token.
widl: Make headers guards compatible with midl.
jscript: Added IVariantChangeType stub implementation.
jscript: Properly handle NULL strings in add_eval.
jscript: Pass proper caller argument to InvokeEx.
jscript: Removed no longer needed caller argument of disp_call function.
jscript: Removed no longer needed disp_propget caller argument.
jscript: Removed no longer needed disp_propput caller argument.
mshtml: Recognize UTF-8 BOM.
msident: Added stub DLL.
jscript...
2014 May 02
0
Wine release 1.7.18
...lict with nsIDOMElement.
mshtml: Removed invalid nsAString_InitDepend from HTMLTable_put_bgColor and fixed error handling.
jscript: Fixed uninitialized variable access in interp_end_finally.
iexplore: Mark iexplore.exe as large address aware.
vbscript: Forward Invoke call to InvokeEx.
msctf: Added ITfInputProcessorProfileMgr interface stub implementation.
vbscript: Allow property getters to take arguments.
vbscript: Added InvokeEx(DISPATCH_PROPERTYGET) implementation.
J?r?me Gardou (1):
msi: Expand REG_EXPAND_SZ keys when resolving AppSearch entries.
K...
2017 Nov 24
0
Wine release 2.22
...mshtml: Get rid of unneeded parent from NSContainer.
mshtml: Removed no longer needed flush_pending_tasks.
mshtml: Store task_magic in HTMLDocumentObj instead of HTMLDocument.
mshtml: Added IHTMLDOMNode3::compareDocumentPosition implementation.
mshtml: Hook addEventListener InvokeEx calls to allow capture default value.
Jactry Zeng (1):
wintrust: Update version to 6.1.7601.23769.
Jonathan Doron (1):
kernel32/tests: Test suspended process with new thread.
Julian Rüger (1):
po: Update German translation.
Józef Kucia (2):
wined3d: Allow copies between...
2012 Sep 28
0
Wine release 1.5.14
...vbscript: Added Len implementation.
vbscript: Added support for do..loop statement without an expression.
vbscript: Added ScriptDisp::GetIDsOfNames implementation.
vbscript: Added ScriptDisp_Invoke implementation.
vbscript: Return error for unsupported flags in ScriptDisp::InvokeEx.
jscript: Store exception value in script_ctx_t instead of passing it everywhere.
jscript: Don't store jsexcept_t in exec_ctx_t.
jscript: Pack jsval_t to 64-bit structure on i386.
oleaut32: Properly handle TKIND_ALIAS when looking for iface GUID.
mshtml: Fixed NULL...
2014 Nov 28
0
Wine release 1.7.32
...SIGN stub.
mshtml: Added IHTMLDocument2::execCommand implementation.
mshtml: Added IHTMLTxtRange::setEndPoint implementation.
mshtml/tests: Fixed some test failures.
mshtml: Added fontname command support to execCommand.
mshtml: Always ignore DISPATCH_PROPERTYPUTREF in InvokeEx.
jscript: Use DISPATCH_PROPERTYPUTREF flag when setting a property to VT_DISPATCH.
mshtml: Allow setting function properties to any VARIANT type.
mshtml: Better removeAttribute implementation.
mshtml: Correctly handle flags in IHTMLElement:setAttribute.
mshtml: Correct...
2020 Sep 11
0
Wine release 5.17
...msscript.ocx: Implement IActiveScriptSiteWindow::GetWindow.
msscript.ocx: Return S_OK from the IActiveScriptSiteWindow::EnableModeless stub.
msscript.ocx: Implement UseSafeSubset properly by setting the interface safety options.
msscript.ocx: Supply a stub ServiceProvider to InvokeEx in run_procedure.
Georg Lehmann (1):
winex11.drv: Use vkGetPhysicalDeviceProperties2KHR to get gpu properties.
Gijs Vermeulen (1):
crypt32: Remove unused variable in test_CryptBinaryToString().
Hans Leidekker (12):
mountmgr: Add ioctl to read host credentials on macOS.
ad...
2019 Sep 27
0
Wine release 4.17
...Add property element parser support.
scrobj/tests: Add property element tests.
scrobj: Store script dispatch in script host.
scrobj: Lookup object members implementations in scripts when createating scriptlet instance.
scrobj: Add GetDispID implementation.
scrobj: Add InvokeEx implementation.
scrobj: Use ReadValueChunk to read script body.
scrobj: Improve debug traces.
scrobj: Ignore processing instructions in scriptlet files.
Jactry Zeng (3):
msscript/tests: Initialize custom engine for global.
msscript: Cache state of IActiveScript in Scr...
2020 Aug 01
0
Wine release 5.14
...box drawing unicode range.
Jiajin Cui (1):
gdiplus: Fix crash if failed to create bitmap.
Joshua Ashton (1):
winevulkan: Implement VK_EXT_calibrated_timestamps.
Kevin Puetz (2):
jscript: Fix some memory problems in disp_call_value.
jscript: Fix `this` within IDispatchEx::InvokeEx.
Liam Middlebrook (1):
winevulkan: Update to VK spec version 1.2.148.
Louis Lenders (1):
sc.exe: Fake succes for the SdSet argument.
Matteo Bruni (9):
wined3d: Correctly destroy the adapter on format initialization failure in no3d mode.
wined3d: Fail adapter creation if d...
2014 Mar 07
0
Wine release 1.7.14
...dmime: COM cleanup of IDirectMusicSegmentState8 interface.
dmime: COM cleanup of IDirectMusicGraph interface.
kernel32: Partial implementation for GetCalendarInfoEx().
oleaut32: Implement DISPID_PICT_RENDER dispid.
fontsub: Added dll stub.
msxml3: Unify Invoke()/InvokeEx() tracing format.
msxml3: Support VT_BSTR|VT_BYREF as reader input.
msxml3: Fix IVBSAXXMLReader interface definition.
msxml3: Support more variant types in putProperty().
msxml3: Added IVBSAXDeclHandler interface for MXWriter.
msxml3: Added IVBSAXLexicalHandler interfa...
2015 Mar 06
0
Wine release 1.7.38
...ring for addon downloader.
urlmon: Added IInternetBindInfo implementation to BindStatusCallback object.
mshtml: Use return_nsstr helper in IHTMLDocument5::get_compatMode.
vbscript: Added support for DISPATCH_PROPERTYPUTREF flag.
vbscript: Pass DISPATCH_PROPERTYPUTREF flag to InvokeEx when apropriate.
vbscript: Convert VT_DISPATCH propput value to trivial value if DISPATCH_PROPERTYPUTREF is not set.
vbscript: Fail to set non-object values with DISPATCH_PROPERTYPUTREF flag.
vbscript: Leave assigning value up to add_dynamic_var callers.
vbscript: Leave conv...
2012 Jul 31
0
Wine release 1.5.10
....
jscript: Use prototype for builtin RegExp properties.
jscript: Use prototype for builtin String properties.
mshtml: Use proper document node for createElement called on document fragment.
mshtml: Added IHTMLDOMAttribute::get_specified implementation.
mshtml: Clean up InvokeEx implementation by using get_dispid_type.
mshtml: Moved more logic to HTMLStyle_Create.
mshtml: Added IHTMLElement2::get_runtimeStyle hackish implementation.
mshtml: Added runtimeStyle tests.
activdbg.idl: Undef GetCurrentThread macro to avoid collision with interface functio...
2020 Feb 02
0
Wine release 5.1
...msvcrt/tests: Avoid using msvcrt.h header.
include: Use dllimport attribute for string.h functions.
jscript: Use internal jsdisp calls only within the same script context.
jscript: Store source context and starting line in bytecode_t.
jscript: Support DISP_E_EXCEPTION InvokeEx result.
jscript: Use separated jsexcept_t instance for each external call.
jscript: Store separated flag indicating if current exception value is valid.
jscript: Store error code in jsexcept_t.
jscript: Use enter_script and leave_script to call script site notifications....
2020 Feb 16
0
Wine release 5.2
...e the colon in the test summary line.
tests: Restore the colon in the todo, skip and trace lines.
Gabriel Iv?ncescu (5):
vbscript: Return the named item itself from lookup_named_item.
vbscript: Lookup the named item in compile_script.
vbscript: Fail if we have no context in InvokeEx.
vbscript: Use a helper function to lookup the global functions.
vbscript: Implement the SCRIPTITEM_CODEONLY flag.
Gerald Pfeifer (1):
wldap32: Define a debug channel only when we are using it.
Giovanni Mascellani (1):
d2d1: Trim rasterization area when drawing B?zier curv...
2012 Sep 14
0
Wine release 1.5.13
...ent attribute tests.
mshtml: Avoid duplicated string release in navigate_anchor.
vbscript: Fixed class_desc_t leak.
vbscript: Use separated IDispatchEx implementation for script dispatch.
vbscript: Added ScriptDisp::GetDispID implementation.
vbscript: Added ScriptDisp::InvokeEx implementation.
vbscript: Added ScriptDisp tests.
jscript: Be more verbose about parser failure.
vbscript: Added support for DISPATCH_PROPERTYGET in invoke_variant_prop.
mshtml: Use first script host's GUID as default script guid.
mshtml: Check if value is function...
2012 Jun 22
0
Wine release 1.5.7
...ITY macro instead of ret_inf() hack.
jscript: Use INFINITY macro instead of num_set_inf().
jscript: Make Function object invocation a special case in IDispatchEx implementation.
jscript: Pass jsthis internally without using DISPPARAMS.
jscript: Moved DISPPARAMS conversion to InvokeEx.
Julian R?ger (3):
po: Update German translation.
po: Update German translation.
ntprint/tests: Fix some typos.
J?zef Kucia (9):
d3dx9/tests: Add tests for D3DXCreateRenderToEnvMap.
d3dx9: Add ID3DXRenderToEnvMap interface stub.
d3dx9/tests: Improve test failur...
2011 Sep 23
0
Wine release 1.3.29
...Added obj member call test.
vbscript: Added function storage specifiers support.
vbscript: Added class functions parser implementation.
vbscript: Added class function compiler implementation.
vbscript: Added beginning GetDispID implementation.
vbscript: Added beginning InvokeEx implementation.
vbscript: Added interp_mcall implementation.
vbscript: Added this object to identifier lookup chanin.
vbscript: Added stop statement semi-stub implementation.
vbscript: Added class property parser implementation.
vbscript: Added class properties compile...
2008 Sep 19
0
Wine release 1.1.5
...gdi32: Factor out the name table lookup into a separate function.
Ismael Barros (1):
dplayx: Fix static overrun of pDP array in test (Coverity).
Jacek Caban (123):
jscript: Store more data in DispatchEx object.
jscript: Added GetDispID implementation.
jscript: Added InvokeEx implementation.
jscript: Added GetNextDispID implementation.
jscript: Added DeleteMemberByName implementation.
jscript: Added GetMemberName implementation.
jscript: Added expression statement implementation.
jscript: Added identifier expression implementation.
js...
2009 Oct 23
0
Wine release 1.1.32
...on.
mshtml: Added more events tests.
mshtml: Added IHTMLBaseFrame interface stub implementation.
mshtml: Added IHTMLFrameBase IDispatchEx support.
mshtml: Use DISPATCH_* macros instead of INVOKE_*.
mshtml: Added support for DISPATCH_METHOD|DISPATCH_PROPERTYGET calls to InvokeEx implementation.
mshtml: Return failure in GetContentType if content type is not available.
jscript: Don't use VARTYPE as is in literal_t.
jscript: Separate flags parsing from regexp creating.
jscript: Create regexp object when evaluating regexp literal.
msxml3: Sto...
2009 Nov 13
0
Wine release 1.1.33
...ow on HTMLIFrameElement creation.
mshtml: Moved content_window to HTMLFrameBase.
mshtml: Associate HTMLWindow with HTMLIFrame.
mshtml: Added HTMLFrameElement object and associate it with frame window.
mshtml: Return NS_OK for empty aRef in nsIURL::SetRef.
mshtml: Added InvokeEx(DISPATCH_PROPERTYPUT|DISPATCH_PROPERTYPUTREF) implementation.
mshtml: Added fdexNameCaseInsensitive support.
mshtml: Don't create dynamic property if alloc arg is false.
mshtml: Moved global property allocation to separated function.
mshtml: Added support for accessing e...
2008 May 02
0
Wine release 0.9.61
...Updated Korean resource.
winhelp: Updated Korean resource.
start: Updated Korean resource.
Jacek Caban (64):
mshtml: Parse and store onload attributes.
mshtml: Added load event support.
mshtml: Added IDispEx::GetDispID implementation.
mshtml: Added IDispatchEx::InvokeEx implementation.
mshtml: Added IDispatchEx::Invoke implementation.
mshtml: Added IDispatchEx::GetIDsOfNames implementation.
mshtml: Forward IOmNavigator's IDispatch method to IDispatchEx implementation.
mshtml: Added window IDispatchEx implementation.
mshtml: Forwar...