[Webkit-unassigned] [Bug 30113] Adding webkit_init to the API instead of calling it inside the class_init functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 6 02:27:04 PDT 2009


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





--- Comment #1 from Alejandro Garcia Castro <alex at igalia.com>  2009-10-06 02:27:04 PDT ---
(In reply to comment #0)
> We have found some situations where doing the transparent initialization of the
> class_init functions is not enough, for instance when a program starts creating
> a KURL, the developers would have to call other function that calls the init
> before creating the object. This is causing problems like the one in the bug
> 28947, which could be in other parts of the library API.
> 

Xan has pointed out in the bug 28947#3 that KURL is not a problem because it is
not a public API, and the only problem is actually all the places in the
library that we use that API, as always, he is right :).

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