Closed
Bug 671246
Opened 12 years ago
Closed 12 years ago
Make Java pref conditional on having a Java plugin
Categories
(Camino Graveyard :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino2.1
People
(Reporter: stuart.morgan+bugzilla, Assigned: stuart.morgan+bugzilla)
Details
Attachments
(1 file)
2.66 KB,
patch
|
Details | Diff | Splinter Review |
I realized that the Enable Java pref will be potentially confusing once we aren't shipping the JEP, so I updated the pref panel to disable the checkbox if there's no Java plugin. (I'm not really wild about having the code to check in PreferenceManager, since it's not actually a preference, but it was the easiest place to put it.)
Assignee | ||
Comment 1•12 years ago
|
||
Landed as http://hg.mozilla.org/camino/rev/818a7ef7c3c3
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
(In reply to comment #0) > (I'm not really wild about having the code to check in PreferenceManager, > since it's not actually a preference, but it was the easiest place to put > it.) GeckoUtils, or does it not really fit/cause difficulties there, also?
Assignee | ||
Comment 3•12 years ago
|
||
That gets into cross-binary linkage issues (visibility/export stuff)
You need to log in
before you can comment on or make changes to this bug.
Description
•