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
*
Move remaining Autofill code to //components/autofill.
joi@chromium.org
2013-03-09
1
-972
/
+0
*
Move Autofill-specific switches and pref names into files within the component.
joi@chromium.org
2013-03-08
1
-1
/
+1
*
Remove sync dependency from PersonalDataManager.
joi@chromium.org
2013-03-06
1
-55
/
+0
*
Introduce //components/user_prefs.
joi@chromium.org
2013-03-06
1
-2
/
+3
*
PersonalDataManager stop depending on ProfileKeyedService
kaiwang@chromium.org
2013-03-01
1
-34
/
+28
*
[autofill] Move validation functions to proper file.
groby@chromium.org
2013-02-26
1
-18
/
+5
*
Remove PrefServiceBase, since everyone can now depend directly on PrefService.
joi@chromium.org
2013-02-16
1
-3
/
+3
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Allow multiple observers of autofill::PersonalDataManager.
estade@chromium.org
2013-02-07
1
-4
/
+1
*
handle credit card autofill popups in autofill dialog
estade@chromium.org
2013-01-12
1
-14
/
+14
*
requestAutocomplete: mark textfields as invalid when user tries to submit wit...
estade@chromium.org
2013-01-11
1
-0
/
+38
*
[Autofill] Ensure that clients pass the correct region info when parsing phon...
isherman@chromium.org
2013-01-10
1
-2
/
+1
*
Cleanup: Remove more unneeded browser_thread.h includes.
thestig@chromium.org
2013-01-04
1
-1
/
+0
*
use autofill popup to suggest autofill data in RequestAutocomplete dialog.
estade@chromium.org
2012-12-21
1
-0
/
+81
*
[Autofill] Rename {Get,Set}CanonicalizedInfo() to {Get,Set}Info(), and pass i...
isherman@chromium.org
2012-12-05
1
-8
/
+13
*
Real autofill crash fix.
estade@chromium.org
2012-11-29
1
-20
/
+18
*
[Autofill] Clean up some variable names.
isherman@chromium.org
2012-11-28
1
-10
/
+10
*
retry r168247: more autofill refactoring
estade@chromium.org
2012-11-16
1
-25
/
+11
*
Revert 168247 - more autofill refactoring
sreeram@chromium.org
2012-11-16
1
-11
/
+25
*
more autofill refactoring
estade@chromium.org
2012-11-16
1
-25
/
+11
*
Refactor autofill code somewhat.
estade@chromium.org
2012-11-13
1
-2
/
+2
*
[Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfo
isherman@chromium.org
2012-11-10
1
-7
/
+7
*
Move the bits of Prefs where production code has only trivially easy
joi@chromium.org
2012-10-22
1
-1
/
+1
*
add some missing includes of <functional> to fix compilation on VS2012
scottmg@chromium.org
2012-10-10
1
-0
/
+1
*
[Autofill] Remove client-side culling for old autocomplete entries.
isherman@chromium.org
2012-10-09
1
-15
/
+0
*
Switching from ForXyz naming to FromXyz naming, for consistency.
joi@chromium.org
2012-09-22
1
-22
/
+22
*
Extract abstract base to API directory for ProfileSyncService.
joi@chromium.org
2012-09-19
1
-13
/
+10
*
Use BrowserContext as key in API. Switch Autofill to use BC in place of Profile.
joi@chromium.org
2012-09-13
1
-40
/
+46
*
Introduce a couple of abstract bases for WebDataService.
joi@chromium.org
2012-09-13
1
-79
/
+78
*
Extract PrefServiceBase into chrome/browser/api. Use in api and autofill.
joi@chromium.org
2012-08-21
1
-5
/
+9
*
base: Make ScopedVector::clear() destroy elements.
derat@chromium.org
2012-07-19
1
-4
/
+4
*
base: Remove dereference structure operator (i.e ->) from ScopedVector.
tfarina@chromium.org
2012-06-30
1
-2
/
+2
*
Taking over issue 10006037.
rlp@chromium.org
2012-05-14
1
-42
/
+53
*
Revert 136499 - Taking over issue 10006037.
yusukes@google.com
2012-05-11
1
-53
/
+42
*
Taking over issue 10006037.
rlp@chromium.org
2012-05-11
1
-42
/
+53
*
Add probability of culling if sync is enabled to https://chromiumcodereview.a...
georgey@chromium.org
2012-04-05
1
-0
/
+14
*
Revert 129097 - Cull autofill entries older than 60 days.
isherman@chromium.org
2012-03-27
1
-14
/
+0
*
Cull autofill entries older than 60 days.
georgey@chromium.org
2012-03-27
1
-0
/
+14
*
Remove a bunch of GetProfileSyncService callers to use the new factory.
tim@chromium.org
2012-01-27
1
-2
/
+5
*
Toward an android build of sync_unit_tests: OWNERS=dhollowa
jrg@chromium.org
2012-01-27
1
-2
/
+1
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-1
/
+1
*
Move notification_source from content/common to content/browser/public and pu...
jam@chromium.org
2011-10-19
1
-7
/
+9
*
Move a bunch of non-shared methods out of the FormGroup class.
isherman@chromium.org
2011-10-05
1
-31
/
+6
*
Don't show the "Save credit card for Autofill?" infobar unnecessarily.
isherman@chromium.org
2011-10-04
1
-23
/
+24
*
Profile shouldn't own PersonalDataManager
dhollowa@chromium.org
2011-09-23
1
-0
/
+30
*
Autofill: Remove fax number completely.
jhawkins@chromium.org
2011-09-17
1
-20
/
+6
*
Fix pyauto autofill flakiness when submitting profile info via webpage forms.
dennisjeffrey@chromium.org
2011-08-24
1
-1
/
+7
*
autofill: Refactor PersonalDataManager::Observer into its own header file.
tfarina@chromium.org
2011-08-08
1
-6
/
+5
*
Consolidate Autofill possible type detection code, and enforce greater match ...
isherman@chromium.org
2011-07-22
1
-66
/
+19
*
Don't learn credit cards for Autofill if they are missing any data.
isherman@chromium.org
2011-07-22
1
-7
/
+1
[next]