[Webkit-unassigned] [Bug 48450] [Qt] Extend the Platform Plugin to define the padding of HitTestResult

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 29 22:40:20 PDT 2010


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





--- Comment #12 from Antonio Gomes <tonikitoo at webkit.org>  2010-10-29 22:40:19 PST ---
(In reply to comment #11)
> 
> (In reply to comment #10)
> > > > WebKit/qt/examples/platformplugin/WebPlugin.cpp:254
> > > > +        return new TouchInteraction();
> > > 
> > > who deletes it?
> > Ok! I'll add a private QObject* m_extension variable and delete it in the plugin destructor. Other suggestion?
> > 
> 
> The user of the plugin should responsible for destroying the TouchInteraction object. createExtension caller should be the owner of the returned object.

Pedralho, please go for what luiz suggested. Other than that, looks good to me.

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