Files
tubestation/toolkit/components/passwordmgr/test/unit
Jan Henning 972dcff736 Bug 1400023 - Switch logins handling to use "display" URIs. r=MattN
Since the pref flip in bug 1380617, the default nsUri attributes have been returning punycode for IDN-based domain names, so we need to switch to using the "display"-prefixed variants as a simple fix to
- preserve compatibility with previously stored logins
- pretty-print unicode domains in the login manager UI instead of showing punycode

This patch is more or less a straight (DXR-)search and replace and has hopefully caught all relevant instance of nsUri access related to logins.

For test_disabled_hosts, we're basically reverting bug 1380617, since the login service will now once again return IDN domains in Unicode where allowed.

MozReview-Commit-ID: 5SvW0MuTrGu
2017-09-14 20:57:40 +02:00
..