[Webkit-unassigned] [Bug 27430] adds glib / gobject bindings to webkit gtk port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 19 15:01:26 PDT 2009


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


Luke Kenneth Casson Leighton <lkcl at lkcl.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #33059|                            |review?
               Flag|                            |




--- Comment #1 from Luke Kenneth Casson Leighton <lkcl at lkcl.net>  2009-07-19 15:01:25 PDT ---
Created an attachment (id=33059)
 --> (https://bugs.webkit.org/attachment.cgi?id=33059)
adds use of glib / gobject bindings to webkitwebframe

this patch should be one of those that is applied almost aaabsolutely at the
end, once its dependent patches are landed.  the modifications to
webkitmarshal.list are also included here: somewhere along the line, in
compiling the glib / gobject bindings (most likely the signals) this extra
jobbie is needed.

the functions add in the essential "hooks" in order to actually get at the glib
/ gobjects available through the bindings.  it would be very nice if there were
less of them - but there are not.

missing from the list of functions here is things like
webkit_web_frame_create_text_document() and other such functions.

also - it's worth noting that now that GdomFrame exists, much of the
functionality provided in webkitwebframe.cpp is duplicated, and can be seen to
have been necessarily hard-coded!  the auto-generated functions of GdomFrame
now make that code redundant, and, with careful thought, it should be possible
to drop most of webkitwebframe.cpp.

one for the future.

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