summaryrefslogtreecommitdiffstats
path: root/chrome/browser/password_manager/native_backend_gnome_x.cc
Commit message (Expand)AuthorAgeFilesLines
* Linux: stop migrating old, shared passwords into the profile-specific passwor...mdm@chromium.org2012-01-131-2/+5
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-1/+1
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+1
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Linux: downgrade an ERROR to a WARNING because it can actually happen normally.mdm@chromium.org2011-10-171-2/+4
* Convert more password manager uses of NewRunnable*() to base::Bind().mdm@chromium.org2011-10-041-26/+21
* Use DISABLE_RUNNABLE_METHOD_REFCOUNT macro in several places I've previously ...mdm@chromium.org2011-09-211-5/+1
* Linux: allow appending to a list of passwords in the GNOME keyring backend to...mdm@chromium.org2011-08-231-1/+8
* Linux: fix a bug in password store migration that would incorrectly migrate p...mdm@chromium.org2011-07-211-0/+1
* Linux: revive a mysteriously disabled test and add tests for the GNOME Keyrin...mdm@chromium.org2011-07-191-61/+33
* Reland r92615 - Linux: make externally-stored passwords (e.g. GNOME Keyring) ...mdm@chromium.org2011-07-161-55/+136
* Revert 92615 - Linux: make externally-stored passwords (e.g. GNOME Keyring) p...mdm@chromium.org2011-07-141-136/+55
* Linux: make externally-stored passwords (e.g. GNOME Keyring) profile-specific.mdm@chromium.org2011-07-141-55/+136
* Remove unnecessary include of <dbus/dbus-glib.h>.satorux@chromium.org2011-07-111-1/+0
* Linux: remove a bunch of code from gnome keyring integration that was needed tomdm@chromium.org2011-06-151-278/+0
* Linux: don't replace existing logins when adding new logins to the same site.mdm@chromium.org2011-04-291-21/+29
* Linux: don't create duplicate entries in GNOME Keyring. Also, scan all keyrin...mdm@chromium.org2011-03-091-24/+141
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
* Linux: don't store passwords with 0 timestamp in GNOME Keyring.mdm@chromium.org2011-02-031-2/+6
* Linux: avoid null pointers coming back from some old versions of libgnome-key...mdm@chromium.org2011-01-121-7/+15
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part8:tfarina@chromium.org2010-10-091-52/+52
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-2/+2
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-1/+2
* Linux: access GNOME Keyring on the GLib main thread, rather than the DB thread.mdm@chromium.org2010-07-161-197/+490
* linux: work around gnome keyring memory corruptionevan@chromium.org2010-06-241-105/+171
* Linux: detect old and broken versions of GNOME Keyring and don't use them. Al...mdm@chromium.org2010-06-211-36/+52
* Linux: refactor GNOME Keyring and KWallet integration to allow migration from...mdm@chromium.org2010-06-161-0/+448