From 91a3bec8a1f1a64c6e1ca755766988b4fd6bf41a Mon Sep 17 00:00:00 2001 From: Leon Scroggins Date: Mon, 7 Dec 2009 16:54:56 -0500 Subject: Show "Go" for the last textfield in a form. Fixes http://b/issue?id=2210152 --- WebKit/android/nav/CachedInput.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'WebKit/android/nav/CachedInput.cpp') diff --git a/WebKit/android/nav/CachedInput.cpp b/WebKit/android/nav/CachedInput.cpp index 858402f..52d2066 100644 --- a/WebKit/android/nav/CachedInput.cpp +++ b/WebKit/android/nav/CachedInput.cpp @@ -50,6 +50,7 @@ void CachedInput::Debug::print() const scratch[index++] = c; } DUMP_NAV_LOGD("%.*s\"\n", index, scratch); + DUMP_NAV_LOGD("// void* mForm=%p;", b->mForm); DUMP_NAV_LOGD("// int mMaxLength=%d;\n", b->mMaxLength); DUMP_NAV_LOGD("// int mTextSize=%d;\n", b->mTextSize); DUMP_NAV_LOGD("// int mInputType=%d;\n", b->mInputType); -- cgit v1.1