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
/
autofill
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate options/preferences terminology to 'Settings'.
csilv@chromium.org
2012-01-30
1
-2
/
+2
*
Remove Hardcoded Autofill Popup Location.
csharp@chromium.org
2012-01-06
1
-5
/
+2
*
base::Bind: Remove callback_old.h.
jhawkins@chromium.org
2012-01-03
1
-2
/
+1
*
Group forms-related files in webkit/glue in a forms/ subdirectory.
isherman@chromium.org
2011-12-15
12
-94
/
+100
*
Update includes to new header locations.
abarth@chromium.org
2011-12-03
8
-13
/
+13
*
Moving AutofillAgent Logic into Browser
csharp@chromium.org
2011-11-22
2
-2
/
+9
*
Add OVERRIDE to chrome/renderer.
avi@chromium.org
2011-11-21
1
-5
/
+5
*
Setting up external delegate calls to allow a future delegate to handle autofill
csharp@chromium.org
2011-11-17
2
-2
/
+10
*
Cleanup: Remove unneeded forward declarations in chrome/renderer.
thestig@chromium.org
2011-11-11
2
-3
/
+0
*
Updating PageClickTracker to Notify listeners When Text Input Loses Focus.
csharp@chromium.org
2011-11-04
4
-1
/
+11
*
External autofill delegates.
jrg@chromium.org
2011-10-29
2
-0
/
+11
*
Remove unnecessary dependencies on Autofill.
isherman@chromium.org
2011-10-25
2
-9
/
+0
*
Split most of RenderViewTest and associated classes into content.
joi@chromium.org
2011-10-14
5
-23
/
+25
*
Don't expose RenderViewImpl to tests which use RenderViewTest through its hea...
jam@chromium.org
2011-10-11
1
-2
/
+2
*
Make RenderView inherit from content::RenderView, and add missing functions t...
jam@chromium.org
2011-10-10
4
-10
/
+10
*
Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...
jam@chromium.org
2011-10-03
4
-6
/
+6
*
Transition from NewRunnableMethod() to base::Bind() in chrome/renderer
isherman@chromium.org
2011-09-28
4
-12
/
+16
*
Update Autofill renderer code to ignore non-Autofillable fields in some addit...
isherman@chromium.org
2011-09-27
4
-30
/
+31
*
Don't ask the browser for Autofill suggestions for non-autofillable form fields.
isherman@chromium.org
2011-09-22
5
-118
/
+156
*
Don't cache WebFrame pointers for Autofill, as these can become stale.
isherman@chromium.org
2011-09-21
2
-13
/
+37
*
Fix crash in PasswordAutofillManager
isherman@chromium.org
2011-09-20
1
-1
/
+5
*
Initialize a previously un-initialzied member variable in autofill_agent.cc
isherman@chromium.org
2011-09-19
1
-0
/
+1
*
Split Autofill's FormManager into a FormCache and a collection of utility fun...
isherman@chromium.org
2011-09-16
10
-713
/
+694
*
Fix the remnants of an Autofill crash.
isherman@chromium.org
2011-09-14
1
-3
/
+11
*
Re-enable un-regressed Autofill tests.
isherman@chromium.org
2011-09-13
1
-2
/
+2
*
Fix crash that occurs when users with Password Autofill data try to log in to...
isherman@chromium.org
2011-09-13
3
-0
/
+14
*
Don't alert AutofillManager of changes to non-Autofillable fields.
isherman@chromium.org
2011-09-09
1
-0
/
+3
*
Add Autofill support for dynamically updated forms (updated via JavaScript).
isherman@chromium.org
2011-09-07
4
-808
/
+481
*
Add metrics to measure time elapsed between form load and form submission wit...
isherman@chromium.org
2011-09-02
2
-8
/
+18
*
Mark FormManagerTest.PreviewForm and .FillFormNonEmptyField as failing after ...
apavlov@chromium.org
2011-09-01
1
-2
/
+2
*
Add metrics to track Autofill "user happiness"
isherman@chromium.org
2011-08-26
2
-2
/
+17
*
Remove dead WebKit Autofill code
isherman@chromium.org
2011-08-24
1
-4
/
+0
*
Don't show "Autofill disabled" warning on <input> elements not contained in a...
isherman@chromium.org
2011-08-19
1
-1
/
+1
*
Add preliminary Autofill support for the 'autocompletetype' attribute.
isherman@chromium.org
2011-08-10
2
-0
/
+138
*
Refactor webkit_glue::FormField to remove hacky methods: Remove webkit_glue:...
isherman@chromium.org
2011-08-09
3
-866
/
+689
*
When an element has multiple labels for Autofill, separate them with spaces.
isherman@chromium.org
2011-08-06
2
-5
/
+10
*
Add null check for form element.
Takano.Naoki@gmail.com
2011-08-03
1
-1
/
+1
*
Show display warning if the form is autocomplete off.
Takano.Naoki@gmail.com
2011-08-02
2
-18
/
+33
*
Improve Autofill heuristics when detecting labels from previous elements.
isherman@chromium.org
2011-08-02
1
-111
/
+136
*
Move more files from chrome/test to chrome/test/base, part #5
phajdan.jr@chromium.org
2011-08-01
4
-4
/
+4
*
Be more selective when looking for a "div table" structure to infer Autofill ...
isherman@chromium.org
2011-07-28
1
-1
/
+3
*
Skip over comment nodes for Autofill label scraping.
isherman@chromium.org
2011-07-26
1
-0
/
+4
*
Limit the number of fields we are willing to parse for Autofill to 100.
isherman@chromium.org
2011-07-20
1
-2
/
+5
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Remove Autofill rename #ifdef check now that the WebKit changes have landed.
isherman@chromium.org
2011-07-16
5
-67
/
+1
*
Prepare for landing of WebKit patch renaming AutoFill to Autofill
isherman@chromium.org
2011-07-13
5
-6
/
+72
*
When Autofilling <select> elements, consider both the element's value and its...
isherman@chromium.org
2011-07-12
2
-12
/
+18
*
Update form_manager_browsertest.cc to the new WebKit API
abarth@chromium.org
2011-06-26
1
-36
/
+36
*
Update chrome/renderer to reflect WEBKIT_FRAME_TO_DOCUMENT_API_MOVE
abarth@chromium.org
2011-06-24
2
-7
/
+7
*
Autofill heuristics checkout files for 06_checkout_qvc.com.html
dhollowa@chromium.org
2011-06-22
2
-1
/
+57
[next]