[Webkit-unassigned] [Bug 20305] NPAPI: === returns false for identical NPObjects returned from a plugin.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 30 20:54:27 PST 2012


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


duncantebbs at turbulenz.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |duncantebbs at turbulenz.com




--- Comment #6 from duncantebbs at turbulenz.com  2012-01-30 20:54:27 PST ---
The problem appears to exist in the other direction too, i.e. when passing objects from JS to the plugin.

  var a = {};
  plugin.f(a, a); 

The plugin sees an argument list containing two different NPObject pointers.  On Firefox and Chrome, the same NPObject pointer appears twice in the list, allowing the plugin to test whether the arguments are the same.

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