[Webkit-unassigned] [Bug 34539] NP_VERSION_MINOR is not correct for some ports

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 16:32:08 PDT 2010


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


Garth Dahlstrom <ironstorm at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51714|0                           |1
        is obsolete|                            |




--- Comment #8 from Garth Dahlstrom <ironstorm at gmail.com>  2010-03-31 16:32:08 PST ---
Created an attachment (id=52222)
 --> (https://bugs.webkit.org/attachment.cgi?id=52222)
Implements NPN_GetValueForURL and NPN_SetValueForURL, stub for
NPN_GetAuthenticationInfo -- Fixes junk being added to end of
NPN_GetValueForURL strings

This fix basically replaces memcpy w/ strcpy.  memcpy was causing junk to be
appended to the end of the strings.

Next step is to clean this up to meet WebKit code submission guidelines. 

Someone could implement some kind of callback implementation for the
NPN_GetAuthenticationInfo stub, but at the moment this function is not of
particular interest to me.

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