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

Unified Diff: Source/WebKit/chromium/ChangeLog

Issue 12218075: Merge 141769 (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
Index: Source/WebKit/chromium/ChangeLog
===================================================================
--- Source/WebKit/chromium/ChangeLog (revision 142279)
+++ Source/WebKit/chromium/ChangeLog (working copy)
@@ -1,3 +1,26 @@
+2013-02-04 Sami Kyostila <skyostil@chromium.org>
+
+ Disable -webkit-overflow-scrolling CSS attribute on Chromium
+ https://bugs.webkit.org/show_bug.cgi?id=108020
+
+ Reviewed by James Robinson.
+
+ Now that we can automatically promote overflow elements to accelerated
+ scrolling layers there is no use for the -webkit-overflow-scrolling CSS
+ attribute any longer on Chromium.
+
+ This patch enables composited overflow scrolling in
+ ScrollingCoordinatorChromiumTest. Because this also causes the overflow div
+ in non-fast-scrollable.html to become composited, we also need to modify that
+ test to opt it out of composited scrolling.
+
+ * features.gypi:
+ * tests/ScrollingCoordinatorChromiumTest.cpp:
+ (WebKit::ScrollingCoordinatorChromiumTest::ScrollingCoordinatorChromiumTest):
+ (WebKit::TEST_F):
+ * tests/data/non-fast-scrollable.html:
+ * tests/data/overflow-scrolling.html: Renamed from Source/WebKit/chromium/tests/data/touch-overflow-scrolling.html.
+
2013-02-05 Sami Kyostila <skyostil@chromium.org>
[chromium] Make overlay layers slow-scrolling

Powered by Google App Engine
This is Rietveld 408576698