[Webkit-unassigned] [Bug 30822] Change NativeImagePtr definition for wx port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 11:34:43 PST 2009


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


Kevin Ollivier <kevino at theolliviers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX
                 CC|                            |kevino at theolliviers.com




--- Comment #1 from Kevin Ollivier <kevino at theolliviers.com>  2009-11-05 11:34:43 PDT ---
While this change brings the code more in line with how wx expects the objects
to be used, as a consequence it (as you mentioned)  makes the Ptr a misnomer at
times and worse makes it an object which can be a pointer on some ports and
sometimes not (confusing for people who are kind enough to try and update wx
port when they make changes that affect it), and ideally requires code changes
to some or all of the other ports to adapt to using NativeImagePtr() and
realistically should be tested by other ports.

Given all that, I think it's best to just stick with the current system of
allocating on the heap to keep things simple and straightforward.

-- 
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