[Webkit-unassigned] [Bug 38326] [Qt][Symbian] Need support for QGraphicsWidget based plugins

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 2 17:49:50 PDT 2010


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


Yael <yael.aharon at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |laszlo.1.gombos at nokia.com




--- Comment #1 from Yael <yael.aharon at nokia.com>  2010-05-02 17:49:50 PST ---
I have a patch ready, but it contains all the needed build fixes for WINSCW, so
I cannot upload it yet.

The patch requires defining PlatformWidget to be QGraphicsWidget instead of
QWidget, and that affects QtPluginFactory, Qt runtime binding and other areas.

Considering that there is no NPAPI via which the plugin tells WebCore if it is
QWidget based or QGraphicsWidget based, we need to decide if it is ok to assume
in Symbian^4 that all plugins are QGraphicsWidget based.

The case of dynamically switching between QWebView and QGraphicdWebView also
adds complication (see https://bugs.webkit.org/show_bug.cgi?id=35247#c8).
All this leads me to think that maybe in Symbian^4, we do want to limit only to
support QGraphicsWebView and QGraphicsWidget based plugins.

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