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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 8 23:09:42 PDT 2009


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


Rohini Ananth <rohini.ananth at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39247|                            |review?
               Flag|                            |




--- Comment #1 from Rohini Ananth <rohini.ananth at nokia.com>  2009-09-08 23:09:41 PDT ---
Created an attachment (id=39247)
 --> (https://bugs.webkit.org/attachment.cgi?id=39247)
Patch which solves the deletion of created temp file before passing to plugin
in NPP_AsFile 

In the patch, in openTemporaryFile() method implemented for platform Qt in
FileSystemQt.cpp, the autoremove property has been set to false.Hence
closeFileHandle() just closes and does not delete the file before passing it to
plugin. As last step of PluginStream::destroystream, anyways the deletion of
this temp file has been taken care.

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