Index: Source/WebKit/chromium/ChangeLog |
=================================================================== |
--- Source/WebKit/chromium/ChangeLog (revision 143775) |
+++ Source/WebKit/chromium/ChangeLog (working copy) |
@@ -1,3 +1,21 @@ |
+2013-02-14 David Trainor <dtrainor@chromium.org> |
+ |
+ [chromium] No triggering autofill on unfocus |
+ https://bugs.webkit.org/show_bug.cgi?id=109735 |
+ |
+ Reviewed by James Robinson. |
+ |
+ Need to notify the autofill client to not process text changes when we're setting |
+ focus to false and are trying to commit a composition. |
+ |
+ * public/WebAutofillClient.h: |
+ (WebAutofillClient): |
+ (WebKit::WebAutofillClient::setIgnoreTextChanges): |
+ (WebKit::WebAutofillClient::~WebAutofillClient): |
+ * src/WebViewImpl.cpp: |
+ (WebKit::WebViewImpl::setFocus): |
+ * tests/WebViewTest.cpp: |
+ |
2013-02-14 Alexandre Elias <aelias@chromium.org> |
[chromium] Fix scaling in WebViewImpl::handleGestureEvent, second try |