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
/
renderer
/
autofill
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Autofill] Show a warning if the form disables Autofill.
isherman@chromium.org
2012-11-06
3
-10
/
+70
*
[autofill] When hiding popups in the renderer also hide those in the browser.
dbeam@chromium.org
2012-11-06
2
-9
/
+18
*
[autofill] Adding new API to request an interactive autocomplete UI flow.
dbeam@chromium.org
2012-11-05
2
-4
/
+55
*
[Autofill] Update the autocomplete types implementation to match the current ...
isherman@chromium.org
2012-10-24
3
-155
/
+121
*
Remove unused AutofillMsg_SelectAutofillSuggestionAtIndex.
nileshagrawal@chromium.org
2012-10-23
2
-9
/
+0
*
Upstreaming autofill changes for Android
aurimas@chromium.org
2012-10-11
1
-0
/
+8
*
Update icons used for password generation.
gcasto@chromium.org
2012-10-10
2
-0
/
+5
*
Move forms/ out of webkit/.
blundell@chromium.org
2012-10-05
15
-327
/
+298
*
Cleanup the IPC param traits structure:
jam@chromium.org
2012-09-25
1
-1
/
+0
*
Loosen up heuristics for detecting account creation forms.
gcasto@chromium.org
2012-09-13
1
-15
/
+26
*
Moving google_apis and GaiaClient to src/google_apis.
joi@chromium.org
2012-09-07
2
-5
/
+8
*
Fix a memory leak in PasswordGenerationManager.
isherman@chromium.org
2012-08-31
1
-2
/
+2
*
Rename renderer/autofill/autofill_browsertest.cc to be unique.
atwilson@chromium.org
2012-07-28
1
-0
/
+0
*
First version to add some UMA stats to the chrome histograms. This change cov...
zysxqn@google.com
2012-07-21
1
-0
/
+9
*
Fire the onchange event when autocompleting usernames for password forms.
isherman@chromium.org
2012-07-18
1
-1
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
5
-5
/
+0
*
Fix PasswordGenerationManager so that it doesn't clear state recieved
gcasto@chromium.org
2012-07-09
1
-6
/
+10
*
Don't generate password for GAIA forms.
zysxqn@google.com
2012-07-09
1
-0
/
+7
*
Focus should be moved to the next input field after we generate the password.
zysxqn@google.com
2012-06-29
3
-1
/
+15
*
Check whether the users have blacklisted the site (i.e. "never save passwords...
zysxqn@google.com
2012-06-19
3
-26
/
+149
*
Autofill: Fix a leak.
jhawkins@chromium.org
2012-06-11
1
-4
/
+4
*
Refactor detection of account creation forms and fix two minor issues.
gcasto@chromium.org
2012-06-08
3
-29
/
+92
*
Add Datalist Support to New Autofill UI
csharp@chromium.org
2012-06-08
2
-0
/
+60
*
This CL does the following: (1) Pass the max_length attribute to the password...
zysxqn@google.com
2012-06-06
1
-0
/
+1
*
Use shadow DOM API to show icon for password generation.
gcasto@chromium.org
2012-06-01
3
-48
/
+98
*
Fix bug in New Autofill UI
keishi@chromium.org
2012-05-31
2
-0
/
+10
*
Save auto generated passwords without presenting an infobar.
gcasto@chromium.org
2012-05-31
2
-4
/
+11
*
Add dhollowa & isherman as OWNERS for renderer/autofill.
isherman@chromium.org
2012-05-25
1
-0
/
+2
*
Fix a problem that we are posting a useless task for inline autocomplete
qinmin@chromium.org
2012-05-25
1
-8
/
+2
*
Update LoadHTML documentation, and remove spurious commits.
gavinp@chromium.org
2012-05-24
1
-2
/
+0
*
Support datalist UI for <input type=email multiple>
keishi@chromium.org
2012-05-18
2
-7
/
+52
*
Make password generation switched by a preference in chrome settings rather t...
zysxqn@google.com
2012-05-17
3
-6
/
+6
*
Hide invalid datalist suggestions
keishi@chromium.org
2012-05-16
1
-1
/
+2
*
New Autofill UI properly changes Colour.
csharp@chromium.org
2012-04-27
1
-2
/
+0
*
Add ZoomLevelChanged and DidChangeScrollOffset to RenderViewObserver
csharp@chromium.org
2012-04-25
2
-0
/
+16
*
Only enable password generation if password manager and autofill are both
gcasto@chromium.org
2012-04-24
3
-9
/
+10
*
DataList UI (Chromium part)
keishi@chromium.org
2012-04-17
4
-107
/
+184
*
Add Password Autofill Manager to New Autofill
csharp@chromium.org
2012-04-05
5
-6
/
+62
*
Enable password generation only if sync for passwords is enabled.
gcasto@chromium.org
2012-04-04
3
-25
/
+56
*
Revert 129946 - Enable password generation only if sync for passwords is enab...
mihaip@chromium.org
2012-03-30
3
-56
/
+25
*
Enable password generation only if sync for passwords is enabled.
gcasto@chromium.org
2012-03-30
3
-25
/
+56
*
Do not show "Save password?" infobar for failed login attempts.
isherman@chromium.org
2012-03-27
1
-1
/
+16
*
Rename OnPasswordFormsFound -> OnPasswordFormsParsed and OnPasswordFormsVisib...
isherman@chromium.org
2012-03-21
2
-6
/
+6
*
Add password generation browser UI for Windows.
gcasto@chromium.org
2012-03-21
3
-19
/
+98
*
[Autofill] Hide previously shown Autofill popup when it is no longer appropri...
isherman@chromium.org
2012-03-14
1
-9
/
+12
*
First check in for password generation.
gcasto@chromium.org
2012-02-22
3
-0
/
+225
*
Adding Mouse Support for new GTK Autofill
csharp@chromium.org
2012-02-09
3
-8
/
+61
*
Fix Autofill hang when interacting with large forms (i.e. forms containing ma...
isherman@chromium.org
2012-02-04
4
-21
/
+56
*
Migrate options/preferences terminology to 'Settings'.
csilv@chromium.org
2012-01-30
1
-2
/
+2
*
Remove Hardcoded Autofill Popup Location.
csharp@chromium.org
2012-01-06
1
-5
/
+2
[next]