| Commit message (Expand) | Author | Age | Files | Lines |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Move GUID utils to src/chrome/common. | sergeyu@chromium.org | 2010-12-15 | 3 | -3/+3 |
* | Don't re-save autofill profiles to the web database if they haven't changed. | isherman@chromium.org | 2010-12-07 | 3 | -0/+184 |
* | Revert 68358 - Don't re-save autofill profiles to the web database if they ha... | isherman@chromium.org | 2010-12-06 | 3 | -180/+0 |
* | Don't re-save autofill profiles to the web database if they haven't changed. | isherman@chromium.org | 2010-12-06 | 3 | -0/+180 |
* | Once a form has been partially autofilled, autofill should only update fields... | isherman@chromium.org | 2010-11-29 | 2 | -37/+68 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2010-11-08 | 1 | -5/+6 |
* | Revert 65329 - Revert 65272 - Autofill heapcheck and valgrind leak in Persona... | jar@chromium.org | 2010-11-07 | 1 | -0/+2 |
* | Revert 65272 - Autofill heapcheck and valgrind leak in PersonalDataManager un... | jar@chromium.org | 2010-11-07 | 1 | -2/+0 |
* | Autofill heapcheck and valgrind leak in PersonalDataManager unit test fixed | dhollowa@chromium.org | 2010-11-05 | 1 | -0/+2 |
* | Autofill deprecate unique_ids in favor of guids for PersonalDataManager | dhollowa@chromium.org | 2010-11-04 | 6 | -884/+685 |
* | Autofill deprecate unique_ids in favor of guids for WebDataService | dhollowa@chromium.org | 2010-10-29 | 5 | -114/+670 |
* | Autofill address and credit card data separately. | isherman@chromium.org | 2010-10-26 | 2 | -5/+3 |
* | FBTF: More dtor deinlining. (Can almost see the end!) | erg@google.com | 2010-10-22 | 4 | -31/+78 |
* | Don't DCHECK when clearing autofill data for EVERYTHING time period. | isherman@chromium.org | 2010-10-22 | 2 | -1/+12 |
* | WebDatabaseMigrationTest tests should load migration data from external file | dhollowa@chromium.org | 2010-10-21 | 1 | -684/+58 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 2 | -3/+11 |
* | This is stage 1 of transition to GUIDs as primary identifier for AutoFill pro... | dhollowa@chromium.org | 2010-10-20 | 7 | -53/+686 |
* | Clear AutoFill data along with Form Autocomplete data from Clear Browsing Dat... | isherman@chromium.org | 2010-10-19 | 5 | -25/+472 |
* | Adds support for a separate url for instant results. | sky@chromium.org | 2010-10-14 | 2 | -52/+230 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | 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 | 3 | -3/+3 |
* | Rename ChromeThread to BrowserThread Part3: | tfarina@chromium.org | 2010-10-07 | 4 | -10/+10 |
* | Fix transaction rollbacks in web_database migration code | dhollowa@chromium.org | 2010-10-05 | 2 | -57/+73 |
* | Makes TemplateURL::supports_instant persisted to the webdb. | sky@chromium.org | 2010-10-04 | 2 | -9/+152 |
* | Change NOTREACHED() to LOG(ERROR) when we cannot initialize | wtc@chromium.org | 2010-09-24 | 1 | -2/+2 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -0/+1 |
* | DOMUI: Implement adding and editing credit cards in the AutoFill page. | jhawkins@chromium.org | 2010-09-13 | 3 | -11/+338 |
* | Lands http://codereview.chromium.org/3309007/show for jeanluc: | sky@chromium.org | 2010-09-03 | 2 | -24/+147 |
* | Migration unit tests to web database for missing images on the search ballot | dhollowa@chromium.org | 2010-09-01 | 3 | -1/+453 |
* | Fix web_database credit card table data migration. | mirandac@chromium.org | 2010-09-01 | 2 | -26/+52 |
* | Reduce the number of files that recompile when changing template_url.h or tem... | levin@chromium.org | 2010-08-31 | 4 | -16/+23 |
* | 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 |