[Webkit-unassigned] [Bug 29012] [Qt] Add signals informing about operations on DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 4 05:46:09 PST 2010


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





--- Comment #3 from Benjamin Poulain <benjamin.poulain at nokia.com>  2010-03-04 05:46:09 PST ---
> what about sending a set of signals ? (onload, focus, onpageshow/hide, and
> friends, excuding heavy ones like "DOMModified")
>
> i think is'd gets more power to the API, towards making it really usable for
> web apps dev, w/o much of hacks.

I don't like the idea of systematic signals because it is gonna reduce
performance.

That remind me of something. What about pseudo-connection between DOM events
and Qt's slots?
Something like: "QWebElement::connect(char *jsEventName, QObject *object, char*
slot)". This has never been investigated, someone should check if it is
possible to plug ourself in the DOM's event system.

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