[Webkit-unassigned] [Bug 29068] New: NPAPI Plugin NPP_AsFile not working on Qt Webkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 23:01:49 PDT 2009


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

           Summary: NPAPI Plugin NPP_AsFile not working on Qt Webkit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: S60 3rd edition
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rohini.ananth at nokia.com


For NPAPI Plugins having stream transfer mode other than NP_NORMAL, a
QTemporaryFile through openTemporaryFile() call in PluginStream::startstream
gets created and in PluginStream::destroystream the file handle is closed
before passing the file path in NPP_AsFile to plugin. By default, the property
‘autoremove’ of QTemporaryFile is true and such a setting deletes the file for
closeFileHandle() itself, hence plugin does not see any created temp file.

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