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
/
autofill_manager.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix for: State in small letters should be auto-filled from the profile.
jhawkins@chromium.org
2010-07-21
1
-0
/
+7
*
AutoFill: Several functional fixes:
jhawkins@chromium.org
2010-07-20
1
-2
/
+6
*
AutoFill: Use unique IDs to identify the profile or credit card to fill.
jhawkins@chromium.org
2010-07-16
1
-4
/
+8
*
Add "save credit card info?" infobar for Autofill.
avi@chromium.org
2010-07-08
1
-0
/
+8
*
AutoFill: Only query the AutoFill server if we've parsed any of the forms.
jhawkins@chromium.org
2010-07-08
1
-2
/
+4
*
AutoFill: Aggregate profile data. Remove the AutoFill InfoBar. Remove more re...
jhawkins@chromium.org
2010-07-01
1
-13
/
+0
*
AutoFill: Don't show labels in the suggestions popup when the user is editing a
jhawkins@chromium.org
2010-06-24
1
-0
/
+1
*
AutoFill: De-segregate credit card filling.
jhawkins@chromium.org
2010-06-17
1
-6
/
+18
*
AutoFill: Implement the 'AutoFill Options...' entry in the AutoFill suggestions
jhawkins@chromium.org
2010-06-10
1
-0
/
+1
*
AutoFill: Fix a bug that caused AutoFill to not fill the field the user is
jhawkins@chromium.org
2010-06-10
1
-6
/
+0
*
AutoFill: Make PersonalDataManager RefCountedThreadSafe.
jhawkins@chromium.org
2010-06-03
1
-0
/
+3
*
AutoFill fill billing address when credit card settings specify a billing add...
dhollowa@chromium.org
2010-05-19
1
-0
/
+8
*
Form AutoFill Phone number should be displayed as xxx-xxx-xxxx
dhollowa@chromium.org
2010-05-14
1
-0
/
+10
*
AutoFill: Clean up the server response handling code.
jhawkins@chromium.org
2010-05-06
1
-3
/
+1
*
AutoFill profile shouldn't be saved when cancelled during initial setup.
dhollowa@chromium.org
2010-05-05
1
-4
/
+0
*
Revert 46424 - AutoFill profile shouldn't be saved when cancelled during init...
dhollowa@chromium.org
2010-05-05
1
-0
/
+4
*
AutoFill profile shouldn't be saved when cancelled during initial setup.
dhollowa@chromium.org
2010-05-05
1
-4
/
+0
*
AutoFill: Segregate profile and credit card filling.
jhawkins@chromium.org
2010-04-20
1
-14
/
+30
*
AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...
jhawkins@chromium.org
2010-04-09
1
-0
/
+5
*
Fixes for several crashing bugs ##40674,40720,40744
georgey@chromium.org
2010-04-09
1
-6
/
+0
*
AutoFill: Initiate AutoFill for all fields, not just the name field.
jhawkins@chromium.org
2010-04-09
1
-1
/
+1
*
Added "Learn More" link to autofill on Windows.
georgey@chromium.org
2010-04-07
1
-0
/
+3
*
AutoFill: Use the FormManager cache to send forms to the AutoFillManager.
jhawkins@chromium.org
2010-04-03
1
-5
/
+3
*
Reverted back change #1337001, fixing the unit tests in chromium builds:
georgey@chromium.org
2010-03-29
1
-4
/
+7
*
Reverting due to test failures on Interactive tests on Mac and Linux
amit@chromium.org
2010-03-26
1
-7
/
+4
*
Second part of the integration with autofill servers.
georgey@chromium.org
2010-03-26
1
-4
/
+7
*
Integration with Toolbar autofill servers.
georgey@chromium.org
2010-03-22
1
-1
/
+14
*
Don't use the TabContents in the AutoFillInfoBarDelegateTest. Fixes a few le...
jhawkins@chromium.org
2010-03-18
1
-0
/
+4
*
AutoFill: Load the imported form data into the AutoFill dialog when the user ...
jhawkins@chromium.org
2010-03-16
1
-0
/
+8
*
FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...
jhawkins@chromium.org
2010-03-15
1
-1
/
+2
*
Fix a bug that was causing the AutoFill infobar to not show. Initially the A...
jhawkins@chromium.org
2010-03-03
1
-5
/
+6
*
Add extra DCHECKs to the AutoFillManager class. This is follow-up for review...
dhollowa@chromium.org
2010-03-02
1
-0
/
+4
*
AutoFill dialog UI polish. Based on feedback from thakis.
dhollowa@chromium.org
2010-02-26
1
-0
/
+3
*
Remove dead code from AutoFill++ that are vestiges of the toolbar autofill.
jhawkins@chromium.org
2010-02-23
1
-3
/
+0
*
Remove the --enable-new-autofill switch. This enables the AutoFillManager to...
jhawkins@chromium.org
2010-02-23
1
-0
/
+3
*
AutoFill forms. We do this by responding to a message from WebKit which send...
jhawkins@chromium.org
2010-02-20
1
-0
/
+4
*
Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...
jhawkins@chromium.org
2010-02-18
1
-0
/
+3
*
Relanding r38479. The underlying memory leak in WebKit has been fixed.
jhawkins@chromium.org
2010-02-17
1
-1
/
+4
*
Revert 38479 - Send forms seen in the renderer to the AutoFillManager.
dglazkov@chromium.org
2010-02-11
1
-5
/
+2
*
Send forms seen in the renderer to the AutoFillManager.
jhawkins@chromium.org
2010-02-09
1
-2
/
+5
*
Add the ability to save and remove AutoFill profiles from the AutoFillDialog.
jhawkins@chromium.org
2010-01-24
1
-5
/
+9
*
Notify the AutoFillManager when the user clicks "Apply" or "OK". Adds an Aut...
jhawkins@chromium.org
2010-01-21
1
-2
/
+11
*
Add two AutoFill prefs. autofill.infobar_shown is true if the autofill infob...
jhawkins@chromium.org
2010-01-11
1
-0
/
+10
*
autofill: Add the FormField interface. Classes that implement the FormField ...
jhawkins@chromium.org
2009-12-09
1
-0
/
+4
*
Add a stub implementation of PersonalDataManager, the connection between the ...
jhawkins@chromium.org
2009-11-06
1
-2
/
+10
*
Implement FormStructure and an initial method, EncodeUploadRequest. This als...
jhawkins@chromium.org
2009-11-04
1
-1
/
+5
*
Add initial implementation of AutoFill++. This implementation is hidden behi...
jhawkins@chromium.org
2009-10-28
1
-0
/
+48
[prev]