WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
27430
adds glib / gobject bindings to webkit gtk port
https://bugs.webkit.org/show_bug.cgi?id=27430
Summary
adds glib / gobject bindings to webkit gtk port
Luke Kenneth Casson Leighton
Reported
2009-07-19 14:47:54 PDT
this is part of the series of patches to split #16401 under an agreement suggested by david. this patch adds support for glib / gobject bindings to the webkit gtk port. it may come as a surprise to some that glib / gobject has no dependency on gtk whatsoever, and so consequently neither do the glib / gobject bindings. the implications are that with a little careful thought, glib / gobject bindings could be added to the qt and to all other ports - including windows, cocoa and wxWidgets. design discussions are buried somewhere around the comment c50 to c70 mark in #16401.
Attachments
adds use of glib / gobject bindings to webkitwebframe
(8.80 KB, patch)
2009-07-19 15:01 PDT
,
Luke Kenneth Casson Leighton
eric
: review-
Details
Formatted Diff
Diff
adds use of gobject bindings to webkit gtk port - PLEASE OBSERVE DEPENDENCIES
(8.66 KB, patch)
2009-08-03 01:51 PDT
,
Luke Kenneth Casson Leighton
no flags
Details
Formatted Diff
Diff
uploaded
(8.60 KB, patch)
2009-08-10 08:21 PDT
,
Gour
eric
: review-
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Luke Kenneth Casson Leighton
Comment 1
2009-07-19 15:01:25 PDT
Created
attachment 33059
[details]
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.
Eric Seidel (no email)
Comment 2
2009-07-31 20:05:47 PDT
Comment on
attachment 33059
[details]
adds use of glib / gobject bindings to webkitwebframe WebCore avoids using superfluous argument names in headers: 91 gpointer toGDOM(DOMWindow* doc); 92 gpointer toGDOM(Document* doc); 93 gpointer toGDOM(XMLHttpRequest* obj); We don't commit commented out code: 407 //WebKitWebFramePrivate* priv = frame->priv; Name: 2536 2008-11-30 lkcl <
lkcl@lkcl.net
> Otherwise looks fine. I mean, I'm not really a gtk expert. There are style violations, but I assume this stuff is more supposed to be more gtk style than webkit style, not sure. r- for the above nits. If you were a committer I could just r+ it and let you fix it as you landed.
Luke Kenneth Casson Leighton
Comment 3
2009-08-03 01:50:09 PDT
(In reply to
comment #2
)
> (From update of
attachment 33059
[details]
) > WebCore avoids using superfluous argument names in headers: > 91 gpointer toGDOM(DOMWindow* doc); > 92 gpointer toGDOM(Document* doc); > 93 gpointer toGDOM(XMLHttpRequest* obj);
oh? ah. didn't know that. hmmm, i might have a few of those.. hmmm...
> We don't commit commented out code: > 407 //WebKitWebFramePrivate* priv = frame->priv;
ack. hmm, what about #ifdef TODO?
> Name: > 2536 2008-11-30 lkcl <
lkcl@lkcl.net
> > > Otherwise looks fine. I mean, I'm not really a gtk expert. There are style > violations, but I assume this stuff is more supposed to be more gtk style than > webkit style, not sure.
yes. makes for a bit of a mess, but hey :) btw, erik: _whatever_ you do, don't land this one until the other patches are landed. i've specified the dependency ordering in the bugreports. if this one goes in before anything else does it will _royally_ mess things up, as there are functions which don't exist yet.
Luke Kenneth Casson Leighton
Comment 4
2009-08-03 01:51:47 PDT
Created
attachment 33965
[details]
adds use of gobject bindings to webkit gtk port - PLEASE OBSERVE DEPENDENCIES fixed up to meet review comments
Eric Seidel (no email)
Comment 5
2009-08-06 19:03:11 PDT
Comment on
attachment 33965
[details]
adds use of gobject bindings to webkit gtk port - PLEASE OBSERVE DEPENDENCIES Please get a gtk reviewer to review this. I've cleared the review flag.
Luke Kenneth Casson Leighton
Comment 6
2009-08-07 02:43:53 PDT
(In reply to
comment #5
)
> (From update of
attachment 33965
[details]
) > Please get a gtk reviewer to review this. I've cleared the review flag.
ack. i'll leave it for a while until the dependencies are in.
Gour
Comment 7
2009-08-10 08:21:50 PDT
Created
attachment 34471
[details]
uploaded
Eric Seidel (no email)
Comment 8
2009-08-12 13:44:52 PDT
Comment on
attachment 34471
[details]
uploaded See my comments in the mail to you.
Andre Klapper
Comment 9
2009-08-12 17:59:51 PDT
(In reply to
comment #8
)
> See my comments in the mail to you.
I did not receive that email. For the sake of transparency please keep technical debates in public comments. Thanks.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug