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
*
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
*
Fix for tab key view loop issue with Autofill dialog.
dhollowa@chromium.org
2010-02-24
5
-16
/
+28
*
Remove FormField::priority as it's not used by AutoFill++.
jhawkins@chromium.org
2010-02-23
6
-19
/
+0
*
Remove dead code from AutoFill++ that are vestiges of the toolbar autofill.
jhawkins@chromium.org
2010-02-23
3
-10
/
+1
*
These changes connect the AutoFill UI on the Mac with the back-end data store...
dhollowa@chromium.org
2010-02-23
13
-86
/
+739
*
Fix a crash in FormStructure when parsing a form with zero fields. Use field...
jhawkins@chromium.org
2010-02-23
1
-4
/
+5
*
Remove the --enable-new-autofill switch. This enables the AutoFillManager to...
jhawkins@chromium.org
2010-02-23
2
-11
/
+19
*
Add tests for BillingAddress::GetPossibleFieldTypes. Fix a few issues that p...
jhawkins@chromium.org
2010-02-22
4
-40
/
+356
*
AutoFill forms. We do this by responding to a message from WebKit which send...
jhawkins@chromium.org
2010-02-20
4
-0
/
+84
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
2
-2
/
+2
*
Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...
jhawkins@chromium.org
2010-02-18
2
-0
/
+77
*
Relanding r38479. The underlying memory leak in WebKit has been fixed.
jhawkins@chromium.org
2010-02-17
2
-2
/
+17
*
Linux: Implement the new AutoFill section of the Options dialog.
jhawkins@chromium.org
2010-02-17
1
-3
/
+4
*
Adding UI behavioral improvements for managing tabbing between form fields wh...
dhollowa@chromium.org
2010-02-16
2
-0
/
+41
*
Adding summary string generation for the AutoFill feature.
dhollowa@chromium.org
2010-02-13
11
-141
/
+528
*
Autofill dialog for the Mac. This is UI only at this point. The UI is not h...
dhollowa@chromium.org
2010-02-12
16
-5
/
+1038
*
Revert 38479 - Send forms seen in the renderer to the AutoFillManager.
dglazkov@chromium.org
2010-02-11
2
-18
/
+3
*
Reland r38570. The underlying bug has been fix.
jhawkins@chromium.org
2010-02-11
1
-1
/
+1
*
Dialog showed now only if profiles are loaded - if not it waits until they are.
georgey@chromium.org
2010-02-10
2
-10
/
+32
*
Fix a crash when parsing address fields. It's possible we've run out of fiel...
jhawkins@chromium.org
2010-02-10
1
-0
/
+4
*
Revert "Move conditions of FormFields creation to FormFieldHistoryManager;
tony@chromium.org
2010-02-10
1
-1
/
+1
*
Move conditions of FormFields creation to FormFieldHistoryManager; AutoFill d...
jhawkins@chromium.org
2010-02-10
1
-1
/
+1
*
Check for personal_data_ being NULL, as this is the case when we're OTR.
jhawkins@chromium.org
2010-02-09
1
-3
/
+9
*
Send forms seen in the renderer to the AutoFillManager.
jhawkins@chromium.org
2010-02-09
2
-3
/
+18
*
Remove the AutoFillManager as an observer of the PersonalDataManager in the c...
jhawkins@chromium.org
2010-02-06
1
-0
/
+1
*
linux: build with -Wextra
evan@chromium.org
2010-02-05
8
-11
/
+18
*
Implement RemoveChars, a function to remove a list of characters from a strin...
jhawkins@chromium.org
2010-02-05
1
-1
/
+1
*
Added Credit card preview in the form ******[last four digits], Exp: [Date - ...
georgey@chromium.org
2010-02-03
2
-2
/
+32
*
Moved Autofill view to appropriate browser/views folder.
georgey@chromium.org
2010-02-01
3
-1454
/
+0
*
Finished all windows functionality for autofill dialog
georgey@chromium.org
2010-01-29
4
-146
/
+519
*
Fixes scrolling bug in autofill profiles. The problem was during
sky@chromium.org
2010-01-29
1
-1
/
+1
*
First revision of the AutoFill settings dialog.
georgey@chromium.org
2010-01-28
6
-2
/
+1112
*
Implement adding, updating and removing credit cards from the web database th...
jhawkins@chromium.org
2010-01-25
9
-109
/
+580
*
Add the ability to save and remove AutoFill profiles from the AutoFillDialog.
jhawkins@chromium.org
2010-01-24
10
-62
/
+625
[next]