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
*
Fetch AutoFill form data from server only when user data is present.
dhollowa@chromium.org
2010-03-31
1
-1
/
+7
*
AutoFill credit card field filling.
dhollowa@chromium.org
2010-03-31
5
-21
/
+440
*
Minor C++ fixes found by Clang.
evan@chromium.org
2010-03-30
1
-2
/
+0
*
Reverted back change #1337001, fixing the unit tests in chromium builds:
georgey@chromium.org
2010-03-29
7
-157
/
+542
*
AutoFill: Handle filling select controls.
jhawkins@chromium.org
2010-03-27
4
-135
/
+72
*
gtk: Implement handling for the "Default Profile/Credit Card" buttons in the
jhawkins@chromium.org
2010-03-27
2
-38
/
+173
*
Hook autofill++ WebDatabase changes up to the NotificationService.
tim@chromium.org
2010-03-27
1
-1
/
+1
*
Reverting due to test failures on Interactive tests on Mac and Linux
amit@chromium.org
2010-03-26
7
-543
/
+155
*
Second part of the integration with autofill servers.
georgey@chromium.org
2010-03-26
7
-155
/
+543
*
Adds obscuring to credit card numbers when displayed.
avi@chromium.org
2010-03-26
5
-7
/
+99
*
Label scraping for AutoFill.
dhollowa@chromium.org
2010-03-26
1
-0
/
+98
*
Removing AutoFill Death Tests.
dhollowa@chromium.org
2010-03-26
4
-19
/
+0
*
Integration with Toolbar autofill servers.
georgey@chromium.org
2010-03-22
6
-25
/
+328
*
AutoFill: For now only import data from the uploaded form.
jhawkins@chromium.org
2010-03-22
1
-1
/
+5
*
AutoFill: Set the kAutoFillInfoBarShown pref to true if the user opens the Au...
jhawkins@chromium.org
2010-03-19
2
-0
/
+14
*
Don't use the TabContents in the AutoFillInfoBarDelegateTest. Fixes a few le...
jhawkins@chromium.org
2010-03-18
4
-12
/
+16
*
Implement AutoFillXmlParser, used to parse responses from the AutoFill server.
jhawkins@chromium.org
2010-03-18
4
-0
/
+408
*
Enable AutoFill when in incognito mode. The infobar will not be shown, but p...
jhawkins@chromium.org
2010-03-17
3
-20
/
+12
*
AutoFill: Implement set_whole_number and use it to load whole phone numbers f...
jhawkins@chromium.org
2010-03-17
3
-2
/
+13
*
forgot a couple of files... moved gfx stuff to toplevel dir
ben@chromium.org
2010-03-17
1
-1
/
+1
*
Move some more files to toplevel gfx dir.
ben@chromium.org
2010-03-17
1
-1
/
+1
*
More AutoFill heuristics fixes.
jhawkins@chromium.org
2010-03-17
1
-37
/
+29
*
Fixes first and third points in the bug "Autofill profile dialog box polish i...
georgey@chromium.org
2010-03-16
3
-13
/
+33
*
AutoFill: Load the imported form data into the AutoFill dialog when the user ...
jhawkins@chromium.org
2010-03-16
6
-11
/
+77
*
Don't use the empty string to try to match against an empty text field. Add ...
jhawkins@chromium.org
2010-03-16
7
-10
/
+111
*
FormFieldValues -> FormData consolidation: Use webkit_glue::FormField to stor...
jhawkins@chromium.org
2010-03-15
4
-12
/
+15
*
AutoFill phone field unit tests.
dhollowa@chromium.org
2010-03-15
2
-0
/
+171
*
Fix form heuristic for registration.crgevents.com. Match on 'mi' anywhere in...
jhawkins@chromium.org
2010-03-12
1
-1
/
+1
*
AutoFill form filling on myspace.com
dhollowa@chromium.org
2010-03-12
1
-2
/
+3
*
Reset the AutoFillManager's cache of forms when the main page is loaded, not ...
jhawkins@chromium.org
2010-03-12
3
-5
/
+10
*
AutoFill form name matching.
dhollowa@chromium.org
2010-03-12
2
-2
/
+114
*
autofill: Tweak the heuristic matching to lower-case form field labels and na...
jhawkins@chromium.org
2010-03-12
2
-4
/
+12
*
AutoFill field parser fixes.
dhollowa@chromium.org
2010-03-11
8
-30
/
+500
*
AutoFill Mac Address Book "me" card data translation.
dhollowa@chromium.org
2010-03-09
5
-14
/
+317
*
chrome 1: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-08
2
-1
/
+2
*
Add tests for AutoFillField.
jhawkins@chromium.org
2010-03-07
3
-13
/
+107
*
AutoFill Mac preference for enabling Address Book "me" card usage.
dhollowa@chromium.org
2010-03-06
8
-20
/
+102
*
Add more tests for BillingAddress and fix the issues found by the tests.
jhawkins@chromium.org
2010-03-05
3
-74
/
+556
*
Enable AutoFill++ by default for new profiles.
jhawkins@chromium.org
2010-03-05
1
-1
/
+1
*
Use the TestTabContents provided by RenderViewHostTestHarness instead of roll...
jhawkins@chromium.org
2010-03-04
1
-4
/
+1
*
AutoFill phone number parser changes.
dhollowa@chromium.org
2010-03-04
5
-52
/
+185
*
Add tests for AutoFillInfoBarDelegate, with a fix to only return a button lab...
jhawkins@chromium.org
2010-03-04
5
-6
/
+141
*
Fix a bug that was causing the AutoFill infobar to not show. Initially the A...
jhawkins@chromium.org
2010-03-03
2
-25
/
+26
*
Where possible, use return-by-const-ref for accessors in AutoFill data struct...
jhawkins@chromium.org
2010-03-03
10
-147
/
+143
*
Next part of bad dependency removal (chrome/common -> chrome/browser)
phajdan.jr@chromium.org
2010-03-02
1
-1
/
+1
*
Add extra DCHECKs to the AutoFillManager class. This is follow-up for review...
dhollowa@chromium.org
2010-03-02
2
-0
/
+10
*
Check for a non-NULL PersonalDataManager when determining if AutoFill is enab...
jhawkins@chromium.org
2010-03-01
1
-9
/
+19
*
AutoFill dialog UI polish. Based on feedback from thakis.
dhollowa@chromium.org
2010-02-26
4
-2
/
+25
*
Only load text fields in the form structure. This prevents us from trying to...
jhawkins@chromium.org
2010-02-25
2
-12
/
+108
*
Linux: Move some duplicated code to gtk_util::CreateBoldLabel and LeftAlignMisc.
mattm@chromium.org
2010-02-24
1
-10
/
+2
[next]