index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
autofill
/
personal_data_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes DCHECK that would get hit if webdb couldn't be opened. The
sky@chromium.org
2011-04-14
1
-3
/
+9
*
Autofill case-insensitive merging of profiles
dhollowa@chromium.org
2011-04-14
1
-1
/
+2
*
Add metric for whether Autofill is enabled or disabled.
isherman@chromium.org
2011-04-13
1
-12
/
+10
*
Revert 81421 - Looks to have broken unittest, see http://chromegw.corp.google...
dhollowa@chromium.org
2011-04-13
1
-1
/
+19
*
Looks to have broken unittest, see http://chromegw.corp.google.com/i/chromium...
siggi@chromium.org
2011-04-13
1
-19
/
+1
*
Autofill extend profiles to include multi-valued fields, part 6 (Aggregation)
dhollowa@chromium.org
2011-04-13
1
-1
/
+19
*
Only strip separators from credit card numbers when implicitly learning or fi...
isherman@chromium.org
2011-04-11
1
-0
/
+4
*
Clean up Autofill CreditCard logic
isherman@chromium.org
2011-04-06
1
-20
/
+10
*
Log Autofill credit card metrics as histogram; rename metrics from AutoFill t...
isherman@chromium.org
2011-03-28
1
-1
/
+1
*
autofill: Rename all the entries remaining with AutoFill to Autofill.
tfarina@chromium.org
2011-03-21
1
-2
/
+2
*
Autofill rename GetFieldText to GetInfo
dhollowa@chromium.org
2011-03-17
1
-9
/
+9
*
Autofill database migration to clean up bogus profiles.
dhollowa@chromium.org
2011-03-17
1
-60
/
+156
*
Reduce boxing and unboxing of AutofillFieldType
isherman@chromium.org
2011-03-17
1
-26
/
+21
*
Get rid of native autofill dialogs.
estade@chromium.org
2011-03-16
1
-15
/
+0
*
autofill: Rename AutoFillProfile to AutofillProfile.
tfarina@chromium.org
2011-03-10
1
-49
/
+49
*
Make FormField be a struct rather than a class per c++ standards.
tsepez@chromium.org
2011-03-08
1
-2
/
+2
*
Revert 77296 -
zea@chromium.org
2011-03-08
1
-2
/
+2
*
Convert autofill messages to use the new IPC macros. This requires
tsepez@chromium.org
2011-03-08
1
-2
/
+2
*
autofill: Rename AutoFillType to AutofillType.
tfarina@chromium.org
2011-03-07
1
-23
/
+23
*
autofill: Rename AutoFillManager to AutofillManager.
tfarina@chromium.org
2011-03-05
1
-1
/
+1
*
autofill: Rename AutoFillField to AutofillField.
tfarina@chromium.org
2011-03-04
1
-3
/
+3
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
Add UMA metric for number of autofill profiles
isherman@chromium.org
2011-03-01
1
-1
/
+31
*
Autofill cleanup of labels
dhollowa@chromium.org
2011-02-15
1
-42
/
+9
*
Add a data-driven unit test to validate autofill profile merging during aggre...
isherman@chromium.org
2011-02-09
1
-46
/
+58
*
Clean up PersonalDataManager::ImportFormData()
isherman@chromium.org
2011-02-04
1
-64
/
+52
*
Support autocompletion for HTMl5 tags:"email", "month" and "tel".
dhollowa@chromium.org
2011-02-03
1
-2
/
+7
*
Autofill should filter malformed emails addresses when form is submitted
dhollowa@chromium.org
2011-02-03
1
-0
/
+15
*
Autofill should filter incomplete addresses when form is submitted
dhollowa@chromium.org
2011-02-03
1
-0
/
+14
*
Refactoring of upload, form saving, and UMA logging.
dhollowa@chromium.org
2011-01-20
1
-2
/
+2
*
Autofill saves duplicate profiles and credit card info in preferences
dhollowa@chromium.org
2010-12-21
1
-25
/
+23
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
1
-0
/
+12
*
Include auxiliary profiles when crowdsourcing autofill data.
isherman@chromium.org
2010-12-10
1
-3
/
+4
*
A bit of STL-ified cleanup in the PersonalDataManager code
isherman@chromium.org
2010-12-04
1
-49
/
+23
*
Move:
ben@chromium.org
2010-12-02
1
-1
/
+1
*
Autofill: Be more selective when importing autofill data.
isherman@chromium.org
2010-11-24
1
-12
/
+14
*
Clean up PersonalDataManager code a wee bit
isherman@chromium.org
2010-11-24
1
-23
/
+12
*
Autofill: correctly save phone numbers split across multiple fields
isherman@chromium.org
2010-11-23
1
-16
/
+33
*
Infobar shouldn't be prompted when we don't modify the Credit Card data that'...
dhollowa@chromium.org
2010-11-18
1
-0
/
+12
*
Autofill form submission creates wrong addresses.
dhollowa@chromium.org
2010-11-11
1
-20
/
+36
*
Autofill form submission creates wrong credit cards.
dhollowa@chromium.org
2010-11-11
1
-5
/
+13
*
Autofill deprecate unique_ids in favor of guids for PersonalDataManager
dhollowa@chromium.org
2010-11-04
1
-151
/
+91
*
AutoFill: Adjust the profile labels when updating a specific profile.
jhawkins@chromium.org
2010-10-29
1
-0
/
+3
*
Autofill deprecate unique_ids in favor of guids for DOMUI
dhollowa@chromium.org
2010-10-28
1
-27
/
+27
*
autofill: Add GetCreditCardById to PersonalDataManager.
tfarina@chromium.org
2010-10-26
1
-0
/
+9
*
Never allow empty preview entries. As some data is always present (we drop co...
georgey@chromium.org
2010-10-25
1
-0
/
+4
*
autofill: Add GetProfileById function to PersonalDataManager.
tfarina@chromium.org
2010-10-22
1
-0
/
+9
*
Clear AutoFill data along with Form Autocomplete data from Clear Browsing Dat...
isherman@chromium.org
2010-10-19
1
-0
/
+3
*
Rename ChromeThread to BrowserThread Part19:
tfarina@chromium.org
2010-10-12
1
-1
/
+1
*
Release unique_ids_lock_ in Autofill PDM in case observers need to acquire it.
isherman@chromium.org
2010-10-09
1
-2
/
+18
[next]