Closed
Bug 70267
Opened 24 years ago
Closed 24 years ago
Implement gopher searches
Categories
(Core :: Networking, enhancement)
Core
Networking
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: bbaetz, Assigned: bbaetz)
References
()
Details
Attachments
(1 file)
7.35 KB,
patch
|
Details | Diff | Splinter Review |
I need to implement gopher searches, remembering darin's comments in bug 61167.
Assignee | ||
Comment 1•24 years ago
|
||
I've done this, but I need to tidy up the dir viewer code so that the listings
in the dirviewer are correct. Marking dependancy.
Assignee | ||
Comment 2•24 years ago
|
||
This now works. As a bonus, I no longer add the url to the load group twice.
Oops.
I've also added another couple of PR_LOG calls.
You may need the patches to bug 70529 if you try loading the query url directly
- go to the above url, and select the "McGill names and phone numbers" link.
ccing darin and dougt for r/sr
Assignee | ||
Comment 3•24 years ago
|
||
Comment 4•24 years ago
|
||
just one nit: the ASSERTION in SetNotificationCallbacks is probably wrong...
the NS_WARNING before attempting to prompt is much better IMO. the client
could for whatever reason call SetNotificationCallbacks more than once with
a different value for aNotificationCallbacks each time. my point is that it
isn't the value of mPrompter when SetNotificationCallbacks is called that
matters... it's the value of mPrompter before you go to use it that matters.
fix this and r/sr=darin
Comment 5•24 years ago
|
||
r=dougt.
Assignee | ||
Comment 6•24 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•