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
/
components
/
autofill
Commit message (
Expand
)
Author
Age
Files
Lines
*
Begin abstracting sending of IPC from autofill core code.
blundell@chromium.org
2013-07-01
10
-405
/
+463
*
[Autofill] Correct the abbreviation for Minnesota to 'MN'.
isherman@chromium.org
2013-06-29
1
-1
/
+1
*
Delete time forwarding headers.
avi@chromium.org
2013-06-28
2
-2
/
+2
*
Use a direct include of time headers in chrome_frame/, chromeos/, cloud_print...
avi@chromium.org
2013-06-28
22
-23
/
+23
*
Autofill:Autocheckout: Add support for reporting per page latency (once per a...
ramankk@chromium.org
2013-06-27
9
-9
/
+185
*
In components/autofill, move notification handling into content driver.
blundell@chromium.org
2013-06-27
6
-53
/
+39
*
components/autofill: Break the dependency on sync utility file.
tfarina@chromium.org
2013-06-27
6
-7
/
+108
*
Do not suggest invalid address in interactive autocomplete
rouslan@chromium.org
2013-06-26
4
-7
/
+66
*
Roll libphonenumber 456:584
pliard@chromium.org
2013-06-25
1
-2
/
+2
*
Revert revert r208429.
eugenis@chromium.org
2013-06-25
1
-2
/
+2
*
Revert 208429 "Disable AutofillQueryXmlParserTest.ParseAutofillF..."
eugenis@chromium.org
2013-06-25
1
-2
/
+2
*
Disable AutofillQueryXmlParserTest.ParseAutofillFlow when defined(ADDRESS_SAN...
hashimoto@chromium.org
2013-06-25
1
-2
/
+2
*
Disable AutofillQueryXmlParseTest.ParseAutofillFlow on Linux
hashimoto@chromium.org
2013-06-25
1
-1
/
+8
*
Disallow autofill core code from including autofill/content.
blundell@chromium.org
2013-06-25
2
-2
/
+5
*
Fixing FullWallet decryption error.
ahutter@chromium.org
2013-06-25
3
-10
/
+15
*
components/autofill: Remove unnecessary exclusion deps entry of sync file.
tfarina@chromium.org
2013-06-25
1
-3
/
+0
*
Removing a bunch of unnecessary exclusions from components/autofill/core/brow...
joi@chromium.org
2013-06-24
2
-9
/
+0
*
Display detailed steps for Autocheckout flows.
dgwallinga@chromium.org
2013-06-24
11
-98
/
+253
*
Create AutofillDriverImpl unit test.
blundell@chromium.org
2013-06-22
5
-28
/
+145
*
[autofill] Add support for PSL domain matching for password autofill.
nyquist@chromium.org
2013-06-22
11
-29
/
+257
*
Enable Autocomplete feature for chromium webview
sgurun@chromium.org
2013-06-22
9
-32
/
+134
*
[Password Autofill] Don't fill fields with autocomplete="off".
isherman@chromium.org
2013-06-22
1
-2
/
+4
*
Ignore ajax on specified pages.
dgwallinga@chromium.org
2013-06-21
8
-13
/
+171
*
Talk to production wallet server when Autocheckout experiment is enabled
ramankk@chromium.org
2013-06-21
1
-1
/
+2
*
Fix most tests in //components/autofill/content to not depend on //chrome.
joi@chromium.org
2013-06-21
7
-70
/
+33
*
Add gcasto to OWNERS files for password autofill/generation.
gcasto@chromium.org
2013-06-21
1
-0
/
+3
*
[Autofill] Remove the "Disable native Autofill UI" flag.
isherman@chromium.org
2013-06-21
2
-14
/
+7
*
[Autofill] Update credit card type detection logic.
isherman@chromium.org
2013-06-21
7
-84
/
+252
*
Implement 'invalid' AutocompleteErrorEvent#reason
dbeam@chromium.org
2013-06-21
1
-1
/
+4
*
Cleanup: Remove unneeded gurl.h includes.
thestig@chromium.org
2013-06-21
1
-1
/
+0
*
Move IPC reception handling from AutofillManager to AutofillDriverImpl.
blundell@chromium.org
2013-06-21
4
-121
/
+109
*
Validate saved credit card number in interactive autocomplete
rouslan@chromium.org
2013-06-21
6
-12
/
+86
*
Use a direct include of strings headers, delete some strings forwarding headers.
avi@chromium.org
2013-06-20
1
-2
/
+2
*
Update remaining Blink header includes
abarth@chromium.org
2013-06-20
22
-70
/
+70
*
In components/autofill, move browser/ to core/browser/
blundell@chromium.org
2013-06-20
170
-761
/
+778
*
Autocheckout: Addressline2 is not filled
ramankk@chromium.org
2013-06-20
1
-2
/
+4
*
components: Remove the dependency on chrome/common/pref_names.h
tfarina@chromium.org
2013-06-20
2
-2
/
+1
*
Respect the new Online Wallet sign-in response.
aruslan@chromium.org
2013-06-20
3
-27
/
+81
*
Pass along risk params on save/update Online Wallet calls
dbeam@chromium.org
2013-06-19
1
-1
/
+2
*
components: Clean up autofill DEPS entries.
tfarina@chromium.org
2013-06-19
2
-24
/
+0
*
components: Rename component_resources.* to component_strings.*
tfarina@chromium.org
2013-06-19
12
-13
/
+14
*
Update the remaining includes of string16.h to its new location.
tfarina@chromium.org
2013-06-18
1
-1
/
+1
*
In components/autofill, move common/ to core/common/
blundell@chromium.org
2013-06-18
89
-190
/
+212
*
Eliminate AutofillExternalDelegate being a WebContentsUserData
blundell@chromium.org
2013-06-18
4
-33
/
+30
*
Fix static intialization issue and resubmit (16165002): Do not allow user inp...
benquan@chromium.org
2013-06-18
3
-24
/
+43
*
Remove dependency of WebData on content
droger@chromium.org
2013-06-17
4
-6
/
+50
*
Abstract WebContentsObserver from Autofill shared code
blundell@chromium.org
2013-06-16
14
-145
/
+369
*
[Autofill] Support "importing" verified profiles and credit cards.
isherman@chromium.org
2013-06-15
7
-25
/
+261
*
Revert "In components/autofill, move common/ to shared/"
blundell@chromium.org
2013-06-15
89
-209
/
+189
*
In components/autofill, move common/ to shared/
blundell@chromium.org
2013-06-15
89
-189
/
+209
[next]