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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebAutofillClient.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2013-02-14 David Trainor <dtrainor@chromium.org>
2
3 [chromium] No triggering autofill on unfocus
4 https://bugs.webkit.org/show_bug.cgi?id=109735
5
6 Reviewed by James Robinson.
7
8 Need to notify the autofill client to not process text changes when we'r e setting
9 focus to false and are trying to commit a composition.
10
11 * public/WebAutofillClient.h:
12 (WebAutofillClient):
13 (WebKit::WebAutofillClient::setIgnoreTextChanges):
14 (WebKit::WebAutofillClient::~WebAutofillClient):
15 * src/WebViewImpl.cpp:
16 (WebKit::WebViewImpl::setFocus):
17 * tests/WebViewTest.cpp:
18
1 2013-02-14 Alexandre Elias <aelias@chromium.org> 19 2013-02-14 Alexandre Elias <aelias@chromium.org>
2 20
3 [chromium] Fix scaling in WebViewImpl::handleGestureEvent, second try 21 [chromium] Fix scaling in WebViewImpl::handleGestureEvent, second try
4 https://bugs.webkit.org/show_bug.cgi?id=109671 22 https://bugs.webkit.org/show_bug.cgi?id=109671
5 23
6 Reviewed by James Robinson. 24 Reviewed by James Robinson.
7 25
8 My patch 142571 broke a bunch of things in handleGestureEvent that 26 My patch 142571 broke a bunch of things in handleGestureEvent that
9 assumed the event came in scaled, most notably tap highlight and 27 assumed the event came in scaled, most notably tap highlight and
10 double-tap zoom. Switch those to PlatformGestureEvent. 28 double-tap zoom. Switch those to PlatformGestureEvent.
(...skipping 13723 matching lines...) Expand 10 before | Expand all | Expand 10 after
13734 13752
13735 [Chromium-Win] Implement LocaleWin::dateFormat 13753 [Chromium-Win] Implement LocaleWin::dateFormat
13736 https://bugs.webkit.org/show_bug.cgi?id=98117 13754 https://bugs.webkit.org/show_bug.cgi?id=98117
13737 13755
13738 Reviewed by Kentaro Hara. 13756 Reviewed by Kentaro Hara.
13739 13757
13740 * tests/LocaleWinTest.cpp: 13758 * tests/LocaleWinTest.cpp:
13741 (TEST_F): Add tests for LocaleWin::dateFormat. 13759 (TEST_F): Add tests for LocaleWin::dateFormat.
13742 13760
13743 == Rolled over to ChangeLog-2012-10-02 == 13761 == Rolled over to ChangeLog-2012-10-02 ==
OLDNEW
« 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