Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-nss-glue.c: ask for the NSS master password if needed | Xan Lopez | 2009-09-11 | 1 | -0/+46 |
| | | | | | | | It was possible to set a master password for NSS through the certificate manager extension, so we have to support this. Bug #594694 | ||||
* | ephy-nss-glue.c: ignore padLength error in the NSS glue code | Xan Lopez | 2009-09-11 | 1 | -1/+4 |
| | | | | It seems to be harmless, and if we ignore it we can still decrypt some passwords. | ||||
* | Import passwords from the ephy/gecko profile on first run. | Xan Lopez | 2009-08-26 | 1 | -0/+259 |
This feature requires NSS, so NSS is added as an optional dependency, enabled by default. Can be disabled with --disable-nss, but then passwords won't be imported. |