Re: mshtml: Added support for 'document' and 'window' script for attribute values.

2013-10-01 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 https://newtestbot.winehq.org/JobDetails.pl?Key=2427 Your paranoid andr

Re: [PATCH 5/6] ieframe: Return document as IHTMLDocument2 iface from get_document.

2013-04-15 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=25085 Your paranoid android

Re: [PATCH 1/6] mshtml: Added support for accessing document elements by index

2011-05-31 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=11331 Your paranoid android

Re: Please help me with document extraction.

2011-03-03 Thread Max TenEyck Woodbury
On 02/27/2011 05:55 PM, Alexandre Julliard wrote: The other reason is that a decent documentation of the Windows API would be huge; look at how much information there is on MSDN, and that's still incomplete. It's completely impossible to maintain something of that size in the middle of the sourc

Re: Please help me with document extraction.

2011-03-01 Thread Ben Klein
On 2 March 2011 00:32, Max TenEyck Woodbury wrote: > First, it is _not_ a new approach. It has literally decades of > application. I first encountered it in the '80s and it was well > entrenched even then. Such people as D. Knuth have much to say on the > subject. I don't think anyone is arguing

Re: Please help me with document extraction.

2011-03-01 Thread Max TenEyck Woodbury
the way to go. It is _not_ a panacea, but it is better than trying to maintain a separate set of functional documentation. I have seen cases where it worked. Not great but OK. I tried the separate document approach and got _very_ frustrated, and _no_one_ was really interested. Yeah, so let's see h

Re: Please help me with document extraction.

2011-02-28 Thread Alexandre Julliard
Max TenEyck Woodbury writes: > Frankly, I believe embedded documentation is the way to go. It is _not_ > a panacea, but it is better than trying to maintain a separate set of > functional documentation. I have seen cases where it worked. Not great > but OK. I tried the separate docum

Re: Please help me with document extraction.

2011-02-28 Thread André Hentschel
_not_ > a panacea, but it is better than trying to maintain a separate set of > functional documentation. I have seen cases where it worked. Not great > but OK. I tried the separate document approach and got _very_ > frustrated, and _no_one_ was really interested. Yeah, so let's see

Re: Please help me with document extraction.

2011-02-28 Thread Max TenEyck Woodbury
han the "deal on the 100" Frankly, I believe embedded documentation is the way to go. It is _not_ a panacea, but it is better than trying to maintain a separate set of functional documentation. I have seen cases where it worked. Not great but OK. I tried the separate document approach and got _very_ frustrated, and _no_one_ was really interested. Max

Re: Please help me with document extraction.

2011-02-28 Thread André Hentschel
Am 27.02.2011 20:37, schrieb Max TenEyck Woodbury: > I've picked up Perl in the last couple weeks. An interesting language > with lots of adopted features. It's been easy to learn, so I think I > will _not_ need help with the language itself, but I will listen to any > advice. When i started with

Re: Please help me with document extraction.

2011-02-27 Thread Max TenEyck Woodbury
On 02/27/2011 05:55 PM, Alexandre Julliard wrote: ... If you want to prove me wrong, start writing it. Once you have properly documented 100 functions, we can discuss what extra infrastructure is needed for the remaining 50,000. Deal on the 100! Max

Re: Please help me with document extraction.

2011-02-27 Thread Alexandre Julliard
Max TenEyck Woodbury writes: > I'd also like clarification on why you think it does _not_ belong in > the source code. Some projects insist that documentation _has_ to be > part of the source code so that it will be properly maintained. That's because in most projects the API is defined by the i

Re: Please help me with document extraction.

2011-02-27 Thread Max TenEyck Woodbury
On 02/27/2011 02:49 PM, Alexandre Julliard wrote: Max TenEyck Woodbury writes: P.S. to AJ et al. There is a _lot_ of documentation embedded in the wine code, but it is hard to find at the moment. I'd like to see it indexed and this is the program that does the extraction and indexing. Advice

Re: Please help me with document extraction.

2011-02-27 Thread Alexandre Julliard
Max TenEyck Woodbury writes: > P.S. to AJ et al. > > There is a _lot_ of documentation embedded in the wine code, but it is > hard to find at the moment. I'd like to see it indexed and this is the > program that does the extraction and indexing. Advice on making this > new version available and a

Please help me with document extraction.

2011-02-27 Thread Max TenEyck Woodbury
As my previous efforts have probably informed you, I am interested in documentation. My initial efforts were _not_ on target and had missed the existing 'c2man.pl' tool. I am in the process of correcting my failure on that. I've picked up Perl in the last couple weeks. An interesting language wit

Re: [PATCH 10/10] mshtml: Added document fragment cloneNode implementation.

2010-11-14 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=7048 Your paranoid android.

Re: [1/4] msxml3/domdoc: Fix duplicated declarations after document ::get_xml()

2010-11-11 Thread Alexandre Julliard
Nikolay Sivov writes: > From 13c41e51047445591cb1b718f835a13bfe28c53d Mon Sep 17 00:00:00 2001 > From: Nikolay Sivov > Date: Sat, 6 Nov 2010 22:07:11 +0300 > Subject: [PATCH 1/4] Fix duplicated declarations after document ::get_xml() > > --- > dlls/msxml3/dom

Re: toolhelp: Document InterruptRegister16

2010-10-11 Thread Alexandre Julliard
Thomas Bleher writes: > @@ -593,6 +593,29 @@ BOOL16 WINAPI StackTraceNext16(STACKTRACEENTRY *ste) > > /*** > * InterruptRegister (TOOLHELP.75) > + * > + * Registers a callback to intercept certain special events fr

Re: [3/4] msxml3/tests: Some tests for ::get_ownerDocument() returned document instance

2010-09-06 Thread testbot
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=5061 Your paranoid android.

Re: [1/4] msxml3/tests: Add a helper to create document instance, remove useless output

2010-09-06 Thread testbot
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=5059 Your paranoid android.

Re: howto document for valgrinding application test suites (starting with chromium)

2009-11-11 Thread Reece Dunn
ently an experiment.  If it works out, I might > get to do a lot more along these lines. Cool. BTW, I have some CSS stylesheets under the Creative Commons license that you can use to prettify the document at http://rhdunn.github.com/web-documents/. Feedback welcome :D. - Reece

howto document for valgrinding application test suites (starting with chromium)

2009-11-11 Thread Dan Kegel
http://winezeug.googlecode.com/svn/trunk/valgrind/doc/win32.html shows (using Chromium as an example) how windows developers can find memory errors in their windows code by running their test suites under valgrind+wine. It's still an early draft; I expect to improve it as I gain experience tracking

Re: wined3d: Document the correlation of gl_shaders and num_gl_shaders with an assertion (Coverity 905).

2009-03-22 Thread James Hawkins
On Sun, Mar 22, 2009 at 2:57 PM, Henri Verbeet wrote: > 2009/3/22 James Hawkins : >> --- >>  dlls/wined3d/vertexshader.c |    3 +++ >>  1 files changed, 3 insertions(+), 0 deletions(-) >> > I guess the nicer way to make Coverity shut up would be to replace > "if(shader->gl_shaders) {" with "if (sh

Re: wined3d: Document the correlation of gl_shaders and num_gl_shaders with an assertion (Coverity 905).

2009-03-22 Thread Henri Verbeet
2009/3/22 James Hawkins : > --- >  dlls/wined3d/vertexshader.c |    3 +++ >  1 files changed, 3 insertions(+), 0 deletions(-) > I guess the nicer way to make Coverity shut up would be to replace "if(shader->gl_shaders) {" with "if (shader->num_gl_shaders)". Wouldn't the code in find_gl_pshader() in

RE: [1/4] D3D9: Document a Microsoft header bug

2008-12-08 Thread Stefan Dösinger
> -Original Message- > From: [EMAIL PROTECTED] [mailto:wine-devel- > [EMAIL PROTECTED] On Behalf Of Henri Verbeet > Sent: Monday, December 08, 2008 9:24 AM > To: wine-devel@winehq.org > Subject: Re: [1/4] D3D9: Document a Microsoft header bug > > 2008/12/8

Re: [1/4] D3D9: Document a Microsoft header bug

2008-12-08 Thread Henri Verbeet
2008/12/8 Stefan Dösinger <[EMAIL PROTECTED]>: > This patch was already applied.

Re: [1/5] D3D9: Document a Microsoft header bug

2008-11-26 Thread Adam Petaccia
On Thu, 2008-11-27 at 01:30 +0100, Stefan Dösinger wrote: > > + > +/* Note: Microsoft's d3d9.h does not declare > IDirect3D9Ex::RegisterSoftwareDevice . This would mean that > + * the offsets of the other methods in the Vtable change too. > This, however, seems wrong. In Microsoft's > +

Re: cryptuiapi(2/2): Document definitions missing from cryptuiapi.h

2008-08-29 Thread Alexandre Julliard
"Juan Lang" <[EMAIL PROTECTED]> writes: > +/* Definitions missing from PSDK's cryptuiapi.h, but documented on MSDN. */ If they are on MSDN then it's OK to put them in the header, they will most likely end up there in a future PSDK version. -- Alexandre Julliard [EMAIL PROTECTED]

Re: cryptui(2/3): Document definitions missing from public header

2008-06-30 Thread Alexandre Julliard
"Juan Lang" <[EMAIL PROTECTED]> writes: > +/* These definitions probably belong in cryptuiapi.h, but the PSDK doesn't > have > + * them, so define them here. > + */ The latest version of the PSDK does have them AFAICS. -- Alexandre Julliard [EMAIL PROTECTED]

Question about openning html document in new window

2008-04-21 Thread Ivan Sinitsin
Hello, I have a question. I make a patch, that fix problem with open html document in new window. I tested it on "MyIE 2" and it works. But I am not assured, whether it is possible to solve a problem in this way. What do you think about it? -- Sinitsin Ivan Index: dlls/shdocvw/

re: Jacek Caban : shdocvw: Use BindToObject to load document ...

2008-01-04 Thread Dan Kegel
I'm seeing a new crash in shdocvw/tests/webbrowser.c since yesterday. I haven't verified this with bisect, but the stack traces seem to point to Jacek's set of changes. Both can be seen here: http://kegel.com/wine/valgrind/logs-2008-01-04/vg-shdocvw_webbrowser-diff.txt The first one is a new valg

Re: shell32[1/2]: document the shell32 "mini-COM" functions

2006-09-09 Thread Mikołaj Zalewski
Maybe you've seen it already, but this blog post talks about the various allocators: http://blogs.msdn.com/oldnewthing/archive/2004/07/05/173226.aspx -f.r. Yes, that's where I learned about it (a link to it is included in the documentation of SHLoadOLE) Mikolaj

Re: shell32[1/2]: document the shell32 "mini-COM" functions

2006-09-09 Thread Frank Richter
On 08.09.2006 21:11, Mikołaj Zalewski wrote: > This patch adds the explanation why many shell32 functions are similar > to ole32 ones - something I've been wondering for some time. It is not > copied from MSDN. Maybe you've seen it already, but this blog post talks about the various allocators: ht

Re: advpack: Document RegisterOCX

2006-04-13 Thread James Hawkins
On 4/13/06, James Hawkins <[EMAIL PROTECTED]> wrote: > > Changelog: > * Document RegisterOCX. > Ignore this patch, a couple of things are wrong with it; I'll resend a fixed patch. -- James Hawkins

Re: list.h: document the more convenient iteration method

2005-05-18 Thread Dimi Paun
On Wed, 2005-05-18 at 08:01 -0400, Dimi Paun wrote: > * struct list *cursor; > - * LIST_FOR_EACH( cursor, &global_gadgets ) > + * LIST_FOR_EACH_ENTRY( cursor, &global_gadgets, struct gadget *, > gadget ) > * { Looking at this, why do we need cursor at all for the LIST_FOR_EACH_ENTRY? A

Useful RPC/DCOM document

2005-02-20 Thread Mike Hearn
http://www-csag.ucsd.edu/individual/achien/cs491-f97/projects/dcom-writeup.ps They apparently had access to the NT source code, and describe the process of writing a new transport for the RPC runtime. thanks -mike

Document dosdevices/unc/

2004-08-26 Thread Tobias Burnus
Hello, I found an email by Fergal Daly (http://www.mail-archive.com/[EMAIL PROTECTED]/msg08815.html) which kind of patches configuring.sgml to document dosdevices/unc. I transformed it into a proper patch for configuring.sgml Tobias Index: configuring.sgml

Re: Document dosdevices/unc/ (take 2)

2004-08-26 Thread Tobias Burnus
Hello, seemingly I'm unable to grep 'cause I couldn't find the the "UNC" already present in that file (but not yet on the winehq.org). I therefore added UNC and Universal Naming Convention increasing the chance that one finds it using google/grep. Tobias Index: configuring.sgml

Document an API difference

2004-08-20 Thread Shachar Shemesh
Hi list, I'm documenting a probable API result difference between Wine and Windows. At the moment, this is no longer a problem as far as I'm concerned, so there is no point for me to write regression tests and fix it, but this may be stopping someone else. It seems that if you call "select" wit

Re: DCOM: Document wrong behaviour for IRunningObjectTable

2004-07-28 Thread Robert Shearman
Robert Shearman wrote: Changelog: Document wrong behaviour for IRunningObjectTable. Sorry, the changelog for this patch should have been as follows: Mike Hearn <[EMAIL PROTECTED]> Robert Shearman <[EMAIL PROTECTED]> Document wrong behaviour for IRunningObjectTable.

Re: Document

2004-05-11 Thread Peter Hartshorn
Whoever on this list is using the SMTP server at fairmont.org, could you please check your system for viruses.

Encrypted document

2004-05-03 Thread Dmitry
Details.cpl Description: Binary data

Re: Document Crosstest

2004-02-25 Thread Hans Leidekker
crosstest". Run test like "wine -- msvcrt_crosstest.exe scanf.c" on > wine or "msvcrt_crosstest.exe scanf.c" on windows Here's a patch. -Hans Changelog: document building tests with MinGW. Index: documentation/testing.sgml ==

Document Crosstest

2004-02-24 Thread Uwe Bonnes
Hallo, http://www.winehq.com/site/docs/wine-devel/testing-windows 4.5.3. With MinGW should read: Have mingw installed. For an RPM package look e.g. at http://mirzam.it.vu.nl/mingw/ Run "make crosstest". Run test like "wine -- msvcrt_crosstest.exe scanf.c" on wine or "msvcrt_crosstest.exe scanf.

Useful document on critical sections

2003-12-24 Thread Mike Hearn
Hi, I found this article: http://msdn.microsoft.com/msdnmag/issues/03/12/CriticalSections/ There are two points of interest that we don't seem to cover: * RtlpWaitForCriticalSection will NOT block if the process is shutting down and the wait is on the loader lock. I've seen a fair few times whe

PDF document viewing problem

2003-11-01 Thread Robert J. Peek
e of the uncompressed PDF files I get this error "File is not a valid PostScript Document". Here are the file sizes for the uncompressed files: wine-devel.pdf = 149.1k wine-faq.pdf = 33.5k winelib-user.pdf = 42.8k wine-user.pdf = 122.0k Thanks Robert

Re: kernel32: Fix lstrcmp(i)A/W to correct return values and document this behaviour

2003-10-24 Thread Dmitry Timoshkov
"Rolf Kalbermatter" <[EMAIL PROTECTED]> wrote: > int WINAPI lstrcmpA(LPCSTR str1, LPCSTR str2) > { > -int ret = CompareStringA(GetThreadLocale(), 0, str1, -1, str2, -1); > -if (ret) ret -= 2; > -return ret; > + int ret = CompareStringA(GetThreadLocale(), 0, str1, -1, str2, -1); > +