Closed
Bug 132202
Opened 23 years ago
Closed 11 years ago
document hidden plugin prefs
Categories
(Documentation Graveyard :: Help Viewer, defect)
Documentation Graveyard
Help Viewer
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: peterlubczynski-bugs, Unassigned)
Details
Attachments
(1 file)
|
2.27 KB,
patch
|
timeless
:
review+
|
Details | Diff | Splinter Review |
We've got a few hidden plugin prefs that it'd be nice to document.
| Reporter | ||
Comment 1•23 years ago
|
||
This patch does a little documenting by adding the default values for these
"hidden" prefs to win/mac/all.js. Are there also some UNIX prefs?
Updated•23 years ago
|
Severity: trivial → normal
| Reporter | ||
Comment 2•23 years ago
|
||
--->documentation
Assignee: peterlubczynski → rudman
Component: Plug-ins → User
Product: Browser → Documentation
QA Contact: shrir → rudman
Version: other → unspecified
Updated•23 years ago
|
Status: NEW → ASSIGNED
-->chris wozniak.
Chris, I assume you want to doc these. I assume that Ian might want to handle
these as well---I'll leave it to you two to decide where the prefs go.
Assignee: rudman → cwozniak
Status: ASSIGNED → NEW
We have more prefs which we use in the plugin code, should not they also be
documented? The following four are defaulted to 'false' in the code, so not
setting them will mean just that:
"plugin.override_internal_types" -- this allows to allow plug-ins to handle mime
type normally handled by browser itself like QuickTime and PNG images
"plugin.allow_alien_star_handler" -- this allows plug-ins to take over handling
"*" type, normally we do it with our default plug-in which is critical for the
plug-in finder service
"plugin.expose_full_path" -- allows to show full plug-in paths in the
about:plugins page, normally we don't do that due to security considerations
"plugin.skip_real_player_hack" -- Peter, would you explain this one?
We also look for some important plug-ins elsewhere, not only in the plugins
folder, this can be switched off by prefs:
"plugin.scan.SunJRE"
"plugin.scan.Acrobat"
"plugin.scan.Quicktime"
"plugin.scan.WindowsMediaPlayer"
"plugin.scan.4xPluginFolder"
Comment 5•22 years ago
|
||
Stephen, I'm CC'ing you because we have many prefs documented and here are some
more.
| Reporter | ||
Comment 6•22 years ago
|
||
Important for plugin developers on Windows is "plugin.dont_try_safe_call" which
turns off exception handling (ie. '... your plugin has performed an illegal
operation and you should restart Navigator').
"plugin.skip_real_player_hack" prevents looking for Real in the components
folder, the default install location for Real 8 on Netscape
Updated•22 years ago
|
Attachment #75107 -
Flags: review?(timeless)
Comment on attachment 75107 [details] [diff] [review]
default values patch
> +// When there is no pluign registered for the "*" mime type, (i.e. no default
fix the spelling
Attachment #75107 -
Flags: review?(timeless) → review+
Updated•17 years ago
|
Assignee: cwozniak → help.viewer
QA Contact: rudman → danielwang
Comment 8•11 years ago
|
||
This bug has been buried in the graveyard and has not been updated in over 5 years. It is probably safe to assume that it will never be fixed, so resolving as WONTFIX.
[Mass-change filter: graveyard-wontfix-2014-09-24]
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•