[1/5] urlmon: Implemented IUriBuilder_{Get/Set}Fragment (try 2)

Thomas Mullaly thomas.mullaly at gmail.com
Sun Sep 5 13:10:14 CDT 2010


Changes since previous attempt:

1. Perform lazy allocation/copy of a URI property when the IUriBuilder_Get*
function is called, instead of always allocating when the IUriBuilder is
created (addresses Jacek's comments).

2. Created helper functions for Get/Set calls to the IUriBuilder to cut back
on code duplication.

3. Added a bit flag member to the UriBuilder object, so that it can store
which properties have been changed.

---
 dlls/urlmon/tests/uri.c |   22 ++++++++-
 dlls/urlmon/uri.c       |  122
+++++++++++++++++++++++++++++++++++++++--------
 2 files changed, 121 insertions(+), 23 deletions(-)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100905/44a3a6de/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-urlmon-Implemented-IUriBuilder_-Get-Set-Fragment.patch
Type: text/x-patch
Size: 8040 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100905/44a3a6de/attachment.bin>


More information about the wine-patches mailing list