[Webkit-unassigned] [Bug 16042] [GTK] Eliminate webkit_init()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 14 04:24:36 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16042





------- Comment #3 from alp at atoker.com  2007-12-14 04:24 PDT -------
(In reply to comment #2)
> Created an attachment (id=17889)
 --> (http://bugs.webkit.org/attachment.cgi?id=17889&action=view) [edit]
> Move webkit initalization to WebView class initialization
> 
> This patch drops webkit_init from main, which in previous patch was commented.
> 

Looks good. Two things to consider.

Do we want to keep around the entry point for a while as a g_warning() no-op?
We might want to consider creating a small deprecation cycle here since the
last API changes left some users upset.

Do we want to keep the static initialisation code in a private function so it
can be called by other initialisers so it's easier to call when we add
non-visual View/Frame classes?

Just thinking out loud. Any thoughts?

Thanks for the patch.


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



More information about the webkit-unassigned mailing list