History log of /external/webkit/WebKit/android/nav/CachedInput.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d485d47cbb03ae8cbe9d96bc54a5cb83ee80570e 08-Jan-2010 Leon Scroggins <scroggo@google.com> Bring up the IME after receiving a response from webkit.

Fix for http://b/issue?id=2361658

Requires a change to frameworks/base.
/external/webkit/WebKit/android/nav/CachedInput.h
725b72d96731765ddc964c620a2c98834946241f 06-Jan-2010 Leon Scroggins <scroggo@google.com> Request <label> info only when accessing a textfield.

Previously, we were storing the label info each time we build the
navigation cache.

Requires a change to frameworks/base.
/external/webkit/WebKit/android/nav/CachedInput.h
62d9c8e597ebe68adce93008597730a41a1d716b 05-Jan-2010 Leon Scroggins <scroggo@google.com> Store label information to be used for hint text.

Fix for http://b/issue?id=2331526

Requires a change to frameworks/base.
/external/webkit/WebKit/android/nav/CachedInput.h
91a3bec8a1f1a64c6e1ca755766988b4fd6bf41a 07-Dec-2009 Leon Scroggins <scroggo@google.com> Show "Go" for the last textfield in a form.

Fixes http://b/issue?id=2210152
/external/webkit/WebKit/android/nav/CachedInput.h
dcbb033aafed2abc472f0d88520869a6b1f1945b 04-Dec-2009 Leon Scroggins <scroggo@google.com> Store InputType information for <input> fields, return SEARCH action for SEARCH <input>

Fixes http://b/issue?id=2299660 and http://b/issue?id=2299650
Also remove isPassword, which is redundant.
/external/webkit/WebKit/android/nav/CachedInput.h
1d330120b6c2ee2d3f1c25300d0e3d446ef8c640 03-Dec-2009 Cary Clark <cary@android.com> move input-related fields out of CachedNode to expand

Some of the fields in CachedNode are relevant only to input
fields and text areas. Move these into their own vector
so that we can add more data without making all CacheNodes
bigger.

Remove CacheNode entries that are no longer used, or can
be consolidated into the node type. Alphabetize some interfaces
and implementations. Update the debugging output.

part of http://b/2299660
/external/webkit/WebKit/android/nav/CachedInput.h