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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.h
brettw@chromium.org
2010-12-23
1
-1
/
+1
*
Don't treat empty fields as distinguishing fields for autofill
isherman@chromium.org
2010-12-22
2
-1
/
+15
*
Autofill saves duplicate profiles and credit card info in preferences
dhollowa@chromium.org
2010-12-21
3
-36
/
+97
*
Disable PersonalDataManagerTest.ImportFormDataNotEnoughFilledFields
phajdan.jr@chromium.org
2010-12-18
1
-1
/
+2
*
Add DCHECK to check that autofill server never returns UNKNOWN_TYPE
isherman@chromium.org
2010-12-18
1
-0
/
+3
*
Refactor and decompose AutoFillProfile::CreateInferredLabels()
isherman@chromium.org
2010-12-18
2
-129
/
+122
*
Remove unused function AutoFillProfile::GetHomeAddress()
isherman@chromium.org
2010-12-18
2
-6
/
+0
*
Clean up AutoFillProfile::AdjustInferredLabels
isherman@chromium.org
2010-12-18
1
-4
/
+6
*
Cleanup: Remove unneeded includes of notification_service.h, part 2.
thestig@chromium.org
2010-12-17
1
-1
/
+3
*
Clean up AutoFillProfile::CreateInferredLabels()
isherman@chromium.org
2010-12-17
2
-23
/
+22
*
Upgrade autofill interactive_ui_test from BasicFormStructure test to I18NForm...
dhollowa@chromium.org
2010-12-17
1
-55
/
+105
*
Fix a couple of autofill typos
isherman@chromium.org
2010-12-17
1
-2
/
+3
*
Decompose and clean up code for determining which fields to draw from for Aut...
isherman@chromium.org
2010-12-16
4
-118
/
+221
*
Don't use empty fields as distinguishing fields for autofill.
isherman@chromium.org
2010-12-16
2
-1
/
+27
*
Don't show duplicate Autofill suggestions.
isherman@chromium.org
2010-12-16
3
-31
/
+75
*
Move GUID utils to src/chrome/common.
sergeyu@chromium.org
2010-12-15
6
-7
/
+6
*
Add some basic success/failure UMA logging for autofill.
isherman@chromium.org
2010-12-15
11
-82
/
+409
*
Don't wrap string16() around ASCIIToUTF16()
isherman@chromium.org
2010-12-15
1
-62
/
+54
*
Try to always show a label with autofill suggestions.
isherman@chromium.org
2010-12-15
1
-1
/
+1
*
Before starting translation reset cache in AutoFillManager. To call Reset() f...
dhollowa@chromium.org
2010-12-15
2
-91
/
+220
*
Revert 69088 - Before starting translation reset cache in AutoFillManager. To...
dhollowa@chromium.org
2010-12-14
2
-220
/
+91
*
Before starting translation reset cache in AutoFillManager. To call Reset() f...
dhollowa@chromium.org
2010-12-14
2
-91
/
+220
*
Deinline even more destructors.
erg@google.com
2010-12-14
4
-21
/
+40
*
AutoFillField::set_heuristic_type: avoid redundant logic in DCHECK
isherman@chromium.org
2010-12-13
1
-3
/
+6
*
AutoFillProfile: don't replicate logic in Clone()
isherman@chromium.org
2010-12-13
2
-12
/
+13
*
Remove layer of indirection in PhoneNumberTest
isherman@chromium.org
2010-12-13
2
-36
/
+11
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
12
-66
/
+131
*
Include auxiliary profiles when crowdsourcing autofill data.
isherman@chromium.org
2010-12-10
1
-3
/
+4
*
Cleanup: Remove needed #includes for profile.h.
thestig@chromium.org
2010-12-10
1
-1
/
+0
*
Cleanup: Remove call to DeterminePossibleFieldTypes in AutoFillManager::Parse...
isherman@chromium.org
2010-12-09
1
-2
/
+0
*
This is a continuation of http://codereview.chromium.org/5519016/, adds a new...
satish@chromium.org
2010-12-09
1
-3
/
+6
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
2
-2
/
+2
*
AutoFillProfile: Don't clobber data on self-assignment
isherman@chromium.org
2010-12-07
4
-0
/
+36
*
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
12
-12
/
+12
*
Move browser/cocoa to browser/ui/cocoa
ben@chromium.org
2010-12-01
6
-11
/
+11
*
Autofill should not allow overwrite of field data when merging profile data
dhollowa@chromium.org
2010-11-30
2
-7
/
+22
*
Fix autofill detection of server data overriding heuristics.
isherman@chromium.org
2010-11-30
1
-1
/
+2
*
Once a form has been partially autofilled, autofill should only update fields...
isherman@chromium.org
2010-11-29
11
-1188
/
+1408
*
Autofill: Be more selective when importing autofill data.
isherman@chromium.org
2010-11-24
2
-32
/
+61
*
Clean up PersonalDataManager code a wee bit
isherman@chromium.org
2010-11-24
2
-24
/
+15
*
Add UMA metrics to determine the utility of the server query responses.
isherman@chromium.org
2010-11-24
5
-2
/
+88
*
Autofill infobar doesn't come up when security code is filled
dhollowa@chromium.org
2010-11-24
3
-1
/
+81
*
Always include nonzero unique ID with autofill suggestions.
isherman@chromium.org
2010-11-24
3
-54
/
+139
*
Autofill: correctly save phone numbers split across multiple fields
isherman@chromium.org
2010-11-23
4
-29
/
+88
*
Autofill i18n: Develop a system for validating Autofill heuristics from HTML ...
dhollowa@chromium.org
2010-11-23
2
-0
/
+217
*
Autofill: Prefer maxLength to size attribute for form filling heuristics.
isherman@chromium.org
2010-11-20
2
-7
/
+7
*
Don't show autocomplete suggestions redundant with autofill suggestions.
isherman@chromium.org
2010-11-19
1
-0
/
+2
*
Cleanup: Include browser.h -> ui/browser.h [Final].
jhawkins@chromium.org
2010-11-18
1
-2
/
+2
*
Infobar shouldn't be prompted when we don't modify the Credit Card data that'...
dhollowa@chromium.org
2010-11-18
2
-5
/
+13
[next]