Displaying 9 results from an estimated 9 matches for "dispatch_propertyget".
2014 Sep 19
0
Wine release 1.7.27
...ewheel propery implementation.
oleacc: Added DllRegisterServer and DllUnregisterServer implementations.
oleacc: Register CAccPropServices class.
oleacc: Added CAccPropServices stub implementation.
mshtml: Added IHTMLElement::get_sourceIndex implementation.
jscript: Add DISPATCH_PROPERTYGET flag only for DISPATCH_METHOD call in disp_call_value.
wininet: Moved critical section locking to get_cookie callers so that cookie_set_t is also protected.
wininet: Properly clean up in InternetGetCookieExW if no cookies were found.
mshtml: Don't include leading '?' i...
2009 May 06
4
[ win32utils-Feature Requests-25792 ] Create a pure Ruby win32-ole library
Feature Requests item #25792, was opened at 2009-05-05 17:29
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=414&aid=25792&group_id=85
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Daniel Berger (djberg96)
Assigned to: Nobody (None)
Summary: Create a pure Ruby win32-ole library
Initial Comment:
The current Win32OLE
2012 Sep 14
0
Wine release 1.5.13
...rated 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 only when it needs to be in invoke_builtin_prop.
vbscript: Added support for comparing to null.
vbscript: Added support for VT_NULL in stack_pop_bool....
2014 May 02
0
Wine release 1.7.18
...ss 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.
Ken Thomases (5):
winex11: Remove dead store into win_gravity in get_window_attributes().
winemac: For GetKeyNameText(), use the hard-coded table in preference to the Mac keyboar...
2012 Aug 17
0
Wine release 1.5.11
...arget directory.
Henri Verbeet (2):
winex11: Don't set MWM decorations either for fullscreen virtual desktops.
winex11: Explicitly clear virtual desktop maximized state.
Jacek Caban (37):
mshtml: Test contentWindow interfaces of frame and iframe elements.
mshtml: Fixed DISPATCH_PROPERTYGET|DISPATCH_METHOD support in invoke_builtin_prop.
mshtml: Default to previous script type if not given.
vbscript: Ignore fdexNameCaseSensitive flag.
mshtml: Added VBScript in HTML tests.
vbscript: Added IActiveScriptParseProcedure2 stub implementation.
wscript: Use prope...
2012 Mar 16
0
Wine release 1.5.0
...t: Store script context in exec_ctx_t.
jscript: Store parser_ctx_t in bytecode_t instead of other way around.
jscript: Removed no longer needed ref counting in parser_ctx_t.
mshtml: Store more info about properties in func_info_t.
mshtml: Don't use ITypeInfo for InvokeEx(DISPATCH_PROPERTYGET) implementation.
mshtml: Don't use ITypeInfo for InvokeEx(DISPATCH_PROPERTYPUT) implementation.
mshtml: Use caller for argument convertion in builtin_propput if available.
mshtml: Added property value conversion type tests.
jscript: Get rid of no longer needed caller arg...
2010 Oct 29
0
Wine release 1.3.6
...rray.toArray() implementation.
jscript: Added VBArray handling to to_object().
jscript: Improved error handling in VBArray functions.
jscript: Improved VBArray related tests.
jscript: Add index, input and lastIndex properties to regexp functions results.
jscript: Added DISPATCH_PROPERTYGET flag to some calls.
jscript: Added invocation flag tests.
msvcr90/tests: Make some tests fail if invalid_parameter_handler was not invoked.
urlmon: Improved url canonicalize when Uri_CREATE_FILE_USE_DOS_PATH is specified.
mshtml/test: Fix some memory leaks.
mshtml: Add...
2012 Sep 28
0
Wine release 1.5.14
...sts.
mshtml: Use custom VT_BSTR to VT_BOOL conversion in InvokeEx implementation.
mshtml: Added IHTMLDocument::get_charset implementation.
jscript: Added support for limit argument in String.split.
jscript: Properly invoke regexp matching in String.split.
mshtml: Added DISPATCH_PROPERTYGET|DISPATCH_METHOD flags support for elements exposed as window properties.
mshtml: Return S_OK in plugin host's CanInPlaceActivate implementation.
vbscript: Added Space() implementation.
include: Added uiautomationclient.idl.
vbscript: Added Round implementation.
vbs...
2009 Oct 23
0
Wine release 1.1.32
...TMLElement::click implementation.
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....