Comment 154 for bug 25830

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

(From update of attachment 176645)
>Index: base/nsURILoader.cpp

> +nsresult nsDocumentOpenInfo::DispatchContent(nsIChannel *aChannel,

>+ aChannel->SetLoadFlags(loadFlags | nsIChannel::LOAD_RETARGETED_DOCUMENT_URI
> | nsIChannel::LOAD_TARGETED);

Fix indent of second line here?

>Index: exthandler/nsIDispatchable.idl
>+ * When this method is successful, the current handler's onStopRequest method
>+ * will be called with a status of NS_BINDING_REDIRECTED.

I don't actually see us doing this anywhere. Did I miss something? Should we
be calling OnStopRequest on oldListener when we reDispatch?

r+bzbarsky with these issues addressed.