[Webkit-unassigned] [Bug 16779] Make the PluginStream implementation be shared across platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 22:34:40 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16779


andersca at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18370|review?                     |review+
               Flag|                            |




------- Comment #12 from andersca at apple.com  2008-01-10 22:34 PDT -------
(From update of attachment 18370)
+CString openTempFileHandle(const char* prefix, PlatformFileHandle& handle);
+void closeTempFileHandle(PlatformFileHandle& handle);
+int writeToTempFileHandle(PlatformFileHandle handle, const char* data, int
length);

I would prefer if "Handle" could be omitted from these functions (and maybe
even "Temp"). Looks great otherwise. Thanks for working on this!


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list