Closed Bug 425666 Opened 16 years ago Closed 16 years ago

Support for the Web Kit plugin API on Mac

Categories

(Core Graveyard :: Plug-ins, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 347511

People

(Reporter: jwatt, Unassigned)

Details

Writing plugins for Mac Firefox currently sucks. It would be great if Firefox supported the Web Kit plugin API.
Just to expand on what Jwatt said, the NP API is getting harder to support with each OS release, and the hope is that the Cocoa widget implementation makes this possible, if not easy. Based on some initial reading it amounts to embedding an arbitrary NSView into the Moz view tree, and dynamically checking for scripting-related access methods to decide what Objective-C methods are exposed to JS. Plus some work to marshal JS types across to Cocoa ones. Not trivial but hopefully relatively self-contained, though I believe the plugin host code in general has not had much love in recent times.

I'd be willing to undertake the work, if there is sufficient interest and support to help with the design and get the changes landed.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.