| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable FormStructureBrowserTest.DataDrivenHeuristics for now. | isherman@chromium.org | 2011-02-10 | 1 | -7/+8 |
* | Add logging to FormStructureBrowserTest.DataDrivenHeuristics | isherman@chromium.org | 2011-02-10 | 1 | -1/+7 |
* | Hopefully fix FormStructureBrowserTest.DataDrivenHeuristics on 'Win' full bui... | isherman@chromium.org | 2011-02-10 | 1 | -8/+2 |
* | Reorganized phone field parsing, fixing parsing for fax numbers in the proces... | georgey@chromium.org | 2011-02-09 | 10 | -208/+295 |
* | Disable FormStructureBrowserTest.DataDrivenHeuristics on Windows | isherman@chromium.org | 2011-02-09 | 1 | -1/+7 |
* | Fix key identifier conversion. | bryeung@chromium.org | 2011-02-09 | 1 | -1/+1 |
* | Use-after-free in PersonalDataManager destructor on Mac OS | dhollowa@chromium.org | 2011-02-09 | 1 | -0/+14 |
* | Misc. cleanup bits I missed in my last pass. | pkasting@chromium.org | 2011-02-09 | 1 | -4/+0 |
* | Add a data-driven unit test to validate autofill profile merging during aggre... | isherman@chromium.org | 2011-02-09 | 9 | -256/+676 |
* | Cleanup: | pkasting@chromium.org | 2011-02-08 | 1 | -3/+2 |
* | Enable AutoFill crowdsourcing for Chromium builds as well. | isherman@chromium.org | 2011-02-05 | 3 | -18/+1 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 2 | -2/+2 |
* | Clean up PersonalDataManager::ImportFormData() | isherman@chromium.org | 2011-02-04 | 5 | -128/+153 |
* | Only cache <input type="text"> and <select> elements for autofill. | isherman@chromium.org | 2011-02-04 | 4 | -360/+56 |
* | Autofill billing and shipping addresses separately. | isherman@chromium.org | 2011-02-04 | 6 | -103/+256 |
* | Revert 73700 - Autofill billing and shipping addresses separately. | isherman@chromium.org | 2011-02-03 | 6 | -252/+87 |
* | Autofill billing and shipping addresses separately. | isherman@chromium.org | 2011-02-03 | 6 | -87/+252 |
* | Support autocompletion for HTMl5 tags:"email", "month" and "tel". | dhollowa@chromium.org | 2011-02-03 | 7 | -60/+268 |
* | Autofill should filter malformed emails addresses when form is submitted | dhollowa@chromium.org | 2011-02-03 | 2 | -0/+59 |
* | Autofill should filter incomplete addresses when form is submitted | dhollowa@chromium.org | 2011-02-03 | 2 | -15/+163 |
* | Cleanup everything but net/ for our first clang plugins. | erg@google.com | 2011-02-02 | 2 | -3/+5 |
* | Split infobars.{cc,h} into separate pieces for the different classes defined ... | pkasting@chromium.org | 2011-02-01 | 1 | -4/+5 |
* | Rename Real* to Double* in values.* and dependent files | arv@chromium.org | 2011-02-01 | 2 | -8/+8 |
* | Add support for autofill server experiments | isherman@chromium.org | 2011-01-31 | 11 | -149/+340 |
* | Fix for: Some forms have incorrect signature for querying with toolbar servers | georgey@chromium.org | 2011-01-31 | 3 | -20/+80 |
* | Add the include <iterator> or change the usage of back_inserter to avoid comp... | jeanluc@chromium.org | 2011-01-30 | 1 | -0/+2 |
* | Change UTF8ToUTF16 to accept const StringPiece&. | suzhe@google.com | 2011-01-28 | 1 | -0/+2 |
* | Rename WebNavigationObserver to TabContentsObserver. | jam@chromium.org | 2011-01-28 | 1 | -3/+3 |
* | Inline internal autofill header. | bauerb@chromium.org | 2011-01-27 | 1 | -1/+5 |
* | Cleanup: | pkasting@chromium.org | 2011-01-26 | 2 | -5/+0 |
* | Hopefully fix PersonalDataManagerTest.ImportFormDataNotEnoughFilledFields | isherman@chromium.org | 2011-01-26 | 2 | -3/+4 |
* | Match FormStructure DCHECK to AutoFillManager's check in OnFormSubmitted() | isherman@chromium.org | 2011-01-26 | 1 | -1/+1 |
* | Fix header order | jam@chromium.org | 2011-01-26 | 1 | -1/+1 |
* | Move AutoFill messages into a separate file. | jam@chromium.org | 2011-01-26 | 2 | -16/+17 |
* | Fix for: Autofill should not ping the server again for the same form | georgey@chromium.org | 2011-01-26 | 3 | -2/+286 |
* | Re-submitting the cl r72292, while removing incorrect DCHECK() | georgey@chromium.org | 2011-01-25 | 3 | -47/+285 |
* | Fix crash in autofill metrics logging. | isherman@chromium.org | 2011-01-25 | 3 | -19/+137 |
* | Mac: Never have a space between @property and ( | thakis@chromium.org | 2011-01-24 | 5 | -25/+25 |
* | Revert 72292 - Propagate correct data to the Toolbar servers | isherman@chromium.org | 2011-01-23 | 3 | -285/+47 |
* | Propagate correct data to the Toolbar servers | georgey@chromium.org | 2011-01-23 | 3 | -47/+285 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 19 | -19/+19 |
* | Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "... | pkasting@chromium.org | 2011-01-21 | 2 | -31/+18 |
* | Clean up WebNavigationObserver by taking out password specific callbacks, and... | jam@chromium.org | 2011-01-21 | 2 | -4/+12 |
* | Add OWNERS files to autofill, notifications and speech subdirs. | tfarina@chromium.org | 2011-01-21 | 1 | -0/+2 |
* | Move the TestSink for doing IPC tests from chrome/common into IPC and create ... | brettw@google.com | 2011-01-20 | 1 | -1/+1 |
* | Move ResourceBundle, DataPack to ui/base | ben@chromium.org | 2011-01-20 | 4 | -4/+4 |
* | Refactoring of upload, form saving, and UMA logging. | dhollowa@chromium.org | 2011-01-20 | 5 | -68/+67 |
* | Move a bunch of random other files to src/ui/base | ben@chromium.org | 2011-01-20 | 2 | -2/+2 |
* | Update references part 3: remaining files in chrome/... | msw@chromium.org | 2011-01-19 | 2 | -6/+6 |
* | Regkey functions return error code instead of bool | amit@chromium.org | 2011-01-19 | 2 | -6/+7 |