| Commit message (Expand) | Author | Age | Files | Lines |
* | Refine inferring label algorithm to Autofill correctly. | Takano.Naoki@gmail.com | 2011-04-22 | 1 | -1/+1 |
* | Make InfoBarDelegate::GetIcon() return gfx::Image rather than SkBitmap. | rsesek@chromium.org | 2011-04-21 | 2 | -3/+3 |
* | Revert 82448 - | nsylvain@chromium.org | 2011-04-21 | 1 | -1/+1 |
* | Refine inferring label algorithm to Autofill correctly. | Takano.Naoki@gmail.com | 2011-04-21 | 1 | -1/+1 |
* | Add per-field-type Autofill quality metrics. | isherman@chromium.org | 2011-04-18 | 6 | -115/+332 |
* | Fixes DCHECK that would get hit if webdb couldn't be opened. The | sky@chromium.org | 2011-04-14 | 1 | -3/+9 |
* | Autofill case-insensitive merging of profiles | dhollowa@chromium.org | 2011-04-14 | 1 | -1/+2 |
* | [Reason for revert: broken the Linux build] | nick@chromium.org | 2011-04-13 | 1 | -10/+0 |
* | Panels: Fix where Browser::window_ is set. Fill in code to get work area. | jennb@chromium.org | 2011-04-13 | 1 | -0/+10 |
* | Add metric for whether Autofill is enabled or disabled. | isherman@chromium.org | 2011-04-13 | 7 | -40/+100 |
* | Revert 81421 - Looks to have broken unittest, see http://chromegw.corp.google... | dhollowa@chromium.org | 2011-04-13 | 5 | -26/+226 |
* | Looks to have broken unittest, see http://chromegw.corp.google.com/i/chromium... | siggi@chromium.org | 2011-04-13 | 5 | -226/+26 |
* | Autofill extend profiles to include multi-valued fields, part 6 (Aggregation) | dhollowa@chromium.org | 2011-04-13 | 5 | -26/+226 |
* | Fix compile due to bad merge | isherman@chromium.org | 2011-04-13 | 1 | -2/+3 |
* | Use server types as well as heuristic types when learning Autofill data. | isherman@chromium.org | 2011-04-13 | 5 | -41/+109 |
* | Move code that talks to spelling and translate out of content. I create Chro... | jam@chromium.org | 2011-04-13 | 1 | -5/+3 |
* | Autofill should distinguish forms based on id as well as name. | isherman@chromium.org | 2011-04-12 | 1 | -0/+23 |
* | Add server experiment variants to Autofill heuristic type quality metric. | isherman@chromium.org | 2011-04-12 | 4 | -21/+30 |
* | Update default Autofill upload rate to 20% (was 1%). | isherman@chromium.org | 2011-04-12 | 1 | -2/+2 |
* | Add alt attribute to Autofill credit card icons | isherman@chromium.org | 2011-04-12 | 4 | -7/+7 |
* | Only strip separators from credit card numbers when implicitly learning or fi... | isherman@chromium.org | 2011-04-11 | 6 | -16/+38 |
* | Don't fire onchange event for <select> elements that are unchanged by Autofill. | isherman@chromium.org | 2011-04-08 | 1 | -6/+41 |
* | Autofill extend profiles to include multi-valued fields, part 5 (Filling) | dhollowa@chromium.org | 2011-04-08 | 4 | -133/+321 |
* | Revert 80934 - Autofill extend profiles to include multi-valued fields, part ... | dhollowa@chromium.org | 2011-04-08 | 4 | -318/+128 |
* | Autofill extend profiles to include multi-valued fields, part 5 (Filling) | dhollowa@chromium.org | 2011-04-08 | 4 | -128/+318 |
* | Don't try to de-dup Autofill credit card suggestions. | isherman@chromium.org | 2011-04-08 | 2 | -1/+73 |
* | Unroll Autofill metrics macros, since the metric names can vary over time. | isherman@chromium.org | 2011-04-07 | 1 | -6/+25 |
* | Clean up Autofill CreditCard logic | isherman@chromium.org | 2011-04-06 | 6 | -140/+107 |
* | Only consider numbers between 12 and 19 digits long to potentially be credit ... | isherman@chromium.org | 2011-04-06 | 3 | -18/+57 |
* | Explicitly mention the icu namespace in autofill | thakis@chromium.org | 2011-04-03 | 1 | -1/+1 |
* | Prune dead code: FormGroup::FindInfoMatches(), FormGroup::GetPreviewText() | isherman@chromium.org | 2011-03-31 | 12 | -369/+0 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 2 | -2/+2 |
* | Add metrics for autofill heuristic, server, and overall field type prediction... | isherman@chromium.org | 2011-03-31 | 4 | -123/+323 |
* | iwyu: Cleanup in the following files: | jhawkins@chromium.org | 2011-03-30 | 25 | -21/+80 |
* | Remove a stray debugging printf | isherman@chromium.org | 2011-03-30 | 1 | -1/+0 |
* | Add metric for number of Autofill address suggestions shown in popup | isherman@chromium.org | 2011-03-30 | 5 | -32/+105 |
* | iwyu: Cleanup in the following files: | jhawkins@chromium.org | 2011-03-29 | 9 | -10/+61 |
* | Autofill extend profiles to include multi-valued fields, part 3. | dhollowa@chromium.org | 2011-03-28 | 7 | -64/+380 |
* | AutoFill -> Autofill Part N | isherman@chromium.org | 2011-03-28 | 2 | -10/+10 |
* | Log Autofill credit card metrics as histogram; rename metrics from AutoFill t... | isherman@chromium.org | 2011-03-28 | 9 | -83/+192 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 22 | -38/+38 |
* | Add SCOPED_TRACE to data driven tests. | isherman@chromium.org | 2011-03-27 | 1 | -0/+2 |
* | Fix flakiness and enable RenderViewHostManagerTest on Linux/Mac. | creis@google.com | 2011-03-25 | 1 | -4/+4 |
* | Get rid of references to Autocomplete from src\content, specifically from Tab... | dhollowa@chromium.org | 2011-03-23 | 3 | -12/+16 |
* | Move a bunch of renderer->browser messages to content. | jam@chromium.org | 2011-03-23 | 1 | -1/+1 |
* | Get rid of references to autofill from src\content, specifically from TabCont... | dhollowa@chromium.org | 2011-03-23 | 1 | -2/+2 |
* | autofill: Rename all the entries remaining with AutoFill to Autofill. | tfarina@chromium.org | 2011-03-21 | 33 | -357/+357 |
* | Reenable implicit learning of Autofill data. | isherman@chromium.org | 2011-03-19 | 4 | -7/+32 |
* | Remove a lot more unused strings, mostly from settings. | estade@chromium.org | 2011-03-18 | 1 | -1/+1 |
* | Autofill rename GetFieldText to GetInfo | dhollowa@chromium.org | 2011-03-17 | 20 | -122/+118 |