[Webkit-unassigned] [Bug 16401] [GTK] GObject/C DOM binding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 14 03:15:27 PDT 2008


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





------- Comment #32 from lkcl at lkcl.net  2008-09-14 03:15 PDT -------
> Core API changes:
> webkitevent.h/WebKitEvent: We try to avoid generic type names in the core
> WebKit/GTK+ public API since 'WebKit.Event' will be ambiguous when 'Gdk.Event'
> is imported in many OO language bindings. So this could become either
> WebKitWebEvent, could go into the Gdom namespace or even somehow be merged with
> GdomEvent (I haven't investigated enough to see if this last suggestion would
> make sense though).

WebKitEvent - or WebKitWebEvent as it's now known - is a slight hack,
being on the boundary between gtk and glib.  ideally, WebKitWebEvent
should not exist, because it is a manual .... err.... actually, i can't
find evidence of it being used anywhere :)

i think i already replaced it with GdomEvent....

so... webkitevent.h and webkitwebevent.h die.

we need webkitwebevent.cpp though: it's the interface-boundary to
creating the three (currently three) types of events - including
xmlhttprequest event notification, required for async ajax.


-- 
Configure bugmail: https://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