Closed
Bug 45923
Opened 25 years ago
Closed 24 years ago
"plugin downloader plugin" (libnullplugin.so) does not work
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
People
(Reporter: waterson, Assigned: serhunt)
Details
(Keywords: platform-parity, Whiteboard: [nsbeta3-])
The "plugin downloader plugin" (libnullplugin.so) will not load on *nix systems
because it cannot find the FE_GetTopLevelWidget() symbol. Apparently, it has
hard-links to that symbol that it tries to resolve. When it can't dlopen()
bombs and fails to load the beast.
We need to either:
1. Stub one so that the thing can load
2. Write a new plugin downloader plugin for Unix
Reporter | ||
Comment 1•25 years ago
|
||
Nominating for nsbeta3. Without this, pages that contain plugins will not show
the "puzzle piece" that indicates to the user that s/he needs to download a
plugin to see the content.
Is it part of the build? Or you just stole it from 4.x installation?
Reporter | ||
Comment 3•25 years ago
|
||
I just stole the 4.x plugin. Do we already build a "new style" plugin
downloader plugin?
Comment 4•25 years ago
|
||
[nsbeta3-]. If Andrei fixes his nsbeta3+ bugs sooner than expected, he'll return
to this.
Whiteboard: [nsbeta3-]
Comment 5•25 years ago
|
||
FYI: I have logged bug 48483 to track the addition of default plugin to linux
and mac.
Resolving as a dup of 48483.
*** This bug has been marked as a duplicate of 48483 ***
Status: NEW → RESOLVED
Closed: 24 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
•