[Webkit-unassigned] [Bug 51688] New: Np API plugins rendering issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 28 14:21:30 PST 2010


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

           Summary: Np API plugins rendering issues
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: S60 Hardware
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Blocker
          Priority: P1
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: prasad.adimulam at nokia.com


we are facing very high performance issues with Camera plugin. The functionality of the plugin is to launch Camera and display the viewfinder data
on a user specified window in the widget. 

This plugin is implemented as windowed plugin. Viewfinder data is displayed as follows

on loading the plugin we invoke startViewFinderBitmaps() api provided by CCamera. This api invokes the callback function with each frame provided as
bitmap data. We convert this bitmap data into QPixmap in the callback. A signal is emitted from the callback to the plugin with the QPixmap. This QPixmap has
to be drawn into user specified window. To do this we invoke repaint() api in the slot and draw the pixmap in the overloaded paint implementation.

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