Re: [4/4] gdi32: Move common code into helper function.

2011-01-27 Thread Kusanagi Kouichi
On 2011-01-26 19:28:29 +0300, Nikolay Sivov wrote: On 1/26/2011 19:09, Kusanagi Kouichi wrote: -static LPSTR FONT_GetCharsByRangeA(HDC hdc, UINT firstChar, UINT lastChar, PINT pByteLen) +static LPWSTR FONT_GetCharsByRangeA(HDC hdc, UINT firstChar, UINT lastChar, PINT pLen) { It's

Re: mshtml: Implement IHTMLStyle put_borderTopColor

2011-01-27 Thread Michael Stefaniuc
Hello Alistair, On 01/27/2011 10:47 AM, Alistair Leslie-Hughes wrote: Changelog: mshtml: Implement IHTMLStyle put_borderTopColor instead of using the switch and handling each variant type separately wouldn't it be easier to just VariantChangeType() to a VT_BSTR? bye michael

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

RE: shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.

2011-01-27 Thread Greg Geldorp
From: Erich Hoover I've successfully run essentially the same set of tests I've submitted here several times and, of course, when I finally submit I run into this error. I re-ran this patch manually to see if I accidentally messed something up and it succeeded:

Re: [06/10] msi/tests: Test a return value (clang).

2011-01-27 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=8647 Your paranoid

Re: mshtml: Implement IHTMLStyle put_borderTopColor

2011-01-27 Thread Jacek Caban
Hi Alistair, On 1/27/11 10:47 AM, Alistair Leslie-Hughes wrote: Hi, Changelog: mshtml: Implement IHTMLStyle put_borderTopColor +case VT_I4: { +WCHAR value[10]; +static const WCHAR format[] = {'#','%','0','6','x',0}; + +wsprintfW(value, format, V_I4(v)); +

Re: [ActiveX]crash while open https://mybank.icbc.com.cn/icbc/perbank/index.jsp use wine buitin IE

2011-01-27 Thread Juan Lang
Hi Qian, By the way, will wine builtin IE support vbscript in the future? ICBC online bank required vbscript. That's a pretty open-ended question. I haven't seen anyone volunteer to work on this in some time, so I'd say the odds are not so good. --Juan

Re: mailing list ping, ignore

2011-01-27 Thread Dan Kegel
On Wed, Jan 26, 2011 at 2:52 PM, Dan Kegel d...@kegel.com wrote: A user (Qian Hong) mentioned that a post to wine-devel didn't show up in several hours, so this is a ping to see what the latency is. His message shows up in the marc archive, http://marc.info/?l=wine-devel but the winehq archive

Re: [ActiveX]crash while open https://mybank.icbc.com.cn/icbc/perbank/index.jsp use wine buitin IE

2011-01-27 Thread Saulius Krasuckas
* On Thu, 27 Jan 2011, Juan Lang wrote: By the way, will wine builtin IE support vbscript in the future? ICBC online bank required vbscript. That's a pretty open-ended question. I haven't seen anyone volunteer to work on this in some time, so I'd say the odds are not so good. ABBYY

Re: shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.

2011-01-27 Thread Erich Hoover
On Thu, Jan 27, 2011 at 3:53 AM, Greg Geldorp ggeld...@vmware.com wrote: ... Looking at http://test.winehq.org/data/tests/shdocvw:webbrowser.html, the shdocvw:webbrowser test doesn't have a history of occasional crashes. There are a few failures, but none of them are due to access violations.

Re: [ActiveX]crash while open https://mybank.icbc.com.cn/icbc/perbank/index.jsp use wine buitin IE

2011-01-27 Thread Qian Hong
On Fri, Jan 28, 2011 at 2:51 AM, Saulius Krasuckas sauli...@ar.fi.lt wrote: ABBYY FormFiller software (used to fill data for electronic tax declaration system at the state level in our country) also requires vbscript.dll to parse data validation rules.  There is workaround, though. You just

Re: [ActiveX]crash while open https://mybank.icbc.com.cn/icbc/perbank/index.jsp use wine buitin IE

2011-01-27 Thread Jacek Caban
On 1/27/11 8:19 PM, Qian Hong wrote: On Fri, Jan 28, 2011 at 2:51 AM, Saulius Krasuckassauli...@ar.fi.lt wrote: ABBYY FormFiller software (used to fill data for electronic tax declaration system at the state level in our country) also requires vbscript.dll to parse data validation rules.

Re: [ActiveX] Wine builtin IE crash while login to https://www.alipay.com/

2011-01-27 Thread Jacek Caban
Hi Qian, On 1/26/11 9:06 AM, Qian Hong wrote: However, sence Wine buitin IE began to support ActiveX, I have also tested alipay.com with wine buitin IE, just for reporting. Support for ActiveX in Wine IE is a fairly new feature and it still quite limited. Honestly I've tested it mostly with

Re: [PATCH 4/4] [Kernel32]: add ability to load additional terminfo data from Wine registry

2011-01-27 Thread Eric Pouech
Le 19/01/2011 13:07, Alexandre Julliard a écrit : Eric Pouecheric.pou...@orange.fr writes: you mean hardwiring the missing keys (potentially different according to terminal type) in the code? If they depend on terminal type they belong in terminfo, not in the registry. as I said, terminfo

Another milestone

2011-01-27 Thread Greg Geldorp
Today we had a clean winetest.exe run on all 31 TestBot VMs for the first time. Although there are still failures on other test machines and some tests fail occasionally on TestBot, I still think this is a significant milestone. Hopefully the Wine column on http://test.winehq.org/data/ will

RE: Correction to crash inside RtlCaptureStackBackTrace() + test case

2011-01-27 Thread Janne Hakonen
Hi again, I've been working to implement the tests for RtlCaptureStackBackTrace(), but I have encountered a problem. The function, according to MSDN should be available only in Windows XP and newer OSes. Now, when I ran these tests on Testbot using all base VMs, the tests were run also on

Ubuntu 10.04 x86-64 test failures -- dsound:ds3d and mmdevapi

2011-01-27 Thread Reece Dunn
=== Observations === 1/ The dsound:ds3d tests fail when using the ALSA audio driver on 64-bit (K)Ubuntu, but succeed with the OSS audio driver. 2/ The mmdevapi tests fail with a Device not found/No driver error (hr = 0x88780078) when running with the OSS driver. For the mmdevapi

RE: shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.

2011-01-27 Thread Greg Geldorp
From: Erich Hoover On Thu, Jan 27, 2011 at 3:53 AM, Greg Geldorp ggeld...@vmware.com wrote: ... Looking at http://test.winehq.org/data/tests/shdocvw:webbrowser.html, the shdocvw:webbrowser test doesn't have a history of occasional crashes. There are a few failures, but none of them are

Re: [4/4] gdi32: Move common code into helper function.

2011-01-27 Thread Nikolay Sivov
On 1/27/2011 12:23, Kusanagi Kouichi wrote: On 2011-01-26 19:28:29 +0300, Nikolay Sivov wrote: On 1/26/2011 19:09, Kusanagi Kouichi wrote: -static LPSTR FONT_GetCharsByRangeA(HDC hdc, UINT firstChar, UINT lastChar, PINT pByteLen) +static LPWSTR FONT_GetCharsByRangeA(HDC hdc, UINT firstChar,

Re: msvcrt: Forward _realloc_crt to realloc

2011-01-27 Thread Marvin
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=8669 Your paranoid

Re: Ubuntu 10.04 x86-64 test failures -- dsound:ds3d and mmdevapi

2011-01-27 Thread Scott Ritchie
On 01/27/2011 02:20 PM, Reece Dunn wrote: === Steps to Reproduce === Machine: Ubuntu 10.04 64-bit with NVidia binary drivers. 1/ Build the latest version of wine with no special options -- `./configure make` 2/ Remove any previously run test result -- `find . -type f | grep .ok

Re: Ubuntu 10.04 x86-64 test failures -- dsound:ds3d and mmdevapi

2011-01-27 Thread Austin English
On Thu, Jan 27, 2011 at 17:44, Scott Ritchie sc...@open-vote.org wrote: On 01/27/2011 02:20 PM, Reece Dunn wrote: === Steps to Reproduce === Machine: Ubuntu 10.04 64-bit with NVidia binary drivers.    1/  Build the latest version of wine with no special options -- `./configure make`    2/

Policy regarding 3rd party windows distributions and winetest

2011-01-27 Thread Dan Kegel
I suspect that we should discourage people from submitting winetest results from 3rd party repackagings of Microsoft Windows, e.g. http://thepiratebay.org/torrent/4254053/MicroXP_v0.82_-_eXPerience Agreed?

Re: Ubuntu 10.04 x86-64 test failures -- dsound:ds3d and mmdevapi

2011-01-27 Thread Reece Dunn
On 28 January 2011 01:44, Scott Ritchie sc...@open-vote.org wrote: On 01/27/2011 02:20 PM, Reece Dunn wrote: === Steps to Reproduce === Machine: Ubuntu 10.04 64-bit with NVidia binary drivers.    1/  Build the latest version of wine with no special options -- `./configure make`    2/