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
/
form_manager.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
AutoFill: Remove one level of indirection when clearing a previewed form.
jhawkins@chromium.org
2010-08-06
1
-2
/
+2
*
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
brettw@chromium.org
2010-08-03
1
-0
/
+1
*
Fix the wrong substr use in autofill fix for bug 49332.
inferno@chromium.org
2010-08-02
1
-1
/
+1
*
AutoFill: Record whether the user initiated the form submission and don't sav...
jhawkins@chromium.org
2010-07-22
1
-0
/
+1
*
Fix for: State in small letters should be auto-filled from the profile.
jhawkins@chromium.org
2010-07-21
1
-0
/
+25
*
AutoFill: Limit the size of form field data as a temporary solution to DOS'ing
jhawkins@chromium.org
2010-07-20
1
-0
/
+11
*
AutoFill: Add a CHECK to try to track down a crasher.
jhawkins@chromium.org
2010-07-15
1
-0
/
+2
*
AutoFill: Use setSuggestedValue() instead of setPlaceholder() when previewing
jhawkins@chromium.org
2010-07-12
1
-2
/
+2
*
AutoFill: Don't parse hidden fields for labels. Also don't count hidden fields
jhawkins@chromium.org
2010-06-15
1
-1
/
+11
*
AutoFill Renderer crash in form_manager.cc FindChildTextInner()
dhollowa@chromium.org
2010-06-14
1
-7
/
+11
*
AutoFill: Implement the 'Clear form' menu item in the suggestions popup.
jhawkins@chromium.org
2010-06-13
1
-4
/
+74
*
AutoFill: Fix a bug that caused AutoFill to not fill the field the user is
jhawkins@chromium.org
2010-06-10
1
-9
/
+10
*
AutoFill: Preview form field values when the user changes the AutoFill dropdown
jhawkins@chromium.org
2010-06-02
1
-20
/
+91
*
AutoFill: Don't auto-fill disabled fields.
jhawkins@chromium.org
2010-06-01
1
-0
/
+4
*
AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off
jhawkins@chromium.org
2010-05-28
1
-80
/
+94
*
AutoFill <dl> label scraping and dynamic html in forms.
dhollowa@chromium.org
2010-05-27
1
-120
/
+166
*
Form AutoFill Phone number should be displayed as xxx-xxx-xxxx
dhollowa@chromium.org
2010-05-14
1
-0
/
+23
*
AutoFill label scraping nested table contents.
dhollowa@chromium.org
2010-05-13
1
-20
/
+43
*
Reland r46600 with a test fix for Win.
jhawkins@chromium.org
2010-05-07
1
-3
/
+10
*
Revert 46600 - AutoFill: Handle the case where the cached form has extra fiel...
jhawkins@chromium.org
2010-05-06
1
-10
/
+3
*
AutoFill: Handle the case where the cached form has extra fields at the end of
jhawkins@chromium.org
2010-05-06
1
-3
/
+10
*
AutoFill: Fix a renderer crash by resetting the form cache when each WebFrame
jhawkins@chromium.org
2010-05-06
1
-8
/
+8
*
Switch over to non-deprecated WebKit APIs and delete client methods that are no
darin@chromium.org
2010-05-05
1
-20
/
+22
*
AutoFill: Notify the renderer when the page has finished translating. Extract
jhawkins@chromium.org
2010-04-27
1
-4
/
+7
*
AutoFill: Also use the form action to uniquely identify which form to fill in
jhawkins@chromium.org
2010-04-22
1
-2
/
+6
*
AutoFill: Skip past empty strings when comparing form fields for filling.
jhawkins@chromium.org
2010-04-21
1
-0
/
+6
*
AutoFill: Skip past non-matching fields when filling out a form where the number
jhawkins@chromium.org
2010-04-16
1
-6
/
+24
*
AutoFill: Two renderer-side fixes.
jhawkins@chromium.org
2010-04-14
1
-4
/
+7
*
AutoFill: Use FormManager::LabelForElement to set the field label when querying
jhawkins@chromium.org
2010-04-14
1
-16
/
+16
*
AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...
jhawkins@chromium.org
2010-04-09
1
-0
/
+7
*
AutoFill optimization for form label scraping.
dhollowa@chromium.org
2010-04-09
1
-3
/
+22
*
AutoFill: Delay sending the form field values to the AutoFillManager until th...
jhawkins@chromium.org
2010-04-09
1
-4
/
+10
*
AutoFill optimization for form label finding.
dhollowa@chromium.org
2010-04-09
1
-3
/
+16
*
AutoFill Re-enable labeling input elements.
dhollowa@chromium.org
2010-04-08
1
-0
/
+19
*
Reverting: 43802 AutoFill: Re-enable label scraping.
dhollowa@chromium.org
2010-04-08
1
-37
/
+0
*
AutoFill: Respect the maxlength attribute when filling input elements.
jhawkins@chromium.org
2010-04-08
1
-1
/
+4
*
AutoFill: A few fixes.
jhawkins@chromium.org
2010-04-08
1
-8
/
+20
*
AutoFill: Re-enable label scraping.
jhawkins@chromium.org
2010-04-07
1
-0
/
+12
*
AutoFill: Parse HTMLLabel elements for form control element labels.
jhawkins@chromium.org
2010-04-06
1
-39
/
+78
*
AutoFill: Implement WebFormElementToFormData and use this to send form data to
jhawkins@chromium.org
2010-04-05
1
-7
/
+55
*
Reland r43564 with tests disabled.
jhawkins@chromium.org
2010-04-03
1
-1
/
+3
*
Revert 43564 - Attempt to fix the perf regression: remove the code that calls...
jar@chromium.org
2010-04-03
1
-3
/
+1
*
Attempt to fix the perf regression: remove the code that calls LabelForElement.
jhawkins@chromium.org
2010-04-03
1
-1
/
+3
*
AutoFill: Use the FormManager cache to send forms to the AutoFillManager.
jhawkins@chromium.org
2010-04-03
1
-13
/
+93
*
FormManager cleanups:
jhawkins@chromium.org
2010-04-01
1
-38
/
+54
*
AutoFill: Store the form method on the FormData object. This is another step...
jhawkins@chromium.org
2010-04-01
1
-0
/
+1
*
Page Cycler Intl2 perf regression.
hayato@chromium.org
2010-03-31
1
-92
/
+22
*
AutoFill: Send the forms cached in the FormManager to the AutoFillManager on
jhawkins@chromium.org
2010-03-31
1
-22
/
+92
*
Label scraping for AutoFill, tables.
dhollowa@chromium.org
2010-03-30
1
-0
/
+24
*
AutoFill: Handle filling select controls.
jhawkins@chromium.org
2010-03-27
1
-37
/
+59
[next]