summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_browsertest.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Put autofill code into namepspace autofill Step 2kaiwang@chromium.org2013-04-121-2/+2
* Move all code in c/b/autofill and autofill related code in c/b/ui into namesp...kaiwang@chromium.org2013-04-111-0/+4
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-12/+12
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-12/+12
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-12/+12
* Make autofill's Address store country using the country code so that app loca...jam@chromium.org2013-04-051-1/+1
* Move c/b/a/infobar files back to c/b/infobarkaiwang@chromium.org2013-03-191-2/+2
* Fix OS_MACOS typos. Should be OS_MACOSX.dalecurtis@google.com2013-03-191-1/+1
* Remove Autofill notification typeskaiwang@chromium.org2013-03-161-42/+65
* Move remaining Autofill code to //components/autofill.joi@chromium.org2013-03-091-8/+8
* [Autofill] Update tests to support native UIisherman@chromium.org2013-03-081-21/+105
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-281-1/+1
* Revert 184285isherman@chromium.org2013-02-271-79/+21
* Move the UI related code from AutofillExternalDelegate to AutofillManagerDele...kaiwang@chromium.org2013-02-271-9/+0
* Revert 184352brettw@chromium.org2013-02-241-1/+0
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-0/+1
* [Autofill] Flip the native Autofill popup UI to be enabled by default, rather...isherman@chromium.org2013-02-231-21/+88
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-2/+3
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Allow multiple observers of autofill::PersonalDataManager.estade@chromium.org2013-02-071-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-281-17/+25
* Implementing SaveToWallet in the Google Wallet client.ahutter@chromium.org2013-01-191-3/+4
* Translate infobar delegate: name the "type_" and "error_" fields "infobar_typ...pkasting@chromium.org2013-01-071-1/+2
* [Autofill] Update unit tests to use country codes when setting raw address info.isherman@chromium.org2013-01-051-5/+6
* Simplify ExecuteJavaScript* functions.darin@chromium.org2013-01-041-34/+18
* Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}darin@chromium.org2013-01-021-85/+100
* Real autofill crash fix.estade@chromium.org2012-11-291-16/+16
* Move the test functions that deal with focus to interactive_ui_tets_utils.h a...jam@chromium.org2012-11-291-8/+0
* [Autofill] Don't crash if autocomplete is disabled while the user is interact...isherman@chromium.org2012-11-271-2/+50
* [Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfoisherman@chromium.org2012-11-101-93/+151
* Test suite that monitors the disposition of JS-created windows based on whatericu@chromium.org2012-10-241-1/+2
* Remove TabContents from autofill unittests.avi@chromium.org2012-10-231-1/+0
* Switch InfoBarTabHelper to use WebContentsUserData.avi@chromium.org2012-10-111-6/+6
* Disable much of AutofillTest.* browser_testsdgrogan@chromium.org2012-09-251-39/+94
* Switching from ForXyz naming to FromXyz naming, for consistency.joi@chromium.org2012-09-221-6/+6
* Mark AutofillTest.FormFillLatencyAfterSubmit as flaky.marja@chromium.org2012-09-181-1/+2
* Fixed borked comment.groby@chromium.org2012-09-061-1/+1
* Disable AutofillTest.MergeAggregatedDuplicatedProfiles on Linuxgroby@chromium.org2012-09-061-1/+10
* Rename InfoBarTabService -> InfoBarService.joi@chromium.org2012-08-301-6/+6
* Make sure keychain doesn't come up on Mac for autofill tests.jam@chromium.org2012-08-211-2/+5
* Convert the autofill pyauto tests to browser tests, and remove all the suppor...jam@chromium.org2012-08-211-17/+745
* Introduce InfoBarTabService API.joi@chromium.org2012-08-201-2/+2
* Rename renderer/autofill/autofill_browsertest.cc to be unique.atwilson@chromium.org2012-07-281-1/+0
* Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...jam@chromium.org2012-07-261-1/+1
* Move WaitForLoadStop from ui_test_utils to browser_test_utils so that it can ...jam@chromium.org2012-07-261-1/+1
* Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h...jam@chromium.org2012-07-241-10/+10
* Move input event simulation functions from ui_test_utils.h to browser_test_ut...jam@chromium.org2012-07-201-2/+3
* Create content\public\test\test_utils.h to hold common test classes that are ...jam@chromium.org2012-07-201-2/+2
* Always enable dom automation for browser_tests. This avoids developers having...jam@chromium.org2012-07-181-3/+1