[Webkit-unassigned] [Bug 72996] [chromium] Add page-scale animation support to Impl thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 23 17:25:18 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=72996





--- Comment #12 from Alexandre Elias <aelias at chromium.org>  2011-11-23 17:25:18 PST ---
I stripped out all the input event stuff from this CL, so this no longer adds any public APIs.  We'll do it more cleanly later.

For what happens if an animation already exists, good point.  On second thought, I don't think zoomElsewhere is a good idea so I deleted that method.  We can implicitly destroy and recreate the animation object if it already exists.  I adjusted the logic to make sure page scale deltas are treated properly, which should cover both in-progress double-tap and pinch zooms.  I tested that it works correctly by sending extremely slow animations.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list