Bug 34901 - [Qt] QtWebkit bridge: enable passing a QWebElement to a signal/slot/property
Summary: [Qt] QtWebkit bridge: enable passing a QWebElement to a signal/slot/property
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-02-12 11:44 PST by Noam Rosenthal
Modified: 2010-02-15 07:36 PST (History)
1 user (show)

See Also:


Attachments
QtWebkitBridge: support for QWebElement as a transient (QVariant) type (8.48 KB, patch)
2010-02-12 20:31 PST, Noam Rosenthal
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Noam Rosenthal 2010-02-12 11:44:38 PST
This is the last "HTML-specific" bridge addition:
Allow a signal/slot/property of type QWebElement to send/receive a javascript argument that holds an actual HTML image element.
Comment 1 Noam Rosenthal 2010-02-12 20:31:00 PST
Created attachment 48696 [details]
QtWebkitBridge: support for QWebElement as a transient (QVariant) type

Includes appropriate tests in tst_qwebframe
Comment 2 Simon Hausmann 2010-02-15 07:17:57 PST
Comment on attachment 48696 [details]
QtWebkitBridge: support for QWebElement as a transient (QVariant) type

Nice!

Noam, I'm going to set cq+, but please set either cq? or cq- if you want or do not want this to go through the commit-queue.
Comment 3 WebKit Commit Bot 2010-02-15 07:36:06 PST
Comment on attachment 48696 [details]
QtWebkitBridge: support for QWebElement as a transient (QVariant) type

Clearing flags on attachment: 48696

Committed r54775: <http://trac.webkit.org/changeset/54775>
Comment 4 WebKit Commit Bot 2010-02-15 07:36:13 PST
All reviewed patches have been landed.  Closing bug.