| Commit message (Expand) | Author | Age | Files | Lines |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2010-11-08 | 1 | -5/+6 |
* | Autofill deprecate unique_ids in favor of guids for PersonalDataManager | dhollowa@chromium.org | 2010-11-04 | 1 | -38/+0 |
* | Autofill deprecate unique_ids in favor of guids for WebDataService | dhollowa@chromium.org | 2010-10-29 | 1 | -11/+33 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 1 | -0/+3 |
* | This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro... | dhollowa@chromium.org | 2010-10-20 | 1 | -1/+17 |
* | Clear AutoFill data along with Form Autocomplete data from Clear Browsing Dat... | isherman@chromium.org | 2010-10-19 | 1 | -0/+7 |
* | Rename ChromeThread to BrowserThread Final Part: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part22: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | Rename ChromeThread to BrowserThread Part3: | tfarina@chromium.org | 2010-10-07 | 1 | -1/+1 |
* | Reduce the number of files that recompile when changing template_url.h or tem... | levin@chromium.org | 2010-08-31 | 1 | -3/+5 |
* | FBTF: Remove a few SkBitmap instances (and other headers that were next to th... | erg@google.com | 2010-08-18 | 1 | -2/+3 |
* | Add token serialization to token_service. | chron@chromium.org | 2010-08-12 | 1 | -0/+28 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | 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 |
* | Cleanup: Order the methods in WebDataService. Rename a method to match curren... | jhawkins@chromium.org | 2010-04-26 | 1 | -64/+54 |
* | Unit test for autofill sync. | skrul@chromium.org | 2010-03-02 | 1 | -4/+4 |
* | Add autofill Change Processor and Model Associator | zork@google.com | 2010-03-01 | 1 | -0/+3 |
* | Implement adding, updating and removing credit cards from the web database th... | jhawkins@chromium.org | 2010-01-25 | 1 | -16/+35 |
* | Add the ability to save and remove AutoFill profiles from the AutoFillDialog. | jhawkins@chromium.org | 2010-01-24 | 1 | -13/+28 |
* | Hook up AutoFill profile DB handling in WebDataService. | jhawkins@chromium.org | 2010-01-20 | 1 | -8/+30 |
* | Fix leak from cl 524003 (Change WDS to use the DB thread...) | skrul@chromium.org | 2010-01-04 | 1 | -5/+8 |
* | Revert 35339 - Change WDS to use the DB thread rather than its own thread. | michaeln@google.com | 2009-12-29 | 1 | -8/+5 |
* | Change WDS to use the DB thread rather than its own thread. | skrul@chromium.org | 2009-12-29 | 1 | -5/+8 |
* | Fixes two related bugs: | sky@chromium.org | 2009-12-18 | 1 | -0/+12 |
* | Send notifications when single items are removed from autofill. | skrul@chromium.org | 2009-12-16 | 1 | -4/+4 |
* | Add details to autofill add notification | skrul@chromium.org | 2009-12-16 | 1 | -10/+10 |
* | Add notification for autofill changes. | skrul@chromium.org | 2009-12-07 | 1 | -0/+4 |
* | Ninth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-07 | 1 | -1/+3 |
* | Add functions to purge the Web Database memory and get the service without cr... | pkasting@chromium.org | 2009-10-23 | 1 | -3/+14 |
* | Remove some #includes where possible. | pkasting@chromium.org | 2009-10-23 | 1 | -14/+13 |
* | Break out FormFieldValues::Element into FormField, which will eventually hold... | jhawkins@chromium.org | 2009-10-23 | 1 | -4/+3 |
* | Rename AutoFillForm to FormFieldValues to better reflect the purpose of the d... | jhawkins@chromium.org | 2009-10-20 | 1 | -8/+8 |
* | Move autofill related WebView{Delegate} methods into the WebKit API. | darin@chromium.org | 2009-10-16 | 1 | -7/+7 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -8/+5 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -5/+8 |
* | Cleaning up lines longer than 80 chars under src/chrome/browser. | mark@chromium.org | 2009-08-17 | 1 | -1/+3 |
* | Change GetAllLogins to GetAllBlacklistLogins. | stuartmorgan@google.com | 2009-07-20 | 1 | -5/+5 |
* | Add the rest of the password manager API to PasswordStore, and move clients | stuartmorgan@chromium.org | 2009-07-10 | 1 | -0/+3 |
* | Extract load times from WebDataSource. Move them to NavigationState. | darin@chromium.org | 2009-06-16 | 1 | -9/+13 |
* | Extract form related classes from the guts of WebFrameImpl. | darin@chromium.org | 2009-06-15 | 1 | -2/+2 |
* | Move scoped_vector.h and stl_util-inl.h to base/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Cleanup in chrome/browser | phajdan.jr@chromium.org | 2009-03-25 | 1 | -1/+1 |
* | Pressing the Del key while a item is selected in the autocomplete popup delet... | jcampan@chromium.org | 2009-03-20 | 1 | -0/+4 |
* | Remove final traces of IE from cross-platform password manager. | evan@chromium.org | 2009-02-11 | 1 | -1/+3 |
* | Porting profiles to the Mac. | avi@chromium.org | 2009-01-28 | 1 | -3/+4 |
* | Porting in chrome/browser/ | phajdan.jr@chromium.org | 2009-01-20 | 1 | -16/+22 |
* | Porting in browser/webdata and template_url. | phajdan.jr@chromium.org | 2008-12-16 | 1 | -6/+6 |