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
/
common
/
autofill_messages.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding the page and DPI scale adjustment for Autofill Popups.
aurimas@chromium.org
2013-02-06
1
-2
/
+2
*
Browser changes for supporting checkable elements
ramankk@chromium.org
2013-01-22
1
-0
/
+2
*
Adding Autocheckout IPC messages and stub implementations of their handlers.
ahutter@chromium.org
2013-01-14
1
-0
/
+23
*
Revert 176189
abodenha@chromium.org
2013-01-14
1
-2
/
+0
*
Chrome-side implementation of AutocompleteErrorEvent#reason.
dbeam@chromium.org
2013-01-12
1
-9
/
+5
*
Add support for radiobuttons and checkboxes.
ramankk@chromium.org
2013-01-10
1
-0
/
+2
*
Revert 173889 Regressed page cyclers
tonyg@chromium.org
2012-12-20
1
-2
/
+0
*
Add support for autofilling radio buttons and checkboxes.
ramankk@chromium.org
2012-12-19
1
-0
/
+2
*
[autofill] Pass along frame URL and SSL status, only allow requests for credi...
dbeam@chromium.org
2012-12-06
1
-2
/
+10
*
Fix clang build.
dbeam@chromium.org
2012-11-30
1
-1
/
+1
*
[autofill] Fill in values on a successful run of interactive autocomplete.
dbeam@chromium.org
2012-11-30
1
-3
/
+10
*
[autofill] Adding new API to request an interactive autocomplete UI flow.
dbeam@chromium.org
2012-11-05
1
-0
/
+11
*
[Autofill] Update the autocomplete types implementation to match the current ...
isherman@chromium.org
2012-10-24
1
-1
/
+1
*
Remove unused AutofillMsg_SelectAutofillSuggestionAtIndex.
nileshagrawal@chromium.org
2012-10-23
1
-4
/
+0
*
Move forms/ out of webkit/.
blundell@chromium.org
2012-10-05
1
-29
/
+29
*
Cleanup the IPC param traits structure:
jam@chromium.org
2012-09-25
1
-1
/
+1
*
Check whether the users have blacklisted the site (i.e. "never save passwords...
zysxqn@google.com
2012-06-19
1
-0
/
+5
*
Add Datalist Support to New Autofill UI
csharp@chromium.org
2012-06-08
1
-2
/
+13
*
This CL does the following: (1) Pass the max_length attribute to the password...
zysxqn@google.com
2012-06-06
1
-1
/
+2
*
Save auto generated passwords without presenting an infobar.
gcasto@chromium.org
2012-05-31
1
-3
/
+4
*
Make password generation switched by a preference in chrome settings rather t...
zysxqn@google.com
2012-05-17
1
-1
/
+1
*
Only enable password generation if password manager and autofill are both
gcasto@chromium.org
2012-04-24
1
-3
/
+2
*
Add Password Autofill Manager to New Autofill
csharp@chromium.org
2012-04-05
1
-3
/
+21
*
Enable password generation only if sync for passwords is enabled.
gcasto@chromium.org
2012-04-04
1
-0
/
+5
*
Revert 129946 - Enable password generation only if sync for passwords is enab...
mihaip@chromium.org
2012-03-30
1
-5
/
+0
*
Enable password generation only if sync for passwords is enabled.
gcasto@chromium.org
2012-03-30
1
-0
/
+5
*
Rename OnPasswordFormsFound -> OnPasswordFormsParsed and OnPasswordFormsVisib...
isherman@chromium.org
2012-03-21
1
-2
/
+2
*
Add password generation browser UI for Windows.
gcasto@chromium.org
2012-03-21
1
-0
/
+11
*
Adding Mouse Support for new GTK Autofill
csharp@chromium.org
2012-02-09
1
-1
/
+17
*
Group forms-related files in webkit/glue in a forms/ subdirectory.
isherman@chromium.org
2011-12-15
1
-24
/
+24
*
Moving AutofillAgent Logic into Browser
csharp@chromium.org
2011-11-22
1
-2
/
+8
*
Setting up external delegate calls to allow a future delegate to handle autofill
csharp@chromium.org
2011-11-17
1
-3
/
+6
*
External autofill delegates.
jrg@chromium.org
2011-10-29
1
-0
/
+4
*
Move common_param_traits and webkit_param_traits to content/public/common.
jam@chromium.org
2011-10-21
1
-1
/
+1
*
Add metrics to measure time elapsed between form load and form submission wit...
isherman@chromium.org
2011-09-02
1
-7
/
+13
*
Add metrics to track Autofill "user happiness"
isherman@chromium.org
2011-08-26
1
-2
/
+11
*
Add preliminary Autofill support for the 'autocompletetype' attribute.
isherman@chromium.org
2011-08-10
1
-0
/
+1
*
When Autofilling <select> elements, consider both the element's value and its...
isherman@chromium.org
2011-07-12
1
-1
/
+2
*
Add a debugging flag to annotate web forms with their Autofill field type pre...
isherman@chromium.org
2011-06-20
1
-0
/
+21
*
Revert 89716 - Add a debugging flag to annotate web forms with their Autofill...
isherman@chromium.org
2011-06-20
1
-21
/
+0
*
Add a debugging flag to annotate web forms with their Autofill field type pre...
isherman@chromium.org
2011-06-20
1
-0
/
+21
*
Moved ParamTraits specializations that depend on WebKit out of content/common...
grt@chromium.org
2011-04-15
1
-0
/
+1
*
Move the rest of the renderer->browser messages that belong in content. Also...
jam@chromium.org
2011-03-24
1
-1
/
+0
*
autofill: Rename all the entries remaining with AutoFill to Autofill.
tfarina@chromium.org
2011-03-21
1
-25
/
+25
*
Make FormField be a struct rather than a class per c++ standards.
tsepez@chromium.org
2011-03-08
1
-40
/
+31
*
Revert 77296 -
zea@chromium.org
2011-03-08
1
-31
/
+40
*
Convert autofill messages to use the new IPC macros. This requires
tsepez@chromium.org
2011-03-08
1
-40
/
+31
*
autofill: Rename AutoFillManager to AutofillManager.
tfarina@chromium.org
2011-03-05
1
-1
/
+1
*
Move AutoFill messages into a separate file.
jam@chromium.org
2011-01-26
1
-0
/
+125