| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
We'll use them from embed/ for form password saving, and embed/ can't
use code from src/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
It was possible to set a master password for NSS through the
certificate manager extension, so we have to support this.
Bug #594694
|
|
|
|
| |
It seems to be harmless, and if we ignore it we can still decrypt some passwords.
|
|
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.
|