summaryrefslogtreecommitdiffstats
path: root/components/autofill
Commit message (Expand)AuthorAgeFilesLines
* Make components explicitly declare dependencies on other components.joi@chromium.org2013-11-131-1/+8
* Abstract usage of BrowserContext::GetRequestContext in Autofill core code.blundell@chromium.org2013-11-1310-20/+59
* Passwords: allow saving forms from iframesvabr@chromium.org2013-11-122-3/+30
* [Autofill] Fix memory ownership of CreditCard in AutofillManager::ImportFormDataisherman@chromium.org2013-11-128-45/+35
* rAc: Switch to using getWalletItems for logged in accounts.estade@chromium.org2013-11-129-308/+115
* [Autofill] Cleanup: Convert static functions to methods.isherman@chromium.org2013-11-122-96/+69
* [Autofill] Rename autofill_common_test -> autofill_test_utilsisherman@chromium.org2013-11-0912-13/+20
* Abstracted AutofillMsg_AcceptDataListSuggestion IPC out of core autofill code.jeanfrancoisg@chromium.org2013-11-088-3/+65
* Abstract the notion of being off-the-record in Autofill core code.blundell@chromium.org2013-11-0811-20/+55
* mac: Prepare most test code for -Wunused-functions too.thakis@chromium.org2013-11-081-60/+0
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-10/+0
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-0728-299/+299
* Parameterize the PrefService that AutofillDownloadManager uses.blundell@chromium.org2013-11-069-17/+55
* [Password Autofill] Make better use of prefilled usernames.gcasto@chromium.org2013-11-052-49/+73
* Parameterize the PrefService that PersonalDataManager uses.blundell@chromium.org2013-11-045-11/+30
* Move Autofill keyboard listening into AutofillPopupControllerImplblundell@chromium.org2013-11-014-40/+11
* rAc: don't make any calls to Wallet when not using Wallet.estade@chromium.org2013-11-013-8/+34
* Eliminate need for AutofillInteractiveTest to know about AutofillPopupDelegate.blundell@chromium.org2013-11-012-21/+9
* Break WebDataServiceAutofillTest's chrome dependency.thestig@chromium.org2013-10-312-45/+17
* Revert 230822 "Revert 230784 "Autofill: Slightly change algorith..."estade@chromium.org2013-10-318-9/+143
* [Autofill] Add heuristics to identify 'Pin code' as a postal code label.isherman@chromium.org2013-10-301-0/+1
* [Password Generation] Fix origin equality checkgcasto@chromium.org2013-10-291-4/+7
* [Autofill] Restore support for <input type="month"> fields.isherman@chromium.org2013-10-293-4/+15
* rAc: show AmEx-specific error message for merchants where Wallet doesn'testade@chromium.org2013-10-293-2/+34
* [Autofill] Fix up style in FormStructure a bit.isherman@chromium.org2013-10-281-2/+1
* Revert 230784 "Autofill: Slightly change algorithm to guess user..."kuan@chromium.org2013-10-243-130/+0
* Autofill: Slightly change algorithm to guess user's country.estade@chromium.org2013-10-243-0/+130
* [Autofill] Refactor FillFormField to be shared between local Autofill and Wal...isherman@chromium.org2013-10-2317-662/+655
* Cleanup AutofillTableTest.thestig@chromium.org2013-10-221-94/+81
* [rAC] Remove some stale TODOsisherman@chromium.org2013-10-192-3/+0
* Use std::remove_if in autofill::PersonalDataManager, and other cleanups.thestig@chromium.org2013-10-182-61/+52
* [Autofill] Add support for three pairs of new server field types.isherman@chromium.org2013-10-185-37/+190
* rAc: Fix missing name in card generation animationestade@chromium.org2013-10-183-2/+12
* [password generation] Add a switch to skip waiting on Autofillgcasto@chromium.org2013-10-175-37/+37
* Fix iterator invalidation after erase(it).drbasic@yandex-team.ru2013-10-151-2/+2
* Eliminate usage of content url constants in Autofill core code.blundell@chromium.org2013-10-122-3/+3
* Remove debug log statement from WalletClient.dbeam@chromium.org2013-10-121-1/+0
* [Autofill] Set autofilled highlight for <textarea> elements as well as <input>s.isherman@chromium.org2013-10-112-2/+4
* Have AutofillManager obtain the blocking pool that it uses from AutofillDriverblundell@chromium.org2013-10-117-11/+38
* [Autofill] Begin adding support for <textarea> fields.isherman@chromium.org2013-10-118-43/+101
* rAc multi-login supportestade@chromium.org2013-10-1012-247/+268
* Remove NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED from autofill.avi@chromium.org2013-10-092-35/+11
* Rename PasswordGenerationManager to PasswordGenerationAgentgcasto@chromium.org2013-10-092-21/+21
* PhoneObject cleanupestade@chromium.org2013-10-082-8/+8
* Abstract BrowserThread knowledge out of AutofillWebDataService.blundell@chromium.org2013-10-074-28/+45
* Set up trial experiment so that password generation is enabled for 10% of the...zysxqn@google.com2013-10-034-0/+34
* Abstract content::BrowserThread usage out of AutofillWebDataBackendImpl.blundell@chromium.org2013-10-033-39/+60
* retry r226004: rAc: phone number cleanupestade@chromium.org2013-10-027-40/+74
* Tighten down DEPS allowances in //components/autofill.blundell@chromium.org2013-10-014-10/+6
* Eliminate AutofillManager exposing public accessor for WebContents.blundell@chromium.org2013-10-012-7/+0