| OLD | NEW |
| 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 Loading... |
| 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 == |
| OLD | NEW |