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

Side by Side Diff: Source/WebKit/chromium/ChangeLog

Issue 12210085: Merge 141904 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
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/src/PageOverlay.cpp » ('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-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
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 ==
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/PageOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698