Closed
Bug 131300
Opened 23 years ago
Closed 22 years ago
Plugins don't work in mach-o browser build
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 155256
People
(Reporter: beard, Assigned: beard)
References
Details
Attachments
(2 files)
24.62 KB,
patch
|
Details | Diff | Splinter Review | |
11.08 KB,
patch
|
Details | Diff | Splinter Review |
The problem is that plugins are built as CFM shared libraries, which aren't
supported by NSPR, and even if they were, the mach-o browser can't call CFM
function pointers directly. In addition there are many places in the plugin code
where we have to distinguish between XP_UNIX and XP_MAC. Patches coming.
Assignee | ||
Comment 1•23 years ago
|
||
These are the changes to the plugin module to support loading CFM plugins on
mach-o.
Assignee | ||
Comment 2•23 years ago
|
||
Patches to layout module to support plugins on XP_MACOSX.
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 155256 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•