aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-nss-glue.c
Commit message (Collapse)AuthorAgeFilesLines
* Move profile migration tools from src/ to lib/Xan Lopez2009-12-151-309/+0
| | | | | We'll use them from embed/ for form password saving, and embed/ can't use code from src/
* GTK+ 2.17.11 is now the required versionJavier Jardón2009-09-221-1/+2
| | | | | | | | | | | | | | | I've used all the GTK+ 2.17.11 api available, still missing: GTK_WIDGET_REALIZED (GTK_WIDGET ()) GTK_WIDGET_MAPPED (GTK_WIDGET ()) GTK_ENTRY->im_context GTK_STATUSBAR->frame GTK_STATUSBAR->label GTK_MESSAGE_DIALOG->label https://bugzilla.gnome.org/show_bug.cgi?id=595791 Signed-off-by: Xan Lopez <xan@gnome.org>
* ephy-nss-glue.c: ask for the NSS master password if neededXan Lopez2009-09-111-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 codeXan Lopez2009-09-111-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 Lopez2009-08-261-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.