summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_dialog_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Move:ben@chromium.org2010-12-021-1/+1
* Cleanup: Include browser.h -> ui/browser.h [Part 4].jhawkins@chromium.org2010-11-171-2/+2
* Never allow empty preview entries. As some data is always present (we drop co...georgey@chromium.org2010-10-251-1/+1
* Autofill help link should link to locale specific sitedhollowa@chromium.org2010-10-091-2/+3
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-2/+2
* Implement policy for disabling auto fill.mnissler@chromium.org2010-08-251-1/+3
* DOMUI: Load and display the AutoFill addresses and credit cards.jhawkins@chromium.org2010-08-171-1/+1
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-1/+1
* AutoFill: Capitalize "Options" in the AutoFill dialog title.jhawkins@chromium.org2010-07-291-1/+1
* Makes the auto fill dialogs match the mocks.sky@chromium.org2010-07-141-782/+457
* Nukes the import parameters to ShowAutoFillDialog as they aren't used.sky@chromium.org2010-07-091-5/+3
* AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...jhawkins@chromium.org2010-07-011-14/+0
* AutoFill: GRD strings cleanup.jhawkins@chromium.org2010-06-251-1/+1
* gtk: Coalesce the three name fields into a Full Name field in the AutoFilljhawkins@chromium.org2010-06-161-21/+7
* gtk: Remove the CVC from the AutoFill dialog.jhawkins@chromium.org2010-06-161-8/+0
* gtk: Populate the AutoFill billing address combobox with profile labels. Alsojhawkins@chromium.org2010-06-091-177/+66
* Fix autofill dialog not reshowing problem.xiyuan@chromium.org2010-06-041-1/+3
* gtk: Collapse the three AutoFill phone/fax fields into one.jhawkins@chromium.org2010-06-021-47/+30
* gtk: Don't set the GDK_WINDOW_TYPE_HINT_NORMAL hint on the AutoFill dialogjhawkins@chromium.org2010-05-111-2/+0
* gtk: Delay load the AutoFill profiles and credit cards.jhawkins@chromium.org2010-05-081-124/+180
* gtk: Use the new ShowAutoFillDialog interface to load imported profiles/CCs injhawkins@chromium.org2010-05-061-7/+18
* AutoFill profile shouldn't be saved when cancelled during initial setup.dhollowa@chromium.org2010-05-051-2/+7
* Revert 46424 - AutoFill profile shouldn't be saved when cancelled during init...dhollowa@chromium.org2010-05-051-7/+2
* AutoFill profile shouldn't be saved when cancelled during initial setup.dhollowa@chromium.org2010-05-051-2/+7
* Host native gtk dialog in a Chrome window.xiyuan@chromium.org2010-05-041-9/+5
* gtk: Store the original credit card number and save that if the user has notjhawkins@chromium.org2010-04-191-5/+15
* Added "Learn More" link to autofill on Windows.georgey@chromium.org2010-04-071-4/+3
* gtk: Add the 'Learn more' link to the AutoFill dialog.jhawkins@chromium.org2010-04-071-1/+31
* Fix for bug #38260 AutoFill needs to obfuscate the saved credit card info in ...georgey@chromium.org2010-04-061-2/+6
* gtk: Implement handling for the "Default Profile/Credit Card" buttons in thejhawkins@chromium.org2010-03-271-38/+171
* AutoFill: Set the kAutoFillInfoBarShown pref to true if the user opens the Au...jhawkins@chromium.org2010-03-191-0/+7
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Fixes first and third points in the bug "Autofill profile dialog box polish i...georgey@chromium.org2010-03-161-4/+6
* chrome 1: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+1
* AutoFill Mac preference for enabling Address Book "me" card usage.dhollowa@chromium.org2010-03-061-1/+3
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* Linux: Move some duplicated code to gtk_util::CreateBoldLabel and LeftAlignMisc.mattm@chromium.org2010-02-241-10/+2
* Linux: Implement the new AutoFill section of the Options dialog.jhawkins@chromium.org2010-02-171-3/+4
* Implement adding, updating and removing credit cards from the web database th...jhawkins@chromium.org2010-01-251-27/+157
* Add the ability to save and remove AutoFill profiles from the AutoFillDialog.jhawkins@chromium.org2010-01-241-22/+150
* Notify the AutoFillManager when the user clicks "Apply" or "OK". Adds an Aut...jhawkins@chromium.org2010-01-211-33/+163
* Connect the 'changed' signal on the label entry and change the expander title...jhawkins@chromium.org2010-01-201-2/+29
* Implement the remaining UI of the gtk AutoFill dialog.jhawkins@chromium.org2010-01-191-16/+246
* Simplify the gtk AutoFill dialog and bring it more in line with the mocks.jhawkins@chromium.org2010-01-151-248/+140
* Implement a bare-bones AutoFill dialog for gtk.jhawkins@chromium.org2010-01-131-0/+371