Bug 83061 - [chromium] Switch touchpad fling curve physics to absolute (not scaled) curve.
Summary: [chromium] Switch touchpad fling curve physics to absolute (not scaled) curve.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: W. James MacLean
URL:
Keywords:
: 83063 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-04-03 13:16 PDT by W. James MacLean
Modified: 2012-04-03 15:03 PDT (History)
5 users (show)

See Also:


Attachments
Patch (13.11 KB, patch)
2012-04-03 13:46 PDT, W. James MacLean
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description W. James MacLean 2012-04-03 13:16:24 PDT
[chromium] Switch touchpad fling curve physics to absolute (not scaled) curve.
Comment 1 W. James MacLean 2012-04-03 13:36:29 PDT
*** Bug 83063 has been marked as a duplicate of this bug. ***
Comment 2 W. James MacLean 2012-04-03 13:46:06 PDT
Created attachment 135413 [details]
Patch
Comment 3 James Robinson 2012-04-03 13:56:19 PDT
Comment on attachment 135413 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=135413&action=review

OK

> Source/WebCore/platform/TouchpadFlingPlatformGestureCurve.cpp:54
> +const int TouchpadFlingPlatformGestureCurve::m_maxSearchIterations = 40;

30 or maybe even 20 should be sufficient, we only have 21 bits in the mantissa of a float
Comment 4 WebKit Review Bot 2012-04-03 15:03:17 PDT
Comment on attachment 135413 [details]
Patch

Clearing flags on attachment: 135413

Committed r113095: <http://trac.webkit.org/changeset/113095>
Comment 5 WebKit Review Bot 2012-04-03 15:03:21 PDT
All reviewed patches have been landed.  Closing bug.