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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 20 05:21:14 PDT 2008


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





------- Comment #95 from soto at informatik.uni-kl.de  2008-10-20 05:21 PDT -------
(In reply to comment #94)
> (In reply to comment #92)
...
> >  ... but... i copied this technique from JSBindings and ObjC bindings - why
> > should these bindings be different?
> 
> It would seem that you have copied from both the JS bindings and the
> Objective-C bindings, and ended up using a mismatch of manual reference
> counting and automated reference counting.  You should do one or the other, not
> both.  In this case the automated approach is the best approach.  Understanding
> how reference counting works, and how our types that automate reference
> counting behave, will help prevent these sorts of issues in the future.

I'll try my hand at converting the patch to RefPtr and PassRefPtr in the
following days. Unfortunately, my time is pretty limited right now, so, if
someone is quicker than me at completing this task, I won't mind it, really.

By the way, many thanks for the replies. The status of the patch is much
clearer now.


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