Index: JavaScriptCore/ChangeLog |
=================================================================== |
--- JavaScriptCore/ChangeLog (revision 67407) |
+++ JavaScriptCore/ChangeLog (working copy) |
@@ -1,3 +1,14 @@ |
+2010-09-13 Darin Fisher <darin@chromium.org> |
+ |
+ Reviewed by David Levin. |
+ |
+ Add option to conditionally compile smooth scrolling support. |
+ https://bugs.webkit.org/show_bug.cgi?id=45689 |
+ |
+ ENABLE(SMOOTH_SCROLLING) is disabled by default for all platforms. |
+ |
+ * wtf/Platform.h: |
+ |
2010-09-03 Alexey Proskuryakov <ap@apple.com> |
Reviewed by Darin Adler. |