| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | AutoFill: Remove a static string16. | jhawkins@chromium.org | 2010-07-29 | 2 | -8/+12 |
* | [GTK] Don't offer profiles for billing addresses that have no address | avi@chromium.org | 2010-07-29 | 1 | -1/+15 |
* | AutoFill suggestions for billing and credit card fields should show derived l... | dhollowa@chromium.org | 2010-07-29 | 2 | -73/+130 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -2/+0 |
* | Disable AutoFillManagerTest tests in branded builds. | rohitrao@chromium.org | 2010-07-28 | 1 | -18/+30 |
* | AutoFill: Display a right-aligned generic CC icon in the suggestions popup for | jhawkins@chromium.org | 2010-07-28 | 3 | -8/+35 |
* | [Mac] Don't offer profiles for billing addresses that have no address data. | avi@chromium.org | 2010-07-28 | 2 | -0/+14 |
* | AutoFill Assert with AutoFillManager unique ids and Credit Card filling | dhollowa@chromium.org | 2010-07-28 | 3 | -43/+67 |
* | Add "pushed" as a state a TextButton can show (alongside "normal" and "hover"). | pkasting@chromium.org | 2010-07-27 | 1 | -1/+0 |
* | Reset to defaults failed to reset the Autofill/Mac/Address Book card preference | dhollowa@chromium.org | 2010-07-27 | 1 | -0/+24 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 35 | -0/+35 |
* | AutoFill displayed CC# should include an asterisk e.g. Profile;*1234 | dhollowa@chromium.org | 2010-07-26 | 2 | -32/+29 |
* | Fixes bug where PersonalDataManager wasn't setting unique_ids_ on | sky@chromium.org | 2010-07-24 | 2 | -0/+51 |
* | AutoFill: Try harder to fill select controls with variations on states, | jhawkins@chromium.org | 2010-07-24 | 4 | -3/+570 |
* | Makes the credit card number field show obfuscated text. When the user | sky@chromium.org | 2010-07-23 | 1 | -3/+47 |
* | AutoFill credit card settings dialog should display obfuscated number in edit... | dhollowa@chromium.org | 2010-07-23 | 5 | -15/+32 |
* | AutoFill: Initialize |user_submitted_| a few more places. | jhawkins@chromium.org | 2010-07-22 | 1 | -0/+5 |
* | AutoFill memory exception when deleting text from a filled form | dhollowa@chromium.org | 2010-07-22 | 1 | -8/+13 |
* | Makes the auto fill editor on linux only enable the ok button if at | sky@chromium.org | 2010-07-22 | 1 | -8/+113 |
* | AutoFill Mac fails to fill Address Book card data | dhollowa@chromium.org | 2010-07-22 | 4 | -18/+40 |
* | AutoFill: Initialize form.user_submitted a few more places in the tests to | jhawkins@chromium.org | 2010-07-22 | 1 | -0/+3 |
* | AutoFill: Initialize |succeeded_| in the AutoFillXmlParser constructor. | jhawkins@chromium.org | 2010-07-22 | 1 | -1/+2 |
* | Coverity 8521: Uninitialized member vars in FormStructure. | finnur@chromium.org | 2010-07-22 | 1 | -0/+3 |
* | AutoFill: Always check the result of FormField::Add(). | jhawkins@chromium.org | 2010-07-22 | 1 | -3/+4 |
* | AutoFill: Record whether the user initiated the form submission and don't sav... | jhawkins@chromium.org | 2010-07-22 | 3 | -0/+8 |
* | AutoFill Empty profiles should not be saved from AutoFillDialog Add and Edit ... | dhollowa@chromium.org | 2010-07-21 | 7 | -31/+121 |
* | Fix for: State in small letters should be auto-filled from the profile. | jhawkins@chromium.org | 2010-07-21 | 2 | -1/+36 |
* | AutoFill Profiles dialog handles multi-select and delete on Mac (Follow up) | dhollowa@chromium.org | 2010-07-21 | 1 | -10/+7 |
* | Generate properly unique IDs for autofill items originating from sync. | nick@chromium.org | 2010-07-21 | 1 | -1/+3 |
* | AutoFill Profiles dialog handles multi-select and delete on Mac | dhollowa@chromium.org | 2010-07-20 | 3 | -41/+126 |
* | AutoFill: Several functional fixes: | jhawkins@chromium.org | 2010-07-20 | 2 | -24/+51 |
* | I reversed the order of the EXPECT_EQ tests so expected value is first, actua... | cbentzel@chromium.org | 2010-07-19 | 1 | -12/+12 |
* | AutoFill Prefs dialog on Mac should list derived labels for profiles, not sum... | dhollowa@chromium.org | 2010-07-19 | 2 | -2/+44 |
* | New Blue style for for autofill Info-bar, to be eventually used for all info ... | georgey@chromium.org | 2010-07-17 | 4 | -0/+224 |
* | Added inferred labels implementation. Label inferred from the person name + d... | georgey@chromium.org | 2010-07-17 | 5 | -20/+446 |
* | AutoFill labels removed from preferences dialog on Mac | dhollowa@chromium.org | 2010-07-16 | 8 | -96/+34 |
* | AutoFill: Use unique IDs to identify the profile or credit card to fill. | jhawkins@chromium.org | 2010-07-16 | 3 | -43/+78 |
* | AutoFill credit cards should be encrypted on the Mac | dhollowa@chromium.org | 2010-07-16 | 1 | -0/+5 |
* | Removing string16 global construction and conversion. | tommi@chromium.org | 2010-07-14 | 6 | -213/+243 |
* | AutoFill: Make IDs for profiles and credit cards unique among the two sets by | jhawkins@chromium.org | 2010-07-14 | 3 | -5/+93 |
* | Makes the auto fill dialogs match the mocks. | sky@chromium.org | 2010-07-14 | 6 | -818/+1293 |
* | Clean up app_resources.grd: | pkasting@chromium.org | 2010-07-13 | 1 | -0/+1 |
* | AutoFill: Only send credit card data suggestions on HTTPS sites. | jhawkins@chromium.org | 2010-07-13 | 3 | -7/+33 |
* | Revert 52144 - Clean up app_resources.grd: | pam@chromium.org | 2010-07-13 | 1 | -1/+0 |
* | Clean up app_resources.grd: | pkasting@chromium.org | 2010-07-12 | 1 | -0/+1 |
* | AutoFill: Save the imported credit card data in response to the CC InfoBar. | jhawkins@chromium.org | 2010-07-12 | 7 | -68/+127 |
* | AutoFill Empty profiles and credit cards should not be saved | dhollowa@chromium.org | 2010-07-12 | 2 | -13/+128 |
* | Nukes the import parameters to ShowAutoFillDialog as they aren't used. | sky@chromium.org | 2010-07-09 | 4 | -25/+9 |
* | AutoFill DCHECK in AuxiliaryProfilesImpl::GetAddressBookAddresses | dhollowa@chromium.org | 2010-07-09 | 1 | -36/+39 |
* | AutoFill DCHECK in RenderViewHost::AutocompleteSuggestionsReturned fails. | dhollowa@chromium.org | 2010-07-09 | 1 | -0/+36 |