Closed
Bug 526989
Opened 16 years ago
Closed 16 years ago
getEngines, getVisibleEngines and getDefaultEngines engineCount out params should be optional
Categories
(Firefox :: Search, defect)
Firefox
Search
Tracking
()
RESOLVED
FIXED
Firefox 3.7a1
People
(Reporter: dao, Assigned: dao)
Details
Attachments
(1 file)
|
6.21 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #410770 -
Flags: review?(gavin.sharp)
Comment 1•16 years ago
|
||
Comment on attachment 410770 [details] [diff] [review]
patch
>diff --git a/toolkit/components/search/nsSearchService.js b/toolkit/components/search/nsSearchService.js
>+ if (aCount)
>+ aCount.value = engines.length;
Are these changes actually needed? I figured xpconnect still needed the count and therefore always passed in this argument... or are these also called directly?
Attachment #410770 -
Flags: review?(gavin.sharp) → review+
| Assignee | ||
Comment 2•16 years ago
|
||
looks like they aren't needed.
http://hg.mozilla.org/mozilla-central/rev/71f262fe12a5
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.7a1
You need to log in
before you can comment on or make changes to this bug.
Description
•