[webkit-dev] QtConnectionObjects not cleaned up for QtOwnership objects

2009-12-15 Thread Andrew Webster
For all the Qt people out there, here is my problem: We have quite a few QObjects that we are inserting into JavaScript using addToJavaScriptWindowObject, however because we have limited resources and are creating so many of these objects, we would prefer that they are NOT ScriptOwnership objects

Re: [webkit-dev] QtConnectionObjects not cleaned up for QtOwnership objects

2009-12-15 Thread Kenneth Christiansen
This should go to the webkit...@lists.webkit.org list instead. Please repost there. Creating a bug report on bugs.webkit.org for tracking your issues is another welcome option. Kenneth On Tue, Dec 15, 2009 at 5:24 PM, Andrew Webster apwebs...@gmail.com wrote: For all the Qt people out there,