Bug 1791749 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Documentation change introduced in Bug 1556487.

https://searchfox.org/mozilla-central/rev/b1e5f2c7c96be36974262551978d54f457db2cae/netwerk/base/nsIParentRedirectingChannel.idl#64
```
* Primarilly used by ParentChannelListener::OnRedirectResult and kept as
```

https://searchfox.org/mozilla-central/rev/b1e5f2c7c96be36974262551978d54f457db2cae/netwerk/base/nsIRedirectChannelRegistrar.idl#57,69
```
* Primarilly used in ParentChannelListener::OnRedirectResult callback
...
* Primarilly used in ParentChannelListener::OnRedirectResult callback.
```

`ParentChannelListener::OnRedirectResult` doesn't exist. Should say [HttpChannelParent::OnRedirectResult](https://searchfox.org/mozilla-central/rev/b1e5f2c7c96be36974262551978d54f457db2cae/netwerk/protocol/http/HttpChannelParent.cpp#1907) instead. [It's used there.](https://searchfox.org/mozilla-central/rev/b1e5f2c7c96be36974262551978d54f457db2cae/netwerk/protocol/http/HttpChannelParent.cpp#1907,1919-1920,1938)
Documentation change introduced in Bug 1556487.

https://searchfox.org/mozilla-central/rev/b1e5f2c7c96be36974262551978d54f457db2cae/netwerk/base/nsIParentRedirectingChannel.idl#64
```
* Primarilly used by ParentChannelListener::OnRedirectResult and kept as
```

https://searchfox.org/mozilla-central/rev/b1e5f2c7c96be36974262551978d54f457db2cae/netwerk/base/nsIRedirectChannelRegistrar.idl#57,69
```
* Primarilly used in ParentChannelListener::OnRedirectResult callback
...
* Primarilly used in ParentChannelListener::OnRedirectResult callback.
```

`ParentChannelListener::OnRedirectResult` doesn't exist. Should say [HttpChannelParent::OnRedirectResult](https://searchfox.org/mozilla-central/rev/b1e5f2c7c96be36974262551978d54f457db2cae/netwerk/protocol/http/HttpChannelParent.cpp#1907) instead. [It's used there.](https://searchfox.org/mozilla-central/rev/b1e5f2c7c96be36974262551978d54f457db2cae/netwerk/protocol/http/HttpChannelParent.cpp#1907,1919-1920,1938,1947)

Back to Bug 1791749 Comment 0