| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable testProfileWithEmailINOtherFieldNotSaved
- Remove testSegmentNumbersNotSupportedInDOMUI - inserting and retrieving segmented phone/fax numbers in prefs no longer supported.
- Changed testMergeAggregatedProfilesWithSameAddress - account for strict profile merging.
- Changed phone_pinput_autofill.txt - removed keys/values no longer supported for FillAutofillProfile.
TEST=none
BUG=80629, 83686
Review URL: http://codereview.chromium.org/7111017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88090 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Autofill no longer supports segmented key/value pairs when entering data through the DOM UI.
- testFillProfileCrazyCharacters - fixed data file by removing all segmented phone/fax key/value pairs.
- testSegmentNumbersNotSupportedInDOMUI - verifies that segmented data no longer supported through DOM UI.
TEST=none
BUG=83686
Review URL: http://codereview.chromium.org/6992049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86709 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
phone/fax numbers.
- testAUtofillInvalid
Phone/Fax information entered into the prefs UI is no longer validated or rejected.
Update existing automation test.
TEST=none
BUG=83677
Review URL: http://codereview.chromium.org/7067011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86399 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Taking into account for strict number checking based on country selected during aggregation.
First 3 phone digits '123' is not considered valid for US numbers.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6961037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86173 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and submitting a form
as the same set of code were used in multiple tests.
- testAggregatesMinValidProfile
- _FillFormAndSubmit
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6959001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85157 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change should eliminate flakiness in a few pyauto autofill tests,
which are now re-enabled.
BUG=80190,80336
TEST=None
Review URL: http://codereview.chromium.org/6929052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84791 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Recent changes to Autofill required some modifications to the input
data files for this pyauto test. The test should now pass, and is
being re-enabled.
BUG=77969
TEST=None
Review URL: http://codereview.chromium.org/6952002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84629 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- testMergeAggregatedProfilesWithSameAddress
- testProfilesNotMergedWhenNoMinAddressData
TEST=none
BUG=81271
Review URL: http://codereview.chromium.org/6927062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84397 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
- MergeAggregatedDuplicatedProfiles
- testMergeAggregatedProfilesWithSameAddress
- testProfilesNotMergedWhenNoMinAddressData
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6907001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83566 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6883108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82525 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- testAbleToFillFormAfterFormReset
- testDinstinguishMiddleInitialWithinName (M13 feature)
- testMultipleEmailAddressFilledByOneUserGesture
- testProfilesNotAggregatedWhenEmailFoundInNonEmailField (M13 feature)
Changed form id name for each html file for better consistency.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6882071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82399 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6882018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81971 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Deprecated testFilterMalformedEmailAddresses as the logic changed.
- Add testProfilesNotAggregatedWithInvalidEmail
- Add testInvalidCreditCardIsNotAggregated
- Add testWhiteSpacesStrippedForValidCCNums
- Add testCharSeparatorsStrippedForValidCCNums
- Fixed testAutofillInvalid
- Fixed testComparePhoneNumbers
- Fixed testNoAutofillForReadOnlyFields
TEST=none
BUG=73439, 78844, 79405, 78519
Review URL: http://codereview.chromium.org/6850007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81861 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
username.
- testClearFetchedCredForNewUserName
Added the ability to send char values to the browser and refactored the
original function that sends key events to the browser.
- pyauto.py
Changed the private function _SendKeyEventsToPopulateForm to include new function created in pyauto.py.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6822008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81491 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
within the fields if the test fails.
- AutofillTest.testNoAutofillForReadOnlyFields
Review URL: http://codereview.chromium.org/6801005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80672 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- testNoAutofillForReadOnlyField
- read_only_field_test.html
Fixed incorrect permissions for html file from 775 to 640.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6792035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80489 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
read-only fields.
- testNoAutofillForReadOnlyField
- read_only_field_test.html
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6737017
TBR=dyu@chromium.org
Review URL: http://codereview.chromium.org/6720039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80389 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- testNoAutofillForReadOnlyField
- read_only_field_test.html
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6737017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80379 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
autocomplete is off for credit card field.
- autofill.testCCInfoNotStoredWhenAutocompleteOff
- cc_autocomplete_off_test.html
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6777003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79919 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. testComparePhoneNumbers - Test phone fields parses correctly from a given profile.
Contains files: autofill.py, form_phones.html, phone_pinput_autofill.txt, phone_pexpected_autofill.txt, pyauto.py
2. FormFillLatencyAfterSubmit -Test latency time on form submit with lots of stored Autofill profiles.
Contains files: autofill.py, autofill_dataset_generator.py, latency_after_submit_test.html, pyauto.py
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6685077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79763 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=isherman@chromium.org,dhollowa@chromium.org
BUG=72758
TEST=existing unit_tests
Review URL: http://codereview.chromium.org/6688053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78856 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=72758
TEST=existing unit_tests
Review URL: http://codereview.chromium.org/6658030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77630 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
-Tests were failing due to the new country drop-down list field.
-The dictionary entry for ADDRESS_HOME_COUNTRY were no longer matching the country name within profiles due to casing mismatch.
BUG=74843
TEST=none
Review URL: http://codereview.chromium.org/6624084
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77234 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=
TEST=
Review URL: http://codereview.chromium.org/6597028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76766 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Mac runs on python2.5 and the 'with statement' is not supported
in version 2.5. Used alternative code so the test runs and passes on Mac running python2.5.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6546053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75834 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=
TEST=
Review URL: http://codereview.chromium.org/6542019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75471 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6538043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75353 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
throw away junk profiles. Includes a dataset converter script
to convert csv file into profile dictionary list.
testMergeDuplicateProfilesInAutofill
Added additional tests:
testFilterMalformedEmailAddresses - covers fixed bug 73654.
testFilterIncompleteAddresses - covers fixed bug 71710.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6246147
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75344 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
source feature.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6368020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73308 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Autofill model has been changed to strip off non-digit chars in credit card
input. Fix pyauto tests expectations.
Review URL: http://codereview.chromium.org/4812001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65851 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Also, match full phone number.
BUG=56844
TEST=python chrome/test/functional/autofill.py
Review URL: http://codereview.chromium.org/3437025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60843 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
This adds some more tests to autofill.py that test invalid input and unicode input.
Review URL: http://codereview.chromium.org/3054049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55407 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
With this CL: http://codereview.chromium.org/3010041 credit cards were changed so that the type is determined based upon the number. Fixing the pyauto test to pass with new functionality.
Review URL: http://codereview.chromium.org/3084004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54552 0039d316-1c4b-4281-b951-d872f2087c98
|
|
Review URL: http://codereview.chromium.org/2836046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51984 0039d316-1c4b-4281-b951-d872f2087c98
|