summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill
Commit message (Expand)AuthorAgeFilesLines
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-1524-182/+195
* [Autofill] Fix flakiness in autofill browsertest.binji@chromium.org2011-12-131-0/+37
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-122-1/+4
* Removing MessageLoop::QuitTask() from chrome/dcheng@chromium.org2011-12-101-1/+1
* Re-committing http://codereview.chromium.org/8736001/ originally committed re...georgey@chromium.org2011-12-031-6/+6
* Switch to IWYU for files that previously were getting a bunch ofjoi@chromium.org2011-12-011-0/+1
* Revert 112305 - Pull the phone library directly. Delete old version.isherman@chromium.org2011-12-011-6/+6
* Revert 112319 - Revert 112305 - Pull the phone library directly. Delete old v...isherman@chromium.org2011-11-301-6/+6
* Revert 112305 - Pull the phone library directly. Delete old version.isherman@chromium.org2011-11-301-6/+6
* Pull the phone library directly. Delete old version.georgey@chromium.org2011-11-301-6/+6
* Autofill: Remove a regular expression for fax which is no longer used.jhawkins@chromium.org2011-11-301-8/+0
* Cleanup: Convert ASCIIToUTF16("") to string16().jhawkins@chromium.org2011-11-284-8/+12
* Moving AutofillAgent Logic into Browsercsharp@chromium.org2011-11-226-39/+204
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-212-2/+2
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-8/+13
* Setting up external delegate calls to allow a future delegate to handle autofillcsharp@chromium.org2011-11-175-15/+53
* Cleanup: Remove forward declarations in various chrome/browser directories.thestig@chromium.org2011-11-163-9/+3
* Add tracking for new Autofill experiments.isherman@chromium.org2011-11-141-0/+12
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-112-2/+2
* Remove 'using' from browser_thread.h, and make things compile.joi@chromium.org2011-11-031-0/+1
* Switch to composition for TestBrowserThread.joi@chromium.org2011-11-031-5/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-027-0/+9
* Move some Autofill processing logic on form submit to a background thread.isherman@chromium.org2011-11-014-168/+294
* Roll libjingle 88:92sergeyu@chromium.org2011-11-011-1/+1
* External autofill delegates.jrg@chromium.org2011-10-295-2/+205
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-288-17/+18
* Reduce visibility of methods in AutofillManager and AutofillDownload.isherman@chromium.org2011-10-285-138/+76
* Handle additional feedback from http://codereview.chromium.org/8395038/.jam@chromium.org2011-10-281-1/+1
* Make test URLFetcher implementations not derive from the URLFetcher implement...jam@chromium.org2011-10-261-2/+2
* Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...jam@chromium.org2011-10-261-5/+4
* Remove unnecessary dependencies on Autofill.isherman@chromium.org2011-10-251-1/+0
* Create a content::UrlFetcher interface that lives in content/public/common an...jam@chromium.org2011-10-254-19/+20
* Convert URLFetcher::Delegates to use an interface in content/public/common. A...jam@chromium.org2011-10-243-9/+12
* Fix an Autofill crash caused by accessing the g_browser_process on the DB thr...isherman@chromium.org2011-10-228-17/+66
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-219-34/+36
* Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector...maruel@chromium.org2011-10-219-36/+34
* Don't pass around ScopedVectors(), prefer passing std::vector instead.isherman@chromium.org2011-10-219-34/+36
* Clean up phone_number_i18n code.isherman@chromium.org2011-10-193-181/+57
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-192-8/+9
* Autofill: Add "U.S.A." as a variant spelling for the United States.isherman@chromium.org2011-10-191-0/+1
* Eschew Autofill crash if requested variant is unavailable for filling.isherman@chromium.org2011-10-192-4/+30
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-192-11/+13
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-193-22/+22
* base/win: small improvement to RegKey API.tfarina@chromium.org2011-10-181-2/+2
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Fix for 97741: AutofillDownloadManager should not use deprecated GetDefaultRe...georgey@chromium.org2011-10-172-70/+42
* Suppress flaky auto-fill test: AutofillTest.AutofillFormWithNonAutofillableF...twiz@chromium.org2011-10-131-1/+11
* Pass some params by const-reference, not const-pointerisherman@chromium.org2011-10-121-9/+9
* Fix up Autofill GUID computation to support multiple AddressBook addresses in...isherman@chromium.org2011-10-102-37/+61
* Remove FieldTypeSubGroups from the AutofillType class.isherman@chromium.org2011-10-079-203/+74