Bug 45689 - Add option to conditionally compile smooth scrolling support
Summary: Add option to conditionally compile smooth scrolling support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Darin Fisher (:fishd, Google)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-13 11:18 PDT by Darin Fisher (:fishd, Google)
Modified: 2010-09-13 14:09 PDT (History)
2 users (show)

See Also:


Attachments
v1 patch (3.28 KB, patch)
2010-09-13 11:25 PDT, Darin Fisher (:fishd, Google)
levin: review+
fishd: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Fisher (:fishd, Google) 2010-09-13 11:18:35 PDT
Add option to conditionally compile smooth scrolling support

Some ports may not want to build with smooth scrolling enabled.
Comment 1 Darin Fisher (:fishd, Google) 2010-09-13 11:25:37 PDT
Created attachment 67437 [details]
v1 patch
Comment 2 Darin Fisher (:fishd, Google) 2010-09-13 11:27:05 PDT
This patch disables smooth scrolling on all platforms.  I did that because there are enough bugs with the feature that I don't think it is ready for prime time yet.  For example, it changes the way we fire onscroll events, which causes problems for some web sites (observable on code.google.com's issue tracker).
Comment 3 Darin Fisher (:fishd, Google) 2010-09-13 11:57:14 PDT
Landed as http://trac.webkit.org/changeset/67401
Comment 4 Darin Fisher (:fishd, Google) 2010-09-13 14:09:03 PDT
Landed on the chromium/517 branch as well:  http://trac.webkit.org/changeset/67410