Confirmed users
195
edits
(→Issues) |
|||
Line 218: | Line 218: | ||
** However, after thinking more about this, I don't think it makes sense for this interface to be used by PSM. PSM has no use for a user or a domain, the "levels" here are not useful for it, and dialogs for certificate stores will probably look quite different. It should have its own interface. | ** However, after thinking more about this, I don't think it makes sense for this interface to be used by PSM. PSM has no use for a user or a domain, the "levels" here are not useful for it, and dialogs for certificate stores will probably look quite different. It should have its own interface. | ||
* Use nsIRequest instead of nsIChannel? | * Use nsIRequest instead of nsIChannel? | ||
** SOCKS authentication on a raw socket might be a use case | |||
* 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 |