Closed
Bug 342010
Opened 19 years ago
Closed 19 years ago
window.external.AddSearchProvider should support ftp URIs (IE compat)
Categories
(Firefox :: Search, defect, P2)
Firefox
Search
Tracking
()
RESOLVED
FIXED
Firefox 2 beta1
People
(Reporter: asaf, Assigned: pamg.bugs)
References
()
Details
(Keywords: fixed1.8.1, Whiteboard: [swag: 0.5d])
Attachments
(1 file)
|
6.97 KB,
patch
|
mconnor
:
review+
mconnor
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
The code in validateSearchEngine (which is fine for legacy window.sidebar.addSearchEngine) rejects FTP urls. Looking at the documentation at MSDN, FTP urls should are legitimate.
See http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/addsearchprovider.asp
| Reporter | ||
Updated•19 years ago
|
Flags: blocking-firefox2?
Comment 1•19 years ago
|
||
Should be trivial and harmless to add this.
Assignee: nobody → pamg.bugs
Flags: blocking-firefox2? → blocking-firefox2+
| Assignee | ||
Comment 2•19 years ago
|
||
Any problem if window.sidebar.addSearchEngine is changed to allow ftp too?
Comment 3•19 years ago
|
||
(In reply to comment #2)
> Any problem if window.sidebar.addSearchEngine is changed to allow ftp too?
No, I think that should be fine.
| Assignee | ||
Updated•19 years ago
|
Priority: -- → P2
Target Milestone: --- → Firefox 2 beta1
| Assignee | ||
Comment 4•19 years ago
|
||
Allows FTP for OpenSearch and Sherlock search description files and icons, no matter how they're provided: AddSearchProvider, addSearchEngine, or autodetected by <link>.
Attachment #226202 -
Flags: review?(mconnor)
Comment 5•19 years ago
|
||
Comment on attachment 226202 [details] [diff] [review]
Fixes issue
thanks Pam!
Attachment #226202 -
Flags: review?(mconnor)
Attachment #226202 -
Flags: review+
Attachment #226202 -
Flags: approval-branch-1.8.1+
| Assignee | ||
Updated•19 years ago
|
Whiteboard: [swag: 0.5d]
| Assignee | ||
Comment 6•19 years ago
|
||
fixed-1.8-branch, fixed-on-trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•