Closed
Bug 237312
Opened 21 years ago
Closed 21 years ago
gnomevfs should be skipped for protocols marked to be handled externally
Categories
(Core :: Networking, defect)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla1.8beta1
People
(Reporter: darin.moz, Assigned: darin.moz)
References
Details
(Whiteboard: [ready to land])
Attachments
(1 file)
4.92 KB,
patch
|
Biesinger
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
gnomevfs should be skipped for protocols marked to be handled externally. with
the gnomevfs extension in place, it is not possible to force 'smb:' to be
handled externally. this just means that the code that was added to
nsIOService.cpp needs to be moved into the "if (!externalProtocol)" section.
patch coming up...
Assignee | ||
Comment 1•21 years ago
|
||
this patch just moves some things around in nsIOService::GetProtocolHandler.
Assignee | ||
Updated•21 years ago
|
Attachment #143754 -
Flags: superreview?(bzbarsky)
Attachment #143754 -
Flags: review?(cbiesinger)
Assignee | ||
Updated•21 years ago
|
Severity: normal → minor
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.8alpha
Updated•21 years ago
|
Attachment #143754 -
Flags: review?(cbiesinger) → review+
![]() |
||
Comment 2•21 years ago
|
||
Comment on attachment 143754 [details] [diff] [review]
v1 patch
sr=bzbarsky
Attachment #143754 -
Flags: superreview?(bzbarsky) → superreview+
Assignee | ||
Updated•21 years ago
|
Whiteboard: [ready to land]
Target Milestone: mozilla1.8alpha1 → mozilla1.8beta
Assignee | ||
Comment 3•21 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•