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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable Autofill server queries for forms with only <select> fields.
isherman@chromium.org
2011-07-22
1
-0
/
+9
*
Don't save default form field values for Autofill
isherman@chromium.org
2011-07-22
1
-0
/
+7
*
Add Autofill metric logging for uploads corresponding to forms with no server...
isherman@chromium.org
2011-06-22
1
-1
/
+1
*
Add a debugging flag to annotate web forms with their Autofill field type pre...
isherman@chromium.org
2011-06-20
1
-0
/
+44
*
Revert 89716 - Add a debugging flag to annotate web forms with their Autofill...
isherman@chromium.org
2011-06-20
1
-44
/
+0
*
Add a debugging flag to annotate web forms with their Autofill field type pre...
isherman@chromium.org
2011-06-20
1
-0
/
+44
*
Clean up AutofillDownloadManager; don't use "heuristics" to refer to non-clie...
isherman@chromium.org
2011-06-15
1
-1
/
+2
*
Add some more metrics/logging to dig into Autofill server experiments data di...
isherman@chromium.org
2011-06-14
1
-2
/
+5
*
Log UMA metric for experiment id received in response to an Autofill query.
isherman@chromium.org
2011-06-06
1
-0
/
+1
*
Add support for the "uploadrequired" attribute for Autofill query responses
isherman@chromium.org
2011-06-02
1
-3
/
+5
*
Ensure that the Autofill form signature remains consistent between query and ...
isherman@chromium.org
2011-06-02
1
-0
/
+10
*
iwyu: Include stringprintf.h where appropriate, part 2.
jhawkins@chromium.org
2011-05-11
1
-0
/
+1
*
Set datapresent string to contain precisely those field types available in st...
isherman@chromium.org
2011-05-06
1
-48
/
+60
*
Refactor Autofill parsing code. Most notably, add a helper class for parsing...
isherman@chromium.org
2011-05-05
1
-51
/
+19
*
Address some style nits with Autofill metrics
isherman@chromium.org
2011-04-29
1
-35
/
+41
*
Add per-field-type Autofill quality metrics.
isherman@chromium.org
2011-04-18
1
-12
/
+43
*
Use server types as well as heuristic types when learning Autofill data.
isherman@chromium.org
2011-04-13
1
-16
/
+28
*
Add server experiment variants to Autofill heuristic type quality metric.
isherman@chromium.org
2011-04-12
1
-6
/
+8
*
Add metrics for autofill heuristic, server, and overall field type prediction...
isherman@chromium.org
2011-03-31
1
-50
/
+71
*
AutoFill -> Autofill Part N
isherman@chromium.org
2011-03-28
1
-9
/
+9
*
autofill: Rename all the entries remaining with AutoFill to Autofill.
tfarina@chromium.org
2011-03-21
1
-11
/
+11
*
Dead code pruning: FormStructure::HasAutoFillableValues()
isherman@chromium.org
2011-03-17
1
-14
/
+0
*
Only detect heuristic autofill types on page load (not on form submission).
isherman@chromium.org
2011-03-16
1
-31
/
+31
*
Refactor Autofill metrics logging to avoid calling into GetPossibleFieldTypes...
isherman@chromium.org
2011-03-14
1
-0
/
+75
*
Make FormField be a struct rather than a class per c++ standards.
tsepez@chromium.org
2011-03-08
1
-2
/
+2
*
Revert 77296 -
zea@chromium.org
2011-03-08
1
-2
/
+2
*
Convert autofill messages to use the new IPC macros. This requires
tsepez@chromium.org
2011-03-08
1
-2
/
+2
*
autofill: Rename AutoFillType to AutofillType.
tfarina@chromium.org
2011-03-07
1
-8
/
+8
*
autofill: Rename AutoFillField to AutofillField.
tfarina@chromium.org
2011-03-04
1
-11
/
+11
*
autofill: Rename AutoFillFieldType to AutofillFieldType.
tfarina@chromium.org
2011-03-01
1
-4
/
+4
*
autofill: Rename AutoFillMetrics to AutofillMetrics.
tfarina@chromium.org
2011-03-01
1
-8
/
+8
*
Only cache <input type="text"> and <select> elements for autofill.
isherman@chromium.org
2011-02-04
1
-15
/
+4
*
Cleanup everything but net/ for our first clang plugins.
erg@google.com
2011-02-02
1
-0
/
+4
*
Add support for autofill server experiments
isherman@chromium.org
2011-01-31
1
-38
/
+43
*
Fix for: Some forms have incorrect signature for querying with toolbar servers
georgey@chromium.org
2011-01-31
1
-20
/
+27
*
Match FormStructure DCHECK to AutoFillManager's check in OnFormSubmitted()
isherman@chromium.org
2011-01-26
1
-1
/
+1
*
Re-submitting the cl r72292, while removing incorrect DCHECK()
georgey@chromium.org
2011-01-25
1
-20
/
+59
*
Revert 72292 - Propagate correct data to the Toolbar servers
isherman@chromium.org
2011-01-23
1
-59
/
+20
*
Propagate correct data to the Toolbar servers
georgey@chromium.org
2011-01-23
1
-20
/
+59
*
Add DCHECK to check that autofill server never returns UNKNOWN_TYPE
isherman@chromium.org
2010-12-18
1
-0
/
+3
*
Add some basic success/failure UMA logging for autofill.
isherman@chromium.org
2010-12-15
1
-10
/
+9
*
Fix autofill detection of server data overriding heuristics.
isherman@chromium.org
2010-11-30
1
-1
/
+2
*
Add UMA metrics to determine the utility of the server query responses.
isherman@chromium.org
2010-11-24
1
-2
/
+30
*
Display a warning when autofill is disabled for a website.
isherman@chromium.org
2010-11-16
1
-50
/
+5
*
Revert 66214 - Display a warning when autofill is disabled for a website.
isherman@chromium.org
2010-11-16
1
-5
/
+50
*
Display a warning when autofill is disabled for a website.
isherman@chromium.org
2010-11-16
1
-50
/
+5
*
Fix memory leak in FormStructure
georgey@chromium.org
2010-11-04
1
-4
/
+4
*
Fix for: Google chrome consuming internet upload bandwidth - protecting ourse...
georgey@chromium.org
2010-10-29
1
-5
/
+35
*
FBTF: Continue fixing nits found by my automated source scanner.
erg@google.com
2010-10-05
1
-0
/
+2
*
Get rid of FormStructure::ConvertToFormData()
isherman@chromium.org
2010-09-08
1
-24
/
+0
[next]