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
*
improved testing for AutofillDialogView.
estade@chromium.org
2013-04-23
2
-0
/
+68
*
Update LoginDatabase to handle possible_usernames and password type
gcasto@chromium.org
2013-04-23
3
-68
/
+76
*
Add DVLOG to track sending Autocheckout Status. Add also add form signatures ...
benquan@chromium.org
2013-04-22
3
-3
/
+6
*
[Autofill] Fix use-after-free
csharp@chromium.org
2013-04-22
6
-21
/
+33
*
There are race conditions between IPC messages which causes autocheckout bubb...
benquan@chromium.org
2013-04-22
4
-21
/
+40
*
[Autofill] Split off AutofillDataModel as a subclass of FormData.
isherman@chromium.org
2013-04-19
16
-276
/
+286
*
Disabling Autocheckout on non-Views builds.
ahutter@chromium.org
2013-04-19
1
-0
/
+4
*
Fix for forms with more than three address lines getting partially Autofilled
jimblackler@chromium.org
2013-04-18
4
-7
/
+48
*
Removed unused thread checker.
mad@chromium.org
2013-04-18
1
-4
/
+0
*
Add UMA stats to track whitelist download latency.
benquan@chromium.org
2013-04-18
5
-0
/
+83
*
Autofill:Autocheckout: In addition to "Enable Experimental Form filling" flag...
ramankk@chromium.org
2013-04-18
3
-5
/
+13
*
Generate autofill messages inside the component
kaiwang@chromium.org
2013-04-17
3
-0
/
+41
*
[Autofill] Move IsValidState() into validation.h
isherman@chromium.org
2013-04-17
7
-111
/
+145
*
Use content::MessageLoopRunner in a couple of Autofill tests.
isherman@chromium.org
2013-04-17
2
-39
/
+20
*
Remove a stale TODO
isherman@chromium.org
2013-04-16
1
-1
/
+0
*
[Autofill] Make AutofillAgent the only PageClickListener
isherman@chromium.org
2013-04-13
7
-78
/
+26
*
[Autofill] Metrics for dialog UI user interactions.
isherman@chromium.org
2013-04-13
2
-8
/
+92
*
Put autofill code into namepspace autofill Step 2
kaiwang@chromium.org
2013-04-12
151
-855
/
+1191
*
Add histograms for missing autocheckout metrics.
ramankk@chromium.org
2013-04-12
1
-14
/
+14
*
Convert string16 -> base::string16 in components/
brettw@chromium.org
2013-04-11
110
-1512
/
+1582
*
Fail autocheckout if there is no forms in the page.
benquan@chromium.org
2013-04-11
1
-2
/
+8
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in components.
dcheng@chromium.org
2013-04-11
1
-1
/
+1
*
Move webdata/autofill code into autofill component
caitkp@chromium.org
2013-04-11
19
-7
/
+5379
*
Preventing Autofill saving user entered data during Autocheckout.
ahutter@chromium.org
2013-04-11
4
-7
/
+20
*
Move all code in c/b/autofill and autofill related code in c/b/ui into namesp...
kaiwang@chromium.org
2013-04-11
4
-6
/
+13
*
Don't send risk params on GetWalletItems
ahutter@chromium.org
2013-04-10
3
-66
/
+13
*
Autofill:autocheckout: Rely on rAc dialog to return correct AutofillFieldType...
ramankk@chromium.org
2013-04-10
5
-26
/
+52
*
Allows profile import from forms with 'confirm email' field
jimblackler@chromium.org
2013-04-10
2
-2
/
+83
*
Position Autocheckout bubble correctly on Windows.
ahutter@chromium.org
2013-04-10
7
-15
/
+0
*
Fixed a crash by not depending on manager's metrics logger.
mad@chromium.org
2013-04-10
5
-5
/
+1
*
Finish scoped_array<T> to scoped_ptr<T[]> conversion on Linux.
dcheng@chromium.org
2013-04-09
1
-4
/
+4
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
6
-36
/
+36
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
6
-36
/
+36
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
6
-36
/
+36
*
improve the function of Autofill popups in requestAutocomplete dialog
estade@chromium.org
2013-04-06
1
-0
/
+5
*
Hide ContentClient getters from embedders so that they they don't reuse conte...
jam@chromium.org
2013-04-05
4
-23
/
+15
*
Remove application locale cache in autofill code (AutofillCountry::Applicatio...
jam@chromium.org
2013-04-05
30
-205
/
+245
*
Move WebData component unittests to //components/webdata.
caitkp@chromium.org
2013-04-05
1
-1
/
+1
*
Make autofill's Address store country using the country code so that app loca...
jam@chromium.org
2013-04-05
15
-103
/
+108
*
[Autofill] Give the PasswordAutofillAgent first shot at handling mouse events.
isherman@chromium.org
2013-04-05
3
-1
/
+16
*
Rules for Autofill profile import relaxed where appropriate for most countrie...
jimblackler@chromium.org
2013-04-04
4
-248
/
+640
*
Let autocheckout use AutofillField's server_type() instead of type()
ramankk@chromium.org
2013-04-04
2
-3
/
+14
*
[Autofill] Update WalletClient tests to verify metric logging.
isherman@chromium.org
2013-04-04
1
-5
/
+170
*
Move c/b/webdata/code which does not depend on chrome/ to components/webdata/
caitkp@chromium.org
2013-04-03
7
-13
/
+9
*
Cleanup: IWYU in a bunch of tests.
thestig@chromium.org
2013-04-03
1
-0
/
+1
*
Rename autofill::PasswordAutofillManager to PasswordAutofillAgent
kaiwang@chromium.org
2013-04-03
4
-63
/
+60
*
Fixing an issue with proxy card decryption.
ahutter@chromium.org
2013-04-03
3
-32
/
+53
*
Cancel wallet requests when changing accounts.
dbeam@chromium.org
2013-04-03
6
-14
/
+53
*
Adds a static Create function to AutofillDialogControllerImpl that returns a ...
ahutter@chromium.org
2013-04-02
4
-12
/
+0
*
Implementing VERIFY_CVV required action.
dbeam@chromium.org
2013-04-02
5
-24
/
+75
[next]