Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: Source/WebKit/chromium/ChangeLog

Issue 12340032: Merge 142927 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebAutofillClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebAutofillClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698