OLD | NEW |
| 1 2013-02-05 Sami Kyostila <skyostil@chromium.org> |
| 2 |
| 3 [chromium] Make overlay layers slow-scrolling |
| 4 https://bugs.webkit.org/show_bug.cgi?id=108957 |
| 5 |
| 6 Reviewed by James Robinson. |
| 7 |
| 8 Since overlay layers get inserted on top of everything else, we must |
| 9 mark them slow-scrolling to prevent all scroll input events to the rest |
| 10 of the page from getting blocked. This is also more correct because |
| 11 generally the overlay contents need to be repainted whenever the scroll |
| 12 offset changes, and with this patch the painting happens in sync with |
| 13 page scrolling. |
| 14 |
1 2013-01-31 Aurimas Liutikas <aurimas@chromium.org> | 15 2013-01-31 Aurimas Liutikas <aurimas@chromium.org> |
2 | 16 |
3 [Chromium] WebViewTest.SetCompositionFromExistingText failing after r141
479 | 17 [Chromium] WebViewTest.SetCompositionFromExistingText failing after r141
479 |
4 https://bugs.webkit.org/show_bug.cgi?id=108543 | 18 https://bugs.webkit.org/show_bug.cgi?id=108543 |
5 | 19 |
6 Reviewed by Ryosuke Niwa. | 20 Reviewed by Ryosuke Niwa. |
7 | 21 |
8 Fixing a bug that was uncovered after fixing http://trac.webkit.org/chan
geset/141479 | 22 Fixing a bug that was uncovered after fixing http://trac.webkit.org/chan
geset/141479 |
9 | 23 |
10 * src/WebViewImpl.cpp: | 24 * src/WebViewImpl.cpp: |
(...skipping 9126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9137 | 9151 |
9138 [Chromium-Win] Implement LocaleWin::dateFormat | 9152 [Chromium-Win] Implement LocaleWin::dateFormat |
9139 https://bugs.webkit.org/show_bug.cgi?id=98117 | 9153 https://bugs.webkit.org/show_bug.cgi?id=98117 |
9140 | 9154 |
9141 Reviewed by Kentaro Hara. | 9155 Reviewed by Kentaro Hara. |
9142 | 9156 |
9143 * tests/LocaleWinTest.cpp: | 9157 * tests/LocaleWinTest.cpp: |
9144 (TEST_F): Add tests for LocaleWin::dateFormat. | 9158 (TEST_F): Add tests for LocaleWin::dateFormat. |
9145 | 9159 |
9146 == Rolled over to ChangeLog-2012-10-02 == | 9160 == Rolled over to ChangeLog-2012-10-02 == |
OLD | NEW |