Hi Jacek,
Test
should be integrated with Wine tests. See dlls/shlwapi/tests/url.c
and dlls/wininet/tests/url.c for an idea of how it should be done.
Thank you, shlwapi's url test was very helpful and has given me some
good ideas for testing.
If
you have specific questions, feel free to ask he
Hi Thomas,
On 4/8/10 3:43 AM, Thomas Mullaly wrote:
In general, the idea looks right, that's how it probably should be
implemented. This is an implementation detail through. The bigger and
more important problem is URI parsing and canonicalization. That's
where
most of work
>
> In general, the idea looks right, that's how it probably should be
> implemented. This is an implementation detail through. The bigger and
> more important problem is URI parsing and canonicalization. That's where
> most of work needs to be done. In this case tests will be also very
> importan
Hi Thomas,
On 03/31/2010 04:15 AM, Thomas Mullaly wrote:
>
>> You could use dynamic array for that or a list with a Uri_PROPERTY
>> value as a key for example and a data as an offset and length.
>> Another way is to compute each property offset only when it's
>> requested and store it. An obvious
You could use dynamic array for that or a list with a Uri_PROPERTY
value as a key for example and a data as an offset and length. Another
way is to compute each property offset only when it's requested and
store it. An obvious bad case for that is a long uri. So probably one
pass property com
On 3/31/2010 02:57, Thomas Mullaly wrote:
Hi, my name is Thomas Mullaly and I am a undergraduate in the Computer
Science department at Kent State University and I would very much like
to participate in this years GSoC. I saw under your project ideas page
that the IUri API still needs implement
Hi, my name is Thomas Mullaly and I am a undergraduate in the Computer
Science department at Kent State University and I would very much like
to participate in this years GSoC. I saw under your project ideas page
that the IUri API still needs implemented and I thought that this would
be a good