[Webkit-unassigned] [Bug 127170] [GTK] Add GUniquePtr

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 17 04:09:33 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127170


Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #221454|                            |review?
               Flag|                            |




--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-01-17 04:07:07 PST ---
Created an attachment (id=221454)
 --> (https://bugs.webkit.org/attachment.cgi?id=221454&action=review)
Patch

This is a first patch adding support for glib types already supported by GOwnPtr, except GError that is usually used with GOwnPtr::outPtr(). Then, adding support for Soup and GTK/GDK types would be a matter of defining a macro  FOR_EACH_SOUP_DELETER, FOR_EACH_GDK_DELETER, etc and call it with DEFINE_DELETER. I'll also start porting existing code to GUniquePtr once/if this patch lands.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list