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
/
form_structure_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move remaining Autofill code to //components/autofill.
joi@chromium.org
2013-03-09
1
-2202
/
+0
*
Move Autofill-specific switches and pref names into files within the component.
joi@chromium.org
2013-03-08
1
-1
/
+0
*
Establish components/autofill and move some files
kaiwang@chromium.org
2013-03-07
1
-2
/
+2
*
Include autocomplete=off fields in autofill request xml when autocheckout is ...
benquan@chromium.org
2013-02-15
1
-7
/
+60
*
Add url prefix to AutofillQuery requests when autocheckout enabled, and set a...
benquan@chromium.org
2013-02-12
1
-5
/
+6
*
Download autocheckout whitelist and enable autocheckout for whitelisted sites...
benquan@chromium.org
2013-02-12
1
-60
/
+58
*
Refactoring multipage autofill data out of every form and into one common loc...
ahutter@chromium.org
2013-01-29
1
-42
/
+0
*
Browser changes for supporting checkable elements
ramankk@chromium.org
2013-01-22
1
-3
/
+58
*
Pop up requestAutocomplete UI when autofill server hints chrome client that i...
ramankk@chromium.org
2013-01-18
1
-0
/
+42
*
Revert 176189
abodenha@chromium.org
2013-01-14
1
-58
/
+3
*
Add support for radiobuttons and checkboxes.
ramankk@chromium.org
2013-01-10
1
-3
/
+58
*
Revert 173889 Regressed page cyclers
tonyg@chromium.org
2012-12-20
1
-58
/
+3
*
Add support for autofilling radio buttons and checkboxes.
ramankk@chromium.org
2012-12-19
1
-3
/
+58
*
[autofill] Fill in values on a successful run of interactive autocomplete.
dbeam@chromium.org
2012-11-30
1
-0
/
+31
*
[Autofill] Add support for parsing credit card verification codes.
isherman@chromium.org
2012-11-08
1
-9
/
+12
*
[Autofill] Add parsing for credit card type fields.
isherman@chromium.org
2012-10-27
1
-2
/
+2
*
[Autofill] Add metrics measuring developer engagement, in terms of implementa...
isherman@chromium.org
2012-10-26
1
-32
/
+48
*
[Autofill] Update the autocomplete types implementation to match the current ...
isherman@chromium.org
2012-10-24
1
-150
/
+204
*
Move forms/ out of webkit/.
blundell@chromium.org
2012-10-05
1
-40
/
+36
*
Group forms-related files in webkit/glue in a forms/ subdirectory.
isherman@chromium.org
2011-12-15
1
-6
/
+8
*
Don't pass around ScopedVectors(), prefer passing std::vector instead.
isherman@chromium.org
2011-10-21
1
-5
/
+10
*
Revert r106646 "Don't pass around ScopedVectors(), prefer passing std::vector...
maruel@chromium.org
2011-10-21
1
-10
/
+5
*
Don't pass around ScopedVectors(), prefer passing std::vector instead.
isherman@chromium.org
2011-10-21
1
-5
/
+10
*
Autofill: Remove fax number completely.
jhawkins@chromium.org
2011-09-17
1
-69
/
+26
*
Add metrics to track Autofill "user happiness"
isherman@chromium.org
2011-08-26
1
-10
/
+8
*
Add preliminary support for the autocompletetype atttribute for phone/fax pre...
isherman@chromium.org
2011-08-23
1
-4
/
+43
*
Add preliminary Autofill support for 'autocompletetype' sections.
isherman@chromium.org
2011-08-12
1
-3
/
+81
*
Add preliminary Autofill support for the 'autocompletetype' attribute.
isherman@chromium.org
2011-08-10
1
-0
/
+131
*
Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...
isherman@chromium.org
2011-08-09
1
-879
/
+662
*
Disable Autofill server queries for forms with only <select> fields.
isherman@chromium.org
2011-07-22
1
-0
/
+78
*
Autofill should use unicode/regex.h instead of WebKit::WebRegularExpression
dhollowa@chromium.org
2011-05-28
1
-2
/
+2
*
Set datapresent string to contain precisely those field types available in st...
isherman@chromium.org
2011-05-06
1
-126
/
+329
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
autofill: Rename all the entries remaining with AutoFill to Autofill.
tfarina@chromium.org
2011-03-21
1
-25
/
+25
*
Dead code pruning: FormStructure::HasAutoFillableValues()
isherman@chromium.org
2011-03-17
1
-88
/
+0
*
Only detect heuristic autofill types on page load (not on form submission).
isherman@chromium.org
2011-03-16
1
-0
/
+28
*
Changed parsing code for the phonenumbers fields to incorporate different com...
georgey@chromium.org
2011-02-18
1
-2
/
+4
*
Only cache <input type="text"> and <select> elements for autofill.
isherman@chromium.org
2011-02-04
1
-280
/
+52
*
Add support for autofill server experiments
isherman@chromium.org
2011-01-31
1
-30
/
+30
*
Fix for: Some forms have incorrect signature for querying with toolbar servers
georgey@chromium.org
2011-01-31
1
-0
/
+49
*
Re-submitting the cl r72292, while removing incorrect DCHECK()
georgey@chromium.org
2011-01-25
1
-25
/
+221
*
Revert 72292 - Propagate correct data to the Toolbar servers
isherman@chromium.org
2011-01-23
1
-221
/
+25
*
Propagate correct data to the Toolbar servers
georgey@chromium.org
2011-01-23
1
-25
/
+221
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-1
/
+1
*
Once a form has been partially autofilled, autofill should only update fields...
isherman@chromium.org
2010-11-29
1
-157
/
+314
*
Autofill infobar doesn't come up when security code is filled
dhollowa@chromium.org
2010-11-24
1
-0
/
+56
*
Display a warning when autofill is disabled for a website.
isherman@chromium.org
2010-11-16
1
-23
/
+25
*
Revert 66214 - Display a warning when autofill is disabled for a website.
isherman@chromium.org
2010-11-16
1
-25
/
+23
*
Display a warning when autofill is disabled for a website.
isherman@chromium.org
2010-11-16
1
-23
/
+25
*
Fix for: Google chrome consuming internet upload bandwidth - protecting ourse...
georgey@chromium.org
2010-10-29
1
-0
/
+260
[next]