Closed
Bug 162569
Opened 23 years ago
Closed 23 years ago
Tweak quick search APIs so you can set external search criteria
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: mscott, Assigned: mscott)
Details
Attachments
(2 files)
4.14 KB,
patch
|
naving
:
review+
|
Details | Diff | Splinter Review |
4.43 KB,
patch
|
sspitzer
:
review+
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
I need the ability to call into the quick search code from outside quick search
with an array of search terms instead of generating the search terms from the
text in the quick search bar.
I have a small patch to search.js which doesn't change any functionality in
quick search, it just breaks a couple methods apart so you can call into the
onSearch method with an array of search terms or a null array in order to use
the text in the quick search text box.
Assignee | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Scott, I can't make out from -uw diff, could you attach -u diff ? thx.
Assignee | ||
Comment 3•23 years ago
|
||
Here's -u diffs but they look identical to the -uw diffs to me. the w just
means ignore white space changes. So I'm not sure if this is going to help make
it look clearer. Worth a shot though.
Comment 4•23 years ago
|
||
Comment on attachment 95173 [details] [diff] [review]
api tweak to make QS accessible from outside callers
r=naving
Attachment #95173 -
Flags: review+
Comment 5•23 years ago
|
||
Comment on attachment 95197 [details] [diff] [review]
cvs diff -u diffs
r=naving, sr=sspitzer
Attachment #95197 -
Flags: superreview+
Attachment #95197 -
Flags: review+
Assignee | ||
Comment 6•23 years ago
|
||
fixed
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
Component: MailNews: Search → MailNews: Message Display
QA Contact: laurel → search
You need to log in
before you can comment on or make changes to this bug.
Description
•