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
*
Refactor autofill code somewhat.
estade@chromium.org
2012-11-13
14
-880
/
+840
*
[Autofill] Rename GetInfo and SetInfo to GetRawInfo and SetRawInfo
isherman@chromium.org
2012-11-10
25
-362
/
+450
*
Revert 166704 - Convert PrefChangeRegistrar usages, batch 1.
joi@chromium.org
2012-11-09
2
-7
/
+9
*
Only Hide New Autofill UI if visible.
csharp@chromium.org
2012-11-08
8
-9
/
+66
*
Convert PrefChangeRegistrar usages, batch 1.
joi@chromium.org
2012-11-08
2
-9
/
+7
*
[Autofill] Add support for parsing credit card verification codes.
isherman@chromium.org
2012-11-08
6
-31
/
+44
*
Added switch to guard all autofill new elements work.
ramankk@chromium.org
2012-11-08
1
-0
/
+14
*
Re-enable FormStructureBrowserTest.DataDrivenHeuristics07 on Mac.
isherman@chromium.org
2012-11-06
1
-3
/
+1
*
Fix Crashes in the New Autofill UI
csharp@chromium.org
2012-11-05
6
-72
/
+87
*
[autofill] Adding new API to request an interactive autocomplete UI flow.
dbeam@chromium.org
2012-11-05
2
-0
/
+17
*
[Autofill] Add support for filling credit card type fields.
isherman@chromium.org
2012-11-02
4
-11
/
+147
*
Remove content::NotificationObserver dependency from most Prefs code.
joi@chromium.org
2012-11-01
2
-14
/
+9
*
Cleanup New Autofill UI Popup Location
csharp@chromium.org
2012-11-01
4
-16
/
+53
*
[Autofill] Fall back to filling a 2-digit year if filling a 4-digit year fails.
isherman@chromium.org
2012-11-01
2
-15
/
+39
*
[Autofill] Add a unit test for the autofill_regexes code.
isherman@chromium.org
2012-10-30
2
-1
/
+60
*
[Autofill] Include <select> fields as candidates for credit card type.
isherman@chromium.org
2012-10-30
3
-3
/
+15
*
[Autofill] Prune some dead code.
isherman@chromium.org
2012-10-30
1
-10
/
+0
*
Adding commandline switch and user pref for autofill server url.
ahutter@chromium.org
2012-10-29
4
-15
/
+91
*
[Autofill] Add parsing for credit card type fields.
isherman@chromium.org
2012-10-27
20
-39
/
+140
*
[Autofill] Add metrics measuring developer engagement, in terms of implementa...
isherman@chromium.org
2012-10-26
10
-80
/
+227
*
Test suite that monitors the disposition of JS-created windows based on what
ericu@chromium.org
2012-10-24
1
-1
/
+2
*
[Autofill] Update the autocomplete types implementation to match the current ...
isherman@chromium.org
2012-10-24
20
-414
/
+536
*
Add flags for new Autofill work.
isherman@chromium.org
2012-10-24
1
-1
/
+0
*
Remove TabContents from autofill unittests.
avi@chromium.org
2012-10-23
8
-53
/
+36
*
[Autofill] Cleanup: Remove a redundant method.
isherman@chromium.org
2012-10-23
6
-34
/
+4
*
Rate limiting code on autofill upload was interfering with debug logging of u...
abodenha@chromium.org
2012-10-23
1
-7
/
+7
*
Upstream Autofill functionality for Android.
aurimas@chromium.org
2012-10-23
1
-16
/
+0
*
Allow Better Sharing of Mouse Handling Code in new Autofill UI
csharp@chromium.org
2012-10-22
2
-1
/
+33
*
Move the bits of Prefs where production code has only trivially easy
joi@chromium.org
2012-10-22
7
-7
/
+7
*
Skip Unacceptable Items in new Autofill UI when Navigating with Keys.
csharp@chromium.org
2012-10-22
2
-0
/
+36
*
Make the AutocompleteHistoryManager be an implementation detail of AutofillMa...
avi@chromium.org
2012-10-21
8
-43
/
+66
*
Avoid crashing if the AddressBook is broken.
avi@chromium.org
2012-10-20
1
-1
/
+8
*
Add logging of autofill upload request.
abodenha@chromium.org
2012-10-20
1
-0
/
+11
*
Remove alias from ChromeRenderViewHostTestHarness.
avi@chromium.org
2012-10-19
1
-3
/
+3
*
Display new Autofill UI Contents in Views
csharp@chromium.org
2012-10-18
1
-0
/
+11
*
Clean up DEPS file post Avi's recent changes to use
joi@chromium.org
2012-10-15
2
-19
/
+7
*
fix uninitialized variable warning for vs2012 compilation
scottmg@chromium.org
2012-10-13
1
-1
/
+1
*
Make the WebContentsUserData locator key private.
avi@chromium.org
2012-10-12
1
-1
/
+1
*
Remove NOTIFICATION_TAB_CONTENTS_DESTROYED from AutofillManager.
avi@chromium.org
2012-10-12
2
-19
/
+10
*
Switch InfoBarTabHelper to use WebContentsUserData.
avi@chromium.org
2012-10-11
2
-7
/
+7
*
Switch AutofillExternalDelegate to use WebContentsUserData.
avi@chromium.org
2012-10-10
8
-52
/
+60
*
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
*
Move WebContentsUserData to content/public/browser.
joi@chromium.org
2012-10-09
1
-3
/
+3
*
Switch AutofillManager to be UserData on WebContents.
avi@chromium.org
2012-10-08
7
-39
/
+63
*
Move forms/ out of webkit/.
blundell@chromium.org
2012-10-05
34
-365
/
+314
*
Move platform independent code from AutofillPopupViewGtk to AutofillPopupView
csharp@chromium.org
2012-10-03
2
-0
/
+143
*
Switch TabAutofillManagerDelegate to use WebContentsUserData.
avi@chromium.org
2012-10-01
3
-14
/
+14
*
Switch AutocompleteHistoryManager to use WebContentsUserData.
avi@chromium.org
2012-09-28
6
-9
/
+19
*
Share Font Code for New Autofill.
csharp@chromium.org
2012-09-25
2
-0
/
+13
[next]