| Commit message (Expand) | Author | Age | Files | Lines |
* | [Autofill] Disable several flaky tests. | isherman@chromium.org | 2013-08-09 | 1 | -3/+6 |
* | [Autofill] Enable Autofill Tests and Make UI Tests. | csharp@chromium.org | 2013-08-08 | 2 | -1053/+812 |
* | [Autofill] Add a separate enumeration for HTML field type hints. | isherman@chromium.org | 2013-08-07 | 1 | -2/+1 |
* | [Autofill] Distinguish between native field types and potentially HTML field ... | isherman@chromium.org | 2013-08-07 | 3 | -8/+13 |
* | [Autofill] Remove Old Test Code. | csharp@chromium.org | 2013-08-06 | 1 | -9/+3 |
* | The last??? cleanup bits from my infobar refactor checkout. | pkasting@chromium.org | 2013-08-05 | 1 | -41/+60 |
* | [Android] Test for the country codes support in PDM.AutofillProfile | aruslan@chromium.org | 2013-08-02 | 1 | -1/+11 |
* | [Autofill] Potential Fix for Flake Test | csharp@chromium.org | 2013-08-02 | 1 | -8/+2 |
* | Per the Chromium style guide/dos-and-donts doc, don't inline non-"cheap | pkasting@chromium.org | 2013-07-31 | 1 | -27/+30 |
* | Disable Ash browser tests by detecting command-line switch rather than OS ver... | gab@chromium.org | 2013-07-31 | 1 | -9/+6 |
* | [Autofill] Disable AutofillInteractiveTest.AutofillSelectViaTab | csharp@chromium.org | 2013-07-30 | 1 | -2/+2 |
* | [Autofill] More Logs to Track Down Flakiness | csharp@chromium.org | 2013-07-28 | 1 | -0/+3 |
* | [Autofill] Investigate Autofill Flakiness | csharp@chromium.org | 2013-07-26 | 1 | -9/+10 |
* | Another batch of disabled Ash browser tests | gab@chromium.org | 2013-07-23 | 1 | -0/+6 |
* | Disable failing Ash browser_tests (on win8: browser_tests.exe --ash-browserte... | gab@chromium.org | 2013-07-22 | 1 | -0/+16 |
* | Moving Autofill-related test support files out of chrome_tests_unit.gypi. | joi@chromium.org | 2013-07-19 | 1 | -1/+11 |
* | Make the autofill test-only infobar creation function work like in other infobar | pkasting@chromium.org | 2013-07-19 | 2 | -11/+9 |
* | Use a direct include of the message_loop header in chrome/browser/, part 1. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Updates some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-11 | 2 | -2/+2 |
* | Misc. cleanup: | pkasting@chromium.org | 2013-07-11 | 2 | -25/+19 |
* | Allow Chrome OS login profile to have different default pref values | bartfab@chromium.org | 2013-07-05 | 1 | -1/+1 |
* | Abstract setting renderer form data action out of autofill core code. | blundell@chromium.org | 2013-07-05 | 2 | -6/+12 |
* | [Autofill] Remove IsNativeUiEnabled | csharp@chromium.org | 2013-07-03 | 2 | -18/+6 |
* | chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1 | tfarina@chromium.org | 2013-07-02 | 1 | -1/+1 |
* | Use a direct include of time headers in chrome/browser/, part 1. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | In components/autofill, move notification handling into content driver. | blundell@chromium.org | 2013-06-27 | 1 | -46/+23 |
* | Fix most tests in //components/autofill/content to not depend on //chrome. | joi@chromium.org | 2013-06-21 | 1 | -0/+1 |
* | [Autofill] Re-enable AutofillRiskFingerprintTest.GetFingerprint on Win. | isherman@chromium.org | 2013-06-21 | 1 | -7/+1 |
* | In components/autofill, move browser/ to core/browser/ | blundell@chromium.org | 2013-06-20 | 9 | -31/+31 |
* | In components/autofill, move common/ to core/common/ | blundell@chromium.org | 2013-06-18 | 1 | -1/+1 |
* | Eliminate AutofillExternalDelegate being a WebContentsUserData | blundell@chromium.org | 2013-06-18 | 2 | -18/+26 |
* | Abstract WebContentsObserver from Autofill shared code | blundell@chromium.org | 2013-06-16 | 4 | -8/+18 |
* | Revert "In components/autofill, move common/ to shared/" | blundell@chromium.org | 2013-06-15 | 1 | -1/+1 |
* | In components/autofill, move common/ to shared/ | blundell@chromium.org | 2013-06-15 | 1 | -1/+1 |
* | In components/autofill, move browser/autocheckout* to content/browser/ | blundell@chromium.org | 2013-06-14 | 1 | -1/+1 |
* | [Autofill] Determine Popup RTLness from page | csharp@chromium.org | 2013-06-12 | 1 | -1/+2 |
* | Use a direct include of strings headers in chrome/auto*/. | avi@chromium.org | 2013-06-10 | 4 | -4/+4 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 1. | avi@chromium.org | 2013-06-09 | 3 | -3/+3 |
* | In components/autofill, move browser/risk/ to content/browser/risk/ | blundell@chromium.org | 2013-06-07 | 1 | -2/+2 |
* | C++ readability review for isherman | isherman@chromium.org | 2013-06-05 | 1 | -64/+92 |
* | Update refernces to Blink's Platform API (chrome) | abarth@chromium.org | 2013-05-30 | 1 | -2/+2 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 3 | -4/+4 |
* | Changing gaia_id in risk/fingerprint.proto to a uint64 rather than int64 (as | dbeam@chromium.org | 2013-05-23 | 1 | -6/+6 |
* | [Autofill] Add support for Autofill profile and credit card origins on Android. | isherman@chromium.org | 2013-05-23 | 1 | -0/+7 |
* | Remove references to Profile from browser_context_keyed_service. | phajdan.jr@chromium.org | 2013-05-22 | 4 | -16/+18 |
* | Added the 'Translation Logs' tab to chrome://translate-internals/ | hajimehoshi@chromium.org | 2013-05-21 | 1 | -1/+3 |
* | Move ProfileKeyedService infrastructure to a component | phajdan.jr@chromium.org | 2013-05-20 | 4 | -6/+6 |
* | [Autofill] Add geolocation data to Risk fingerprint. | isherman@chromium.org | 2013-05-17 | 1 | -0/+40 |
* | [InfoBar] Add InfoBarDelegate::GetIconID() | dfalcantara@chromium.org | 2013-05-16 | 2 | -5/+3 |
* | content: Move two more url constants into content namespace. | tfarina@chromium.org | 2013-05-15 | 1 | -1/+1 |