Mono Update

2013-10-14 Thread Alistair Leslie-Hughes
Hi, wine-mono hasn't been updated in nearly a year.Should it be time to consider a new release? Thoughts. Best Regards Alistair Leslie-Hughes

oledb32: Implement IDataSourceLocator get/put hWnd (try 4)

2013-10-01 Thread Alistair Leslie-Hughes
Hi, Corrected warnings. Changelog: Implement IDataSourceLocator get/put hWnd Best Regards Alistair Leslie-Hughes From 13b8466033f24db028bfed6de609c4cd5f84b14a Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes leslie_alist...@hotmail.com Date: Mon, 30 Sep 2013 14:05:01 +1000 Subject

mscoree: Implement CreateInterface

2013-10-01 Thread Alistair Leslie-Hughes
Hi, Changelog: mscoree: Implement CreateInterface Best Regards Alistair Leslie-Hughes From 6e4b9aff1f2a8776be0ad3cf6e9d0404dd5bec29 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes leslie_alist...@hotmail.com Date: Tue, 1 Oct 2013 10:17:50 +1000 Subject: [PATCH 2/2] Implement

Re: oledb32: Implement IErrorRecord AddErrorRecord

2013-08-20 Thread Alistair Leslie-Hughes
On 20/08/2013 7:29 PM, Nikolay Sivov wrote: On 8/20/2013 13:21, Alistair Leslie-Hughes wrote: Hi, Yes we do just take the pointer (pErrorInfo) passed in. MSDN states that the caller responsible for this memory. It means caller could free it at any time (or it could be a stack variable), so you

Re: mscoree: Attempt to load the assembly from the application directory

2013-08-15 Thread Alistair Leslie-Hughes
On 15/08/2013 2:41 AM, Vincent Povirk wrote: This seems suspicious to me. You appear to be taking the namespace of the class and assuming it's an assembly name. Is there really no other information in the registry that could be used to identify the assembly? I'll have another look to see if

Re: oledb32: Add IDataSourceLocator support

2013-08-01 Thread Alistair Leslie-Hughes
Ignore this patch On 1/08/2013 6:36 PM, Alistair Leslie-Hughes wrote: Hi, Changelog: oledb32: Add IDataSourceLocator support Best Regards Alistair Leslie-Hughes

Re: [PATCH] ieframe: Add a IServiceProvider stub to IBindStatusCallback

2013-05-18 Thread Alistair Leslie-Hughes
On 18/05/2013 11:11 PM, Detlef Riekenberg wrote: -- By by ... Detlef --- dlls/ieframe/navigate.c | 51 +++ 1 files changed, 51 insertions(+), 0 deletions(-) Tests to prove the interface exists. Best Regards Alistair Leslie-Hughes

Re: ole32/tests: Add test for IDispatch interface in IOleObject_QueryInterface.

2013-02-09 Thread Alistair Leslie-Hughes
= IOleObject_QueryInterface(ole_obj, IID_IDispatch, (void**)dispatch); +todo_wine +ok(hr == S_OK, got %08x\n, hr); The IDispatch Interface should be released. Best Regards Alistair Leslie-Hughes

Re: user32: Initialize string buffer

2012-11-12 Thread Alistair Leslie-Hughes
Hi Nikolay, On 12/11/2012 8:39 PM, Nikolay Sivov wrote: On 11/12/2012 11:33, Alistair Leslie-Hughes wrote: Hi, Should fix http://bugs.winehq.org/show_bug.cgi?id=28797 Changelog: user32: Initialize string buffer I think it could be GetWindowText problem actually, if it succeeded

Re: [PATCH 2/3] dmloader: Display new ref in AddRef and Release.

2012-11-06 Thread Alistair Leslie-Hughes
or else it will never be freed. Best Regards Alistair Leslie-Hughes

Re: [1/3] scrrun: Implement IDictionary_Add and Count (try 2)

2012-10-12 Thread Alistair Leslie-Hughes
On 9/10/2012 8:54 PM, Henri Verbeet wrote: On 9 October 2012 11:26, Alistair Leslie-Hughes leslie_alist...@hotmail.com wrote: Changelog: scrrun: Implement IDictionary_Add and Count Actually, does it ever make sense to use a linked list at all to implement a dictionary? It seems to me

Re: oledb32: Add support for IDBInitialize interface in IDataInitialize

2012-09-25 Thread Alistair Leslie-Hughes
was already failing for some boxes. See http://test.winehq.org/data/6ebf13960be6105243536113625b5ca50883c8c9/index_NT4.html#oledb32:marshal Best Regards Alistair Leslie-Hughes

Wine Mono update

2012-09-16 Thread Alistair Leslie-Hughes
should we look for to trigger a new wine-mono release? Best Regards Alistair Leslie-Hughes

Re: Wine bot results

2012-08-29 Thread Alistair Leslie-Hughes
Hi Jacek, -- From: Jacek Caban ja...@codeweavers.com Sent: Wednesday, August 29, 2012 1:16 AM To: Alistair Leslie-Hughes leslie_alist...@hotmail.com Cc: wine-devel@winehq.org Subject: Re: Wine bot results This VariantClear call attempts to free

Wine bot results

2012-08-28 Thread Alistair Leslie-Hughes
on the different results? Best Regards Alistair Leslie-Hughes

Re: Wine bot results

2012-08-28 Thread Alistair Leslie-Hughes
Alistair Leslie-Hughes

Re: [2/2] scrrun: Added IDispatch support for IFileSystem3

2012-07-12 Thread Alistair Leslie-Hughes
On 12/07/2012 5:02 PM, Nikolay Sivov wrote: For http://bugs.winehq.org/show_bug.cgi?id=9638 and similar cases I have already submitted a patch for this http://source.winehq.org/patches/data/87925 Best Regards Alistair Leslie-Hughes

Re: [2/2] scrrun: Added IDispatch support for IFileSystem3

2012-07-12 Thread Alistair Leslie-Hughes
On 13/07/2012 7:38 AM, Nikolay Sivov wrote: On 7/12/2012 23:35, Alistair Leslie-Hughes wrote: On 12/07/2012 5:02 PM, Nikolay Sivov wrote: For http://bugs.winehq.org/show_bug.cgi?id=9638 and similar cases I have already submitted a patch for this http://source.winehq.org/patches/data/87925 I

Re: msxml3: Implement IXMLParser Get/Set Flags

2012-06-08 Thread Alistair Leslie-Hughes
/JobDetails.pl?Key=18891 Your paranoid android. === WINEBUILD (build) === Make failed This appears to be caused by the bot not building xmlparser.idl - xmlparser.h. Best Regards Alistair Leslie-Hughes

Re: [scrrun] Add initial support for Dictionary patch - 1/3

2012-06-04 Thread Alistair Leslie-Hughes
parameters in FIXME, they all seem to be missing the last one. Best Regards Alistair Leslie-Hughes

Re: [3/8] scrrun: Add IFileSystem3 support

2012-03-27 Thread Alistair Leslie-Hughes
Hi Jacek, Is there any reason for this to be heap-based object? It looks to me like it would better be a static object (AFAICS you don't even need FileSystem struct since you're not going to store anything in it). No, Just habit to create them like this. Best Regards Alistair Leslie-Hughes

Re: mscoree: Better support RUNTIME_INFO_UPGRADE_VERSION in, GetRequestedRuntimeInfo (try 3)

2012-03-13 Thread Alistair Leslie-Hughes
valid to specify a minimum version like 2.0.50727, and then use the flag RUNTIME_INFO_UPGRADE_VERSION to get any .NET version. This allows native applications to interact with .NET without caring about the .NET version installed. Best Regards Alistair Leslie-Hughes

Re: [2/2] scrrun: Register Scripting interfaces

2012-01-25 Thread Alistair Leslie-Hughes
Hi, On 25/01/2012 9:59 PM, Nikolay Sivov wrote: On 1/25/2012 12:35, Alistair Leslie-Hughes wrote: Hi, Changelog: scrrun: Register Scripting interfaces Some of this are already used in wshom.ocx, I'm not sure which one should take precedence and implement that. Probably it changed in recent

Re: [2/2] scrrun: Register Scripting interfaces

2012-01-25 Thread Alistair Leslie-Hughes
Hi, On 25/01/2012 9:59 PM, Nikolay Sivov wrote: On 1/25/2012 12:35, Alistair Leslie-Hughes wrote: Hi, Changelog: scrrun: Register Scripting interfaces Some of this are already used in wshom.ocx, I'm not sure which one should take precedence and implement that. Probably it changed in recent

Re: [2/2] scrrun: Register Scripting interfaces

2012-01-25 Thread Alistair Leslie-Hughes
On 26/01/2012 1:03 AM, Nikolay Sivov wrote: On 1/25/2012 15:21, Jacek Caban wrote: That's what I meant, it should be implemented in one place, after that you probably won't need duplicated *.idls. Where would such a file live? Best Regards Alistair Leslie-Hughes

Re: mmcndmgr: Implement IMMCVersionInfo

2012-01-20 Thread Alistair Leslie-Hughes
Ignore this. On 20/01/2012 9:32 PM, Alistair Leslie-Hughes wrote: Hi, Changelog: mmcndmgr: Implement IMMCVersionInfo Best Regards Alistair Leslie-Hughes

Re: mscoree: Implement DllGetClassObject

2012-01-11 Thread Alistair Leslie-Hughes
give it a go. Best Regards Alistair Leslie-Hughes

Re: winspool.drv: Correct test for Device Capabilities (resend)

2011-11-10 Thread Alistair Leslie-Hughes
/JobDetails.pl?Key=15332 Your paranoid android. === WINEBUILD (build) === Can't determine base name Can someone have a look at this patch please? and can some fix testbot to accept patches for winspool.drv? Best Regards Alistair Leslie-Hughes

Re: [2/2] mscoree: Implement ICorDebug CreateProcess

2011-11-05 Thread Alistair Leslie-Hughes
be appreciated. Thanks for the link and the information. I'll investigate and see what I can achieve. Best Regards Alistair Leslie-Hughes

Re: mscoree: Implement ICorDebug SetManagedHandler (try 3)

2011-10-10 Thread Alistair Leslie-Hughes
On 11/10/2011 2:07 AM, Vincent Povirk wrote: Should SetManagedHandler really fail if the given object doesn't support ICorDebugManagedCallback2 ? Yes, this is a requirement for debugging .NET 2 applications. Best Regards Alistair Leslie-Hughes

DLLCanUnloadNow Question

2011-10-07 Thread Alistair Leslie-Hughes
Regards Alistair Leslie-Hughes

Creating register Resource.

2011-09-18 Thread Alistair Leslie-Hughes
Hi, I'm attempting to create a RES file from the xmlparser.idl file. After I modify the Makefile with IDL_R_SRCS = xmlparser.idl The .res file is created, but no register information is generated. Have I missed something? Best Regards Alistair Leslie-Hughes

Re: [1/3] msxml3: Add xmlparser interfaces

2011-09-12 Thread Alistair Leslie-Hughes
MSDN to show that they now deprecated, and they aren't just for Mobile Devices. http://msdn.microsoft.com/en-us/library/ms757816%28VS.85%29.aspx It was part of the msxml3 at some point on windows, see bug http://bugs.winehq.org/show_bug.cgi?id=5841 Best Regards Alistair Leslie-Hughes

Re: [1/3] msxml3: Add xmlparser interfaces

2011-09-10 Thread Alistair Leslie-Hughes
} XML_ERROR_CODE; Hope this clears things up. Best Regards Alistair Leslie-Hughes

Re: winspool.drv: Correct test for Device Capabilities

2011-09-09 Thread Alistair Leslie-Hughes
/JobDetails.pl?Key=14060 Your paranoid android. === WINEBUILD (build) === Can't determine base name Can someone explain what this error is and how to rectify it? Best Regards Alistair Leslie-Hughes

Re: [3/3] msxml3: Support creating IXMLParser Interface (try 2)

2011-09-07 Thread Alistair Leslie-Hughes
they wont be registered as per normal. Best Regards Alistair Leslie-Hughes

Re: [2/3] msxml3: Register XML Parser interfaces (try 2)

2011-09-07 Thread Alistair Leslie-Hughes
On 7/09/2011 9:39 PM, Nikolay Sivov wrote: On Wed, Sep 7, 2011 at 2:04 PM, Alistair Leslie-Hughes leslie_alist...@hotmail.com wrote: Hi, Changelog: msxml3: Register XML Parser interfaces Do you really need this? I think existing coclasses are registered with .idl in /msxml3. Maybe

Re: shdocvw: Add ITaskbarList2 Interface

2011-06-19 Thread Alistair Leslie-Hughes
that this interface exists? Best Regards Alistair Leslie-Hughes

Re: [1/4] mshtml: Ignore IActiveScript interface for IXMLHTTPRequest (resend)

2011-02-16 Thread Alistair Leslie-Hughes
Hi Jacek, -- From: Jacek Caban ja...@codeweavers.com Sent: Wednesday, February 16, 2011 8:44 PM To: Alistair Leslie-Hughes leslie_alist...@hotmail.com Cc: Wine Devel wine-devel@winehq.org Subject: Re: [1/4] mshtml: Ignore IActiveScript interface

Re: [1/4] mshtml: Ignore IActiveScript interface for IXMLHTTPRequest (resend)

2011-02-15 Thread Alistair Leslie-Hughes
Hi Jacek, On 14/02/2011 9:48 PM, Jacek Caban wrote: On 2/14/11 10:03 AM, Alistair Leslie-Hughes wrote: Changelog: mshtml: Ignore IActiveScript interface for IXMLHTTPRequest mshtml? + else if ( IsEqualGUID( riid,IID_IActiveScript)) + { + TRACE((%p)-(IID_IActiveScript %p) returning NULL\n

Re: msxml3: Ignore IActiveScript interface for IXMLHTTPRequest

2011-02-11 Thread Alistair Leslie-Hughes
Hi, On 11/02/2011 8:12 PM, Nikolay Sivov wrote: On 2/11/2011 10:51, Alistair Leslie-Hughes wrote: Hi, Changelog: msxml3: Ignore IActiveScript interface for IXMLHTTPRequest What's a purpose of this? To remove the FIXME from appearing in the logs. Best Regards Alistair Leslie-Hughes

Re: msxml3: Ignore IActiveScript interface for IXMLHTTPRequest

2011-02-11 Thread Alistair Leslie-Hughes
Hi, -- From: Nikolay Sivov bungleh...@gmail.com Sent: Friday, February 11, 2011 9:27 PM To: Alistair Leslie-Hughes leslie_alist...@hotmail.com Cc: wine-devel@winehq.org Subject: Re: msxml3: Ignore IActiveScript interface for IXMLHTTPRequest On 2

Re: mshtml: Implement IHTMLStyle put_borderTopColor

2011-01-27 Thread Alistair Leslie-Hughes
Hi Michael, -- From: Michael Stefaniuc mstef...@redhat.com Sent: Thursday, January 27, 2011 9:01 PM To: Alistair Leslie-Hughes leslie_alist...@hotmail.com Cc: wine-devel@winehq.org Subject: Re: mshtml: Implement IHTMLStyle put_borderTopColor

mshtml: Correct test for unknown dispID

2010-09-07 Thread Alistair Leslie-Hughes
Changelog: mshtml: Correct test for unknown dispID Best Regards Alistair Leslie-Hughes From 1d422d3162a048f354671301e9a58e41d7641d94 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes leslie_alist...@hotmail.com Date: Wed, 8 Sep 2010 14:39:53 +1000 Subject: [PATCH] Correct test

Porting Applications

2010-06-22 Thread Alistair Leslie-Hughes
, all breakpoints are at the source level only. This feature has been extremely useful in working out issues with running Enterprise Architect in the WINE environment. Best Regards Alistair Leslie-Hughes

Re: rpcrt4: Added stub function CreateStubFromTypeInfo

2010-03-23 Thread Alistair Leslie-Hughes
process to die without crashing the main program. Best Regards Alistair Leslie-Hughes

Re: oleaut32: Use FADF_HAVEVARTYPE before FADF_RECORD for safearrays

2010-03-20 Thread Alistair Leslie-Hughes
A test case would be a good idea. After spending a consider amount of time trying to writing a test case, It always failed on an XP box. This patch would just hide the issue instead of truly fixing it. Best Regards Alistair Leslie-Hughes

Re: msxml4: Prefer to use the native version

2010-02-09 Thread Alistair Leslie-Hughes
On 9/02/2010 9:21 PM, Nikolay Sivov wrote: On 2/9/2010 11:50, Alistair Leslie-Hughes wrote: Hi, Changelog: msxml4: Prefer to use the native version Best Regards Alistair Leslie-Hughes Why do you need this? If a program install msxml4 as part of it install process, it should use the native

Re: msxml4: Prefer to use the native version

2010-02-09 Thread Alistair Leslie-Hughes
is caused by fixme:msxml:domdoc_setProperty Unknown property LSelectionNamespaces XPath error : Undefined namespace prefix xmlXPathEval: evaluation failed Which is already covered by a bug already. Best Regards Alistair Leslie-Hughes

Re: [PATCH 3/4] msxml3/xmldoc: IPersistStreamInit::InitNew() seems to do nothing for IXMLDocument

2010-01-12 Thread Alistair Leslie-Hughes
On 13/01/2010 1:41 AM, Nikolay Sivov wrote: IPersistStreamInit::InitNew() seems to do nothing for IXMLDocument +hr = IPersistStreamInit_IsDirty(psi); +todo_wine ok(hr == S_FALSE, Expected S_OK, got %08x\n, hr); The message doesn't match the condition. Best Regards Alistair Leslie

Re: shdocvw: Added support for non-english IE MUI

2009-12-08 Thread Alistair Leslie-Hughes
string to work before adding resources to either. (patch will be available shortly). Either way, the control string will be exactly what we get from get_Name, so translators properly wouldn't need to directly translate it. (copy paste from error log :) ) Best Regards Alistair Leslie-Hughes

Re: shdocvw: Fix test for non-english IE MUI

2009-12-08 Thread Alistair Leslie-Hughes
Hi Jacek, You don't need to delete the whole test. You can check for the system language and do the compare only if it's English. Is there an example that already does this? Just use function GetUILanguageInfo or similar? Best Regards Alistair Leslie-Hughes

Re: [1/2] mshtml: Implement IHTMLDocument2_put/get_bgColor

2009-08-23 Thread Alistair Leslie-Hughes
Hi Vladimir, On 08/23/2009 05:17 PM, Vladimir Pankratov wrote: +hres = IHTMLDocument2_get_body(iface, elem); You need to Release elem when you have finished with it. Best Regards Alistair Leslie-Hughes

Help with test

2009-08-11 Thread Alistair Leslie-Hughes
attached) The problem is I've attempted to reproduce this scenario as a test, but have missed something. Can someone have a look to see what I might of overlooked? Best Regards Alistair Leslie-Hughes From 3277b7192ec3edeb5718e449a82c5bb239df84fd Mon Sep 17 00:00:00 2001 From: Alistair Leslie

Re: mshtml: Implement IHTMLStyle4 get/put textOverflow

2009-08-06 Thread Alistair Leslie-Hughes
Forget this patch, missed the todo_wine Alistair Leslie-Hughes leslie_alist...@hotmail.com wrote in message news:4a7aa9a2.9060...@hotmail.com... Hi, Changelog: mshtml: Implement IHTMLStyle4 get/put textOverflow Best Regards Alistair Leslie-Hughes

Re: [1/2] shdocvw: Added support for IAdviseSink (resend)

2009-08-06 Thread Alistair Leslie-Hughes
Hi, Could I get some feedback on this patch please? Best Regards Alistair Leslie-Hughes Alistair Leslie-Hughes wrote: Hi, Changelog: shdocvw: Added support for IAdviseSink Best Regards Alistair Leslie-Hughes From 9925900c771af32a1dfb2567d8354e888949c352 Mon Sep 17 00:00:00

Re: [1/7] mshtml: Implement IHTMLStyle get/put borderLeftWidth (resend)

2009-03-15 Thread Alistair Leslie-Hughes
Could I get some feedback on this patch please? Best Regards Alistair Leslie-Hughes From 60473b955b3b35feb089ad1cbf1320ce9f971020 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes leslie_alist

Re: mshtml: Implement IHTMLStyle4 get/put textOverflow

2009-03-10 Thread Alistair Leslie-Hughes
Ignore this patch, we'll have to wait until Firefox 3.1 before CSS3 is supported. I forgot there was wine_todo. Alistair Leslie-Hughes leslie_alist...@hotmail.com wrote in message news:49b726bb.4000...@hotmail.com... Hi, Changelog: mshtml: Implement IHTMLStyle4 get/put textOverflow Best

Re: [PATCH 1/4] mshtml: Added IHTMLElement::put_innerHTML implementation.

2009-03-09 Thread Alistair Leslie-Hughes
[] = {'x',0}; Should this be = {'y', 0}? Best Regards Alistair Leslie-Hughes

Re: [2/2] mshtml: Implement IHTMLElement2_insertAdjecentElement (try 2)

2009-03-01 Thread Alistair Leslie-Hughes
Hi, Can I get some feedback on please? Best Regards Alistair Leslie-Hughes Alistair Leslie-Hughes leslie_alist...@hotmail.com wrote in message news:49a7af90.8000...@hotmail.com... Hi, Moved forward declare to private header. Changelog: mshtml: Implement

Re: urlmon: Correctly test to see if PutProperty_CLASSIDPROP is called

2009-02-16 Thread Alistair Leslie-Hughes
Leslie-Hughes

Re: mshtml: Correctly test to see if PutProperty_CLASSIDPROP is called

2009-02-15 Thread Alistair Leslie-Hughes
Ignore this, the subject is wrong. Alistair Leslie-Hughes leslie_alist...@hotmail.com wrote in message news:4997db01.1000...@hotmail.com... Hi, Changelog: mshtml: Correctly test to see if PutProperty_CLASSIDPROP is called. Best Regards Alistair Leslie-Hughes

Re: New coverity run Feb 7, 14 new warnings

2009-02-08 Thread Alistair Leslie-Hughes
Hi Dan, 873 FORWARD_NULLHTMLStyle_put_fontWeight dlls/mshtml/htmlstyle.c NULL is a valid value to be passed though to gecko. Best Regards Alistair Leslie-Hughes

Re: New Wine Gecko package

2009-02-05 Thread Alistair Leslie-Hughes
apps (TopStyle, Web Page maker), they appear to not crash any more than before ;). The patch attached didn't cleanly apply to todays git. (but did to a 1.1.14 tree) Best Regards Alistair Leslie-Hughes

Re: mshtml: Implement IHTMLStyle_put_backgroundColor

2009-02-04 Thread Alistair Leslie-Hughes
Hi Ricardo, hi alistair, you say it implements the put method but the patch has only the get method... typo? Thanks for picking this up. It's a typo, Ill resend shortly. Best Regards Alistair Leslie-Hughes

Re: shdocvw: Correct OnAmbientPropertyChange regession

2009-02-03 Thread Alistair Leslie-Hughes
Jacek Caban ja...@codeweavers.com wrote in message news:4988d589.9080...@codeweavers.com... Alistair Leslie-Hughes wrote: Hi, After testing on XP, it appears that OnAmbientPropertyChange when passwed DISP_UNKNOWN doesnt check all properties. Changelog: shdocvw: Correct

Re: mshtml: Implement IHTMLDocument5 createComment (resend)

2009-01-15 Thread Alistair Leslie-Hughes
Hi, Can I get some feedback on this please? Best Regards Alistair Leslie-Hughes Alistair Leslie-Hughes leslie_alist...@hotmail.com wrote in message news:496d1ebf.2000...@hotmail.com... Hi, Changelog: mshtml: Implement IHTMLDocument5 createComment Best Regards Alistair Leslie-Hughes

Re: user32: Check for bad scroll value and fix return values inEDIT_EM_Scroll

2009-01-15 Thread Alistair Leslie-Hughes
Hi, Can I get some feedback on this please? Best Regards Alistair Leslie-Hughes Alistair Leslie-Hughes leslie_alist...@hotmail.com wrote in message news:496db2f4.2020...@hotmail.com... Hi, Based on a patch by David Hedberg and later Austin English. Fixes bug 1517. Corrected test

Re: [1/4] mshtml: Implement IHTMLStyle get/put borderRightStyle

2009-01-11 Thread Alistair Leslie-Hughes
Hi Jakek, Jacek Caban ja...@codeweavers.com wrote in message news:496a47af.50...@codeweavers.com... Hi Alistair, Alistair Leslie-Hughes wrote: Hi, Changelog: mshtml: Implement IHTMLStyle get/put borderRightStyle +static BOOL IsValidBorderStyle(BSTR v) - Please use the same name

Re: mshtml: Implement IHTMLStyle get/set Attribute

2009-01-07 Thread Alistair Leslie-Hughes
Hi, Is there anything wrong with this patch? Best Regards Alistair Leslie-Hughes From dca7b396838e3367ad78144ccb07aed24cd5917f Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes leslie_alist...@hotmail.com Date: Mon, 5 Jan 2009 21:22:35 +1100 Subject: [PATCH] Implement IHTMLStyle get

Re: wow32: add -noname property to WOWGetDescriptor spec

2009-01-05 Thread Alistair Leslie-Hughes
mistake. Best Regards Alistair Leslie-Hughes _ Net yourself a bargain. Find great deals on eBay. http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Frover%2Eebay%2Ecom%2Frover%2F1%2F705%2D10129%2D5668%2D323%2F4%3Fid%3D10_t=763807330_r

Re: kernel32: Add GetProductInfo() stub defines.

2008-12-30 Thread Alistair Leslie-Hughes
. @ stdcall lstrlenA(str) @ stdcall lstrlenW(wstr) +@ stdcall GetProductInfo(long long long long ptr) We try to keep the spec file in alphabetical order. Its in the right section, just needs to be moved up. Best Regards Alistair Leslie-Hughes

Re: mshtml: Add some interfaces in mshtml.idl (try 3) (resend)

2008-12-18 Thread Alistair Leslie-Hughes
have converted some OLECHAR* to unsigned short* in functions InsertText, CreateElement to name a few. Best Regards Alistair Leslie-Hughes

Patch Feedback

2008-12-18 Thread Alistair Leslie-Hughes
Hi, Is there anything wrong with patches? [1/2] mshtml: Implement IHTMLScriptElement get/put event [2/2] mshtml: Implement IHTMLScriptElement get/put htmlFor Best Regards Alistair Leslie-Hughes

Re: mshtml: Do a case-insensitive compare of type (resend 1)

2008-11-26 Thread Alistair Leslie-Hughes
Any thing wrong with this patch? Best Regards Alistair Leslie-Hughes Alistair Leslie-Hughes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Changelog: mshtml: Do a case-insensitive compare of type

Re: mshtml: Add new interfaces into mshtml.idl

2008-11-24 Thread Alistair Leslie-Hughes
(VS.85).aspx for the IMarkupPointer interface. Best Regards Alistair Leslie-Hughes

Re: mshtml: Add new interfaces into mshtml.idl (try 2)

2008-11-24 Thread Alistair Leslie-Hughes
, since you have retval where they are not needed. If you have a copy of the mshtml.tlb you can verify the interfaces by using wine's oleview program. Best Regards Alistair Leslie-Hughes

RE: mshtml: Add new interfaces into mshtml.idl (try 2)

2008-11-24 Thread Alistair Leslie-Hughes
in MSDN (http://msdn.microsoft.com/en-us/library/aa704048(VS.85).aspx): HRESULT _stdcall SelectRange( [in] IMarkupPointer* pStart, [in] IMarkupPointer* pEnd, [in] _SELECTION_TYPE eType); What oleview reports is correct. Best Regards Alistair Leslie-Hughes

Re: msxml3: Implement IXMLDOMAttribute get/put value

2008-11-23 Thread Alistair Leslie-Hughes
Ignore this patch. Alistair Leslie-Hughes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Changelog: msxml3: Implement IXMLDOMAttribute get/put value Best Regards Alistair Leslie-Hughes

Re: mshtml: Add new interfaces into mshtml.idl

2008-11-23 Thread Alistair Leslie-Hughes
contain dual interfaces IHTMLEditDesigner IMarkupContainer IMarkupPointer ISegment ISelectionServicesListener ISelectionServices IHTMLEditServices Best Regards Alistair Leslie-Hughes _ Take a summer road trip with Windows Live

Re: mshtml: Correct tests

2008-11-13 Thread Alistair Leslie-Hughes
Ignore this. Alistair Leslie-Hughes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Changelog: mshtml: Correct tests Best Regards Alistair Leslie-Hughes From

Re: shdocvw: Added Support for the IViewObjectEx interface

2008-11-11 Thread Alistair Leslie-Hughes
Jacek Caban wrote: Alistair Leslie-Hughes wrote: Hi, Changelog: shdocvw: Added Support for the IViewObjectEx interface Please check if interface you add is really supposed to be there. It's not the first time someone tries to add an interface to WebBrowser or HTMLDocument

Re: shdocvw: Added Support for the IViewObjectEx interface

2008-11-11 Thread Alistair Leslie-Hughes
Jacek Caban wrote: Alistair Leslie-Hughes wrote: Hi, Changelog: shdocvw: Added Support for the IViewObjectEx interface Please check if interface you add is really supposed to be there. It's not the first time someone tries to add an interface to WebBrowser or HTMLDocument

Re: winmm: Increase tolerance range in tests

2008-11-06 Thread Alistair Leslie-Hughes
or a virtual machine because of this type of problem. Hi Robert, It was mainly to get test to pass. Its appears from the testing data that XP, 2k3, vista, 2k8 all have issues with the tolerance values. Best Regards Alistair Leslie-Hughes

Re: winmm: Increase tolerance range in tests

2008-11-06 Thread Alistair Leslie-Hughes
Hi Robert -- From: Robert Reif [EMAIL PROTECTED] Sent: Thursday, November 06, 2008 11:00 PM To: Alistair Leslie-Hughes [EMAIL PROTECTED] Cc: wine-devel@winehq.org Subject: Re: winmm: Increase tolerance range in tests On real hardware

Re: [2/2] [PATCH] msxml3: fixed if nesting / ptr checking problems inxmlnode_transformNodemarcus

2008-10-30 Thread Alistair Leslie-Hughes
remember if pOutput-buffer can be NULL. Best Regards Alistair Leslie-Hughes _

Re: [PATCH 08/17] mshtml: Added IHTMLStyle::[get|put]_borderimplementation.

2008-10-06 Thread Alistair Leslie-Hughes
); } My sample code style-put_border(Lgroove 5); produced BODY style=BORDER-RIGHT: 5px groove; BORDER-TOP: 5px groove; BORDER-LEFT: 5px groove; BORDER-BOTTOM: 5px groove /BODY Will gecko expand border to the above? Best Regards Alistair Leslie-Hughes _

Re: msxml3: Add IXMLHTTPRequest support

2008-10-03 Thread Alistair Leslie-Hughes
From: Hans Leidekker [EMAIL PROTECTED] Sent: Friday, October 03, 2008 9:45 PM To: wine-devel@winehq.org; Alistair Leslie-Hughes [EMAIL PROTECTED] Subject: Re: msxml3: Add IXMLHTTPRequest support On Friday 03 October 2008 13:23:14 Alistair Leslie-Hughes wrote: Changelog: msxml3: Add

Re: gdiplus: Stub GdipRecordMetafileFileName andGdipRecordMetafileFileNameI

2008-10-02 Thread Alistair Leslie-Hughes
Alistair Leslie-Hughes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Changelog: gdiplus: Stub GdipRecordMetafileFileName and GdipRecordMetafileFileNameI Was there anything wrong with this patch? Best Regards Alistair Leslie-Hughes

Re: [2/3] mshtml: Add tests for get_scrollLeft

2008-09-10 Thread Alistair Leslie-Hughes
Alistair Leslie-Hughes [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, Changelog: mshtml: Add tests for get_scrollLeft Best Regards Alistair Leslie-Hughes Hi, Swap the order of patch 2 and 3 and everything all tests will pass ok. Best Regards Alistair Leslie-Hughes

Re: [2/3] mshtml: Pass IID_IHTMLBodyElement to the IDispatchEx interface

2008-08-27 Thread Alistair Leslie-Hughes
IHTMLBodyElement_tid. So make DispHTMLBodyElement_tid = IID_IHTMLBodyElement? Best Regards Alistair Leslie-Hughes

Re: Networking problems with IDU Verwaltung software

2008-08-07 Thread Alistair Leslie-Hughes
weren't really encouraging. I would log a bug report, and attached a log. Best Regards Alistair Leslie-Hughes

Re: [8/11] ole32 : basic inprocess handler implentation

2008-08-07 Thread Alistair Leslie-Hughes
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Modify the stub implementation of GetDestCtx, to emulate a local machine instead of a remote machine. This trick is needed to allow handle marshalling + *pdwDestContext = MSHCTX_NOSHAREDMEM; //MSHCTX_DIFFERENTMACHINE; c++ style

re: msxml3: Added ISAXContentHandler_startDocument evenet (3/12)

2008-07-16 Thread Alistair Leslie-Hughes
-contentHandler); + if(FAILED(hr)) + { + xmlStopParser(This-pParserCtxt); + This-ret = hr; + } Hi Piotr, Should This-ret be set on a non-error? Best Regards Alistair Leslie-Hughes _ Are you paid what you're worth? Find out: SEEK Salary Centre

Re: msxml3: oldChild in xmlnode_removeChild may be NULL

2008-07-10 Thread Alistair Leslie-Hughes
Piotr Caban wrote: --- IXMLDOMNode_Release(child); IXMLDOMNode_AddRef(childNode); - *oldChild = childNode; + + if(oldChild) + *oldChild = childNode; return S_OK; Hi Piotr, Your leaking childNode, it should be destroyed in this case. Best Regards Alistair Leslie-Hughes

Re: msxml3/tests: Added more tests to ISAXXMLReader_putContentHandler and ISAXXMLReader_getContentHandler, added todo test for ISAXXMLReader_parse

2008-07-10 Thread Alistair Leslie-Hughes
Piotr Caban wrote: --- +hr = ISAXXMLReader_getContentHandler(reader, lpContentHandler); Hi Piotr, You might want to add the test. hr = ISAXXMLReader_getContentHandler(reader, NULL); Best Regards Alistair Leslie-Hughes

Re: gdiplus: Add a trailing '\n' to Wine traces.

2008-07-09 Thread Alistair Leslie-Hughes
Alistair Leslie-Hughes

Re: msxml3/test: Added ISAXXMLReader test. (4/18) (resend)

2008-07-08 Thread Alistair Leslie-Hughes
that putContentHandler works. Best Regards Alistair Leslie-Hughes

Re: msxml3: Added ISAXMLReader_getContentHandler implementation (2/18)(resend)

2008-07-08 Thread Alistair Leslie-Hughes
is not NULL, and add tests cases. Best Regards Alistair Leslie-Hughes

Re: msxml3: Implemented domdoc_put_documentElement. (6/18) (resend)

2008-07-08 Thread Alistair Leslie-Hughes
cases. Best Regards Alistair Leslie-Hughes

  1   2   >