Comment 22 for bug 339772

Revision history for this message
In , Bzbarsky (bzbarsky) wrote :

> what does a protocol handler gain you?

Hmm... I guess you could write an nsIChannel impl (since download manager _will_
need that) and just give it the http:// (or whatever) URI and not have a
protocol handler at all...

So ignore what I said. Comment 11 is what should be done.