| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix credit card table migration step by ensuring that we're not trying to add... | mirandac@chromium.org | 2010-08-30 | 2 | -18/+25 |
* | Address feedback regarding r57641. | levin@chromium.org | 2010-08-27 | 1 | -10/+4 |
* | Need to ensure that the autogenerated keyword is generated on the UI thread. | levin@chromium.org | 2010-08-27 | 1 | -0/+12 |
* | Spelling correction: "nonexistant" -> "nonexistent". | viettrungluu@chromium.org | 2010-08-22 | 1 | -2/+2 |
* | FBTF: Remove a few SkBitmap instances (and other headers that were next to th... | erg@google.com | 2010-08-18 | 4 | -4/+14 |
* | Ensure that logos are always shown in search engine dialog when available. | mirandac@chromium.org | 2010-08-17 | 2 | -11/+40 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -2/+0 |
* | Add token serialization to token_service. | chron@chromium.org | 2010-08-12 | 5 | -1/+267 |
* | Autocomplete entries submitted are limited in number. | dhollowa@chromium.org | 2010-08-11 | 3 | -0/+57 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 2 | -0/+2 |
* | Fix wrong use of substr in autofill fix for bug 49172 | inferno@chromium.org | 2010-08-02 | 1 | -1/+1 |
* | Convert DictionaryValue's keys to std::string (from wstring). | viettrungluu@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 5 | -0/+5 |
* | AutoFill: Limit the size of form field data allowed to be saved in WebData as a | jhawkins@chromium.org | 2010-07-21 | 1 | -204/+219 |
* | AutoFill Prefs dialog on Mac should list derived labels for profiles, not sum... | dhollowa@chromium.org | 2010-07-19 | 1 | -1/+3 |
* | AutoFill credit cards should be encrypted on the Mac | dhollowa@chromium.org | 2010-07-16 | 2 | -6/+10 |
* | AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re... | jhawkins@chromium.org | 2010-07-01 | 2 | -25/+8 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 2 | -8/+8 |
* | Cleanup: Remove some unneeded WebKit headers. | thestig@chromium.org | 2010-06-18 | 2 | -2/+0 |
* | Add migration cleanup for autofill bug 38364. | nick@chromium.org | 2010-06-15 | 1 | -1/+61 |
* | Putting this back in since it didn't solve the failures. | thomasvl@chromium.org | 2010-06-08 | 1 | -1/+1 |
* | Backing this out to see if it fixes the failures on the two windows bots (lan... | thomasvl@chromium.org | 2010-06-08 | 1 | -1/+1 |
* | AutoFill: Don't save credit card numbers from Autocomplete to the WebDB. | jhawkins@chromium.org | 2010-06-07 | 1 | -1/+1 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ... | tfarina@chromium.org | 2010-06-06 | 1 | -6/+6 |
* | Use sql::Statement::BindString16 in a bunch of places to get rid of UTF16ToUT... | tfarina@chromium.org | 2010-06-03 | 1 | -90/+90 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -8/+11 |
* | Form AutoFill Phone number should be displayed as xxx-xxx-xxxx | dhollowa@chromium.org | 2010-05-14 | 2 | -27/+54 |
* | Add integration test for autofill profiles. | skrul@chromium.org | 2010-05-05 | 3 | -13/+11 |
* | Change autofill profile notifications to use WDS as source | skrul@chromium.org | 2010-05-04 | 2 | -13/+13 |
* | Adds TwoClientLiveAutofillSyncTest to test old school autofill. Includes som... | skrul@chromium.org | 2010-04-30 | 4 | -75/+62 |
* | AutoFill crash in CreditCard::SetInfo(). | dhollowa@chromium.org | 2010-04-27 | 2 | -52/+55 |
* | Cleanup: Order the methods in WebDataService. Rename a method to match curren... | jhawkins@chromium.org | 2010-04-26 | 3 | -351/+353 |
* | Fix memory leak for autofil profiles and credit cards. | georgey@chromium.org | 2010-04-22 | 1 | -0/+20 |
* | Encrypt credit card number in storage. | georgey@chromium.org | 2010-04-19 | 1 | -16/+85 |
* | Fixes for several bugs including #41196 on Windows, and #38364 (all systems) | georgey@chromium.org | 2010-04-13 | 1 | -25/+25 |
* | Fix AutoFillProfile leaks in WebDataService. | tim@chromium.org | 2010-04-02 | 1 | -9/+14 |
* | Changes to web database and autofill components required | tim@chromium.org | 2010-04-02 | 5 | -46/+119 |
* | AutoFill: Handle filling select controls. | jhawkins@chromium.org | 2010-03-27 | 2 | -54/+27 |
* | Hook autofill++ WebDatabase changes up to the NotificationService. | tim@chromium.org | 2010-03-27 | 4 | -29/+261 |
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 1 | -1/+1 |
* | AutoFill: Implement set_whole_number and use it to load whole phone numbers f... | jhawkins@chromium.org | 2010-03-17 | 2 | -4/+7 |
* | win: string_util.h -> utf_string_conversions.h fix. | jhawkins@google.com | 2010-03-11 | 1 | -1/+1 |
* | More code cleanups found by -Wextra. | evan@chromium.org | 2010-03-09 | 1 | -1/+1 |
* | Unit test for autofill sync. | skrul@chromium.org | 2010-03-02 | 2 | -9/+9 |
* | Add autofill Change Processor and Model Associator | zork@google.com | 2010-03-01 | 8 | -61/+212 |
* | Implement WebDatabase::UpdateAutofillEntries() | skrul@chromium.org | 2010-02-25 | 4 | -37/+270 |
* | Fix mac builder bustage | skrul@chromium.org | 2010-02-23 | 1 | -2/+2 |
* | Landing this patch on behalf of Mark Hahnenberg <mhahnenb(at)gmail.com> | skrul@chromium.org | 2010-02-23 | 4 | -50/+230 |
* | Fix recently added FormField constructors that I missed in the last commit. | jhawkins@chromium.org | 2010-02-11 | 1 | -4/+8 |