summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/options/passwords_page_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Get rid of app/gtk_util.h.jhawkins@chromium.org2010-10-281-1/+0
* Linux: don't crash trying to view passwords if login db initialization failed.mdm@chromium.org2010-10-281-1/+4
* [GTK] make passwords label selectable.estade@chromium.org2010-10-071-0/+1
* Add policy to control 'show password' facility in the password manager.mnissler@chromium.org2010-09-071-9/+44
* Convert a bunch of uses of the wstring net::FormatUrl() to the new string16 one.viettrungluu@chromium.org2010-08-301-3/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Linux: set the size of the "show password" button in the password manager aft...mdm@chromium.org2010-08-251-15/+25
* Cleanup: Remove unneeded headers from app/ (part 3)thestig@chromium.org2010-07-311-1/+0
* Change a bunch of string types.estade@chromium.org2010-06-291-1/+1
* Linux: fix small memory leaks in passwords and exceptions dialog.mdm@chromium.org2010-06-141-14/+15
* Misc. small cleanups I ran into while working on other changes.pkasting@chromium.org2010-06-021-5/+3
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-021-2/+1
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-2/+2
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-2/+2
* Strips http from the omniboxsky@chromium.org2010-04-091-2/+2
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Re-apply r41458 | estade@chromium.org | 2010-03-12 11:28:50 -0800 (Fri, 12 Ma...estade@chromium.org2010-03-121-56/+46
* Revert: r41458 | estade@chromium.org | 2010-03-12 11:28:50 -0800 (Fri, 12 Mar...estade@chromium.org2010-03-121-46/+56
* Fix the rest of the gtk/options directory to use new callback macros.estade@chromium.org2010-03-121-56/+46
* Final removal of the bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-101-0/+1
* chrome 4: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+3
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-2/+2
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Remove redundant casts in g_signal_connect() throughout all gtk code we have.erg@chromium.org2010-02-101-4/+4
* Linux: Create app modal dialogs in a different way to work around a KDE 3 win...thestig@chromium.org2009-11-241-7/+9
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-2/+1
* Convert some structures in webkit/glue to string16.darin@chromium.org2009-10-201-2/+2
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-071-1/+1
* Fix leaking gtk tree models.mattm@chromium.org2009-08-261-0/+2
* Linux: make the passwords and exceptions dialog box default size larger.mdm@chromium.org2009-08-181-1/+1
* Rename namespace gtk_tree_util to gtk_tree which is shorter.mdm@chromium.org2009-08-031-7/+7
* Linux: convert classes GtkUtil/GtkTreeUtil back to namespaces gtk_util/gtk_tr...mdm@chromium.org2009-07-311-9/+9
* gcc >= 4.3 fixesmdm@chromium.org2009-07-301-0/+1
* Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.mdm@chromium.org2009-07-301-3/+3
* Linux: factor out some shared GTK tree utility code.mdm@chromium.org2009-07-291-35/+9
* Linux: add the password manager UI.mdm@chromium.org2009-07-291-0/+349