[Webkit-unassigned] [Bug 34809] [Qt] The QtWebkit bridge shouldn't expose deleteLater / destroyed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 12 08:30:16 PST 2010


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


Kent Hansen <kent.hansen at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |webkit-qt-unassigned at trollt
                   |kit.org                     |ech.com
                 CC|                            |kent.hansen at nokia.com




--- Comment #1 from Kent Hansen <kent.hansen at nokia.com>  2010-03-12 08:30:16 PST ---
QtScript provides this via QObjectWrapOption::ExcludeDeleteLater. Looks like
QWebFrame::addToJavaScriptWindowObject() needs another overload that takes
QScriptEngine::QObjectWrapOptions :)
But first we should unify the QtWebKit bridge and the QtScript meta-object
bindings; I don't feel like duplicating the options logic in the existing
bridge at least.

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