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
*
Once a form has been partially autofilled, autofill should only update fields...
isherman@chromium.org
2010-11-29
1
-0
/
+1
*
Always include nonzero unique ID with autofill suggestions.
isherman@chromium.org
2010-11-24
1
-3
/
+6
*
Show distinct warning when autofill is disabled by form or by field.
isherman@chromium.org
2010-11-20
1
-3
/
+4
*
Autofill: Prefer maxLength to size attribute for form filling heuristics.
isherman@chromium.org
2010-11-20
1
-1
/
+1
*
Autofill select field text should be captured not selection option value
dhollowa@chromium.org
2010-11-16
1
-0
/
+12
*
Display a warning when autofill is disabled for a website.
isherman@chromium.org
2010-11-16
1
-7
/
+7
*
Revert 66214 - Display a warning when autofill is disabled for a website.
isherman@chromium.org
2010-11-16
1
-7
/
+7
*
Display a warning when autofill is disabled for a website.
isherman@chromium.org
2010-11-16
1
-7
/
+7
*
AutoFill: Fix two heuristic issues with nrm.org.
jhawkins@chromium.org
2010-11-02
1
-18
/
+9
*
AutoFill: Parse the previous label element for label text.
jhawkins@chromium.org
2010-11-02
1
-35
/
+57
*
AutoFill: Fix scraping a label from a div table.
jhawkins@chromium.org
2010-11-02
1
-4
/
+26
*
Handle selection changes due to AutoFill more carefully.
isherman@chromium.org
2010-11-01
1
-12
/
+40
*
autofill: Use a bit-field mask instead of two boolean parameters.
tfarina@chromium.org
2010-11-01
1
-10
/
+9
*
AutoFill: Skip past intervening empty TDs when parsing labels.
jhawkins@chromium.org
2010-10-29
1
-12
/
+17
*
Remove setSuggestedValue() hack in autofill.
isherman@chromium.org
2010-10-25
1
-6
/
+0
*
FBTF: More dtor deinlining. (Can almost see the end!)
erg@google.com
2010-10-22
1
-0
/
+6
*
[Auto-fill] Input field loses keyboard focus with 'ESC' key.
dhollowa@chromium.org
2010-10-12
1
-0
/
+8
*
Autofill - "Clear form" failed to clear the select popup values
dhollowa@chromium.org
2010-10-11
1
-8
/
+22
*
Clang: make DCHECK_EQ(string16, string16) work.
thakis@chromium.org
2010-10-01
1
-0
/
+1
*
AutoFill: Don't send select option values to the browser on page load. Only
jhawkins@chromium.org
2010-10-01
1
-91
/
+16
*
Render crash in FormManager::FindCachedFormElement()
dhollowa@chromium.org
2010-09-29
1
-86
/
+67
*
Revert 60949 - Render crash in FormManager::FindCachedFormElement()
dhollowa@chromium.org
2010-09-29
1
-67
/
+86
*
Render crash in FormManager::FindCachedFormElement()
dhollowa@chromium.org
2010-09-29
1
-86
/
+67
*
Autofill filling on HTML form fills all entries except the entry clicked
dhollowa@chromium.org
2010-09-22
1
-0
/
+6
*
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
[next]