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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/PageOverlay.cpp » ('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 142272)
+++ Source/WebKit/chromium/ChangeLog (working copy)
@@ -1,3 +1,17 @@
+2013-02-05 Sami Kyostila <skyostil@chromium.org>
+
+ [chromium] Make overlay layers slow-scrolling
+ https://bugs.webkit.org/show_bug.cgi?id=108957
+
+ Reviewed by James Robinson.
+
+ Since overlay layers get inserted on top of everything else, we must
+ mark them slow-scrolling to prevent all scroll input events to the rest
+ of the page from getting blocked. This is also more correct because
+ generally the overlay contents need to be repainted whenever the scroll
+ offset changes, and with this patch the painting happens in sync with
+ page scrolling.
+
2013-01-31 Aurimas Liutikas <aurimas@chromium.org>
[Chromium] WebViewTest.SetCompositionFromExistingText failing after r141479
« 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