[Webkit-unassigned] [Bug 15775] NPAPI behavioural differences with Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 1 03:13:19 PDT 2007


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
           Keywords|                            |NeedsRadar




------- Comment #1 from mrowe at apple.com  2007-11-01 03:13 PDT -------
The issue with the example code needs to be tracked through Radar.  I see that
you filed <rdar://problem/5570872> on that issue, which is great.  This
bugzilla entry can focus specifically on the behavioural difference between
WebKit and Firefox/Opera when loading NPAPI plugins.  Specifically, the problem
is that "main" is not called by WebKit on a mach-o plugin while Firefox/Opera
require it to be present for the plugin to be used in a page.  This can be
reproduced by doing modifying the NetscapeMoviePlugin sample code to remove the
two references to "int main(...)".  You can also verify with a debugger that
"main" is invoked by both Firefox and Opera as part of the plugin
initialization for mach-o plugins, not only for CFM binaries as WebKit
currently does.


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