[Webkit-unassigned] [Bug 64851] New: [chromium]Optimize AnimationController::updateAnimations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 20 01:04:47 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64851
Summary: [chromium]Optimize
AnimationController::updateAnimations
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: huiqing.zeng at intel.com
For loading page w/ transition property(CSS3), FF4 ~5.5X faster than Chromium.
Through analysis, we find that the root cause is that w/ transition, when a dom element is attached, it will call RenderObject::setAnimatableStyle, then AnimationController::updateAnimations, and it will call AnimationController::updateAnimationTimer, which is the hotspot.
--
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