Bug 12779

Summary: scriptable object properties or methods don't do anything with NPRuntime API
Product: WebKit Reporter: William Bardwell <wbardwel>
Component: Plug-insAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Major CC: ap
Priority: P2    
Version: 420+   
Hardware: PC   
OS: OS X 10.4   

Description William Bardwell 2007-02-15 15:34:02 PST
Using a nightly from Feb 14, 2007, with a plugin that uses the NPRuntime, I see the browser ask for the scriptable object, but calling methods or setting or getting properties does nothing (it doesn't get passed to the plugin.)
Comment 1 Alexey Proskuryakov 2007-02-15 22:03:34 PST
This clearly does work with our own test plugin - otherwise, automated tests would have been failing.

If this is a regression that only manifests itself under specific circumstances, the bug would be P1, but please provide more information about it.
Comment 2 William Bardwell 2007-02-17 16:05:36 PST
Never mind, this was a bug in my plugin.