Closed
Bug 435815
Opened 18 years ago
Closed 18 years ago
isInAppDir should be true for search plugins in app/extensions directory
Categories
(Firefox :: Search, defect)
Firefox
Search
Tracking
()
RESOLVED
DUPLICATE
of bug 356289
People
(Reporter: mkaply, Unassigned)
Details
Currently isInAppDir only checks for exe/searchplugins.
This is used so that MozParam works.
search plugins installed as global extensions should be marked as "InAppDir" as well so that they can use MozParam
Comment 1•18 years ago
|
||
Probably any searchplugin shipped in an extension should have InAppDir == true
Severity: normal → minor
Comment 2•18 years ago
|
||
Since bug 356289 landed, MozParam usage is restricted to "_isDefault" plugins, and "_isDefault" returns true for extension shipped plugins as far as I can tell:
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/browser/components/search/nsSearchService.js&rev=1.110#2080
What makes you think otherwise?
Comment 3•18 years ago
|
||
Oh, I guess that wasn't in 2.0, so per bug 435812 I guess you just hadn't checked Firefox 3.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•