[Webkit-unassigned] [Bug 42569] [EFL] Fix some EFL theme issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 19 08:37:04 PDT 2010


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





--- Comment #3 from Gustavo Sverzut Barbieri <barbieri at profusion.mobi>  2010-07-19 08:37:04 PST ---
(In reply to comment #2)
> (From update of attachment 61957 [details])
> 
> > +        Keep a pointer to theme filename and check for it correctly.
> 
> What was wrong previously? from what I understood, instead of having 'theme' and 'file' variables you changed to only have 'file', or you really fixing a problem?

The good old annoyance of storing "const char*" that is return of a dynamically allocated String::utf8().data(). Now it is being stored in CString and used as CString::data(), for immediate use, retaining the memory.

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