On Fri, Feb 26, 2010 at 11:35 AM, Vincent Povirk wrote:
> Any storage-related fixme's?
> ...
>
On the most recent git all I see is a single instance of:
fixme:storage:StgCreateDocfile Storage share mode not implemented.
Testing right after the patch in question is applied that message shows up a
On 26 February 2010 20:36, Nikolay Sivov wrote:
> On 2/26/2010 23:20, Reece Dunn wrote:
>>
>> Hi,
>>
>> As the following table shows, the msxml3 behaviour for IObjectSafety
>> changed from SP7 (8.70.*) to SP8 (8.80.*):
>>
>> fail? Windows MSXML MSXML Service Pack
>> ===
On 2/26/2010 23:20, Reece Dunn wrote:
Hi,
As the following table shows, the msxml3 behaviour for IObjectSafety
changed from SP7 (8.70.*) to SP8 (8.80.*):
fail? Windows MSXML MSXML Service Pack
==
NO Win2003 SP1
I was looking into updating the AppDB with more recent results for PCB
Artist* and discovered that on a fresh Wine install that the application
opens and creates new files incredibly slowly (it now takes 23 minutes vs.
old performance of ~5 seconds). I ran a regression test and discovered that
an
Paul-Andre Panon wrote:
>Sent: Feb 25, 2010 10:37 PM
Is there any difference between the two sets of files? If so, you should mark
the second set as [Try 2] If this was just a resend then it should be marked
[resend]
Thank you.
James McKenzie
On 2/26/2010 19:17, Alexandre Julliard wrote:
Nikolay Sivov writes:
On 2/26/2010 19:00, Alexandre Julliard wrote:
I'm not saying that you should remove it, but that you should set last
error to 0xdeadbeef to make it clear whether you are expecting it to be
unchanged or set to 0. Rig
Nikolay Sivov writes:
> On 2/26/2010 19:00, Alexandre Julliard wrote:
>> I'm not saying that you should remove it, but that you should set last
>> error to 0xdeadbeef to make it clear whether you are expecting it to be
>> unchanged or set to 0. Right now your test could mean either.
>>
> Prev
On 2/26/2010 19:00, Alexandre Julliard wrote:
Nikolay Sivov writes:
On 2/26/2010 16:38, Alexandre Julliard wrote:
Nikolay Sivov writes:
@@ -626,15 +627,22 @@ static void test_query_value_ex(void)
trace("test_query_value_ex: type set to: 0x%08x\n", type);
Nikolay Sivov writes:
> On 2/26/2010 16:38, Alexandre Julliard wrote:
>> Nikolay Sivov writes:
>>
>>
>>> @@ -626,15 +627,22 @@ static void test_query_value_ex(void)
>>> trace("test_query_value_ex: type set to: 0x%08x\n", type);
>>> ok(size == 0, "size should have been set
On 2/26/2010 16:38, Alexandre Julliard wrote:
Nikolay Sivov writes:
@@ -626,15 +627,22 @@ static void test_query_value_ex(void)
trace("test_query_value_ex: type set to: 0x%08x\n", type);
ok(size == 0, "size should have been set to 0 instead of %d\n", size);
}
+
Nikolay Sivov writes:
> @@ -626,15 +627,22 @@ static void test_query_value_ex(void)
> trace("test_query_value_ex: type set to: 0x%08x\n", type);
> ok(size == 0, "size should have been set to 0 instead of %d\n",
> size);
> }
> +todo_wine ok(GetLastError() == ERROR_SUCCE
On 02/26/2010 01:38 PM, Hans Leidekker wrote:
+'`','C','e','a','t','e','F','o','l','d','e','r','`',0};
Doesn't that one miss an 'r' ?
--
Cheers,
Paul.
On 26 February 2010 09:54, Paul Vriens wrote:
> On 02/26/2010 10:37 AM, Reece Dunn wrote:
>>
>> On 26 February 2010 09:31, Paul Vriens wrote:
>>>
>>> On 02/26/2010 10:19 AM, Reece Dunn wrote:
Hi,
This fixes the test failures in msxml3:domdoc when IE7 or later is
installed
On 2/26/2010 13:35, denver stalk wrote:
---
dlls/msxml3/domdoc.c| 193
++-
dlls/msxml3/msxml_private.h |2 +
dlls/msxml3/xmldoc.c|9 +-
3 files changed, 199 insertions(+), 5 deletions(-)
It's http://source.winehq.org/git/wi
On 26 February 2010 06:39, Paul-Andre Panon wrote:
> +if (gl_vendor == GL_VENDOR_ATI) return TRUE;
> +return FALSE;
Just "return gl_vendor == GL_VENDOR_ATI;" should probably do.
> - * varyings and we subtract one in dx9 shaders its not going to hurt us
> because the dx9 limit is
> +
On 26 February 2010 06:39, Paul-Andre Panon wrote:
>
> +enum wined3d_pci_device (select_card_nvidia_binary)(const struct
> wined3d_gl_info *gl_info, const char *gl_renderer,
> +unsigned int *vidmem )
> +{
> /* Both the GeforceFX, 6xxx and 7xxx series support D3D9. The
>
On 26 February 2010 06:38, Paul-Andre Panon wrote:
> +enum wined3d_gl_vendor
> +{
> +GL_VENDOR_WINE = 0x,
> +GL_VENDOR_MESA = 0x0001,
> +GL_VENDOR_APPLE= 0x0002,
> +GL_VENDOR_ATI = 0x1002,
> +G
On 02/26/2010 10:37 AM, Reece Dunn wrote:
On 26 February 2010 09:31, Paul Vriens wrote:
On 02/26/2010 10:19 AM, Reece Dunn wrote:
Hi,
This fixes the test failures in msxml3:domdoc when IE7 or later is
installed.
- Reece
Hi Reece,
It's definitely not IE7+ only. All W2K3 boxes for the lat
On 26 February 2010 09:31, Paul Vriens wrote:
> On 02/26/2010 10:19 AM, Reece Dunn wrote:
>>
>> Hi,
>>
>> This fixes the test failures in msxml3:domdoc when IE7 or later is
>> installed.
>>
>> - Reece
>>
>
> Hi Reece,
>
> It's definitely not IE7+ only. All W2K3 boxes for the latest winetest:
>
> h
On 02/26/2010 10:19 AM, Reece Dunn wrote:
Hi,
This fixes the test failures in msxml3:domdoc when IE7 or later is installed.
- Reece
Hi Reece,
It's definitely not IE7+ only. All W2K3 boxes for the latest winetest:
http://test.winehq.org/data/062628ad8020e09063fcdf6302e86f17321e2ea8/index_20
20 matches
Mail list logo