Bug 30130 - [Qt] Add support for Frame::nodeImage()
Summary: [Qt] Add support for Frame::nodeImage()
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P3 Enhancement
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2009-10-06 08:02 PDT by Simon Hausmann
Modified: 2012-03-02 01:29 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Hausmann 2009-10-06 08:02:28 PDT
Revision 49060 introduced a dependency of PluginViewWin.cpp to Frame::nodeImage() to render a still image of halted plugins.

This needs to be implemented in FrameQt.cpp.
Comment 1 Simon Hausmann 2009-10-06 08:06:59 PDT
http://trac.webkit.org/changeset/49187 fixed the build.
Comment 2 Simon Hausmann 2012-03-02 01:29:12 PST
http://trac.webkit.org/changeset/96339 nicely implemented this cross-platform, rendering this bug as invalid.