Confirmed users
195
edits
m (→Wallet/Satchel) |
(→Issues) |
||
| Line 219: | Line 219: | ||
* Use nsIRequest instead of nsIChannel? | * Use nsIRequest instead of nsIChannel? | ||
** SOCKS authentication on a raw socket might be a use case | ** SOCKS authentication on a raw socket might be a use case | ||
** But nsIRequest has no obvious place to get something remotely URI-like | |||
* The parameter lists are quite long; group some of the info together on an object? This object could be passed to both functions. | * The parameter lists are quite long; group some of the info together on an object? This object could be passed to both functions. | ||
** It would fix this error: ../../../../../mozilla/netwerk/base/public/nsIAuthPrompt2.idl:106: Error: [domstring], [utf8string], [cstring], [astring] types cannot be used as inout parameters | ** It would fix this error: ../../../../../mozilla/netwerk/base/public/nsIAuthPrompt2.idl:106: Error: [domstring], [utf8string], [cstring], [astring] types cannot be used as inout parameters | ||